*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{background:#fff;flex-direction:column;width:100%;max-width:480px;height:100dvh;min-height:100svh;margin:0 auto;display:flex;overflow-x:clip}.app main{flex:1;min-height:0}.app main::-webkit-scrollbar{width:6px}.app main::-webkit-scrollbar-track{background:0 0}.app main::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.container{flex-direction:column;gap:12px;padding:16px;display:flex}.home-page{background:radial-gradient(circle at 0 0,#2563eb29,#0000 34%),linear-gradient(#f8fafc 0%,#fff 48%);flex-direction:column;gap:32px;min-height:100%;padding:22px 18px 36px;display:flex}.home-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.home-brand{align-items:center;gap:12px;min-width:0;display:flex}.home-brand-icon,.home-app-icon{color:#2563eb;flex:none;place-items:center;display:grid}.home-brand-icon{background:#dbeafe;border-radius:16px;width:46px;height:46px}.home-brand-icon svg,.home-app-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.home-brand-icon svg{stroke-width:2px;width:27px;height:27px}.home-brand h1{color:#0f172a;margin:0;font-size:24px;font-weight:900}.home-brand p{color:#64748b;margin:2px 0 0;font-size:14px}.home-app-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;max-width:420px;margin:auto;display:grid}.home-app-card{color:#0f172a;cursor:pointer;text-align:center;background:#ffffffeb;border:1px solid #dbe3ef;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:168px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 16px 42px #0f172a14}.home-app-card:hover{border-color:#93c5fd;transform:translateY(-3px);box-shadow:0 22px 52px #2563eb29}.home-app-card:active{transform:translateY(-1px)}.home-app-icon{background:#eff6ff;border-radius:20px;width:58px;height:58px}.home-app-icon svg{stroke-width:2px;width:32px;height:32px}.home-app-title{font-size:16px;font-weight:900}.home-app-description{color:#64748b;max-width:150px;font-size:12px;line-height:1.35}.home-app-card-placeholder{cursor:default;opacity:.55}.home-app-card-placeholder:hover{border-color:#dbe3ef;transform:none;box-shadow:0 16px 42px #0f172a14}@media (width<=480px){.home-page{gap:24px;padding:18px 14px 30px}.home-app-grid{gap:12px}.home-app-card{border-radius:20px;min-height:150px;padding:14px}.home-app-icon{width:52px;height:52px}}.user-menu{flex:none;position:relative}.user-menu-avatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#0f766e);border:0;border-radius:999px;place-items:center;width:34px;height:34px;font-size:15px;font-weight:900;line-height:1;display:grid;box-shadow:0 2px 8px #2563eb3d}.user-menu-avatar:hover{box-shadow:0 0 0 4px #dbeafe}.user-menu-panel{z-index:30;color:#172033;background:#fff;border:1px solid #dbe3ef;border-radius:22px;width:min(310px,100vw - 24px);position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 50px #0f172a38}.user-menu-summary{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:14px;padding:18px;display:flex}.user-menu-large-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#0f766e);border-radius:999px;flex:none;place-items:center;width:48px;height:48px;font-size:22px;font-weight:900;display:grid}.user-menu-info{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.user-menu-info strong,.user-menu-info span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.user-menu-info strong{color:#0f172a;font-size:15px}.user-menu-info span{color:#64748b;font-size:13px}.user-menu-info small{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#dbeafe;border-radius:999px;align-self:flex-start;padding:3px 8px;font-size:11px;font-weight:800}.user-menu-logout{color:#334155;cursor:pointer;text-align:left;background:#fff;border:0;align-items:center;gap:10px;width:100%;padding:14px 18px;font-weight:800;display:flex}.user-menu-logout:hover{background:#f1f5f9}.user-menu-logout svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}@media (width<=480px){.user-menu-avatar{width:32px;height:32px}}.building-levels{flex-direction:column;height:100%;min-height:0;display:flex}.levels-container{flex-direction:column;flex:1;min-height:0;padding:16px;display:flex;overflow-y:auto}.levels-list{flex-direction:column;gap:12px;width:100%;min-width:0;max-width:100%;display:flex}@media (width<=768px){.levels-container{padding:12px}}@media (width<=480px){.levels-container{padding:8px}.levels-list{gap:9px}}.loading,.empty-state{color:#64748b;text-align:center;justify-content:center;align-items:center;height:100%;font-size:16px;display:flex}.empty-state{flex-direction:column;gap:12px}.empty-state p{margin:0}.levels-container::-webkit-scrollbar{width:6px}.levels-container::-webkit-scrollbar-track{background:0 0}.levels-container::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.levels-container::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.levels-container.room-view-container{scrollbar-width:none;-ms-overflow-style:none;overflow:hidden}.levels-container.room-view-container::-webkit-scrollbar{display:none}.header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 16px;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;gap:10px;display:flex}.header-left{align-items:center;gap:12px;min-width:0;display:flex}.logo{font-size:28px;line-height:1}.header-title{color:#1e293b;margin:0;font-size:20px;font-weight:600}.header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}@media (width<=480px){.header{padding:10px 12px}.header-left{gap:9px}.logo{font-size:24px}.header-title{text-overflow:ellipsis;white-space:nowrap;font-size:18px;overflow:hidden}.header-actions{gap:4px}}.sync-status-wrapper{position:relative}.sync-status{color:#1d4ed8;cursor:pointer;white-space:nowrap;background:#eff6ff;border:0;border-radius:999px;align-items:center;gap:6px;min-width:0;padding:5px 9px;font-family:inherit;font-size:11px;font-weight:700;display:inline-flex}.sync-status.offline{color:#c2410c;background:#fff7ed}.sync-status.error{color:#b91c1c;background:#fef2f2}.sync-status:disabled{cursor:default;opacity:1}.sync-status-dot{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.sync-status.syncing .sync-status-dot{animation:1s ease-in-out infinite sync-pulse}.sync-error-panel{z-index:1100;color:#0f172a;background:#fff;border:1px solid #fecaca;border-radius:14px;gap:12px;width:min(100% - 24px,460px);max-height:min(620px,100dvh - 88px);padding:14px;font-size:12px;line-height:1.4;display:grid;position:fixed;top:64px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #0f172a33}.sync-error-header,.sync-error-item-header,.sync-error-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.sync-error-header>div{gap:2px;display:grid}.sync-error-header>div>span,.sync-error-item-header time,.sync-error-item small{color:#64748b;font-size:10px}.sync-error-close{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.sync-error-close svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;width:17px;height:17px}.sync-error-list{gap:8px;display:grid;overflow-y:auto}.sync-error-item{background:#fff7f7;border:1px solid #fecaca;border-radius:11px;gap:6px;padding:10px;display:grid}.sync-error-item-header strong{color:#991b1b}.sync-error-item>span,.sync-error-item>small{overflow-wrap:anywhere}.sync-error-item>span{color:#7f1d1d}.sync-error-cancel{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:8px;justify-self:end;padding:6px 9px;font-size:11px;font-weight:700}.sync-error-cancel:disabled{cursor:not-allowed;opacity:.5}.sync-error-cancel-message{color:#b91c1c;overflow-wrap:anywhere;background:#fef2f2;border-radius:9px;padding:8px 10px}.sync-error-actions{justify-content:flex-end}.sync-error-actions button{cursor:pointer;border-radius:9px;padding:8px 11px;font-weight:700}.sync-error-clear{color:#475569;background:#fff;border:1px solid #cbd5e1}.sync-error-retry{color:#fff;background:#dc2626;border:0}.sync-error-retry:disabled{cursor:not-allowed;opacity:.5}@keyframes sync-pulse{50%{opacity:.3}}@media (width<=480px){.sync-status{text-overflow:ellipsis;max-width:112px;padding-inline:7px;overflow:hidden}}.shared-icon-button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;transition:background-color .2s,color .2s,box-shadow .2s;display:grid}.shared-icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1px;width:19px;height:19px}.shared-icon-button-add{color:#2563eb}.shared-icon-button-add:hover:not(:disabled){background:#dbeafe}.shared-icon-button-danger{color:#dc2626}.shared-icon-button-danger:hover:not(:disabled){background:#fee2e2}.shared-icon-button-home{color:#0f766e}.shared-icon-button-home:hover:not(:disabled){background:#ccfbf1}.shared-icon-button-settings{color:#475569}.shared-icon-button-settings:hover:not(:disabled),.shared-icon-button:hover:not(:disabled){background:#e2e8f0}.shared-icon-button:disabled{cursor:not-allowed;opacity:.35}@media (width<=480px){.shared-icon-button{width:32px;height:32px}}.level-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;min-width:0;max-width:100%;transition:all .2s;overflow:visible}.level-card.expanded{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.level-header{background:#fff;border-radius:12px;align-items:center;gap:12px;width:100%;padding:16px;transition:background-color .2s;display:flex}.level-header-main{cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;min-width:0;padding:0;display:flex}.level-toggle-button{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:34px;height:34px;padding:0;display:grid}.level-actions{flex:none;align-items:center;gap:8px;display:flex}.level-card:hover .level-header{background-color:#f8fafc}.level-icon{flex-shrink:0;font-size:24px}.level-info{text-align:left;flex:1;min-width:0}.level-name{color:#1e293b;margin:0;font-size:16px;font-weight:600}.level-description{color:#64748b;margin:4px 0 0;font-size:13px}.toggle-icon{fill:none;stroke:#cbd5e1;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;color:#cbd5e1;flex-shrink:0;width:22px;height:22px;transition:transform .2s}.toggle-icon.up{transform:rotate(180deg)}.level-rooms{background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 12px 12px;flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}.level-rooms .room-item{margin:0}.add-room-button{color:#2563eb;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;font-size:20px;font-weight:700;display:grid}.add-room-button span{line-height:1;display:block;transform:translateY(-1px)}.level-room-actions{flex:none;align-items:center;gap:8px;display:flex}.delete-room-button{color:#dc2626;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;font-size:15px;font-weight:700;display:grid}.bulk-room-status-button{color:#16a34a;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;display:grid}.level-history-button{color:#7c3aed;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;transition:background-color .2s,color .2s,box-shadow .2s;display:grid}.bulk-room-status-button svg{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.level-history-button svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.level-history-button:hover{color:#6d28d9;background:#ede9fe}.level-history-button:focus-visible{outline:none;box-shadow:0 0 0 4px #7c3aed24}.bulk-room-status-button:hover:not(:disabled){background:#dcfce7}.bulk-room-status-button:disabled{cursor:not-allowed;opacity:.45}.delete-room-button:hover:not(:disabled){background:#fee2e2}.delete-room-button:disabled{cursor:not-allowed;opacity:.45}.report-button{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;font-size:16px;font-weight:700;display:grid}.report-actions{flex:none;min-width:0;position:relative}.report-actions-menu{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:120px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 30px #0f172a24}.report-actions-menu button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:600}.report-actions-menu button:hover{background:#f1f5f9}.report-button:hover{color:#0369a1;background:#e0f2fe}.add-room-button:hover{background:#dbeafe}.level-history-overlay{z-index:45;overscroll-behavior:contain;touch-action:none;background:#0f172a61;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow:hidden}.level-history-detail-overlay{z-index:50}.level-history-modal{color:#172033;overscroll-behavior:contain;touch-action:auto;background:#fff;border:1px solid #dbe3ef;border-radius:22px;flex-direction:column;width:min(620px,100%);max-height:min(720px,100dvh - 36px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a3d}.level-history-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.level-history-header h3{color:#0f172a;margin:0;font-size:18px}.level-history-header p{color:#64748b;margin:4px 0 0;font-size:13px}.level-history-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;flex:none;place-items:center;width:36px;height:36px;transition:background-color .2s,color .2s,box-shadow .2s;display:grid}.level-history-close:hover{color:#0f172a;background:#e2e8f0}.level-history-close:active{background:#cbd5e1}.level-history-close:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb29}.level-history-close svg,.level-history-change svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.level-history-list,.level-history-changes{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;gap:8px;min-height:0;padding:16px 20px 20px;display:flex;overflow:auto}.level-history-item{color:#172033;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:12px;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex}.level-history-item:hover{background:#f5f3ff;border-color:#ddd6fe}.level-history-item:focus-visible{outline:none;box-shadow:0 0 0 4px #7c3aed24}.level-history-item div{flex-direction:column;gap:3px;min-width:0;display:flex}.level-history-item strong{color:#0f172a;font-size:13px}.level-history-item span,.level-history-item time,.level-history-message{color:#64748b;font-size:12px}.level-history-item time{text-align:right;flex:none}.level-history-message{text-align:center;padding:18px}.level-history-message.error{color:#dc2626}.level-history-meta{color:#64748b;border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:10px;padding:12px 20px;font-size:12px;font-weight:800;display:flex}.level-history-change{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:10px;padding:12px;display:grid}.level-history-change strong{color:#0f172a;text-align:left;font-size:13px}.level-history-change div{color:#64748b;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);place-items:center;gap:10px;min-height:24px;font-size:12px;display:grid}.level-history-change span{overflow-wrap:anywhere;min-width:0}@media (width<=768px){.level-header{flex-wrap:nowrap;gap:7px;padding:14px;display:flex}.level-header-main{flex:auto;gap:10px}.level-toggle-button,.report-actions{flex:none}.level-actions{gap:6px}.level-room-actions{flex:none;gap:6px}.level-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.report-button,.bulk-room-status-button,.level-history-button,.add-room-button,.delete-room-button{width:34px;height:34px;min-height:34px}}@media (width<=480px){.level-header{gap:4px;padding:10px 8px}.level-header-main{gap:6px}.level-icon{font-size:21px}.level-name{font-size:15px}.level-description{font-size:12px}.report-button,.bulk-room-status-button,.level-history-button,.add-room-button,.delete-room-button{width:32px;height:32px;min-height:32px}.add-room-button{font-size:19px}.report-button,.bulk-room-status-button,.level-history-button,.delete-room-button{font-size:14px}.level-room-actions,.level-actions{gap:4px}.level-toggle-button{width:30px;height:30px}.toggle-icon{width:20px;height:20px}.level-rooms{gap:8px;padding:9px}.level-history-overlay{padding:10px}.level-history-modal{border-radius:20px;height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.level-history-item{flex-direction:column;align-items:flex-start;gap:6px}.level-history-item time{text-align:left}.level-history-change div{grid-template-columns:1fr;justify-items:center}}@media (width<=360px){.level-icon{font-size:18px}.level-header-main{gap:4px}.report-button,.bulk-room-status-button,.add-room-button,.delete-room-button{width:30px;height:30px;min-height:30px}}.room-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);justify-content:flex-start;align-items:center;gap:14px;width:100%;min-width:0;max-width:760px;margin:0 auto;padding:12px 14px;transition:transform .2s,background-color .2s,box-shadow .2s;display:grid}.room-right{text-align:left;grid-column:2;justify-items:start;gap:3px;width:100%;min-width:0;max-width:none;display:grid}.room-group{color:#64748b;overflow-wrap:anywhere;white-space:normal;max-width:100%;font-size:11px;line-height:1.35}.room-group-value{color:#0f172a;font-weight:700}.room-item:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 10px 30px #0f172a0d}.room-left{grid-column:1;align-items:center;gap:12px;min-width:0;display:flex}.room-icon{flex-shrink:0;font-size:22px}.room-info{text-align:left;gap:6px;min-width:0;display:grid}.room-number{color:#0f172a;font-size:15px;font-weight:700}.room-type{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.room-statuses{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.room-fields{grid-template-columns:repeat(6,minmax(56px,72px));place-items:center start;gap:8px;width:auto;min-width:0;display:grid}.field{text-align:left;gap:4px;width:100%;min-width:0;max-width:72px;display:grid}.field-label{color:#475569;letter-spacing:.08em;font-size:10px;font-weight:700}.field-value{color:#0f172a;text-align:left;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;width:100%;min-width:0;padding:6px 8px;font-size:12px}.field-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61f}@media (width<=900px){.room-fields{grid-template-columns:repeat(6,minmax(40px,56px));width:100%}}@media (width<=768px){.room-item{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}.room-left{width:100%}.room-right{text-align:left;justify-items:start;width:100%;max-width:none;padding-left:0}.room-fields{grid-template-columns:repeat(3,minmax(40px,1fr))}}@media (width<=480px){.room-item{border-radius:16px;gap:8px;padding:12px}.room-fields{grid-template-columns:repeat(2,minmax(40px,1fr))}.room-group{overflow-wrap:break-word;max-width:100%;font-size:11px}}.room-item.urgent{background:#fef9c3;border-color:#facc15}.room-item.urgent:hover{background:#fef08a}.room-item.completed,.room-item.completed:hover{background:#dcfce7;border-color:#86efac}.status-badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;max-width:100%;padding:4px 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.status-badge-default,.status-badge-info{color:#2563eb;background:#dbeafe;border:1px solid #bfdbfe}.status-badge-success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.status-badge-warning{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.room-screen{width:100%;min-width:0;max-width:760px;height:100%;margin:0 auto;padding:0;display:flex}.room-modal-overlay{z-index:1000;overscroll-behavior:contain;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a7a;place-items:center;width:100%;height:100%;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.room-modal-overlay>.room-modal{width:min(100%,560px);max-height:calc(100dvh - 40px);margin:auto;overflow-y:auto;box-shadow:0 24px 64px #0f172a3d}.room-modal{background:#fff;border:1px solid #e2e8f0;border-radius:22px;flex-direction:column;width:100%;min-height:0;max-height:100%;padding:24px;display:flex;overflow:hidden;box-shadow:0 18px 45px #0f172a0f}.room-modal-header{flex:none;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex;position:relative}.room-modal-header>div:first-child{width:100%}.room-modal-title{color:#0f172a;font-size:18px;font-weight:700}.room-modal-options-row{justify-content:center;align-items:center;margin-top:16px;padding:0 16px;display:flex}.room-modal-title-row{grid-template-columns:34px minmax(0,auto) 34px;justify-content:center;align-items:center;gap:8px;padding:0 16px;display:grid}.room-modal-nav-button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex}.room-modal-nav-button svg{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.room-modal-nav-button:hover:not(:disabled){color:#2563eb;background:#eff6ff;border-color:#93c5fd}.room-modal-nav-button:disabled{cursor:not-allowed;opacity:.35}.room-modal-presets{justify-content:center;gap:5px;display:flex}.room-modal-preset{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:7px;min-width:30px;padding:5px 7px;font-size:11px;font-weight:700;line-height:1}.room-modal-preset:hover{color:#2563eb;background:#eff6ff;border-color:#3b82f6}.room-modal-close{color:#475569;cursor:pointer;background:0 0;border:none;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:0;right:0}.room-modal-close svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;width:20px;height:20px}.room-modal-close:hover:not(:disabled){color:#dc2626;background:#fee2e2;border-radius:10px}.room-modal-body{flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex}.room-modal-scroll-area{scrollbar-width:none;-ms-overflow-style:none;flex:auto;gap:12px;min-height:0;display:grid;overflow-y:auto}.room-modal-scroll-area::-webkit-scrollbar{display:none}.room-modal-field{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:12px;padding:14px 16px;display:grid}.room-modal-label{color:#475569;text-align:left;font-size:14px;font-weight:700}.room-modal-input{color:#0f172a;text-align:right;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;min-width:0;padding:10px 12px;font-size:14px}.room-modal-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61f}.room-modal-shared-fields{gap:8px;display:grid}.room-modal-shared-header{color:#475569;text-align:center;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr) 30px;gap:12px;padding:0 16px;font-size:12px;font-weight:700;display:grid}.room-modal-shared-row{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr) 30px}.room-modal-shared-quantity{text-align:center;padding-inline:6px}.room-modal-shared-remove{color:#dc2626;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.room-modal-shared-remove svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;width:18px;height:18px}.room-modal-shared-remove:disabled{color:#cbd5e1;cursor:not-allowed}.room-modal-shared-add{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px dashed #93c5fd;border-radius:9px;justify-self:start;padding:7px 10px;font-size:12px;font-weight:700}.room-modal-shared-width{text-align:left}.room-modal-urgent{grid-column:1/-1;width:100%;height:24px;position:relative}.room-modal-urgent-icon{font-size:15px;line-height:1;position:absolute;top:50%;right:calc(50% + 27px);transform:translateY(-50%)}.room-modal-urgent>.shared-toggle{position:absolute;top:0;left:50%;transform:translate(-50%)}.room-modal-statuses{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-top:1px solid #e2e8f0;border-radius:0 0 22px 22px;flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:2px -24px -24px;padding:12px 24px 16px;display:grid;box-shadow:0 -12px 30px #0f172a14}.room-modal-status-row{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:10px 12px;font-size:12px;font-weight:700;display:flex}.room-modal-status-row span{white-space:nowrap;overflow-wrap:normal}.room-modal-input:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0;border-color:#e2e8f0}.room-modal-notes-field{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;gap:8px;padding:14px 16px;display:grid}.room-modal-notes{resize:vertical;color:#0f172a;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px;font-size:14px;line-height:1.4}.room-modal-notes:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61f}.room-modal-activity{background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:8px;padding:14px 16px;display:grid}.room-modal-activity-title{color:#475569;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.room-modal-activity-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.room-modal-activity-all{color:#2563eb;cursor:pointer;background:#eff6ff;border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;transition:background-color .2s,color .2s,box-shadow .2s}.room-modal-activity-all:hover{color:#1d4ed8;background:#dbeafe}.room-modal-activity-all:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb24}.room-modal-activity-item{cursor:pointer;text-align:left;background:0 0;border:0;border-top:1px solid #f1f5f9;justify-content:space-between;gap:12px;width:100%;padding:9px 0;transition:background-color .2s,padding-inline .2s;display:flex}.room-modal-activity-item:hover{background:#f8fafc;border-radius:10px;margin-inline:-8px;padding-inline:8px}.room-modal-activity-item:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb24}.room-modal-activity-item div{flex-direction:column;gap:2px;min-width:0;display:flex}.room-modal-activity-item strong{color:#0f172a;font-size:13px}.room-modal-activity-item span,.room-modal-activity-item time{color:#64748b;font-size:12px;line-height:1.35}.room-modal-activity-item time{text-align:right;flex:none}.room-activity-detail-overlay{z-index:30;background:#0f172a5c;border-radius:22px;place-items:center;padding:18px;display:grid;position:absolute;inset:0}.room-activity-detail{color:#172033;background:#fff;border:1px solid #dbe3ef;border-radius:20px;flex-direction:column;width:min(560px,100%);max-height:min(620px,100dvh - 80px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a3d}.room-activity-detail-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.room-activity-detail-header h3{color:#0f172a;margin:0;font-size:18px}.room-activity-detail-header p{color:#64748b;margin:4px 0 0;font-size:13px}.room-activity-detail-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;flex:none;place-items:center;width:36px;height:36px;transition:background-color .2s,color .2s,box-shadow .2s;display:grid}.room-activity-detail-close:hover{color:#0f172a;background:#e2e8f0}.room-activity-detail-close:active{background:#cbd5e1}.room-activity-detail-close:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb29}.room-activity-detail-close svg,.room-activity-detail-change svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.room-activity-detail-meta{color:#64748b;border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:10px;padding:12px 20px;font-size:12px;font-weight:800;display:flex}.room-activity-detail-changes{gap:10px;padding:16px 20px 20px;display:grid;overflow:auto}.room-activity-detail-change{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:10px;padding:12px;display:grid}.room-activity-detail-change strong{color:#0f172a;text-align:left;font-size:13px}.room-activity-detail-change div{color:#64748b;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);place-items:center;gap:10px;min-height:24px;font-size:12px;display:grid}.room-activity-detail-change span{overflow-wrap:anywhere;min-width:0}.room-activity-history{max-height:min(700px,100dvh - 56px)}.room-activity-history-list{-webkit-overflow-scrolling:touch;flex-direction:column;gap:8px;min-height:0;padding:16px 20px 20px;display:flex;overflow:auto}.room-activity-history-item{color:#172033;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:12px;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex}.room-activity-history-item:hover{background:#eff6ff;border-color:#bfdbfe}.room-activity-history-item:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb24}.room-activity-history-item div{flex-direction:column;gap:3px;min-width:0;display:flex}.room-activity-history-item strong{color:#0f172a;font-size:13px}.room-activity-history-item span,.room-activity-history-item time,.room-activity-history-message{color:#64748b;font-size:12px}.room-activity-history-item time{text-align:right;flex:none}.room-activity-history-message{text-align:center;padding:18px}.room-activity-history-message.error{color:#dc2626}.room-modal-status,.room-modal-error{text-align:center;font-size:13px}.room-modal-feedback{grid-column:1/-1;min-height:18px;margin-top:-4px;line-height:18px}.room-modal-status{color:#64748b}.room-modal-error{color:#dc2626}@media (width<=480px){.room-modal-overlay{align-items:center;padding:12px}.room-modal-overlay>.room-modal{max-height:calc(100dvh - 24px)}.room-screen{max-width:none}.room-modal{border-radius:18px;width:100%;padding:18px 14px}.room-modal-header{margin-bottom:10px}.room-modal-title-row,.room-modal-options-row,.room-modal-shared-header{padding-inline:8px}.room-modal-field{gap:10px;padding:11px 12px}.room-modal-statuses{padding:12px 14px max(16px, env(safe-area-inset-bottom));border-radius:0 0 18px 18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:2px -14px -18px}.room-modal-status-row{text-align:center;flex-direction:column;justify-content:center;padding:10px 8px}.room-modal-notes-field,.room-modal-activity{padding:12px}.room-modal-activity-item{flex-direction:column;gap:4px}.room-modal-activity-item time{text-align:left}.room-activity-detail-overlay{padding:12px}.room-activity-detail{max-height:calc(100dvh - 48px)}.room-activity-detail-change div{grid-template-columns:1fr;justify-items:center}.room-activity-history-item{flex-direction:column;align-items:flex-start;gap:6px}.room-activity-history-item time{text-align:left}}@media (width<=360px){.room-modal-statuses{grid-template-columns:1fr}.room-modal-urgent{grid-column:1}}.create-room-modal{gap:12px;display:grid}.create-room-level,.create-room-help{color:#64748b;font-size:12px}.create-room-level{margin-top:4px}.create-room-label{color:#334155;font-size:13px;font-weight:700}.create-room-input{color:#0f172a;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:11px 12px;font-size:14px}.create-room-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61f}.create-room-types{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.create-shared-presets{justify-content:space-between;align-items:center;gap:12px;padding:2px 4px;display:flex}.create-shared-preset-buttons{align-items:center;gap:8px;display:flex}.create-shared-preset{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;place-items:center;width:42px;height:36px;padding:0;font-size:12px;font-weight:800;display:grid}.create-shared-preset:hover,.create-shared-preset.selected{color:#2563eb;background:#eff6ff;border-color:#2563eb}.create-shared-fields{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:8px;padding:12px;display:grid}.create-shared-fields-header,.create-shared-field{grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr) 30px;align-items:center;gap:8px;display:grid}.create-shared-fields-header{color:#64748b;font-size:11px;font-weight:700}.create-shared-field input{border:1px solid #cbd5e1;border-radius:10px;min-width:0;padding:8px 9px}.create-shared-field button{color:#dc2626;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.create-shared-field button svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;width:18px;height:18px}.create-shared-field button:disabled{color:#cbd5e1;cursor:not-allowed}.create-shared-add{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px dashed #93c5fd;border-radius:9px;justify-self:start;padding:7px 10px;font-size:12px;font-weight:700}.create-room-type,.create-room-submit{cursor:pointer;border-radius:12px;font-weight:700}.create-room-type{color:#475569;background:#f8fafc;border:1px solid #cbd5e1;padding:9px 12px}.create-room-type.selected{color:#2563eb;background:#eff6ff;border-color:#2563eb}.create-room-submit{color:#fff;background:#2563eb;border:0;margin-top:4px;padding:11px 16px}.create-room-submit:disabled{cursor:wait;opacity:.65}@media (width<=480px){.create-room-types{gap:6px}.create-room-type{padding-inline:7px;font-size:12px}.create-shared-fields{padding:10px}}.delete-room-modal{gap:12px;display:grid}.delete-room-level{color:#64748b;margin-top:4px;font-size:12px}.delete-room-select-all,.delete-room-option{cursor:pointer;align-items:center;gap:10px;display:flex}.delete-room-select-all{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:11px 12px;font-size:13px;font-weight:700}.delete-room-list{gap:7px;max-height:min(360px,45dvh);display:grid;overflow-y:auto}.delete-room-option{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;padding:10px 12px}.delete-room-option:has(input:checked){background:#fff1f2;border-color:#fca5a5}.delete-room-number{color:#0f172a;flex:1;min-width:0;font-size:13px;font-weight:700}.delete-room-type{color:#64748b;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.delete-room-submit{color:#fff;cursor:pointer;background:#dc2626;border:0;border-radius:12px;padding:11px 16px;font-weight:700}.delete-room-submit:disabled{cursor:not-allowed;opacity:.5}.bulk-room-status-modal{max-width:520px}.bulk-status-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:8px 0 14px;display:grid}.bulk-status-option{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:11px 12px;font-size:14px;font-weight:700}.bulk-status-option.selected{color:#1d4ed8;background:#dbeafe;border-color:#2563eb}.bulk-room-status-submit{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:12px;width:100%;padding:13px 14px;font-size:14px;font-weight:800}.bulk-room-status-submit:disabled{cursor:not-allowed;opacity:.55}.shared-toggle{color:#334155;cursor:pointer;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0;font-weight:800;display:inline-flex}.shared-toggle:disabled{cursor:not-allowed;opacity:.55}.shared-toggle-label{min-width:0}.shared-toggle-switch{background:#e2e8f0;border-radius:999px;flex:none;align-items:center;width:44px;height:24px;padding:3px;transition:background-color .2s;display:inline-flex}.shared-toggle-switch span{background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .2s;display:block;transform:translate(0);box-shadow:0 1px 4px #0f172a40}.shared-toggle.active .shared-toggle-switch{background:#eab308}.shared-toggle.active .shared-toggle-switch span{transform:translate(20px)}.level-modal{gap:12px;display:grid}.level-modal-label{color:#334155;font-size:13px;font-weight:700}.level-modal-textarea{resize:vertical;color:#0f172a;width:100%;min-width:0;font:inherit;border:1px solid #cbd5e1;border-radius:12px;padding:11px 12px;font-size:14px}.level-modal-textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61f}.level-modal-warning{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:0;padding:11px 12px;font-size:13px;line-height:1.45}.level-modal-list{gap:8px;max-height:min(360px,44vh);display:grid;overflow-y:auto}.level-modal-option{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;display:grid}.level-modal-option.selected{background:#fff7f7;border-color:#ef4444}.level-modal-option small{color:#64748b;font-size:11px}.level-modal-delete{color:#fff;cursor:pointer;background:#dc2626;border:0;border-radius:12px;padding:11px 16px;font-weight:700}.level-modal-delete:disabled{cursor:not-allowed;opacity:.45}@media (width<=480px){.level-modal-option{padding:10px}}.shared-modal-overlay{z-index:100;background:#0f172a6b;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.shared-modal{background:#fff;border:1px solid #dbe3ef;border-radius:22px;gap:12px;width:min(440px,100%);max-height:min(86vh,760px);padding:18px;display:grid;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0f172a3d}.shared-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.shared-modal-title{color:#0f172a;font-size:18px;font-weight:900}.shared-modal-subtitle{color:#64748b;margin-top:2px;font-size:13px;font-weight:700}.shared-modal-close{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;display:grid}.shared-modal-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.4px;width:20px;height:20px}.shared-modal-close:hover{color:#dc2626;background:#fee2e2}.conflict-overlay{z-index:1200}.conflict-modal{gap:16px;width:min(100%,620px)}.conflict-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.conflict-header h2{color:#0f172a;margin:2px 0 0;font-size:20px}.conflict-eyebrow{color:#dc2626;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.conflict-count{color:#475569;background:#f1f5f9;border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:700}.conflict-description{color:#64748b;margin:0;font-size:13px;line-height:1.5}.conflict-table{border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.conflict-table-header,.conflict-row{background:#e2e8f0;grid-template-columns:minmax(72px,.7fr) repeat(2,minmax(0,1fr));gap:1px;display:grid}.conflict-table-header>*,.conflict-row>*{overflow-wrap:anywhere;background:#fff;min-width:0;padding:9px 10px}.conflict-table-header>*{color:#64748b;letter-spacing:.04em;text-transform:uppercase;background:#f8fafc;font-size:10px;font-weight:800}.conflict-row strong{color:#334155;font-size:12px}.conflict-row span{color:#0f172a;font-size:12px;line-height:1.4}.conflict-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.conflict-actions button{cursor:pointer;border-radius:12px;min-height:42px;padding:10px 12px;font-size:13px;font-weight:800}.conflict-actions button:disabled{cursor:wait;opacity:.6}.conflict-server{color:#334155;background:#fff;border:1px solid #cbd5e1}.conflict-local{color:#fff;background:#2563eb;border:0}@media (width<=480px){.conflict-actions{grid-template-columns:1fr}.conflict-table-header>*,.conflict-row>*{padding:8px 7px}}.user-management-overlay{z-index:40;overscroll-behavior:contain;touch-action:none;background:#0f172a61;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow:hidden}.user-management-modal{color:#172033;overscroll-behavior:contain;touch-action:auto;background:#fff;border:1px solid #dbe3ef;border-radius:24px;flex-direction:column;width:min(980px,100%);max-height:min(760px,100vh - 36px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a3d}.user-management-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.user-management-header h2{color:#0f172a;margin:0;font-size:22px}.user-management-header p{color:#64748b;margin:4px 0 0;font-size:14px}.user-management-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;place-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:background-color .2s,color .2s,box-shadow .2s;display:grid}.user-management-close:hover{color:#0f172a;background:#e2e8f0}.user-management-close:active{background:#cbd5e1}.user-management-close:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb29}.user-management-close svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.user-management-content{grid-template-columns:minmax(230px,.85fr) minmax(320px,1.4fr);gap:0;min-height:0;display:grid;overflow:hidden}.user-management-loading{color:#64748b;padding:36px}.user-management-list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;gap:8px;min-height:0;padding:16px;display:flex;overflow:auto}.user-management-user{color:#334155;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;gap:3px;padding:12px;display:flex}.user-management-user.active{background:#eff6ff;border-color:#bfdbfe}.user-management-user span{color:#0f172a;font-weight:800}.user-management-user small,.user-management-user em{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;overflow:hidden}.user-management-editor{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;gap:16px;min-height:0;padding:18px 20px 22px;display:flex;overflow:auto}.user-management-selected h3{color:#0f172a;margin:0;font-size:20px}.user-management-selected span{color:#64748b;font-size:13px}.user-management-field{color:#334155;flex-direction:column;gap:8px;font-size:13px;font-weight:800;display:flex}.user-management-field select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:14px;min-height:44px;padding:0 12px}.user-management-permissions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.user-management-check{color:#334155;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;min-width:0;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.user-management-check input{flex:none;width:18px;height:18px}.user-management-message{color:#334155;background:#f1f5f9;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700}.user-management-save{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:14px;min-height:44px;font-weight:800}.user-management-save:disabled{cursor:wait;opacity:.7}@media (width<=720px){.user-management-overlay{padding:10px}.user-management-modal{border-radius:20px;height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.user-management-content{grid-template-columns:1fr}.user-management-list{border-bottom:1px solid #e2e8f0;border-right:0;max-height:190px}.user-management-permissions{grid-template-columns:1fr}}.status-message{text-align:center;border-radius:16px;width:100%;padding:18px;font-size:14px;font-weight:700;line-height:1.45}.status-message-default{color:#64748b;background:#f8fafc;border:1px solid #dbe3ef}.status-message-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.login-page{background:radial-gradient(circle at 0 0,#3b82f638,#0000 32rem),linear-gradient(135deg,#eff6ff 0%,#f8fafc 45%,#fff 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{color:#172033;background:#ffffffeb;border:1px solid #dbe3ef;border-radius:24px;flex-direction:column;gap:16px;width:min(100%,420px);padding:28px;display:flex;box-shadow:0 24px 70px #0f172a29}.login-card h1{color:#0f172a;margin:0;font-size:28px}.login-card p{color:#64748b;margin:-8px 0 4px;line-height:1.45}.login-card label{color:#334155;flex-direction:column;gap:7px;font-size:14px;font-weight:700;display:flex}.login-card input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;min-height:46px;padding:0 14px}.login-card input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.login-card button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:16px;min-height:48px;font-weight:800}.login-card button:disabled{cursor:wait;opacity:.7}.login-card .login-secondary-button{color:#2563eb;background:0 0;border:1px solid #cbd5e1;min-height:42px}.login-card .login-secondary-button:hover:not(:disabled){background:#eff6ff}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;padding:10px 12px;font-size:14px}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;overflow-x:hidden}body{color:#f8fafc;background:#020617;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{touch-action:manipulation}@media (width<=768px){input,textarea,select{font-size:16px!important}}
