body{font-family:Apple SD Gothic Neo,Noto Sans KR,sans-serif;background:#e8eaf0;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font-family:inherit}.app-wrapper{display:flex;justify-content:center;min-height:100vh;background:#e8eaf0}.app-container{width:100%;max-width:430px;min-height:100vh;background:#f0f2f5;display:flex;flex-direction:column}.app-header{background:#1a3a6b;color:#fff;padding:14px 20px;display:flex;align-items:center;gap:8px;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px #00000026}.header-logo{font-size:22px}.header-title{font-size:18px;font-weight:700;flex:1}.header-badge{background:rgba(255,255,255,.2);padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.app-main{flex:1;overflow-y:auto;padding-bottom:72px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:white;display:flex;border-top:1px solid #e2e8f0;box-shadow:0 -2px 12px #00000014;z-index:10}.nav-btn{flex:1;padding:8px 4px;display:flex;flex-direction:column;align-items:center;gap:3px;color:#94a3b8}.nav-btn-active{color:#1a3a6b}.nav-btn-active .nav-icon{transform:scale(1.15)}.nav-icon{font-size:20px}.nav-label{font-size:10px;font-weight:600}.screen{padding:16px}.center-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:12px}.page-header{margin-bottom:16px}.page-title{font-size:20px;font-weight:700;color:#1e293b}.page-sub{font-size:13px;color:#64748b;margin-top:4px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.section-title{font-size:15px;font-weight:700;color:#1e293b}.badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;display:inline-block}.hero{background:linear-gradient(135deg,#1a3a6b,#2d5fa8);border-radius:16px;padding:28px 20px;text-align:center;color:#fff;margin-bottom:20px}.hero-logo{font-size:40px;margin-bottom:8px}.hero-title{font-size:26px;font-weight:800;margin-bottom:4px}.hero-sub{font-size:14px;opacity:.85}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.quick-card{border-radius:14px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.quick-card.blue{background:#dbeafe}.quick-card.green{background:#dcfce7}.quick-card.orange{background:#ffedd5}.quick-card.purple{background:#ede9fe}.quick-icon{font-size:28px}.quick-label{font-size:13px;font-weight:600;color:#1e293b}.notice-preview{background:white;border-radius:14px;padding:16px}.notice-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9}.notice-item:last-child{border-bottom:none}.notice-badge-new{background:#fef2f2;color:#ef4444;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;white-space:nowrap}.notice-badge-normal{background:#e2e8f0;color:#475569;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;white-space:nowrap}.notice-text{font-size:13px;color:#334155;line-height:1.4}.tab-row{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.tab-btn{padding:7px 18px;border-radius:20px;font-size:13px;font-weight:600;background:#e2e8f0;color:#64748b}.tab-btn-active{background:#1a3a6b;color:#fff}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{background:white;border-radius:12px;overflow:hidden;border:1.5px solid transparent}.faq-item-open{border-color:#1a3a6b}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;text-align:left;gap:12px}.faq-q-text{font-size:14px;font-weight:600;color:#1e293b;flex:1;line-height:1.4}.faq-arrow{font-size:11px;color:#94a3b8;flex-shrink:0}.faq-answer{padding:0 16px 14px;border-top:1px solid #f1f5f9}.faq-answer p{font-size:13px;color:#475569;line-height:1.7;padding-top:12px}.notice-list{display:flex;flex-direction:column;gap:10px}.notice-card{background:white;border-radius:12px;padding:14px 16px;cursor:pointer;border-left:3px solid transparent}.notice-card:hover{border-left-color:#1a3a6b}.notice-card-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.notice-card-title{font-size:14px;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:6px}.notice-card-date{font-size:11px;color:#94a3b8}.new-dot{background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.back-btn{font-size:14px;color:#1a3a6b;font-weight:600;padding:8px 0;margin-bottom:12px;display:inline-block}.notice-detail{background:white;border-radius:14px;padding:20px}.detail-title{font-size:18px;font-weight:700;color:#1e293b;margin:10px 0 6px;line-height:1.4}.detail-date{font-size:12px;color:#94a3b8;margin-bottom:12px}.detail-divider{border:none;border-top:1px solid #f1f5f9;margin-bottom:16px}.detail-body{font-size:14px;color:#334155;line-height:1.8}.report-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:600;color:#374151}.form-input,.form-select,.form-textarea{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;color:#1e293b;background:white;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1a3a6b}.form-textarea{resize:vertical}.btn-primary{background:#1a3a6b;color:#fff;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:700}.btn-full{width:100%}.success-icon{font-size:60px}.success-title{font-size:20px;font-weight:700;color:#1e293b}.success-sub{font-size:14px;color:#64748b;line-height:1.7}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-lock{font-size:52px}.admin-title{font-size:20px;font-weight:700;color:#1e293b}.admin-hint{font-size:12px;color:#94a3b8}.logout-btn{font-size:13px;color:#ef4444;font-weight:600;padding:6px 12px;border:1.5px solid #fecaca;border-radius:8px}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:4px}.stat-card{background:white;border-radius:12px;padding:14px 10px;text-align:center;display:flex;flex-direction:column;gap:4px}.stat-num{font-size:26px;font-weight:800;color:#1a3a6b}.stat-pending{color:#f59e0b}.stat-done{color:#10b981}.stat-label{font-size:11px;color:#64748b;font-weight:600}.report-list{display:flex;flex-direction:column;gap:8px}.report-row{background:white;border-radius:10px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.report-row-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.report-row-title{font-size:13px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-pending{font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;background:#fef3c7;color:#d97706;white-space:nowrap}.status-done{font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;background:#d1fae5;color:#059669;white-space:nowrap}.app-main-chatbot{overflow:hidden;padding-bottom:0}.chatbot-screen{display:flex;flex-direction:column;height:calc(100vh - 110px);overflow:hidden;background:#f0f2f5}.chatbot-header-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;background:white;border-bottom:1px solid #e2e8f0;flex-shrink:0}.chatbot-avatar-small{font-size:26px}.chatbot-name{font-size:14px;font-weight:700;color:#1e293b;margin:0}.chatbot-status{font-size:11px;color:#10b981;margin:0}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px}.chat-row{display:flex;align-items:flex-start;gap:8px}.chat-row-user{flex-direction:row-reverse}.chat-row-bot{flex-direction:row}.bot-avatar-icon{font-size:22px;flex-shrink:0;margin-top:4px}.chat-bubble-col{display:flex;flex-direction:column;gap:6px;max-width:76%}.bubble{padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.65;word-break:break-word}.bubble-user{background:#1a3a6b;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.bubble-bot{background:white;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014}.ref-section{display:flex;flex-direction:column;gap:4px;margin-top:2px}.ref-label{font-size:11px;color:#94a3b8;font-weight:600;margin:0 0 2px}.ref-card{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px}.ref-badge{font-size:10px;font-weight:700;background:#dbeafe;color:#1d4ed8;padding:1px 6px;border-radius:4px;white-space:nowrap}.ref-title{font-size:12px;color:#334155;font-weight:600}.suggest-scroll{display:flex;gap:8px;padding:8px 16px;overflow-x:auto;background:white;border-top:1px solid #e2e8f0;flex-shrink:0;-webkit-overflow-scrolling:touch}.suggest-scroll::-webkit-scrollbar{display:none}.suggest-btn{background:#f1f5f9;color:#1e293b;font-size:12px;font-weight:600;padding:7px 13px;border-radius:20px;white-space:nowrap;flex-shrink:0;border:1.5px solid #e2e8f0}.suggest-btn:active{background:#e2e8f0}.chat-input-row{display:flex;gap:8px;padding:10px 16px;background:white;border-top:1px solid #e2e8f0;flex-shrink:0}.chat-input{flex:1;padding:10px 16px;border:1.5px solid #e2e8f0;border-radius:24px;font-size:14px;font-family:inherit;color:#1e293b;outline:none;background:#f8fafc}.chat-input:focus{border-color:#1a3a6b;background:white}.chat-send-btn{background:#1a3a6b;color:#fff;padding:10px 18px;border-radius:24px;font-size:14px;font-weight:700;white-space:nowrap;flex-shrink:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:#e8eaf0}body{font-family:Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
