:root{--brand: #C0000B;--brand-hover: #D51920;--brand-soft: #FFDAD5;--ink: #291715;--ink-muted: #5E3F3C;--ink-faint: #775652;--surface: #FFF8F6;--surface-2: #F5F0EE;--white: #ffffff;--line: rgba(117, 117, 117, .12);--green: #00A827;--hang: #BA1A1A;--shadow: 0 12px 32px rgba(41, 23, 21, .12);--radius: 18px;--radius-sm: 12px;--font: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;min-height:100vh;min-height:100dvh}body{font-family:var(--font);color:var(--ink);background:#1b0f0e;overflow:hidden}body.is-admin{background:#f7f4f3;overflow:auto}#app{min-height:100%;height:100%;position:relative;overflow-x:hidden}#app.app-phone{max-width:430px;margin:0 auto;background:var(--surface);height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}#app.app-admin{width:100%;max-width:none;height:auto;min-height:100%;overflow:visible;background:#f7f4f3}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto;display:block;object-fit:contain}a{color:inherit}.hidden{display:none!important}#ptr-indicator{position:fixed;top:12px;left:50%;transform:translate(-50%,-24px);z-index:100;opacity:0;pointer-events:none;display:flex;align-items:center;gap:8px;background:#fff;color:var(--ink);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:650;box-shadow:var(--shadow);transition:transform .18s ease,opacity .18s ease}#ptr-indicator.visible{opacity:1;transform:translate(-50%)}#ptr-indicator.ready{color:var(--brand)}#ptr-indicator span{width:14px;height:14px;border:2px solid #d7c3c0;border-top-color:var(--brand);border-radius:50%;animation:ptrSpin .7s linear infinite}@keyframes ptrSpin{to{transform:rotate(360deg)}}.guest-shell{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;background:var(--surface);overflow:hidden}#home{flex:1;min-height:0;display:flex;flex-direction:column;padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow:auto}.home-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 0 24px}.checkin{flex:1;min-height:0;height:100%;padding:48px 24px calc(32px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;overflow:auto;background:radial-gradient(circle at top,#ffece9 0%,transparent 52%),var(--surface)}.checkin-kicker{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.checkin .logo{width:148px;margin:18px 0 28px}.checkin h1{font-size:22px;font-weight:700;margin-bottom:8px}.checkin p.hint{color:var(--ink-faint);font-size:14px;margin-bottom:28px;text-align:center}.otp-row{display:flex;gap:12px;margin-bottom:28px}.otp-row input{width:64px;height:72px;border:1.5px solid #d7c3c0;border-radius:14px;text-align:center;font-size:28px;font-weight:600;background:var(--white)}.otp-row input:focus{outline:2px solid var(--brand);border-color:var(--brand)}.btn{border:0;cursor:pointer;border-radius:999px;font-weight:600}.btn-primary{background:var(--brand);color:var(--white);height:52px;width:min(100%,360px);font-size:15px}.btn-primary:hover{background:var(--brand-hover)}.btn-ghost{background:transparent;color:var(--ink-muted);margin-top:16px}.checkin-copy{margin-top:auto;font-size:12px;color:var(--ink-faint)}.pwa-install-btn{margin-top:18px;height:48px;padding:0 22px;border:1.5px solid #d7c3c0;border-radius:999px;background:#fff;color:var(--ink);font-weight:650;font-size:14px;cursor:pointer}.pwa-install-btn[hidden]{display:none!important}.pwa-install-btn.header-install{margin-top:0;height:36px;padding:0 12px;font-size:12px}@media(display-mode:standalone){[data-pwa-install]{display:none!important}}.pwa-sheet{text-align:left}.pwa-sheet h3{text-align:center}.pwa-sheet p{color:var(--ink-muted);font-size:14px;margin-bottom:14px;text-align:center}.pwa-steps{margin:0 0 8px;padding-left:22px;display:flex;flex-direction:column;gap:10px;color:var(--ink);font-size:15px;line-height:1.4}#pwa-install-sheet{z-index:90}.phone-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff8f6f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.phone-header h2{font-size:16px}.room-line{display:inline-flex;align-items:center;gap:8px}.sip-status{display:inline-flex;align-items:center;flex-shrink:0}.sip-dot{width:10px;height:10px;border-radius:50%;background:#c4b5b2}.sip-status.connecting .sip-dot{background:#eab308;animation:sipPulse 1.1s ease-in-out infinite}.sip-status.online .sip-dot{background:#00a827;box-shadow:0 0 0 4px #00a82738}.sip-status.offline .sip-dot{background:#ba1a1a}@keyframes sipPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.86)}}.phone-header p{font-size:13px;color:var(--ink-muted)}.icon-btn{width:40px;height:40px;padding:0;display:grid;place-items:center;border:0;background:var(--surface-2);border-radius:999px;cursor:pointer}.icon-btn.ghost{background:transparent}.icon-btn img{width:20px;height:20px;object-fit:contain}.logout-btn{border:0;background:var(--surface-2);border-radius:999px;height:36px;padding:0 14px;cursor:pointer;font-weight:600;font-size:13px;color:var(--brand)}.header-actions{display:flex;gap:8px;align-items:center}.banner{display:flex;justify-content:center;padding:18px 0 12px}.banner img{width:132px}.section{width:min(100%,380px);padding:10px 20px 18px;margin:0 auto;text-align:center}.section h3{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:14px}.services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;justify-items:center}.service{width:100%;background:transparent;border:0;padding:0;text-align:center;cursor:pointer}.service-icon{width:64px;height:64px;margin:0 auto 8px;background:#fff;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #2917150f}.service-icon img{width:28px;height:28px;margin:0;padding:0;display:block;object-fit:contain}.service>span:last-child{display:block;font-size:12px;font-weight:600;line-height:1.3;color:var(--ink)}.menu-grid,.sheet-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;justify-items:center}.menu-card{width:100%;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #2917150f;text-align:center}.menu-card img{width:100%;height:72px;object-fit:cover;background:var(--brand-soft)}.menu-card p{padding:8px 6px 10px;display:flex;flex-direction:column;gap:2px;font-size:12px}.menu-card strong{text-transform:capitalize}.menu-card span{color:var(--brand);font-weight:700}.empty-note{color:var(--ink-muted);font-size:13px}.offer-card{background:linear-gradient(135deg,#056b1e,#12a33c);color:var(--white);border-radius:20px;padding:22px 20px;text-align:left;min-height:110px}.offer-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.8;margin-bottom:4px}.offer-card h4{font-size:24px;margin-bottom:6px}.footer-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(100%,430px);display:grid;grid-template-columns:1fr 72px 1fr;align-items:center;justify-items:center;background:var(--white);border-top:1px solid var(--line);padding:12px 24px calc(14px + env(safe-area-inset-bottom));z-index:30}.footer-nav button{border:0;background:transparent;color:var(--ink-muted);font-weight:600;font-size:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.footer-nav button img{width:22px;height:22px;object-fit:contain}.dial-fab{width:64px;height:64px;border-radius:50%;background:var(--green)!important;color:var(--white);display:grid;place-items:center;margin-top:-34px;box-shadow:0 10px 24px #00a82759;padding:0}.dial-fab svg{width:26px;height:26px;display:block}.dialpad-screen{flex:1;min-height:0;height:100%;padding:8px 16px calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;background:#f2eeec}.dial-top{width:100%;display:grid;grid-template-columns:40px 1fr 40px;align-items:center}.dial-top h2{text-align:center;font-size:17px;font-weight:650}.dialer-stack{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dial-display{width:min(100%,320px);min-height:56px;display:flex;align-items:center}#dialpad-input{width:100%;border:0;background:transparent;font-size:clamp(28px,8vw,36px);letter-spacing:.06em;text-align:center;outline:none}.suggestions{display:flex;justify-content:flex-start;flex-wrap:nowrap;gap:8px;width:min(100%,320px);overflow-x:auto;padding:2px 0 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.suggestions::-webkit-scrollbar{display:none}.chip{border:0;background:#e8e0dd;border-radius:999px;padding:7px 12px;white-space:nowrap;cursor:pointer;font-size:12px;font-weight:600;color:var(--ink)}.chip.active{background:var(--green);color:#fff}.pad{display:grid;grid-template-columns:repeat(3,74px);justify-content:center;gap:12px 22px}.digit,.digit-action{width:74px;height:74px;border-radius:50%;border:0;background:#e8e0dd;color:var(--ink);font-family:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.digit span{font-size:30px;font-weight:400;line-height:1}.digit small{font-size:8px;letter-spacing:.16em;color:#6b534f;min-height:10px;margin-top:2px}.digit:active{background:#d5cac7}.digit-action img{width:22px;height:22px}.pad-spacer{display:block}.call-row{display:flex;justify-content:center;margin-top:0;padding-top:0}.call-icon,.hang-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;cursor:pointer;border:0;padding:0}.call-icon{background:var(--green);box-shadow:0 10px 24px #00a82759}.hang-icon{background:var(--hang);box-shadow:0 10px 24px #ba1a1a59}.call-icon svg,.hang-icon svg{width:30px;height:30px;display:block}.call-screen,.incoming-screen{position:fixed;top:0;left:50%;transform:translate(-50%);width:min(100vw,430px);height:100vh;height:100dvh;z-index:80;padding:36px 24px calc(28px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;background:radial-gradient(circle at 50% 22%,rgba(192,0,11,.35),transparent 42%),linear-gradient(180deg,#2b1715,#120908)}.call-kicker{letter-spacing:.2em;text-transform:uppercase;font-size:11px;opacity:.7;margin-bottom:20px}.call-hero{position:relative;width:168px;height:168px;display:grid;place-items:center;margin-bottom:4px;flex-shrink:0}.ring{position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1.5px solid rgba(255,255,255,.16);border-radius:50%;animation:ringPulse 2.4s ease-out infinite}.ring-2{top:0;right:0;bottom:0;left:0;animation-delay:.55s}.ring-3{top:28px;right:28px;bottom:28px;left:28px;animation-delay:1.1s}.call-screen.is-connected .ring{animation:none;opacity:.18}.call-screen.is-held .avatar{opacity:.7}@keyframes ringPulse{0%{transform:scale(.78);opacity:.65}to{transform:scale(1.2);opacity:0}}.avatar{width:96px;height:96px;border-radius:50%;background:#ffdad5;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 0 0 8px #ffdad529}.avatar img{width:42px;height:42px;margin:0;object-fit:contain}.callerId{font-size:28px;font-weight:650;margin:8px 0 4px}.calling-number{font-size:14px;letter-spacing:.08em;color:#ffffff8c;min-height:18px}.calling-info{color:#ffffffc7;font-size:16px;margin-top:10px}.calling-info.ringing:after{content:"";animation:dots 1.4s steps(4,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.call-timer{margin-top:12px;font-size:28px;font-variant-numeric:tabular-nums;letter-spacing:.12em;font-weight:500;color:#fff}.call-bottom{margin-top:auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:28px}.in-call-tools{display:flex;justify-content:center;gap:18px;width:100%}.call-timer[hidden],.calling-info[hidden],.in-call-tools[hidden]{display:none!important}.tool-btn{width:76px;height:76px;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;font-family:inherit;font-size:11px;font-weight:600;letter-spacing:.02em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;-webkit-tap-highlight-color:transparent}.tool-btn svg{width:24px;height:24px;display:block}.tool-btn .icon-off,.tool-btn.active .icon-on{display:none}.tool-btn.active .icon-off{display:block}.tool-btn.active{background:#fff;color:#1b0f0e}.call-actions,.incoming-actions{display:flex;align-items:center;justify-content:center;gap:56px}.call-actions{flex-direction:column;gap:10px}.incoming-actions{margin-top:auto}.action-col{display:flex;flex-direction:column;align-items:center;gap:10px}.action-label{font-size:13px;color:#ffffffc7}.bill-screen{min-height:100dvh;padding:28px 24px calc(110px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;text-align:center}.bill-art{width:180px;margin:32px 0 16px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#29171573;display:flex;align-items:flex-end;z-index:50}.sheet{width:100%;background:var(--white);border-radius:28px 28px 0 0;padding:12px 20px 28px;text-align:center}.sheet-handle{width:32px;height:4px;background:#857370;border-radius:99px;margin:8px auto 16px}.sheet-avatar{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center}.sheet-avatar img{width:32px;height:32px}.sheet h3{font-size:22px;margin-bottom:6px}.sheet-actions{display:flex;gap:10px;margin-top:20px}.sheet-actions button{flex:1;height:48px}.btn-outline{background:transparent;border:2px solid #857370;color:var(--ink)}.connecting{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--brand);color:var(--white);padding:12px 20px;border-radius:12px;z-index:80}.history-screen{min-height:100dvh;width:100%;padding:0 0 calc(24px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:stretch;text-align:left;background:#f4efee}.history-top{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:12px 16px 8px;background:#fff}.history-top h2{text-align:center;font-size:18px;font-weight:700}.history-tabs{display:flex;gap:8px;padding:4px 16px 14px;background:#fff;border-bottom:1px solid var(--line)}.history-tab{height:32px;padding:0 14px;border:0;border-radius:999px;background:#eee8e6;color:var(--ink);font-family:inherit;font-size:13px;font-weight:650;cursor:pointer}.history-tab.active{background:var(--brand);color:#fff}.history-body{padding:8px 16px 24px}.history-group{margin:16px 4px 8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted)}.history-row{width:100%;display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:12px;margin-bottom:8px;border:0;border-radius:16px;background:#fff;box-shadow:0 1px #2917150a;text-align:left;cursor:pointer;font-family:inherit;color:inherit}.history-row:active{transform:scale(.99)}.history-icon{width:42px;height:42px;border-radius:50%;background:#eee8e6;display:grid;place-items:center}.history-icon:before{content:"";width:18px;height:18px;background:#5e3f3c;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.3 1L6.6 10.8Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.3 1L6.6 10.8Z'/%3E%3C/svg%3E") center / contain no-repeat}.history-row.outgoing .history-icon{background:#e7f3ff}.history-row.outgoing .history-icon:before{background:#1d4ed8}.history-row.incoming .history-icon{background:#e8f8ee}.history-row.incoming .history-icon:before{background:#056b1e}.history-row.missed .history-icon{background:#fde8e8}.history-row.missed .history-icon:before{background:#ba1a1a}.history-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.history-meta strong{font-size:16px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-row.missed .history-meta strong{color:var(--hang)}.history-meta small{color:var(--ink-muted);font-size:12px}.history-time{display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-size:12px;color:var(--ink-muted);white-space:nowrap}.history-call-back{width:28px;height:28px;border-radius:50%;background:#e8f8ee;display:grid;place-items:center}.history-call-back:before{content:"";width:14px;height:14px;background:#056b1e;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.3 1L6.6 10.8Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.3 1L6.6 10.8Z'/%3E%3C/svg%3E") center / contain no-repeat}.history-empty{text-align:center;padding:72px 24px 0;color:var(--ink-muted)}.history-empty-icon{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:#eee8e6;display:grid;place-items:center}.history-empty-icon:before{content:"";width:28px;height:28px;background:#857370;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.3 1L6.6 10.8Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.3 1L6.6 10.8Z'/%3E%3C/svg%3E") center / contain no-repeat}.history-empty p{font-size:17px;font-weight:650;color:var(--ink);margin-bottom:6px}.history-empty small{font-size:13px}@keyframes pulse{0%{background-color:var(--surface)}to{background-color:#ffd5d2}}@media(max-width:380px){.pad{grid-template-columns:repeat(3,64px);gap:12px 18px}.digit,.digit-action,.call-icon,.hang-icon{width:64px;height:64px}.service-icon{width:56px;height:56px}}.admin-login{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 0%,#ffd9d4 0%,transparent 40%),#1b0f0e}.login-card{width:min(420px,100%);background:var(--white);border-radius:24px;padding:32px 28px;box-shadow:var(--shadow)}.login-card img{width:92px;margin-bottom:16px}.login-card h1{font-size:26px;margin-bottom:6px}.login-card p{color:var(--ink-muted);margin-bottom:22px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:13px;font-weight:600}.field input,.field select,.field textarea{height:46px;border:1.5px solid #e4d5d2;border-radius:12px;padding:0 12px;font-size:15px}.field textarea{height:96px;padding:10px 12px;resize:vertical}.error-banner{background:#ffe6e6;color:var(--hang);padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:14px}.admin-shell{min-height:100dvh;display:grid;grid-template-columns:260px 1fr;background:#f7f4f3}.sidebar{background:#1b0f0e;color:#f8ecea;padding:28px 18px;display:flex;flex-direction:column;gap:8px}.sidebar .brand{display:flex;align-items:center;gap:10px;margin-bottom:24px}.sidebar .brand img{width:42px}.nav-btn{text-align:left;background:transparent;color:#f8ecea;border:0;border-radius:12px;padding:12px 14px;cursor:pointer;font-weight:600}.nav-btn.active,.nav-btn:hover{background:#ffffff1a}.sidebar .grow{flex:1}.admin-main{padding:28px 32px 48px}.admin-main h1{font-size:28px;margin-bottom:6px}.admin-main .sub{color:var(--ink-muted);margin-bottom:24px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.stat{background:var(--white);border-radius:18px;padding:18px;box-shadow:0 8px 20px #0000000a}.stat span{color:var(--ink-muted);font-size:13px}.stat strong{display:block;font-size:32px;margin-top:8px}.panel{background:var(--white);border-radius:18px;padding:22px;box-shadow:0 8px 20px #0000000a}.otp-hero{margin-top:18px;background:#fff4f3;border:1px solid var(--brand-soft);border-radius:16px;padding:18px}.otp-code{font-size:40px;letter-spacing:10px;color:var(--brand);font-weight:700}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);font-size:14px}.chip-ok{background:#e6ffe6;color:#056b1e;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.menu-admin-item{display:flex;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.menu-admin-item img{width:56px;height:56px;object-fit:cover;border-radius:10px;background:var(--brand-soft)}.row-actions{display:flex;gap:8px;margin-left:auto}.btn-sm{height:34px;padding:0 12px;border-radius:999px;border:1px solid #d7c3c0;background:var(--white);cursor:pointer;font-weight:600}.btn-danger{color:var(--hang);border-color:#f3c4c4}.staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.staff-card{background:var(--white);border-radius:18px;padding:20px}.staff-card code{display:block;margin-top:8px;background:var(--surface-2);padding:8px 10px;border-radius:8px}.success-banner{background:#e6ffe6;color:#056b1e;padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:14px}.settings-form{max-width:720px}.settings-section{margin-bottom:28px}.settings-section h2{font-size:16px;margin-bottom:14px}.field .hint{color:var(--ink-muted);font-size:12px;font-weight:400}.field textarea{height:86px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.settings-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.btn-secondary{height:52px;padding:0 22px;width:auto;background:var(--white);color:var(--ink);border:1.5px solid #d7c3c0}.btn-secondary:hover{background:var(--surface-2)}.btn-secondary:disabled{opacity:.6;cursor:wait}.info-banner{background:#eef4ff;color:#1d4ed8;padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:14px}.section-hint{display:block;margin-bottom:16px}.pwa-preview-row{display:grid;grid-template-columns:160px 1fr;gap:18px;margin-bottom:22px}.preview-label{font-size:12px;font-weight:700;color:var(--ink-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.pwa-icon-tile{display:flex;flex-direction:column;align-items:center;gap:8px}.pwa-icon-tile img,.pwa-install-card img{width:72px;height:72px;object-fit:cover;border-radius:16px;background:var(--white);box-shadow:0 8px 18px #00000014}.pwa-icon-tile span{font-size:13px;font-weight:600;text-align:center}.pwa-install-card{display:flex;align-items:center;gap:12px;background:var(--surface-2);border-radius:16px;padding:12px}.pwa-install-card img{width:48px;height:48px;border-radius:12px}.pwa-install-card div{flex:1}.pwa-install-card strong{display:block;font-size:15px}.pwa-install-card span{color:var(--ink-muted);font-size:13px}.pwa-install-card em{font-style:normal;font-weight:700;color:var(--brand);font-size:14px}@media(max-width:900px){.admin-shell{grid-template-columns:1fr}.stats,.staff-grid{grid-template-columns:1fr 1fr}.sidebar{flex-direction:row;flex-wrap:wrap;gap:6px}.pwa-preview-row{grid-template-columns:1fr}}
