:root{--fe-brand:#337ab7;--fe-brand-dark:#2b689d;--fe-ink:#1e293b;--fe-ink-soft:#334155;--fe-muted:#475569;--fe-muted-2:#64748b;--fe-line:#e2e8f0;--fe-input-line:#c9d3e1;--fe-radius:4px;--fe-shadow-sm:0 1px 2px rgba(0,0,0,.05);--fe-page-max:1152px}*{box-sizing:border-box}.frontend-body{min-height:100vh;color:var(--fe-ink);background-image:url(/nwsuaf.png);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex-direction:column;margin:0;font-family:Instrument Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;line-height:1.5;display:flex}.frontend-main{width:100%;max-width:var(--fe-page-max);flex:auto;margin:0 auto;padding:24px 16px}a{color:var(--fe-brand);text-decoration:none}a:hover{text-decoration:underline}.frontend-navbar{z-index:10000;background:var(--fe-brand);box-shadow:var(--fe-shadow-sm);position:relative}.frontend-navbar-inner{max-width:var(--fe-page-max);justify-content:space-between;align-items:center;margin:0 auto;padding:12px 16px;display:flex}.frontend-navbar-links{flex-wrap:wrap;align-items:center;min-width:0;display:flex}.frontend-navbar-links>*{margin:4px 24px 4px 0}.frontend-navbar-brand{font-size:18px;font-weight:700;line-height:1.25}.frontend-navbar a{color:rgba(255,255,255,.9)}.frontend-navbar a:hover{color:#fff;text-decoration:none}.frontend-navbar-brand,.frontend-navbar a.frontend-navbar-brand:hover{color:#fff}.frontend-navbar-link{font-size:14px;font-weight:500}.frontend-navbar-user{flex:none;justify-content:flex-end;font-size:14px;display:flex}.frontend-navbar-guest>*{margin-left:20px}.frontend-navbar-guest>:first-child{margin-left:0}.frontend-user-menu{position:relative}.frontend-user-menu summary{cursor:pointer;color:#fff;white-space:nowrap;align-items:center;font-weight:600;list-style:none;display:inline-flex}.frontend-user-menu summary:hover{color:rgba(255,255,255,.9)}.frontend-user-menu summary::-webkit-details-marker{display:none}.frontend-user-caret{color:rgba(255,255,255,.8);margin-left:4px;font-size:12px}.frontend-user-dropdown{z-index:10001;border-radius:var(--fe-radius);background:#fff;min-width:144px;max-width:calc(100vw - 32px);margin-top:8px;padding:4px 0;position:absolute;top:100%;right:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1)}.frontend-user-dropdown .frontend-dropdown-item{text-align:left;white-space:nowrap;width:100%;color:var(--fe-ink-soft);cursor:pointer;background:0 0;border:0;padding:8px 16px;font-size:14px;display:block}.frontend-user-dropdown .frontend-dropdown-item:hover{color:#15803d;background:#f0fdf4;text-decoration:none}@media (max-width:640px){.frontend-navbar-inner{flex-direction:column;align-items:flex-start}.frontend-navbar-user{justify-content:flex-start;width:100%;margin-top:12px}.frontend-user-menu{width:100%}.frontend-user-dropdown{left:0;right:auto}}.frontend-notice{border-radius:var(--fe-radius);border:1px solid;flex-direction:column;margin-bottom:16px;padding:12px 16px;font-size:14px;display:flex}.frontend-notice__title{margin:0;font-weight:600}.frontend-notice__body{margin:2px 0 0}.frontend-notice__actions{flex:none;align-items:center;margin-top:12px;display:flex}.frontend-notice__actions>*{margin-left:8px}.frontend-notice__actions>:first-child{margin-left:0}.frontend-notice__btn{border-radius:var(--fe-radius);color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;padding:4px 12px;display:inline-block}.frontend-notice__btn:hover{opacity:.8;text-decoration:none}.frontend-notice--success{color:#3c763d;background:#dff0d8;border-color:#c3e6cb}.frontend-notice--warning{color:#8a6d3b;background:#fcf8e3;border-color:#faebcc}.frontend-notice--danger{color:#a94442;background:#f2dede;border-color:#ebccd1}.frontend-notice--info{color:#31708f;background:#d9edf7;border-color:#bce8f1}@media (min-width:640px){.frontend-notice{flex-direction:row;justify-content:space-between;align-items:center}.frontend-notice__actions{margin-top:0}}.frontend-flash{border-radius:var(--fe-radius);border:1px solid;margin-bottom:16px;padding:12px 16px;font-size:14px}.frontend-flash--success{color:#166534;background:#f0fdf4;border-color:#86efac}.frontend-flash--error{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.frontend-errors{border-radius:var(--fe-radius);color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;margin-bottom:16px;padding:12px 16px;font-size:14px}.frontend-errors ul{margin:0;padding-left:20px;list-style:outside}.frontend-errors li+li{margin-top:4px}.frontend-card{border:1px solid var(--fe-brand);border-radius:var(--fe-radius);box-shadow:var(--fe-shadow-sm);background:#fff;overflow:hidden}.frontend-card__header{background:var(--fe-brand);padding:10px 16px}.frontend-card__title{color:#fff;margin:0;font-size:16px;font-weight:600}.frontend-card__body{padding:24px}.frontend-form-intro{color:var(--fe-muted);margin:0 0 16px;font-size:14px}.frontend-field+.frontend-field{margin-top:16px}.frontend-label{color:var(--fe-ink-soft);margin-bottom:4px;font-size:14px;font-weight:500;display:block}.frontend-input{border:1px solid var(--fe-input-line);border-radius:var(--fe-radius);width:100%;color:var(--fe-ink);background:#fff;padding:8px 12px;font-size:14px;display:block}.frontend-input:focus{border-color:var(--fe-brand);box-shadow:0 0 0 1px var(--fe-brand);outline:none}.frontend-input--error{border-color:#ef4444}.frontend-input--error:focus{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444}.frontend-field-error{color:#dc2626;margin:4px 0 0;font-size:12px}.frontend-form-row{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.frontend-checkbox-label{color:var(--fe-muted);align-items:center;font-size:14px;display:inline-flex}.frontend-checkbox-label input{margin-right:8px}.frontend-btn{border-radius:var(--fe-radius);text-align:center;cursor:pointer;border:0;padding:8px 16px;font-size:14px;font-weight:600;display:inline-block}.frontend-btn--primary{background:var(--fe-brand);color:#fff}.frontend-btn--primary:hover{background:var(--fe-brand-dark);text-decoration:none}.frontend-btn--block{width:100%;display:block}.frontend-btn--gap-top{margin-top:16px}.frontend-link{color:var(--fe-brand)}.frontend-link--strong{font-weight:600}.frontend-divider{border:0;border-top:1px solid var(--fe-line);margin:20px 0}.frontend-muted-center{text-align:center;color:var(--fe-muted);font-size:14px}.frontend-footer{text-align:center;color:var(--fe-brand);padding:8px 16px 40px;font-size:14px}.frontend-footer p{margin:0}.frontend-footer__links a+a{margin-left:8px}.frontend-footer__sep{color:var(--fe-muted-2);margin:0 4px}.frontend-footer__copy{margin-top:8px;font-weight:600}.frontend-footer__meta{color:var(--fe-ink-soft);margin-left:8px;font-weight:400}.frontend-narrow{max-width:672px;margin:0 auto}.frontend-card__body--padded{padding:24px 48px}@media (max-width:640px){.frontend-card__body--padded{padding:24px}}.frontend-card__body--tight{padding:16px}.frontend-card__header--row{justify-content:space-between;align-items:center;display:flex}.frontend-card__title--center{text-align:center}.frontend-card__badge{border-radius:var(--fe-radius);color:#fff;background:rgba(255,255,255,.2);padding:2px 8px;font-size:12px}.frontend-wide{max-width:768px;margin:0 auto}.frontend-stack>*+*{margin-top:16px}.frontend-stack--lg>*+*{margin-top:24px}.frontend-grid-2{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.frontend-grid-2{grid-template-columns:1fr 1fr}}.frontend-col-full{grid-column:1/-1}.frontend-fieldset-title{border-bottom:1px solid var(--fe-line);color:var(--fe-ink);margin:0 0 12px;padding-bottom:8px;font-size:14px;font-weight:600}.frontend-hint{color:#94a3b8}.frontend-note{border-top:1px solid var(--fe-line);color:var(--fe-muted-2);margin-top:20px;padding-top:16px;font-size:14px}.frontend-help{color:var(--fe-muted-2);margin:0;font-size:12px}select.frontend-input{background:#fff}textarea.frontend-input{min-height:76px}.frontend-form-actions{align-items:center;display:flex}.frontend-form-actions>*+*{margin-left:12px}.frontend-btn--sm{padding:4px 10px;font-size:12px;font-weight:500}.frontend-btn--outline-blue{border:1px solid var(--fe-brand);color:var(--fe-brand);background:#fff}.frontend-btn--outline-blue:hover{background:var(--fe-brand);color:#fff;text-decoration:none}.frontend-btn--outline-red{color:#dd4b39;background:#fff;border:1px solid #dd4b39}.frontend-btn--outline-red:hover{color:#fff;background:#dd4b39;text-decoration:none}.frontend-btn--outline-gray{color:var(--fe-ink-soft);background:#fff;border:1px solid #cbd5e1;font-weight:500}.frontend-btn--outline-gray:hover{background:#f8fafc;text-decoration:none}.frontend-btn--solid-red{color:#fff;background:#dd4b39}.frontend-btn--solid-red:hover{color:#fff;background:#c9302c;text-decoration:none}.frontend-btn--outline-gold{color:#8a6d3b;background:0 0;border:1px solid #d6b96a}.frontend-btn--outline-gold:hover{color:#fff;background:#8a6d3b;text-decoration:none}.frontend-count{text-align:right;color:var(--fe-muted-2);margin-bottom:12px;font-size:14px}.frontend-empty{text-align:center;color:var(--fe-muted-2);padding:40px 0}.frontend-table-wrap{overflow-x:auto}.frontend-table{border-collapse:collapse;border:1px solid var(--fe-line);width:100%;min-width:100%;font-size:14px}.frontend-table th,.frontend-table td{border:1px solid var(--fe-line);text-align:left;vertical-align:top;padding:8px 12px}.frontend-table thead th{color:var(--fe-muted);background:#f8fafc;font-weight:600}.frontend-table td{color:var(--fe-ink-soft)}.frontend-table tbody tr:nth-child(odd){background:#fff}.frontend-table tbody tr:nth-child(2n){background:#f8fafc}.frontend-table tbody tr:hover{background:#dbeafe}.frontend-nowrap{white-space:nowrap}.frontend-text-muted{color:var(--fe-muted-2)}.frontend-text-strong{color:#0f172a;font-weight:500}.frontend-text-faint{color:#94a3b8;font-size:12px}.frontend-actions{align-items:center;display:flex}.frontend-actions>*+*{margin-left:8px}.frontend-pagination-wrap{margin-top:16px}.frontend-detail-table th{text-align:center;color:var(--fe-muted);background:#f8fafc;font-weight:600}.frontend-detail-table .frontend-detail-th{width:160px}.frontend-detail-table .frontend-detail-section th{color:var(--fe-ink-soft);background:#f0fdf4}.frontend-badge{border-radius:var(--fe-radius);white-space:nowrap;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.frontend-badge--green{color:#166534;background:#dcfce7}.frontend-badge--blue{color:#1e40af;background:#dbeafe}.frontend-badge--red{color:#991b1b;background:#fee2e2}.frontend-badge--gray{color:#334155;background:#f1f5f9}.frontend-room-name{align-items:center;display:inline-flex}.frontend-room-photo{border:1px solid var(--fe-line);border-radius:var(--fe-radius);object-fit:cover;vertical-align:middle;width:96px;height:64px}.frontend-swatch{border:1px solid var(--fe-line);border-radius:50%;flex:none;width:12px;height:12px;margin-right:8px;display:inline-block}.frontend-pagination__list{flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none;display:flex}.frontend-pagination__item{margin:2px 4px 2px 0}.frontend-pagination__item a,.frontend-pagination__item span{border:1px solid var(--fe-input-line);border-radius:var(--fe-radius);text-align:center;min-width:34px;color:var(--fe-brand);background:#fff;padding:6px 10px;font-size:14px;display:inline-block}.frontend-pagination__item a:hover{background:#f1f5f9;text-decoration:none}.frontend-pagination__item.is-active span{background:var(--fe-brand);border-color:var(--fe-brand);color:#fff}.frontend-pagination__item.is-disabled span{color:#94a3b8;background:#f8fafc}.frontend-faq-list{margin:0;padding-left:20px;list-style:decimal}.frontend-faq-list>li+li{margin-top:16px}.frontend-faq-q{color:#0f172a;margin:0;font-size:16px;font-weight:600}.frontend-faq-a{color:var(--fe-muted);margin:4px 0 0;font-size:14px;line-height:1.75}.frontend-scroll-x{overflow-x:auto}.frontend-center{text-align:center}.frontend-home-alert{border-radius:var(--fe-radius);border:1px solid;flex-direction:column;margin-bottom:24px;padding:12px 16px;font-size:14px;display:flex}.frontend-home-alert--danger{color:#a94442;background:#f2dede;border-color:#ebccd1}.frontend-home-alert--warning{color:#8a6d3b;background:#fcf8e3;border-color:#faebcc}.frontend-home-alert__action{flex:none;margin-top:12px}@media (min-width:640px){.frontend-home-alert{flex-direction:row;justify-content:space-between;align-items:center}.frontend-home-alert__action{margin-top:0}}.frontend-home-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:1024px){.frontend-home-grid{grid-template-columns:repeat(3,1fr)}.frontend-home-grid__main{grid-column:span 2}}.frontend-home-grid__side>*+*{margin-top:16px}.frontend-home-notice-body{color:var(--fe-ink-soft);background:#ebf4f9;padding:20px;font-size:14px;line-height:1.75}.frontend-smallbox{border-radius:var(--fe-radius);color:#fff;box-shadow:var(--fe-shadow-sm);display:block;position:relative;overflow:hidden}.frontend-smallbox:hover{color:#fff;text-decoration:none}.frontend-smallbox--cyan{background:#00c0ef}.frontend-smallbox--green{background:#00a65a}.frontend-smallbox--orange{background:#f39c12}.frontend-smallbox--red{background:#dd4b39}.frontend-smallbox__body{padding:12px 16px 16px}.frontend-smallbox__title{margin:0;font-size:30px;font-weight:700;line-height:1.1}.frontend-smallbox__sub{color:rgba(255,255,255,.9);margin:4px 0 0;font-size:14px}.frontend-smallbox__icon{pointer-events:none;color:rgba(255,255,255,.3);width:64px;height:64px;transition:transform .3s;position:absolute;top:8px;right:12px}.frontend-smallbox:hover .frontend-smallbox__icon{transform:scale(1.25)}.frontend-smallbox__footer{background:rgba(0,0,0,.1);justify-content:center;align-items:center;padding:2px 0;font-size:14px;transition:background-color .15s;display:flex}.frontend-smallbox:hover .frontend-smallbox__footer{background:rgba(0,0,0,.2)}.frontend-smallbox__footer svg{width:16px;height:16px;margin-left:6px}.frontend-calendar-filters{flex-wrap:wrap;margin-bottom:16px;font-size:14px;display:flex}.frontend-calendar-filters>*{margin:0 8px 8px 0}.frontend-filter-btn{border-radius:var(--fe-radius);color:var(--fe-ink-soft);cursor:pointer;background:#fff;border:1px solid #cbd5e1;padding:4px 12px}.frontend-filter-btn:hover{border-color:var(--fe-brand);color:var(--fe-brand)}.frontend-filter-btn.is-active{border-color:var(--fe-brand);background:var(--fe-brand);color:#fff}.frontend-calendar-legend{color:var(--fe-muted);flex-wrap:wrap;justify-content:center;align-items:center;margin-top:16px;font-size:14px;display:flex}.frontend-calendar-legend>*{margin:4px 8px}.frontend-legend-item{align-items:center;display:inline-flex}.frontend-legend-swatch{vertical-align:middle;flex:none;width:20px;height:12px;margin-right:6px;display:inline-block}
