.schedule-view{display:grid;gap:16px;margin-top:20px;min-width:0}.schedule-view .schedule-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.schedule-view h3{font-size:16px;margin:0 0 12px}.schedule-view .panel{margin:0}.schedule-view [hidden]{display:none}.schedule-view fieldset{min-width:0}.schedule-view input,.schedule-view select,.schedule-view textarea{min-width:0;max-width:100%}.schedule-view button{min-height:44px;white-space:normal;word-break:keep-all}.schedule-view .schedule-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px}.schedule-summary{display:grid;gap:10px}.schedule-summary p,.schedule-summary h3,.schedule-row p,.schedule-row strong,.schedule-history p{overflow-wrap:anywhere}.schedule-row{width:100%;border:1px solid #e4e9f2;background:#fff;border-radius:12px;padding:16px;text-align:left;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;color:inherit}.schedule-row:hover,.schedule-row:focus-visible{background:#f5f8ff;border-color:#3971ea}.schedule-row>div{min-width:0}.schedule-row p{font-size:13px;color:#667085;margin-top:6px}.schedule-view .status{flex-shrink:0;max-width:100%;white-space:normal}.schedule-note{white-space:pre-wrap;overflow-wrap:anywhere}.schedule-link{display:grid;gap:14px;border:1px solid #d7e4ff;padding:16px;border-radius:12px;background:#f7faff}.schedule-history{margin-top:16px!important}.schedule-history ol{padding-left:20px;display:grid;gap:16px}.schedule-history small{display:block;color:#667085;margin:5px 0}@media(max-width:600px){.schedule-row{flex-direction:column}.schedule-view .schedule-filters{grid-template-columns:minmax(0,1fr)}.schedule-view .schedule-heading>h2{flex-basis:100%}}.sales-home{--navy: #10284e;--blue: #1456e9;--ink: #1e293b;--muted: #64748b;--line: #e2e8f0;--bg: #f8fafc;--surface: #ffffff;--primary: #2563eb;--primary-hover: #1d4ed8;font-family:Noto Sans KR,Noto Sans CJK KR,system-ui,sans-serif;color:var(--ink);background:var(--bg);min-height:100vh;font-size:14px}.sales-home button{font:inherit;cursor:pointer;color:inherit;border:0;background:transparent;padding:0}.sales-home button:focus-visible{outline:3px solid #83aeff;outline-offset:2px;border-radius:4px}.sales-home h1,.sales-home h2,.sales-home p{margin:0}.sales-home svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sales-home strong,.sales-home p,.sales-home span,.sales-home h1,.sales-home h2{overflow-wrap:anywhere}.sales-home .demo{background:#e0e7ff;color:#312e81;font-size:12px;text-align:center;padding:8px 12px;line-height:1.6;font-weight:500}.sales-home .top{background:var(--surface);border-bottom:1px solid var(--line);box-shadow:0 1px 2px #00000008}.sales-home .top-inner{max-width:1100px;padding:16px 24px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.sales-home .brand{font-weight:800;font-size:18px;letter-spacing:-.5px;color:var(--navy)}.sales-home .role{font-size:13px;color:var(--muted);margin-left:12px;font-weight:500}.sales-home .top-actions{display:flex;gap:8px;align-items:center}.sales-home .top-actions button{height:36px;padding:0 12px;border-radius:8px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted);background:#f1f5f9;transition:all .2s ease}.sales-home .top-actions button:hover{background:#e2e8f0;color:var(--ink)}.sales-home .top-actions .icon-btn{width:36px;padding:0;justify-content:center}.sales-home .main{max-width:1100px;margin:auto;padding:32px 24px 80px}.sales-home .greeting{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end}.sales-home .greeting h1{font-size:32px;font-weight:700;letter-spacing:-.5px;color:var(--ink);line-height:1.2}.sales-home .greeting h1 span{font-size:24px;font-weight:400;color:var(--muted);margin-left:4px}.sales-home .date{font-size:14px;font-weight:600;color:var(--primary);margin-bottom:6px;display:block}.sales-home .greeting p{font-size:14px;color:var(--muted);margin-top:8px}.sales-home .refresh{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);box-shadow:0 1px 3px #0000000d;transition:all .2s}.sales-home .refresh:hover{background:#f8fafc;color:var(--ink)}.sales-home .stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.sales-home .stat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 16px;text-align:left;box-shadow:0 2px 4px #00000005;transition:all .2s ease;display:flex;flex-direction:column}.sales-home .stat:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000000d;border-color:#cbd5e1}.sales-home .stat-label{font-size:13px;font-weight:600;color:var(--muted);margin-bottom:8px}.sales-home .number{font-size:32px;font-weight:700;color:var(--primary);line-height:1}.sales-home .number small{font-size:15px;font-weight:500;color:var(--muted);margin-left:4px}.sales-home .tools.action-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.sales-home .action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.sales-home .action-btn .icon-box{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f640;transition:all .2s}.sales-home .action-btn:hover .icon-box{background:#2563eb;transform:translateY(-2px)}.sales-home .action-btn span{font-size:14px;font-weight:600;color:var(--ink)}.sales-home .text-blue{color:#3b82f6!important}.sales-home .text-green{color:#22c55e!important}.sales-home .text-red{color:#ef4444!important}.sales-home .card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 6px #00000005;overflow:hidden;display:flex;flex-direction:column}.sales-home .section-head{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.sales-home .section-head h2{font-size:18px;font-weight:700;color:var(--ink);display:flex;align-items:baseline;gap:8px}.sales-home .section-head small{font-size:13px;font-weight:500;color:var(--muted)}.sales-home .section-head .count{font-size:14px;font-weight:600;color:var(--primary);background:#eff6ff;padding:2px 8px;border-radius:12px}.sales-home .all,.sales-home .link{font-size:13px;font-weight:600;color:var(--primary);background:transparent}.sales-home .link:hover,.sales-home .all:hover{text-decoration:underline}.sales-home .filters{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--line)}.sales-home .bucket{background:#fff;padding:16px 12px;display:flex;flex-direction:column;align-items:center;transition:background .2s}.sales-home .bucket:hover{background:#f8fafc}.sales-home .bucket[aria-pressed=true]{background:#eff6ff;box-shadow:inset 0 -3px 0 var(--primary)}.sales-home .bucket-top{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:8px}.sales-home .bucket strong{font-size:24px;font-weight:700;color:var(--ink)}.sales-home .bucket[aria-pressed=true] strong,.sales-home .bucket[aria-pressed=true] .bucket-top{color:var(--primary)}.sales-home .dot{width:8px;height:8px;border-radius:50%;display:inline-block}.sales-home .yellow .dot{background:#eab308}.sales-home .blue .dot{background:#3b82f6}.sales-home .purple .dot{background:#a855f7}.sales-home .red .dot{background:#ef4444}.sales-home .gray .dot{background:#64748b}.sales-home .green .dot{background:#22c55e}.sales-home .other .dot{background:#94a3b8}.sales-home .work-grid{display:grid;grid-template-columns:3fr 2fr;gap:24px;margin-top:24px;align-items:start}.sales-home .side{display:flex;flex-direction:column;gap:24px}.sales-home .subline{font-size:13px;color:var(--muted);padding:12px 24px 0}.sales-home .contracts{padding:12px 24px 24px;display:flex;flex-direction:column;gap:12px}.sales-home .contract{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:left;transition:all .2s}.sales-home .contract:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.sales-home .contract-title{display:flex;justify-content:space-between;align-items:flex-start}.sales-home .customer{font-size:16px;font-weight:700;color:var(--ink)}.sales-home .badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;background:#f1f5f9;color:var(--muted)}.sales-home .badge.yellow{background:#fef9c3;color:#854d0e}.sales-home .badge.blue{background:#dbeafe;color:#1e40af}.sales-home .badge.purple{background:#f3e8ff;color:#6b21a8}.sales-home .badge.red{background:#fee2e2;color:#b91c1c}.sales-home .badge.green{background:#dcfce3;color:#166534}.sales-home .service{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.sales-home .service b{font-weight:600;color:var(--ink)}.sales-home .service i{width:4px;height:4px;background:#cbd5e1;border-radius:50%}.sales-home .note{font-size:13px;color:var(--ink);background:#f8fafc;padding:10px 12px;border-radius:8px;border-left:3px solid #cbd5e1;line-height:1.5}.sales-home .updated{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;margin-top:4px}.sales-home .updated svg{width:14px;height:14px}.sales-home .empty{text-align:center;padding:40px 20px;background:#f8fafc;border-radius:12px;border:1px dashed #cbd5e1;display:flex;flex-direction:column;align-items:center;gap:8px}.sales-home .empty svg{width:32px;height:32px;color:#94a3b8;margin-bottom:8px}.sales-home .empty b{font-size:15px;color:var(--ink)}.sales-home .empty small{font-size:13px;color:var(--muted)}.sales-home .notice{font-size:14px;color:var(--muted);text-align:center;padding:24px}.sales-home .footnote{text-align:center;font-size:12px;color:#94a3b8;margin-top:32px}.sales-home .bottom{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-around;z-index:50;padding-bottom:env(safe-area-inset-bottom)}.sales-home .bottom button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;height:100%;font-size:11px;font-weight:500;color:var(--muted)}.sales-home .bottom button.active{color:var(--primary);font-weight:700}.sales-home .bottom svg{width:24px;height:24px}.sales-home dialog{max-height:calc(100dvh - 32px);border:0;padding:0;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:360px}.sales-home.sales-nav-shell{min-height:0}.sales-home .unreceived .dot,.sales-home .other .dot{background:#94a3b8}.sales-home .processing .dot{background:#3b82f6}.sales-home .callback .dot,.sales-home .hold .dot{background:#d99a39}.sales-home .cancelled .dot{background:#ef4444}.sales-home .completed .dot{background:#22c55e}.sales-home .badge.processing{background:#eaf2ff;color:#1d5fbf}.sales-home .badge.callback,.sales-home .badge.hold{background:#fff6e8;color:#ac6a13}.sales-home .badge.cancelled{background:#fff0f0;color:#d34343}.sales-home .badge.completed{background:#eaf9f0;color:#0e9d62}.sales-home dialog::backdrop{background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sales-home dialog h2{padding:20px 24px;font-size:18px;border-bottom:1px solid var(--line)}.sales-home dialog>div{padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.sales-home dialog>div button{padding:16px;background:#f8fafc;border-radius:12px;font-size:14px;font-weight:600;color:var(--ink);transition:background .2s}.sales-home dialog>div button:hover{background:#e2e8f0}.sales-home dialog>button{width:calc(100% - 48px);margin:0 24px 24px;padding:16px;border-radius:12px;font-size:15px;font-weight:700}@media(max-width:900px){.sales-home .work-grid{grid-template-columns:1fr}}@media(max-width:700px){.sales-home .top-inner{padding:12px 16px}.sales-home .role{display:none}.sales-home .main{padding:24px 16px 90px}.sales-home .greeting h1{font-size:26px}.sales-home .greeting h1 span{font-size:20px}.sales-home .stats{grid-template-columns:repeat(2,1fr)}.sales-home .tools{grid-template-columns:repeat(3,1fr)}.sales-home .new{grid-column:1 / -1}.sales-home .filters{grid-template-columns:repeat(3,1fr)}.sales-home .bucket:last-child{grid-column:1 / -1;flex-direction:row;justify-content:space-between}.sales-home .contracts{padding:12px 16px 20px}}@media(max-width:360px){.sales-home .stats{grid-template-columns:1fr}}@media(max-width:600px){.sales-home .top-inner{padding:12px;flex-wrap:wrap;gap:8px}.sales-home .main{padding:16px 12px 96px}.sales-home .brand{font-size:18px;flex-wrap:wrap}.sales-home .role{display:none}.sales-home .greeting{margin-bottom:14px}.sales-home .greeting h1{font-size:22px}.sales-home .stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.sales-home .stat{padding:12px 5px;min-width:0}.sales-home .stat-label{font-size:10px;white-space:nowrap}.sales-home .number{font-size:24px}.sales-home .tools.action-icons{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:18px}.sales-home .action-btn{min-width:0}.sales-home .action-btn .icon-box{width:46px;height:46px;border-radius:10px}.sales-home .action-btn span{font-size:12px}.sales-home .work-grid,.sales-home .side{display:contents}.sales-home .main{display:flex;flex-direction:column}.sales-home .sales-today{order:-1;margin:0 0 16px}.sales-home .greeting{order:-5}.sales-home .stats{order:-4}.sales-home .tools{order:-3}.sales-home .card{padding:14px}}.admin-dashboard{color:#172b4d;padding-top:20px}.admin-dash-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.admin-dash-header h2{font-size:21px;margin:0 0 6px;color:#12234b}.admin-dash-header p,.dash-caption{font-size:12px;color:#66788f;line-height:1.6}.admin-dash-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.admin-dashboard .kpi-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;border:1px solid #e3eaf5;border-radius:10px;padding:16px;background:#fff;min-width:0}.admin-dashboard .kpi-label{font-size:13px;font-weight:700}.admin-dashboard .kpi-value{font-size:28px;line-height:1.1}.admin-dashboard .kpi-value small{font-size:12px;margin-left:3px}.text-blue{color:#1468ed}.text-red{color:#e35041}.text-green{color:#079b76}.text-purple{color:#8155e9}.admin-dashboard .kpi-blue{background:#f6faff}.admin-dashboard .kpi-red{background:#fffaf5}.admin-dashboard .kpi-green{background:#f1fcf7}.admin-dashboard .kpi-purple{background:#faf7ff}.admin-dashboard-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.admin-dashboard-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.admin-dash-panel{padding:18px;min-width:0;border:1px solid #e3eaf5;border-radius:10px;background:#fff}.admin-dash-panel .panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.admin-dash-panel h3{margin:0;font-size:15px}.admin-dash-panel .panel-header button{border:0;color:#1468ed;background:none;font-size:12px;padding:8px 0;white-space:nowrap}.contract-trend{margin:8px 0 12px}.contract-trend svg{width:100%;max-height:200px}.contract-trend text{fill:#617790;font:10px sans-serif}.dashboard-buckets{display:flex;flex-wrap:wrap;gap:6px}.dashboard-buckets span{font-size:11px;border-radius:6px;padding:5px 7px;background:#f3f7fc;color:#516988}.dashboard-buckets strong{margin-left:5px;color:#1267db}.dashboard-sales-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:12px;table-layout:fixed}.dashboard-sales-table th,.dashboard-sales-table td{padding:12px 5px;border-bottom:1px solid #eff3f8;text-align:center;overflow-wrap:anywhere}.dashboard-sales-table th:first-child{width:37%;text-align:left}.dashboard-sales-table thead{background:#f1f7ff;color:#486587}.dashboard-list{list-style:none;padding:0;margin:0;font-size:12px}.dashboard-list li{padding:8px 0;border-bottom:1px solid #f1f4f9;color:#60758d}.dashboard-list button{width:100%;display:flex;align-items:center;gap:8px;padding:0;background:none;border:0;text-align:left;color:#304b71}.dashboard-list button span{flex:1;min-width:0;overflow-wrap:anywhere}.dashboard-list time,.dashboard-list b{flex-shrink:0;font-size:10px;color:#3478d7}.dashboard-list small{display:block;color:#7a8ba1;margin-top:3px}.report-panel{background:#f7fbff}.report-total{display:flex;justify-content:space-between;align-items:center;margin:14px 0;font-size:12px}.report-total strong{font-size:24px;color:#1468ed}.report-label{font-size:11px;color:#6a7d97}.report-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.7;margin-top:6px;max-height:160px;overflow-y:auto}.admin-mobile-dash{display:none}@media(max-width:1000px){.admin-dashboard-bottom{grid-template-columns:1fr 1fr}.report-panel{grid-column:1/-1}}@media(max-width:768px){.admin-desktop-panels{display:none}.admin-mobile-dash{display:grid;gap:12px}.admin-dash-header h2{font-size:18px}.admin-dash-header .ghost{padding:8px;font-size:11px}.admin-dash-kpis{gap:5px}.admin-dashboard .kpi-card{padding:12px 6px;gap:8px}.admin-dashboard .kpi-label{font-size:10px;white-space:nowrap}.admin-dashboard .kpi-value{font-size:22px}.admin-dashboard .kpi-value small{font-size:10px;margin-left:1px}.mobile-list-item{display:flex;align-items:center;gap:12px;text-align:left;background:#fff;border:1px solid #e3eaf5;border-radius:12px;width:100%;padding:16px 12px}.mobile-card-copy{min-width:0;flex:1;display:grid;gap:6px}.mobile-card-copy strong{font-size:14px;color:#19395e}.mobile-card-copy>span{font-size:12px;color:#6a7d97}.mobile-icon{border-radius:10px;background:#f0f7ff;padding:12px 8px;font-size:12px;font-weight:700}}:root{font-family:Pretendard,Noto Sans KR,Noto Sans CJK KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,p{margin:0}h1{font-size:clamp(24px,3vw,34px)}h2{font-size:17px}label{display:grid;gap:7px;color:#475467;font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid #d7deea;border-radius:10px;padding:12px 13px;background:#fff;color:#172033;outline:none}input:focus,select:focus,textarea:focus{border-color:#3971ea;box-shadow:0 0 0 3px #3971ea1f}.shell{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr)}.sidebar{background:#1e293b;color:#fff;padding:24px 16px;display:flex;flex-direction:column;gap:24px;border-right:1px solid #0f172a}.brand{font-size:22px;font-weight:800;margin-bottom:12px}.role-chip{display:inline-flex;margin-bottom:24px;padding:6px 9px;border-radius:999px;background:#3b82f6;color:#fff;font-size:11px;font-weight:800}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar a{padding:12px 16px;border-radius:8px;color:#94a3b8;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s}.sidebar .brand{font-size:20px;font-weight:800;letter-spacing:-.5px;color:#fff;padding:0 8px}.sidebar .role-chip{font-size:11px;font-weight:600;color:#bfdbfe;background:#3b82f633;padding:4px 8px;border-radius:6px;display:inline-block;margin-left:8px}.sidebar a.active{color:#fff;background:#3b82f6;font-weight:600}.sidebar a:hover:not(.active){color:#f8fafc;background:#334155}.content{padding:28px;min-width:0}.topbar,.mobile-header,.panel-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.top-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.eyebrow{color:#0f4bd8;font-size:12px;font-weight:800;letter-spacing:.14em;margin-bottom:5px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.metric,.panel,.auth-card{background:#fff;border:1px solid #e4e9f2;border-radius:16px;box-shadow:0 8px 24px #1720330d}.metric{padding:18px;border-top:4px solid #0f4bd8}.metric span{display:block;color:#667085;font-size:13px}.metric strong{display:block;font-size:30px;margin-top:8px}.metric--red{border-top-color:#d92d20}.metric--green{border-top-color:#12b76a}.metric--orange{border-top-color:#f79009}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.panel{padding:20px;min-width:0}.panel-title span{color:#98a2b3;font-size:12px}.empty{margin-top:18px;min-height:110px;display:grid;place-items:center;text-align:center;color:#98a2b3;background:#f8fafc;border-radius:12px;padding:20px}.notice-panel{margin-top:16px}.ghost,.primary,.text-button,.quick-actions button{border:0;border-radius:10px;padding:11px 14px;font-weight:700}.ghost{background:#eef3ff;color:#1746a2}.primary{background:#0f4bd8;color:#fff}.primary:disabled{opacity:.55;cursor:default}.primary-large{width:100%;padding:15px;font-size:16px;margin-bottom:16px}.text-button{width:100%;margin-top:8px;background:transparent;color:#1746a2}.mobile-page{width:min(100%,720px);min-height:100vh;margin:0 auto;padding:20px 18px 90px}.mobile-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin:20px 0}.mobile-page .panel{margin-bottom:14px}.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:16px}.quick-actions button{min-width:0;background:#fff;border:1px solid #dfe6f2;color:#334155;padding-inline:6px}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(100%,720px);background:#fff;border-top:1px solid #e4e9f2;display:grid;grid-template-columns:repeat(5,1fr);padding:10px max(12px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.bottom-nav a{text-align:center;font-size:12px;color:#667085;text-decoration:none}.bottom-nav a.active{color:#0f4bd8;font-weight:800}.auth-page,.center-page{min-height:100vh;display:grid;place-items:center;padding:22px}.auth-card{width:min(100%,430px);padding:30px}.auth-card--wide{width:min(100%,720px)}.auth-brand{font-weight:900;font-size:22px;color:#0c1f4b;margin-bottom:24px}.auth-copy{margin:8px 0 22px;color:#667085;line-height:1.5}.form-stack{display:grid;gap:15px;margin-top:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:22px}.form-span{grid-column:1 / -1}.error-box,.success-box{border-radius:10px;padding:11px 12px;font-size:13px}.error-box{background:#fff1f0;color:#b42318;border:1px solid #fecdc9}.success-box{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}@media(max-width:900px){.shell{grid-template-columns:76px minmax(0,1fr)}.sidebar .brand{font-size:0}.sidebar .brand:after{content:"정선";font-size:16px}.sidebar .role-chip{display:none}.sidebar a{font-size:0;padding:14px 8px;text-align:center}.sidebar a:first-letter{font-size:13px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.two{grid-template-columns:1fr}}@media(max-width:620px){.form-grid{grid-template-columns:1fr}.form-span{grid-column:auto}}@media(max-width:520px){.content{padding:18px 14px}.shell{display:block}.sidebar{display:none}.metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric{padding:14px}.metric strong{font-size:25px}.topbar{align-items:flex-start}.auth-page{padding:14px}.auth-card{padding:22px 18px}}@media(max-width:359px){.mobile-page{padding-left:12px;padding-right:12px}.metric{padding:12px}.metric strong{font-size:22px}.ghost{padding:9px 10px}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.list-stack{display:grid;gap:10px;margin-top:14px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid #e7ebf2;border-radius:12px;background:#fff}.list-row p{margin-top:5px;color:#7b8495;font-size:12px}.list-row select{width:auto;min-width:105px}.status{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#eef3ff;color:#1746a2;font-size:11px;font-weight:800}.contract-form{width:min(100%,700px);margin:22px auto 0}.contract-form textarea{resize:vertical}.file-count{color:#667085;font-size:12px}.sidebar a,.bottom-nav a{cursor:pointer}@media(max-width:520px){.list-row{align-items:flex-start}.list-row select{min-width:96px;padding:9px 8px}.contract-form{margin-top:14px;padding:16px}}.contract-detail-page{padding-bottom:2rem}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.detail-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:14px}@media(min-width:600px){.detail-grid{grid-template-columns:1fr 1fr}}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item label{font-size:.85rem;color:#475467}.detail-item span,.detail-item p{font-size:1rem;font-weight:500;color:#172033}.pre-wrap{white-space:pre-wrap;word-break:break-all}.mt-4{margin-top:1rem}.comment-row{padding:1rem;background:#f8fafc;border-radius:8px}.comment-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;color:#667085}.activity-row{display:flex;gap:1rem;padding:.5rem 0}.activity-dot{width:10px;height:10px;border-radius:50%;background:#0f4bd8;margin-top:6px;flex-shrink:0}.activity-content{display:flex;flex-direction:column;gap:.25rem}.activity-content p{margin:0;font-size:.95rem}.activity-content span{font-size:.85rem;color:#667085}.clickable-row{cursor:pointer;transition:background-color .2s}.clickable-row:hover{background-color:#f8fafc}.clickable-row:active{background-color:#f1f5f9}.list-row>div:first-child{min-width:0}.list-row strong,.list-row p,.detail-item span,.detail-item p,.comment-row p,.comment-meta strong,.activity-content p,.activity-content span,.panel-title h2,.panel-title h3,.topbar h1,.mobile-header h1{overflow-wrap:anywhere;word-break:break-word}.activity-content,.panel-title h2,.panel-title h3,.topbar>div,.mobile-header>div{min-width:0}.mb-4{margin-bottom:1rem}.tabs{display:flex;gap:8px}.bottom-nav{display:flex!important;justify-content:flex-start!important;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;gap:4px}.bottom-nav a{flex:0 0 auto;padding:8px 12px}.bottom-nav::-webkit-scrollbar{display:none}.contract-form input,.contract-form select,.contract-form textarea{font-size:16px!important}.contract-form{padding-bottom:24px}.admin-bottom-nav{display:none!important}@media(max-width:520px){.admin-bottom-nav{display:grid!important}}.sidebar nav button{border:0;background:none;padding:12px 16px;border-radius:7px;color:#aebbd0;text-align:left;font-size:14px}.sidebar nav button.active{color:#fff;background:#1267ed}.sidebar nav button:hover{color:#fff}.admin-bottom-nav button{min-width:0;border:0;background:none;color:#5c6f8c;font-size:11px;padding:8px 2px}.admin-bottom-nav button.active{color:#1267ed;font-weight:700}.admin-bottom-nav{z-index:30}.mobile-more-menu{width:min(460px,calc(100vw - 24px));max-height:calc(100dvh - 32px);border:1px solid #dce6f3;border-radius:14px;padding:18px;color:#172b4d}.mobile-more-menu::backdrop{background:#0f1f3759}.mobile-more-menu header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mobile-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-more-grid button{min-width:0;min-height:44px;border:1px solid #e3eaf5;border-radius:8px;background:#f6f9fd;color:#294765;padding:12px 6px}@media(max-width:900px)and (min-width:521px){.shell{grid-template-columns:136px minmax(0,1fr)}.sidebar{padding:16px 8px}.sidebar nav button{padding:12px 8px;font-size:12px}.content{padding:20px}}@media(max-width:520px){.topbar{flex-wrap:wrap;gap:10px}.topbar h1{font-size:20px}.topbar .eyebrow{font-size:10px}.content{padding:16px 12px}.admin-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;padding-inline:6px}.admin-bottom-nav button{white-space:normal}}button:focus-visible,a:focus-visible{outline:3px solid #7db4ff;outline-offset:2px}.contract-form{width:min(100%,880px)}.contract-register-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:20px;margin-top:20px}.contract-fields{border:0;margin:0;padding:0;min-width:0;display:grid;gap:14px}.contract-upload{border:1px dashed #82b4ff;border-radius:10px;background:#f8fbff;padding:22px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;min-width:0;color:#1468ed}.contract-upload p{font-size:12px;color:#708299;line-height:1.6}.contract-upload input[type=file]{width:100%;padding:6px;font-size:12px!important}.contract-upload input[type=file]{display:none}.contract-upload>svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.6}.users-page .list-row>div:first-child{flex-wrap:wrap;gap:12px}.users-page .list-row>div:first-child>div{min-width:0}.users-page .list-row .role-chip{white-space:normal}@media(max-width:520px){.users-page .list-row>div:nth-child(2)>div{flex-wrap:wrap;min-width:0!important;flex-basis:100%!important}.users-page .list-row>div:nth-child(2)>div>input{min-width:0!important;width:100%}}.contract-upload ul{width:100%;max-height:100px;overflow:auto;padding:0 0 0 14px;margin:0;text-align:left;font-size:11px;overflow-wrap:anywhere}.opening-period{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:12px 0 16px}.opening-period label{flex:1;min-width:130px}.opening-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:12px}.opening-table th{background:#f1f7ff;color:#48678e;text-align:left}.opening-table th,.opening-table td{padding:12px 8px;border-bottom:1px solid #e8eef6;overflow-wrap:anywhere}.opening-table th:first-child{width:24%}.opening-table th:nth-child(5){width:22%}.opening-table small{display:block;margin-top:4px;color:#6b819b}.opening-table .ghost{font-size:11px;padding:8px 5px;white-space:nowrap}.opening-badge{display:inline-block;background:#eff5ff;color:#2871cf;padding:5px 8px;border-radius:20px;font-size:11px}.opening-badge.completed{background:#eaf9f0;color:#0e9d62}.opening-badge[data-bucket=미접수],.opening-badge[data-bucket=기타]{background:#f1f4f8;color:#63758c}.opening-badge[data-bucket=복명],.opening-badge[data-bucket=보류]{background:#fff6e8;color:#ac6a13}.opening-badge[data-bucket=취소]{background:#fff0f0;color:#d34343}.ui-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.admin-bottom-nav .ui-icon{display:block;margin:0 auto 5px}.opening-mobile-cards{display:none}@media(max-width:900px){.opening-table-wrap{display:none}.opening-mobile-cards{display:grid}}@media(max-width:600px){.contract-register-grid{grid-template-columns:minmax(0,1fr);gap:16px}.contract-form .panel-title{flex-wrap:wrap}.contract-upload{padding:18px 12px}}.attachment-row{align-items:flex-start;flex-wrap:wrap;gap:12px}.attachment-meta{flex:1 1 180px;min-width:0;overflow-wrap:anywhere}.file-download{min-width:0;max-width:100%}.file-download-button{width:auto;min-height:44px;margin:0;padding:8px 12px;white-space:nowrap}.file-download-error{margin:8px 0 0;max-width:28rem;overflow-wrap:anywhere}.resource-row strong,.resource-row .pre-wrap{overflow-wrap:anywhere}.contract-detail-page>.detail-header>.text-button{width:auto;margin-top:0;flex-shrink:0}.contract-detail-page>.detail-header>h2{margin-left:auto;white-space:nowrap}
