.glim-page-wrapper { margin: 0; padding: 20px; background-color: #f0f2f5; min-height: 100vh; font-family: 'Pretendard', sans-serif; }
.glim-card { background: white; border-radius: 16px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.glim-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.glim-back-btn { text-decoration: none; font-size: 24px; color: #1a73e8; font-weight: bold; }
.glim-main-title { font-size: 20px; font-weight: 800; color: #202124; }
.glim-info-box { background: #e8f0fe; border-left: 4px solid #1a73e8; padding: 12px; border-radius: 8px; font-size: 14px; color: #1967d2; margin-bottom: 20px; }
.glim-input-group { margin-bottom: 15px; }
.glim-label { font-weight: 600; font-size: 13px; color: #5f6368; margin-bottom: 6px; display: block; }
.glim-textarea { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid #dadce0; min-height: 80px; box-sizing: border-box; resize: none; }
.glim-submit-btn { width: 100%; background: #1a73e8; color: white; border: none; padding: 16px; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 10px; }
.glim-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); display: flex; justify-content: center; align-items: center; z-index: 9999; }
.glim-modal-card { background: white; padding: 30px; border-radius: 20px; width: 80%; max-width: 350px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.glim-modal-ok-btn { margin-top: 20px; width: 100%; padding: 12px; background: #202124; color: white; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; }