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;color:#fff}.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}.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}.app-main-chatbot{overflow:hidden;padding-bottom:0}.chatbot-screen{display:flex;flex-direction:column;height:calc(100vh - 110px);overflow:hidden;background:#f0f2f5}.bubble-loading{display:flex;align-items:center;gap:5px;padding:14px 18px}.loading-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8;animation:dotBounce 1.2s infinite ease-in-out}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}html.dark body{background:#000000;color:#e5e5ea}html.dark .app-wrapper,html.dark .app-container{background:#000000}html.dark .app-header{background:#1c1c1e;box-shadow:0 2px 8px #00000080}html.dark .header-title{color:#f2f2f7}html.dark .bottom-nav{background:#1c1c1e;border-color:#2c2c2e;box-shadow:0 -2px 12px #0006}html.dark .nav-btn{color:#636366}html.dark .nav-btn-active{color:#0a84ff}html.dark .chatbot-screen{background:#000000}html.dark .hero{background:linear-gradient(135deg,#0b1e3d,#1a3a6b)}html.dark .quick-card.blue{background:#1c2a3a}html.dark .quick-card.green{background:#1a2e1a}html.dark .quick-card.orange{background:#2e1f0a}html.dark .quick-card.purple{background:#231a2e}html.dark .quick-label{color:#e5e5ea}html.dark .notice-preview{background:#1c1c1e}html.dark .notice-item{border-color:#2c2c2e}html.dark .notice-text{color:#e5e5ea}html.dark .section-title,html.dark .page-title{color:#f2f2f7}html.dark .page-sub{color:#8e8e93}html.dark .notice-card{background:#1c1c1e}html.dark .notice-card:hover{border-left-color:#0a84ff}html.dark .notice-card-title{color:#f2f2f7}html.dark .notice-card-date{color:#636366}html.dark .notice-detail{background:#1c1c1e}html.dark .detail-title{color:#f2f2f7}html.dark .detail-body{color:#aeaeb2}html.dark .detail-divider{border-color:#2c2c2e}html.dark .back-btn{color:#0a84ff}html.dark .form-input,html.dark .form-select,html.dark .form-textarea{background:#1c1c1e;border-color:#3a3a3c;color:#f2f2f7}html.dark .form-input:focus,html.dark .form-select:focus,html.dark .form-textarea:focus{border-color:#0a84ff}html.dark .form-label{color:#aeaeb2}html.dark .btn-primary{background:#0a84ff}html.dark .success-title{color:#f2f2f7}html.dark .success-sub{color:#8e8e93}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:#e8eaf0}html.dark,html.dark body,html.dark #root{background:#000000}body{font-family:Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
