:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{height:60px;background:#fff;box-shadow:0 -2px 4px #0000001a;padding:0 25px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:100}.logo-container{display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.header-user{display:flex;align-items:center;gap:16px}.user-name{font-size:14px;font-weight:600;color:#0f0f10}.logout-button{background:transparent;border:1px solid #e6e6e7;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;color:#5d5f60;cursor:pointer;transition:all .2s}.logout-button:hover{background:#fafafa;border-color:#6d23ed;color:#6d23ed}@media(max-width:768px){.user-name{display:none}.logout-button{padding:6px 12px;font-size:13px}}@media(max-width:480px){.header{padding:0 15px}.logo-text{font-size:18px}.logo-icon{width:24px;height:24px}}.sidebar{width:144px;background:#fff;height:calc(100vh - 60px);position:fixed;left:0;top:60px;overflow-y:auto;box-shadow:2px 0 4px #0000000d}.menu-item{display:flex;align-items:center;gap:12px;padding:16px 10px;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit;border:none;background:transparent}.menu-item:hover{background-color:#6d23ed1a}.menu-item.active{background-color:#6d23ed;color:#fff}.menu-icon{width:23px;height:23px;flex-shrink:0;color:#5d5f60}.menu-item.active .menu-icon{color:#fff}.menu-text{font-size:14px;font-weight:500;color:#5d5f60;white-space:nowrap}.menu-item.active .menu-text{color:#fff;font-weight:700}@media(max-width:768px){.sidebar{width:60px}.menu-text{display:none}.menu-item{justify-content:center;padding:16px 8px}}.app-layout{min-height:100vh;background-color:#fafafa;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.content-wrapper{display:flex;margin-top:60px}.main-content{margin-left:144px;flex:1;min-height:calc(100vh - 60px)}@media(max-width:768px){.main-content{margin-left:60px}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite ease-in-out}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.check-skeleton{padding:24px}.skeleton-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.skeleton-stats{display:flex;gap:12px}.skeleton-filters{display:flex;gap:32px;margin-bottom:24px;padding:16px;background:#fafafa;border-radius:8px}.skeleton-filter-group{display:flex;flex-direction:column;gap:8px}.skeleton-filter-buttons{display:flex;gap:6px}.skeleton-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #eee}.skeleton-table-header{display:flex;gap:24px;padding:14px 16px;background:#fafafa;border-bottom:1px solid #eee}.skeleton-table-row{display:flex;gap:24px;padding:14px 16px;border-bottom:1px solid #f5f5f5}.skeleton-table-row:last-child{border-bottom:none}.notice-skeleton{padding:24px}.skeleton-page-title{margin-bottom:24px}.skeleton-filter-section{display:flex;gap:8px;margin-bottom:20px}.skeleton-tabs{display:flex;gap:24px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #eee}.skeleton-action-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.skeleton-notice-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.notice-card-skeleton{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.skeleton-card-header{display:flex;justify-content:space-between;align-items:center}.skeleton-title{margin:4px 0}.dashboard-skeleton{padding:24px}.skeleton-welcome{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.skeleton-quick-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:32px}.skeleton-quick-link-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:12px}.skeleton-stats-overview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.skeleton-stat-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px}.skeleton-row td{padding:14px 12px}@media(max-width:768px){.skeleton-controls{flex-direction:column;gap:16px}.skeleton-stats{flex-wrap:wrap}.skeleton-filters{flex-wrap:wrap;gap:16px}.skeleton-quick-links{grid-template-columns:1fr}}.dashboard-page{padding:40px}.welcome-section{margin-bottom:40px}.dashboard-title{font-size:32px;font-weight:800;color:#0f0f10;margin:0 0 8px}.dashboard-subtitle{font-size:16px;font-weight:400;color:#5d5f60;margin:0}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}.quick-link-card{background:#fff;border-radius:12px;padding:32px;text-decoration:none;transition:all .3s;box-shadow:0 2px 8px #00000014;cursor:pointer}.quick-link-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #6d23ed33;border:2px solid #6d23ed}.card-icon{width:48px;height:48px;border-radius:12px;margin-bottom:16px}.card-icon.check{background:linear-gradient(135deg,#00bf40,#00a036)}.card-icon.notice{background:linear-gradient(135deg,#6d23ed,#5919c7)}.card-icon.schedule{background:linear-gradient(135deg,#1492fc,#0f7dd9)}.card-icon.room{background:linear-gradient(135deg,#ff6b35,#f7931e)}.card-title{font-size:20px;font-weight:700;color:#0f0f10;margin:0 0 8px}.card-description{font-size:14px;font-weight:400;color:#5d5f60;margin:0;line-height:1.5}.stats-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.stat-label{font-size:14px;font-weight:500;color:#5d5f60;margin:0 0 12px}.stat-value{font-size:28px;font-weight:800;color:#0f0f10;margin:0}.stat-value.positive{color:#00bf40}.stat-value.negative{color:#ff4242}@media(max-width:1200px){.quick-links,.stats-overview{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-page{padding:24px 20px}.quick-links,.stats-overview{grid-template-columns:1fr}.dashboard-title{font-size:24px}.quick-link-card{padding:24px}}@media(max-width:480px){.dashboard-title{font-size:20px}.dashboard-subtitle{font-size:14px}.card-title{font-size:18px}.stat-value{font-size:24px}}.check-page{padding:32px 40px}.controls-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:24px}.search-box{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #e6e6e7;border-radius:12px;padding:10px 16px;width:300px;transition:all .2s}.search-box:focus-within{border-color:#6d23ed;box-shadow:0 0 0 3px #6d23ed1a}.search-icon{width:20px;height:20px;flex-shrink:0;color:#9e9e9f}.search-box:focus-within .search-icon{color:#6d23ed}.search-box input{border:none;background:transparent;font-size:15px;font-weight:500;color:#0f0f10;outline:none;flex:1}.search-box input::placeholder{color:#9e9e9f;font-weight:400}.stats-section{display:flex;gap:10px;align-items:center}.stat-box{background:#fff;padding:7px 20px;border-radius:8px;font-size:16px;font-weight:500;white-space:nowrap}.stat-box .positive{color:#00bf40}.stat-box .negative{color:#e1322e}.excel-button{background:#164e8d;color:#fff;border:none;border-radius:8px;padding:7px 12px;display:flex;align-items:center;gap:12px;font-size:20px;font-weight:500;cursor:pointer;transition:background-color .2s}.excel-button:hover{background:#1a5aa1}.excel-icon{width:22px;height:22px;flex-shrink:0;color:#fff}.filter-section{display:flex;gap:20px;margin-bottom:20px;padding:20px;background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center}.filter-group{display:flex;align-items:center;gap:12px}.filter-label{font-size:15px;font-weight:600;color:#0f0f10;white-space:nowrap}.filter-buttons{display:flex;gap:6px}.filter-btn{padding:6px 16px;border:1px solid #e6e6e7;background:#fff;color:#5d5f60;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-btn:hover{border-color:#6d23ed;color:#6d23ed;background:#6d23ed0d}.filter-btn.active{border-color:#6d23ed;background:#6d23ed;color:#fff}.filter-btn.active:hover{background:#5919c7;border-color:#5919c7}.table-container{background:#fff;border-radius:8px;overflow:hidden}.student-table{width:100%;border-collapse:collapse}.student-table thead th{background:#fff;border-bottom:1px solid #c4c5c6;padding:13.5px 8px;font-size:15px;font-weight:600;color:#0f0f10;text-align:center}.student-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .2s;padding-right:24px}.student-table thead th.sortable:hover{background:#f5f5f5}.student-table thead th.sortable:active{background:#eee}.sort-indicator{font-size:12px;color:#6d23ed;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.student-table tbody td{padding:12px 8px;border-bottom:1px solid #c4c5c6;font-size:16px;text-align:center;color:#0f0f10}.student-table tbody tr:last-child td{border-bottom:none}.room-cell{font-weight:500}.status-present{color:#00bf40;font-weight:600}.status-absent{color:#ff4242;font-weight:600}.edit-button{border:1px solid #164e8d;background:transparent;color:#164e8d;padding:4.5px 12px;border-radius:4px;font-size:15px;cursor:pointer;transition:all .2s}.edit-button:hover{background:#164e8d;color:#fff}@media(max-width:1200px){.check-page{padding:24px 20px}.controls-section{flex-direction:column;align-items:stretch}.search-box{width:100%}.stats-section{flex-wrap:wrap}.filter-section{flex-direction:column;align-items:stretch}.filter-group{flex-direction:column;align-items:flex-start;gap:8px}.filter-buttons{width:100%}.filter-btn{flex:1}}@media(max-width:768px){.student-table{font-size:14px}.student-table thead th,.student-table tbody td{padding:8px 4px}}@media(max-width:480px){.stat-box{font-size:14px;padding:5px 10px}.excel-button{font-size:16px;padding:5px 10px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#dcdddeb3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:10px}.modal-container{background-color:var(--fill-normal, #ffffff);border-radius:var(--border-medium, 16px);padding:20px;width:440px;max-width:100%;display:flex;flex-direction:column;gap:16px}.modal-header{display:flex;flex-direction:column;gap:8px}.modal-title-row{display:flex;align-items:flex-end;gap:4px}.student-name{font-family:Pretendard,sans-serif;font-weight:800;font-size:20px;line-height:1.4;letter-spacing:-.2px;color:#000;margin:0}.subtitle{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.16px;color:#000;margin:0}.modal-form{display:flex;flex-direction:column;gap:8px}.form-field{display:flex;flex-direction:column;gap:4px}.flex-grow{flex:1}.field-label{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:13px;line-height:1.3;letter-spacing:.39px;color:var(--label-alternative, #5d5f60)}.input-wrapper{background-color:var(--fill-neutral, #fafafa);border-radius:8px;padding:0 12px;height:40px;display:flex;align-items:center}.input-field{font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:1.2;color:#000;border:none;background:transparent;outline:none;width:100%}.student-id-row{display:flex;gap:8px;align-items:flex-end}.gender-button{width:40px;height:40px;border-radius:var(--border-extrasmall, 8px);border:none;display:flex;align-items:center;justify-content:center;font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.16px;color:var(--common-100, #ffffff);cursor:pointer;transition:background-color .2s;flex-shrink:0}.gender-button.male{background-color:var(--status-info, #5b96c7)}.gender-button.female{background-color:#ed4ca4}.gender-button:hover{opacity:.9}.submit-button{background-color:var(--primary-normal, #6d23ed);border:none;border-radius:var(--border-extrasmall, 8px);height:38px;display:flex;align-items:center;justify-content:center;font-family:Pretendard Variable,sans-serif;font-weight:700;font-size:13px;line-height:1.3;letter-spacing:.39px;color:var(--common-100, #ffffff);cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#5a1bc4}@media(max-width:768px){.modal-container{width:100%;max-width:440px}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #e6e6e7;gap:20px}.modal-title{font-size:20px;font-weight:700;color:#0f0f10;letter-spacing:-.4px;margin:0;padding:0;display:inline-block}.modal-close-button{width:32px;height:32px;min-width:32px;min-height:32px;border:none;background:transparent;color:#5d5f60;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;padding:0;margin:0}.modal-close-button:hover:not(:disabled){background:#f5f5f5;color:#0f0f10}.modal-close-button:disabled{opacity:.5;cursor:not-allowed}.modal-form{padding:24px 28px 28px;overflow-y:auto;scrollbar-gutter:stable;flex:1}.modal-form .form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;position:relative}.modal-form .form-group:last-of-type{margin-bottom:28px}.modal-form .form-label{font-size:15px;font-weight:600;color:#0f0f10;letter-spacing:-.15px}.modal-form .required{color:#ff4242;margin-left:2px}.modal-form .form-input{background:#fff;border:1px solid #e6e6e7;border-radius:12px;height:48px;padding:0 16px;font-size:14px;font-weight:500;color:#0f0f10;letter-spacing:.28px;outline:none;transition:all .2s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.modal-form .form-input:focus{border-color:#6d23ed;box-shadow:0 0 0 3px #6d23ed1a}.modal-form .form-input::placeholder{color:#9e9e9f}.modal-form .form-textarea{background:#fff;border:1px solid #e6e6e7;border-radius:12px;padding:16px;font-size:14px;font-weight:500;color:#0f0f10;letter-spacing:.28px;line-height:1.6;outline:none;transition:all .2s;resize:none;height:240px;overflow-y:auto;scrollbar-gutter:stable;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.modal-form .form-textarea:focus{border-color:#6d23ed;box-shadow:0 0 0 3px #6d23ed1a}.modal-form .form-textarea::placeholder{color:#9e9e9f}.modal-form .char-count{font-size:12px;color:#9e9e9f;text-align:right;margin-top:4px}.input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;min-height:18px}.error-text{font-size:12px;color:#ff4242;font-weight:500}.content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.editor-controls{display:flex;align-items:center;gap:12px}.refine-button{padding:6px 14px;background:linear-gradient(135deg,#897eed,#6d23ed);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.refine-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6d23ed4d}.refine-button:active:not(:disabled){transform:translateY(0)}.refine-button:disabled{background:#e5e5e5;color:#9e9e9f;cursor:not-allowed;opacity:.6}.editor-tabs{display:flex;gap:4px;background:#f5f5f5;padding:4px;border-radius:8px}.tab-button{padding:6px 16px;border:none;background:transparent;color:#5d5f60;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.tab-button:hover{background:#6d23ed0d;color:#6d23ed}.tab-button.active{background:#fff;color:#6d23ed;box-shadow:0 1px 3px #0000001a}.markdown-preview{background:#fff;border:1px solid #e6e6e7;border-radius:12px;padding:16px;height:240px;overflow-y:auto;scrollbar-gutter:stable;font-size:14px;color:#0f0f10;line-height:1.6}.markdown-preview h1{font-size:24px;font-weight:700;margin:16px 0 12px;border-bottom:2px solid #e6e6e7;padding-bottom:8px}.markdown-preview h2{font-size:20px;font-weight:700;margin:14px 0 10px;border-bottom:1px solid #e6e6e7;padding-bottom:6px}.markdown-preview h3{font-size:18px;font-weight:600;margin:12px 0 8px}.markdown-preview h4{font-size:16px;font-weight:600;margin:10px 0 6px}.markdown-preview p{margin:8px 0}.markdown-preview ul,.markdown-preview ol{margin:8px 0;padding-left:24px}.markdown-preview li{margin:4px 0}.markdown-preview a{color:#6d23ed;text-decoration:none;border-bottom:1px solid rgba(109,35,237,.3)}.markdown-preview a:hover{border-bottom-color:#6d23ed}.markdown-preview code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:13px;color:#d63384}.markdown-preview pre{background:#f5f5f5;padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}.markdown-preview pre code{background:transparent;padding:0;color:#0f0f10}.markdown-preview blockquote{border-left:4px solid #6d23ed;padding-left:16px;margin:12px 0;color:#5d5f60;font-style:italic}.markdown-preview table{border-collapse:collapse;width:100%;margin:12px 0}.markdown-preview table th,.markdown-preview table td{border:1px solid #e6e6e7;padding:8px 12px;text-align:left}.markdown-preview table th{background:#f5f5f5;font-weight:600}.markdown-preview img{max-width:100%;border-radius:8px;margin:12px 0}.preview-empty{color:#9e9e9f;text-align:center;padding:60px 20px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #e6e6e7}.modal-actions .cancel-button,.modal-actions .submit-button{height:48px;padding:0 32px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;border:none}.modal-actions .cancel-button{background:#fff;color:#5d5f60;border:1px solid #e6e6e7}.modal-actions .cancel-button:hover:not(:disabled){background:#fafafa;border-color:#9e9e9f}.modal-actions .submit-button{background:#6d23ed;color:#fff}.modal-actions .submit-button:hover:not(:disabled){background:#5919c7}.modal-actions .submit-button:active:not(:disabled){background:#4a14a5}.modal-actions .cancel-button:disabled,.modal-actions .submit-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.modal-container{width:95%;max-height:95vh}.modal-header{padding:20px 24px}.modal-title{font-size:18px}.modal-form{padding:20px 24px 24px}.modal-form .form-textarea{min-height:200px}.modal-actions{flex-direction:column}.modal-actions .cancel-button,.modal-actions .submit-button{width:100%}}@media(max-width:480px){.modal-container{width:100%;max-height:100vh;border-radius:0}.modal-header{padding:16px 20px}.modal-form{padding:16px 20px 20px}}.notice-page{padding:40px 204px}.page-title{font-size:30px;font-weight:800;color:#0f0f10;margin-bottom:30px}.filter-section{display:flex;gap:9px;align-items:center;margin-bottom:30px}.filter-button{border:1px solid #c4c5c6;background:#fff;color:#5d5f60;padding:8px 13px;border-radius:5px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.filter-button.active{background:#6d23ed33;border-color:#6d23ed33;color:#6d23ed}.filter-button:hover{border-color:#6d23ed}.date-range-button{border:1px solid #c4c5c6;background:#fff;color:#5d5f60;padding:8px 13px;border-radius:5px;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s}.date-range-button:hover{border-color:#6d23ed}.calendar-icon{width:18px;height:21px;background:#5d5f60;border-radius:3px}.dropdown-icon{width:12px;height:6px;background:#5d5f60;clip-path:polygon(50% 100%,0 0,100% 0)}.tabs-section{display:flex;gap:34px;border-bottom:2px solid #e6e6e7;margin-bottom:20px}.tab{font-size:18px;font-weight:600;color:#5d5f60;padding:8px 0;cursor:pointer;position:relative;transition:color .2s}.tab:hover,.tab.active{color:#6d23ed}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#6d23ed;border-radius:50px 50px 0 0}.action-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.left-actions{display:flex;gap:8px;align-items:center}.count-badge{background:#eff0f1;padding:6px 12px;border-radius:5px;font-size:14px;font-weight:500;color:#5d5f60}.count-badge .count{color:#6d23ed;font-weight:700}.action-button{padding:6px 12px;border-radius:5px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.action-button.select-all{background:#eff0f1;color:#5d5f60}.action-button.select-all:hover{background:#e0e1e2}.action-button.pin{background:#6d23ed;color:#fff}.action-button.pin:hover{background:#5919c7}.action-button.unpin{background:#9e9e9f;color:#fff}.action-button.unpin:hover{background:#7d7e7f}.action-button.delete{background:#ff4242;color:#fff}.action-button.delete:hover{background:#e63939}.create-button{background:#6d23ed;color:#fff;border:none;padding:6px 12px;border-radius:5px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.create-button:hover{background:#5919c7}.notice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 10px}.notice-card{background:#fff;border:1px solid #e6e6e7;border-radius:5px;padding:20px 30px;transition:all .2s;position:relative;cursor:pointer}.notice-card.selected{background:#f9f7ff;border-color:#6d23ed}.notice-card:hover{border-color:#6d23ed;box-shadow:0 2px 8px #6d23ed26}.notice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3px}.notice-category{font-size:10px;font-weight:500;color:#b3b3b3}.notice-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#6d23ed}.notice-title{font-size:15px;font-weight:700;color:#0f0f10;margin:0 0 6px;line-height:1.4}.notice-author{font-size:12px;font-weight:500;color:#5d5f60;margin:0 0 3px}.notice-date{font-size:10px;font-weight:500;color:#b3b3b3;text-align:right;margin:0}@media(max-width:1400px){.notice-page{padding:40px 100px}}@media(max-width:1200px){.notice-page{padding:40px}.notice-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.notice-page{padding:30px 20px}.notice-grid{grid-template-columns:1fr}.filter-section{flex-wrap:wrap}.page-title{font-size:24px}}@media(max-width:480px){.page-title{font-size:20px}.tabs-section{gap:15px}.tab{font-size:14px}.action-section{flex-direction:column;gap:10px;align-items:stretch}}.notice-detail-page{min-height:100vh;background:#fafafa}.notice-detail-container{max-width:800px;margin:0 auto;padding:32px 24px}.detail-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.detail-action-buttons{display:flex;gap:8px}.detail-action-btn{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.detail-action-btn.pin{background:#6d23ed;color:#fff}.detail-action-btn.pin:hover:not(:disabled){background:#5919c7}.detail-action-btn.edit{background:#eff0f1;color:#5d5f60}.detail-action-btn.edit:hover{background:#e0e1e2}.detail-action-btn.delete{background:#eff0f1;color:#ff4242}.detail-action-btn.delete:hover:not(:disabled){background:#ff4242;color:#fff}.detail-action-btn:disabled{opacity:.5;cursor:not-allowed}.back-button{background:#fff;border:1px solid #e6e6e7;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;color:#5d5f60;cursor:pointer;transition:all .2s;margin-bottom:24px}.back-button:hover{background:#f5f5f5;border-color:#9e9e9f}.notice-article{background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 8px #0000000a}.notice-detail-header{border-bottom:2px solid #e6e6e7;padding-bottom:24px;margin-bottom:32px}.pinned-badge{display:inline-block;background:linear-gradient(135deg,#897eed,#6d23ed);color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:12px}.notice-detail-title{font-size:32px;font-weight:700;color:#0f0f10;letter-spacing:-.64px;margin:0 0 16px;line-height:1.3}.notice-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.author-info{display:flex;align-items:center;gap:10px}.author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.author-name{font-size:15px;font-weight:600;color:#0f0f10}.date-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.created-date{font-size:14px;color:#5d5f60}.updated-date{font-size:12px;color:#9e9e9f}.notice-article .notice-content{font-size:16px;line-height:1.8;color:#0f0f10}.notice-article .notice-content h1{font-size:28px;font-weight:700;margin:32px 0 16px;border-bottom:2px solid #e6e6e7;padding-bottom:12px}.notice-article .notice-content h2{font-size:24px;font-weight:700;margin:28px 0 14px;border-bottom:1px solid #e6e6e7;padding-bottom:10px}.notice-article .notice-content h3{font-size:20px;font-weight:600;margin:24px 0 12px}.notice-article .notice-content h4{font-size:18px;font-weight:600;margin:20px 0 10px}.notice-article .notice-content p{margin:12px 0}.notice-article .notice-content ul,.notice-article .notice-content ol{margin:12px 0;padding-left:28px}.notice-article .notice-content li{margin:6px 0}.notice-article .notice-content a{color:#6d23ed;text-decoration:none;border-bottom:1px solid rgba(109,35,237,.3)}.notice-article .notice-content a:hover{border-bottom-color:#6d23ed}.notice-article .notice-content code{background:#f5f5f5;padding:3px 8px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:14px;color:#d63384}.notice-article .notice-content pre{background:#f5f5f5;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.notice-article .notice-content pre code{background:transparent;padding:0;color:#0f0f10}.notice-article .notice-content blockquote{border-left:4px solid #6d23ed;padding-left:20px;margin:16px 0;color:#5d5f60;font-style:italic}.notice-article .notice-content table{border-collapse:collapse;width:100%;margin:16px 0}.notice-article .notice-content table th,.notice-article .notice-content table td{border:1px solid #e6e6e7;padding:12px 16px;text-align:left}.notice-article .notice-content table th{background:#f5f5f5;font-weight:600}.notice-article .notice-content img{max-width:100%;border-radius:8px;margin:16px 0}.notice-article .notice-content strong{font-weight:700;color:#0f0f10}.notice-article .notice-content em{font-style:italic}.loading,.error-state{text-align:center;padding:80px 20px}.error-state p{font-size:16px;color:#5d5f60;margin-bottom:20px}@media(max-width:768px){.notice-detail-container{padding:24px 16px}.notice-article{padding:28px 24px}.notice-detail-title{font-size:24px}.notice-meta{flex-direction:column;align-items:flex-start}.date-info{align-items:flex-start}.notice-article .notice-content h1{font-size:22px}.notice-article .notice-content h2{font-size:20px}.notice-article .notice-content h3{font-size:18px}}@media(max-width:480px){.notice-article{padding:24px 20px}.notice-detail-title{font-size:20px}.notice-article .notice-content{font-size:15px}}.schedule-page{padding:32px 40px;display:flex;gap:24px}.calendar-container{flex:1;max-width:760px}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.calendar-title-row{display:flex;align-items:center;gap:8px}.calendar-title-icon{width:23px;height:23px;flex-shrink:0;color:#0f0f10}.calendar-title{font-size:22px;font-weight:800;color:#0f0f10;margin:0}.schedule-stats{display:flex;gap:16px;margin-bottom:16px;padding:12px 16px;background:#f8f9fa;border-radius:8px}.stat-item{display:flex;align-items:center;gap:8px}.stat-label{font-size:13px;color:#747678}.stat-value{font-size:14px;font-weight:700;color:#0f0f10}.stat-value.male{color:#1492fc}.stat-value.female{color:#ed4ca4}.month-selector{display:flex;align-items:center;gap:12px}.nav-button{background:transparent;border:none;color:#747678;font-size:16px;cursor:pointer;padding:8px;transition:color .2s;display:flex;align-items:center;justify-content:center}.nav-button:hover{color:#0f0f10}.chevron-icon{width:20px;height:12px;color:#747678}.month-text{font-size:14px;font-weight:500;color:#747678}.calendar{border:1px solid #e6e6e7;border-radius:4px;overflow:hidden;background:#fff}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e6e6e7}.weekday{padding:10px;text-align:center;font-size:14px;font-weight:400;color:#5d5f60;border-right:1px solid #e6e6e7}.weekday:last-child{border-right:none}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-cell{min-height:112px;padding:6px;border-right:1px solid #e6e6e7;border-bottom:1px solid #e6e6e7;display:flex;flex-direction:column;align-items:flex-end;gap:4px;cursor:pointer;transition:background-color .2s;background:#fff}.calendar-cell:nth-child(7n){border-right:none}.calendar-cell:hover{background-color:#f8f8f8}.calendar-cell.inactive{background-color:#fafafa;cursor:default}.calendar-cell.inactive:hover{background-color:#fafafa}.calendar-cell.today .date-number.today-number{background:#6d23ed;color:#fff;border-radius:4px;padding:0 4px;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center}.calendar-cell.weekend,.calendar-cell.disabled{background-color:#fff}.calendar-cell.disabled:hover{background-color:#f8f8f8}.calendar-cell.disabled .schedule-tag{background:var(--fill-alternative, #dcddde)}.calendar-cell.today.disabled .date-number.today-number{background:#6d23ed;color:#fff}.calendar-cell.selected{background-color:#fff;border:2px solid #6d23ed}.date-number{font-size:18px;font-weight:500;color:#5d5f60;line-height:1.5}.calendar-cell.selected .date-number{color:#fff;background:#6d23ed;border-radius:4px;padding:0 4px;min-width:24px;text-align:center}.schedule-indicators{display:flex;flex-direction:column;gap:4px;width:100%}.schedule-tag{padding:4px;border-radius:4px;font-size:12px;font-weight:500;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-tag.blue{background:#1492fc}.schedule-tag.pink{background:#ed4ca4}.schedule-tag.gray{background:#dcddde}.schedule-tag.disabled{background:var(--fill-alternative, #dcddde)}.scheduler-panel{width:320px;background:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px;height:fit-content;box-shadow:0 2px 8px #00000014}.scheduler-title{font-size:18px;font-weight:700;color:#0f0f10;margin:0;text-align:center;padding-bottom:16px;border-bottom:1px solid #e6e6e7}.no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center}.no-selection p{color:#747678;font-size:14px;margin:0}.no-schedule-message{background:#fef3cd;border-radius:8px;padding:16px;text-align:center}.no-schedule-message p{margin:0;color:#856404;font-size:14px;font-weight:500}.schedule-info{background:#f0f9ff;border-radius:8px;padding:16px}.current-schedule{display:flex;flex-direction:column;gap:4px;text-align:center}.schedule-label{font-size:12px;color:#747678}.schedule-time{font-size:18px;font-weight:700;color:#1492fc}.section-label{font-size:14px;font-weight:600;color:#0f0f10;margin:0 0 8px}.schedule-editor{width:272px;background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px;height:fit-content}.editor-title{font-size:22px;font-weight:800;color:#0f0f10;margin:0;text-align:center}.gender-badge{color:#ed4ca4}.gender-badge.male{color:#1492fc}.gender-badge.female{color:#ed4ca4}.time-picker-section{display:flex;flex-direction:column;gap:12px}.time-picker-row{display:flex;align-items:center;gap:12px;justify-content:center}.time-input-group{display:flex;align-items:center;gap:4px}.time-input{width:50px;background:#fafafa;border:1px solid #e6e6e7;border-radius:8px;padding:10px 8px;font-size:16px;font-weight:600;color:#0f0f10;text-align:center;outline:none;transition:border-color .2s,background-color .2s}.time-input:focus{background:#fff;border-color:#6d23ed}.time-input::-webkit-outer-spin-button,.time-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.time-input[type=number]{-moz-appearance:textfield}.time-separator{font-size:18px;font-weight:600;color:#5d5f60}.time-range-separator{font-size:18px;font-weight:500;color:#747678}.time-label{font-size:13px;font-weight:500;color:#5d5f60}.highlight-female{color:#ed4ca4;font-weight:700}.highlight-male{color:#1492fc;font-weight:700}.time-picker{display:flex;gap:8px;align-items:center}.time-input{flex:1;background:#fafafa;border:none;border-radius:8px;padding:8px;font-size:14px;font-weight:500;color:#5d5f60;text-align:center;outline:none}.time-input:focus{background:#f0f0f0}.time-separator{font-size:16px;font-weight:500;color:#5d5f60}.action-buttons{display:flex;flex-direction:column;gap:8px}.delete-button{background:#ff4242;color:#fff;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .2s}.delete-button:hover{background:#e63939}.save-button{background:#6d23ed;color:#fff;border:none;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .2s}.save-button:hover{background:#5919c7}.scheduler-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.action-button{width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button.create{background:#6d23ed;color:#fff}.action-button.create:hover:not(:disabled){background:#5919c7}.action-button.update{background:#1492fc;color:#fff}.action-button.update:hover:not(:disabled){background:#0d7fd9}.action-button.delete{background:#ff4d4f;color:#fff}.action-button.delete:hover:not(:disabled){background:#e63939}.gender-section{background:#fafafa;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.gender-section.male{border-left:4px solid #1492fc}.gender-section.female{border-left:4px solid #ed4ca4}.gender-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.gender-badge{font-size:14px;font-weight:700;padding:4px 10px;border-radius:6px}.gender-badge.male{background:#e6f4ff;color:#1492fc}.gender-badge.female{background:#fff0f6;color:#ed4ca4}.current-time{font-size:12px;color:#747678}.gender-actions{display:flex;gap:8px}.action-button.small{flex:1;padding:8px 12px;font-size:13px}.action-button.create-female{width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;background:#ed4ca4;color:#fff;transition:background-color .2s,opacity .2s}.action-button.create-female:hover:not(:disabled){background:#d43d90}.action-button.create-female:disabled{opacity:.6;cursor:not-allowed}.inactive-date{color:#c4c5c6}.weekday.sunday{color:#ff4d4f}.weekday.saturday{color:#1492fc}@media(max-width:1200px){.schedule-page{flex-direction:column}.calendar-container{max-width:100%}.schedule-editor,.scheduler-panel{width:100%}}@media(max-width:768px){.schedule-page{padding:24px 20px}.calendar-cell{min-height:80px;font-size:12px}.schedule-tag{font-size:10px;padding:2px}.date-number{font-size:14px}}@media(max-width:480px){.calendar-header{flex-direction:column;gap:12px;align-items:flex-start}.calendar-title{font-size:18px}.calendar-cell{min-height:60px;padding:4px}.schedule-tag{display:none}}.mode-selector{display:flex;gap:4px;margin-bottom:16px;padding:4px;background:#f0f0f0;border-radius:8px}.mode-btn{flex:1;padding:8px 12px;border:none;background:transparent;border-radius:6px;font-size:13px;font-weight:500;color:#747678;cursor:pointer;transition:all .2s}.mode-btn:hover{color:#0f0f10}.mode-btn.active{background:#fff;color:#6d23ed;font-weight:600;box-shadow:0 1px 3px #0000001a}.weekday-selector{margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:8px}.weekday-buttons{display:flex;gap:4px;margin-bottom:12px}.weekday-btn{flex:1;padding:8px 4px;border:1px solid #e6e6e7;background:#fff;border-radius:6px;font-size:13px;font-weight:500;color:#5d5f60;cursor:pointer;transition:all .2s}.weekday-btn:hover{border-color:#6d23ed}.weekday-btn.active{background:#6d23ed;border-color:#6d23ed;color:#fff}.weekday-btn.sunday{color:#ff4d4f}.weekday-btn.sunday.active{background:#ff4d4f;border-color:#ff4d4f;color:#fff}.weekday-btn.saturday{color:#1492fc}.weekday-btn.saturday.active{background:#1492fc;border-color:#1492fc;color:#fff}.apply-weekday-btn{width:100%;padding:10px;border:none;background:#6d23ed;border-radius:6px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:background-color .2s}.apply-weekday-btn:hover{background:#5919c7}.quick-actions{display:flex;gap:8px;margin-bottom:16px}.quick-btn{flex:1;padding:8px 12px;border:1px solid #e6e6e7;background:#fff;border-radius:6px;font-size:13px;font-weight:500;color:#5d5f60;cursor:pointer;transition:all .2s}.quick-btn:hover{border-color:#6d23ed;color:#6d23ed}.action-button.apply-both{width:100%;padding:14px 16px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#1492fc,#ed4ca4);color:#fff;margin-top:8px;transition:opacity .2s}.action-button.apply-both:hover:not(:disabled){opacity:.9}.action-button.apply-both:disabled{opacity:.6;cursor:not-allowed}.action-button.create-female.small{padding:8px 12px;font-size:13px}.hint{font-size:12px;color:#a0a1a3;margin-top:8px}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton-cell{background:#fff;cursor:default!important}.skeleton-cell:hover{background:#fff!important}.skeleton-date{width:24px;height:24px;background:#e6e6e7;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-tags{display:flex;flex-direction:column;gap:4px;width:100%;margin-top:8px}.skeleton-tag{height:20px;background:#e6e6e7;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-tag:nth-child(1){animation-delay:.1s}.skeleton-tag:nth-child(2){animation-delay:.2s}.loading-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-modal{background:#fff;border-radius:16px;padding:32px 48px;display:flex;flex-direction:column;align-items:center;gap:16px;min-width:300px;box-shadow:0 8px 32px #0003}.loading-modal-spinner{width:48px;height:48px;border:4px solid #e6e6e7;border-top-color:#6d23ed;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-modal-title{font-size:18px;font-weight:700;color:#0f0f10;margin:0}.loading-modal-progress{width:100%;height:8px;background:#e6e6e7;border-radius:4px;overflow:hidden}.loading-modal-progress-bar{height:100%;background:linear-gradient(90deg,#6d23ed,#1492fc);border-radius:4px;transition:none}.loading-modal-text{font-size:14px;color:#747678;margin:0}.room-page{min-height:100vh;background:#fafafa}.room-container{max-width:1400px;margin:0 auto;padding:24px}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.room-title{font-size:20px;font-weight:700;color:#0f0f10}.header-actions{display:flex;gap:8px}.create-room-button{background:linear-gradient(135deg,#897eed,#6d23ed);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.create-room-button:hover{opacity:.9}.create-room-button:active{transform:scale(.98)}.delete-selected-button{background:#ff4242;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.delete-selected-button:hover:not(:disabled){opacity:.9}.delete-selected-button:disabled{opacity:.5;cursor:not-allowed}.loading{text-align:center;padding:60px 20px;font-size:14px;color:#9e9e9f}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px dashed #e6e6e7}.empty-state p{margin:6px 0;color:#9e9e9f;font-size:14px}.empty-state p:first-child{font-size:15px;font-weight:600;color:#5d5f60}.floor-sections{display:flex;flex-direction:column;gap:24px}.floor-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.floor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #e6e6e7}.floor-title{font-size:16px;font-weight:700;color:#0f0f10;margin:0}.select-all-button{background:transparent;color:#6d23ed;border:1px solid #6d23ed;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.select-all-button:hover{background:#6d23ed;color:#fff}.room-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.room-card{background:#fafafa;border-radius:8px;padding:14px;border:1px solid #e6e6e7;transition:all .2s;cursor:pointer;-webkit-user-select:none;user-select:none}.room-card:hover{border-color:#6d23ed;box-shadow:0 2px 8px #6d23ed1a}.room-card.selected{background:#f3f0ff;border-color:#6d23ed}.room-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.room-checkbox{width:16px;height:16px;cursor:pointer;flex-shrink:0}.room-name{font-size:15px;font-weight:700;color:#0f0f10;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-room-button{background:transparent;color:#ff4242;border:1px solid #ff4242;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.delete-room-button:hover:not(:disabled){background:#ff4242;color:#fff}.delete-room-button:disabled{opacity:.5;cursor:not-allowed}.room-modal{max-width:500px}.input-helper{font-size:12px;color:#9e9e9f;margin-top:6px;margin-bottom:4px}@media(max-width:768px){.room-container{padding:16px}.room-header{flex-direction:column;align-items:flex-start;gap:12px}.header-actions{width:100%;flex-direction:column}.create-room-button,.delete-selected-button{width:100%}.room-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.room-title{font-size:18px}}@media(max-width:480px){.room-container,.room-card{padding:12px}.room-name{font-size:14px}.room-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}}.login-page{min-height:100vh;background-color:#fafafa;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.login-header{height:60px;background:#fff;box-shadow:0 -2px 4px #0000001a;padding:0 25px;display:flex;align-items:center;position:fixed;top:0;left:0;right:0;z-index:100}.logo-container{display:flex;align-items:center;gap:8px;text-decoration:none}.logo-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.logo-text{font-size:24px;font-weight:800;color:#6d23ed;letter-spacing:-.48px;margin:0}.login-content{margin-top:60px;height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:20px}.login-form{display:flex;flex-direction:column;gap:36px;align-items:center}.form-header{display:flex;flex-direction:column;gap:4px;align-items:center}.logo-icon-large{width:64px;height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.brand-title{font-size:28px;font-weight:800;color:#0f0f10;letter-spacing:-.84px;margin:0}.brand-subtitle{font-size:20px;font-weight:500;color:#5d5f60;letter-spacing:-.2px;margin:0}.form-body{display:flex;flex-direction:column;gap:24px;width:320px}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:12px 16px;color:#c00;font-size:14px;font-weight:500;text-align:center}.input-group{display:flex;flex-direction:column;gap:12px;width:320px}.input-wrapper{display:flex;flex-direction:column;gap:4px;width:320px;height:69px}.input-label{font-size:13px;font-weight:400;color:var(--label-alternative, #5d5f60);letter-spacing:.39px;line-height:1.3;text-align:left;width:100%}.input-field{background:var(--fill-normal, #ffffff);border:none;border-radius:12px;height:48px;width:320px;padding:0 16px;font-size:14px;font-weight:500;color:#0f0f10;letter-spacing:.28px;line-height:1.4;outline:none;transition:box-shadow .2s;box-sizing:border-box}.input-field::placeholder{color:var(--label-alternative, #5d5f60);font-weight:500}.input-field:focus{box-shadow:0 0 0 2px var(--primary-normal, #6d23ed)}.input-field:disabled{background:#f5f5f5;cursor:not-allowed;color:#9e9e9e}.login-button{background:#6d23ed;color:#fff;border:none;border-radius:12px;height:48px;padding:10px 16px;font-size:16px;font-weight:700;letter-spacing:.16px;cursor:pointer;transition:background-color .2s;width:100%}.login-button:hover{background:#5919c7}.login-button:active{background:#4a14a5}.login-button:disabled{background:#9e7dd8;cursor:not-allowed}.signup-link{display:flex;gap:8px;font-size:13px;letter-spacing:.39px}.signup-text{font-weight:500;color:#0f0f10}.signup-action{font-weight:700;color:#5b96c7;text-decoration:none;transition:color .2s}.signup-action:hover{color:#4a7ba8;text-decoration:underline}@media(max-width:768px){.form-body{width:100%;max-width:320px}.brand-title{font-size:24px}.brand-subtitle{font-size:16px}.logo-icon-large{width:64px;height:64px}}@media(max-width:480px){.login-header{padding:0 15px}.logo-text{font-size:18px}.brand-title{font-size:20px}.brand-subtitle{font-size:14px}}.legal-page{min-height:100vh;background-color:#fff;padding:60px 20px 80px}.legal-container{max-width:720px;margin:0 auto;background:transparent;padding:0}.legal-header{margin-bottom:48px;text-align:center;border-bottom:none;padding-bottom:0}.legal-logo{font-size:24px;font-weight:700;color:#6d23ed;margin-bottom:32px;letter-spacing:-.5px}.legal-header h1{font-size:28px;font-weight:600;color:#111;margin:0 0 12px;letter-spacing:-.3px}.last-updated{color:#666;font-size:13px;margin:0}.legal-content{line-height:1.9;color:#333}.legal-section{margin-bottom:40px}.legal-section h2{font-size:16px;font-weight:600;color:#111;margin:0 0 16px;padding:0;border-left:none}.legal-section p{color:#444;font-size:14px;margin:0 0 14px;text-align:justify}.legal-section ul,.legal-section ol{color:#444;font-size:14px;margin:0 0 14px;padding-left:20px}.legal-section li{margin-bottom:6px}.legal-section strong{color:#111;font-weight:500}.legal-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px}.legal-table th,.legal-table td{border:1px solid #e0e0e0;padding:10px 12px;text-align:left}.legal-table th{background-color:#fafafa;font-weight:500;color:#111}.legal-table td{color:#444}.contact-info{background-color:#fafafa;padding:16px 20px;border:1px solid #e0e0e0;margin-top:12px}.contact-info p{margin:4px 0;font-size:14px}.legal-footer{margin-top:60px;padding-top:24px;border-top:1px solid #e0e0e0;text-align:center}.legal-footer p{color:#888;font-size:12px;margin:0}@media(max-width:768px){.legal-page{padding:40px 16px 60px}.legal-header h1{font-size:22px}.legal-section h2{font-size:15px}.legal-section p,.legal-section ul,.legal-section ol{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;background-color:#fafafa;color:#0f0f10}
