@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.block{display:block}.grid{display:grid}.table{display:table}}:root{--ink:#20332b;--green:#1f6b4f;--light:#f3f7f2;--gold:#d7aa55;--muted:#6b7b73;--line:#dfe8e1}*{box-sizing:border-box}body{color:var(--ink);background:#f5f8f4;margin:0;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}button,input,select,textarea{font:inherit}.page{min-height:100vh}.hero{color:#fff;background:linear-gradient(135deg,#164d3b,#2c7a58);padding:52px 20px 88px;position:relative;overflow:hidden}.hero:after{content:"";border:70px solid #ffffff0f;border-radius:50%;width:360px;height:360px;position:absolute;top:-120px;right:-80px}.hero-inner,.container{max-width:1040px;margin:auto}.brand{letter-spacing:2px;align-items:center;gap:12px;font-weight:700;display:flex}.brand-mark{background:var(--gold);color:#183d30;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.hero h1{max-width:700px;margin:50px 0 14px;font-size:clamp(32px,5vw,54px);line-height:1.15}.hero p{color:#dcece4;max-width:700px;font-size:17px;line-height:1.8}.card{border:1px solid var(--line);background:#fff;border-radius:22px;box-shadow:0 16px 50px #1d433217}.form-card{max-width:900px;margin:-48px auto 60px;padding:34px;position:relative}.steps{gap:8px;margin-bottom:30px;display:flex}.step{background:#e6eee8;border-radius:8px;flex:1;height:6px}.step.on{background:var(--gold)}.section-title{margin:0 0 6px;font-size:22px}.section-tip{color:var(--muted);margin:0 0 24px;line-height:1.6}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field.full{grid-column:1/-1}.field label{font-size:14px;font-weight:650}.required{color:#c74c3b}.input{background:#fbfdfb;border:1px solid #cfdbd2;border-radius:12px;outline:none;width:100%;padding:13px 14px;transition:all .2s}.input:focus{border-color:var(--green);box-shadow:0 0 0 3px #1f6b4f1a}textarea.input{resize:vertical;min-height:95px}.radio-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.choice{cursor:pointer;background:#fff;border:1px solid #d8e3da;border-radius:14px;padding:16px}.choice.selected{border-color:var(--green);background:#edf7f1;box-shadow:0 0 0 2px #1f6b4f14}.choice input{margin-right:7px}.choice small{color:var(--muted);margin:7px 0 0 23px;line-height:1.4;display:block}.actions{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.btn{cursor:pointer;border:0;border-radius:12px;padding:12px 20px;font-weight:700}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#17563f}.btn-soft{color:var(--green);background:#edf3ef}.btn-danger{color:#a63e32;background:#fff0ee}.notice{border-radius:12px;margin:16px 0;padding:14px 16px}.notice.error{color:#9d352c;background:#fff0ee}.notice.success{color:#17613e;background:#eaf7ef}.footer{text-align:center;color:#829087;padding:30px}.admin-shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#193e31;padding:28px 20px}.sidebar .brand{margin-bottom:42px}.nav button{text-align:left;color:#bdd1c6;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;margin-bottom:5px;padding:13px}.nav button.active,.nav button:hover{color:#fff;background:#285745}.admin-main{padding:34px;overflow:auto}.topbar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.topbar h1{margin:0;font-size:28px}.muted{color:var(--muted)}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.stat{padding:22px}.stat b{margin-top:12px;font-size:30px;display:block}.stat small{color:var(--muted)}.panel{margin-bottom:20px;padding:22px}.panel-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.panel-head h2{margin:0;font-size:19px}.table-wrap{overflow:auto}.table{border-collapse:collapse;width:100%;min-width:780px}.table th,.table td{text-align:left;border-bottom:1px solid #e8eee9;padding:13px 10px;font-size:14px}.table th{color:#708078;background:#fafcfa;font-weight:600}.tag{color:#285c46;background:#edf3ef;border-radius:999px;padding:5px 9px;font-size:12px;display:inline-block}.tag.warn{color:#8a5a00;background:#fff3d9}.tag.red{color:#a03930;background:#ffebe8}.tag.blue{color:#335d9f;background:#eaf1ff}.rooms{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.room{border:1px solid var(--line);border-radius:16px;padding:16px}.room h3{margin:0 0 13px}.bed{background:#f2f6f3;border-radius:10px;margin-top:7px;padding:10px;font-size:14px}.empty{color:#89958e;background:#fff;border:1px dashed #cbd7ce}.login-wrap{background:linear-gradient(145deg,#edf5ef,#dcebe1);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{width:min(420px,100%);padding:36px}.login-card h1{margin:22px 0 8px}.login-card .btn{width:100%;margin-top:18px}.member-editor{grid-template-columns:1fr 1fr 1fr auto;gap:10px;margin-bottom:18px;display:grid}@media (max-width:800px){.grid,.radio-grid{grid-template-columns:1fr}.form-card{margin:-48px 14px 40px;padding:24px}.admin-shell{display:block}.sidebar{padding:18px}.nav{display:flex;overflow:auto}.nav button{white-space:nowrap}.admin-main{padding:20px}.stats{grid-template-columns:1fr 1fr}.rooms,.member-editor{grid-template-columns:1fr}.hero{padding-top:30px}.hero h1{margin-top:35px}.field.full{grid-column:auto}}.btn:disabled{opacity:.55;cursor:not-allowed}.notice.warning{color:#805b13;background:#fff7e6}.admin-subtitle,.panel-caption{margin-top:7px}.green-text{color:var(--green)}.compact-notice{margin:0}.compact-notice div{margin-top:8px;font-size:14px}.batch-panel{background:linear-gradient(#fff,#f8fcf9);border-color:#cfe0d4}.batch-input{min-height:130px}.batch-summary{justify-content:space-between;align-items:center;gap:18px;margin-top:16px;display:flex}.batch-summary>div{flex-direction:column;gap:6px;display:flex}.name-preview{border-top:1px solid var(--line);flex-wrap:wrap;gap:9px;margin-top:18px;padding-top:18px;display:flex}.name-chip{color:#245d43;background:#eaf4ed;border:1px solid #d4e5d8;border-radius:999px;padding:7px 11px;font-size:13px}@media (max-width:800px){.batch-summary{flex-direction:column;align-items:stretch}.batch-summary .btn{width:100%}}.submit-success{text-align:center;padding:45px 10px}.success-icon{font-size:54px}.gender-options{grid-template-columns:repeat(2,minmax(0,180px));gap:12px;display:grid}.gender-choice{padding:13px 16px}.identity-field{margin-top:20px}.identity-lock{background:#eff8f2;border:1px solid #bcd9c6;border-radius:14px;align-items:center;gap:12px;padding:15px;display:flex}.identity-lock>div{flex-direction:column;flex:1;gap:4px;display:flex}.identity-lock small{color:var(--muted)}.lock-icon{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.inline-notice{margin:0}.hotel-grid{margin-top:18px}.room-choice-grid{grid-template-columns:repeat(3,1fr)}.auto-match-note{color:#285c46;background:#f1f8f3;border:1px solid #cde0d3;border-radius:14px;flex-direction:column;gap:7px;padding:15px;display:flex}.auto-match-note span{line-height:1.6}.notes-field{margin-top:18px}.footer a{color:inherit}@media (max-width:800px){.gender-options,.room-choice-grid{grid-template-columns:1fr}.identity-lock{flex-wrap:wrap;align-items:flex-start}.identity-lock .tag{margin-left:42px}}.roommate-invite{background:#fffaf0;border:1px solid #d6c69b;border-radius:16px;align-items:center;gap:14px;margin:18px 0;padding:18px;display:flex}.roommate-invite.confirmed{background:#edf8f1;border-color:#a9d0b6}.invite-icon{background:var(--gold);color:#213d31;border-radius:14px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.confirmed .invite-icon{background:var(--green);color:#fff}.invite-content{flex-direction:column;flex:1;gap:6px;display:flex}.invite-content span{color:var(--muted);font-size:14px;line-height:1.6}.invite-actions{gap:8px;display:flex}@media (max-width:800px){.roommate-invite{flex-direction:column;align-items:stretch}.invite-actions{grid-template-columns:1fr 1fr;display:grid}.roommate-invite>.btn{width:100%}}.search-input-wrap{position:relative}.search-input-wrap>span{color:var(--muted);z-index:1;font-size:21px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-input-wrap .input{padding-left:43px}.member-results{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px #1d43321a}.member-results button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:13px 15px;display:flex}.member-results button:last-child{border-bottom:0}.member-results button:hover{background:#f0f8f3}.member-results button span{flex-direction:column;gap:4px;display:flex}.member-results button small{color:var(--muted)}.member-results button em{color:var(--green);font-style:normal;font-weight:700}.member-no-result{text-align:center;color:var(--muted);padding:18px}.member-search .identity-lock .btn{padding:9px 13px}@media (max-width:800px){.member-search .identity-lock .btn{width:100%;margin-left:42px}}.card-number-panel{background:linear-gradient(#fffdf8,#fff);border-color:#d7c691}.card-number-input{min-height:105px}.card-number-actions{justify-content:space-between;align-items:center;gap:18px;margin-top:15px;display:flex}.card-number-actions>div{flex-direction:column;gap:6px;display:flex}.room-toolbar{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.room-toolbar .btn{padding:10px 13px}.room-title{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.room-title h3{margin:0}.card-number{color:#76520c;background:#fff5d9;border-radius:10px;align-items:center;gap:7px;padding:7px 9px;display:flex}.card-number span{font-size:11px}.card-number b{font-size:16px}.card-number button{color:#76520c;cursor:pointer;background:#efdca7;border:0;border-radius:50%;width:21px;height:21px;line-height:1}.card-number-empty{color:#9b7b37;background:#fffaf0;border:1px dashed #dfc982;border-radius:9px;padding:7px 9px;font-size:12px}@media (max-width:800px){.card-number-actions{flex-direction:column;align-items:stretch}.card-number-actions .btn{width:100%}.panel-head{flex-direction:column;align-items:flex-start}.room-toolbar{grid-template-columns:1fr 1fr;width:100%;display:grid}.room-toolbar .btn{width:100%}.room-title{flex-direction:column}.card-number,.card-number-empty{align-self:flex-start}}.unassigned-card-panel{background:#fffdf7;border-color:#e4cf94}.unassigned-card-list{flex-wrap:wrap;gap:10px;display:flex}.unassigned-card-list>div{color:#72510e;background:#fff7df;border:1px solid #e4cf94;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;display:flex}.unassigned-card-list span{font-size:11px}.unassigned-card-list b{font-size:17px}.unassigned-card-list button{color:#76520c;cursor:pointer;background:#ecd99f;border:0;border-radius:50%;width:22px;height:22px}@media (max-width:800px){.unassigned-card-list>div{justify-content:space-between;width:100%}.unassigned-card-panel .panel-head .btn{width:100%}}.checkin-search-panel{background:linear-gradient(#f8fdf9,#fff);border-color:#b9d7c4}.checkin-count{color:var(--green);align-items:baseline;gap:7px;display:flex}.checkin-count b{font-size:30px}.checkin-count span{font-size:13px}.checkin-search{position:relative}.checkin-search>span{color:var(--green);z-index:1;font-size:25px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.checkin-search .input{height:56px;padding-left:50px;font-size:17px}.checkin-empty{text-align:center;padding:50px 25px}.checkin-empty>div{width:58px;height:58px;color:var(--green);background:#eaf6ee;border-radius:18px;place-items:center;margin:0 auto 14px;font-size:28px;font-weight:800;display:grid}.checkin-empty h3{margin:0 0 8px}.checkin-empty p{max-width:520px;margin:0 auto;line-height:1.7}.checkin-results{gap:12px;display:grid}.checkin-item{justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.checkin-item.done{background:#f4fbf6;border-color:#abd2b7}.checkin-person{align-items:center;gap:14px;display:flex}.checkin-avatar{width:48px;height:48px;color:var(--green);background:#e7f1ea;border-radius:15px;place-items:center;font-size:20px;font-weight:800;display:grid}.checkin-person h3{margin:0 0 6px}.checkin-person p{color:#42554b;margin:0 0 4px}.checkin-person small{color:var(--muted)}.checkin-button{min-width:120px}.checkin-done{align-items:center;gap:12px;display:flex}.checkin-done>span{color:var(--green);font-weight:800}.checkin-done>small{color:var(--muted)}@media (max-width:800px){.checkin-item{flex-direction:column;align-items:stretch}.checkin-button{width:100%}.checkin-done{flex-direction:column;align-items:stretch}.checkin-done .btn{width:100%}.checkin-count{align-self:flex-start}}
