*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2B2D8E;--blue-dark: #1E2070;--blue-light: #3D40B5;--blue-50: #EEF0FF;--blue-100: #D5D8FF;--green: #3ECFA0;--green-dark: #2BAF84;--green-50: #E8FBF5;--amber: #F59E0B;--amber-50: #FFFBEB;--red: #EF4444;--red-50: #FEF2F2;--bg: #F4F6FF;--surface: #FFFFFF;--border: #E8EAF6;--text: #0F1035;--text-2: #4B5063;--text-3: #8B8FA8;--radius-s: 8px;--radius-m: 12px;--radius-l: 16px;--radius-xl: 24px;--shadow-s: 0 1px 4px rgba(43,45,142,.07);--shadow-m: 0 4px 16px rgba(43,45,142,.1);--shadow-l: 0 12px 32px rgba(43,45,142,.14)}html,body,#root{font-family:Plus Jakarta Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}.page{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg)}.loader{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:14px;color:var(--text-3);font-weight:500}.logo-bar{background:#fff;border-bottom:1px solid var(--border);padding:10px 20px;display:flex;align-items:center;gap:14px}.logo-bar img{height:28px;object-fit:contain}.logo-sep{width:1px;height:22px;background:var(--border)}.app-header{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 60%,var(--blue-light) 100%);padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.app-header-pre{font-size:11px;color:#ffffff8c;font-weight:600}.app-header-title{font-size:17px;color:#fff;font-weight:800;margin-top:1px}.btn{display:block;width:100%;padding:14px 20px;border:none;border-radius:var(--radius-m);font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:all .15s ease;text-align:center;line-height:1}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-light));color:#fff;box-shadow:0 4px 14px #2b2d8e59}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #2b2d8e73}.btn-primary:active:not(:disabled){transform:none}.btn-secondary{background:var(--green);color:#fff;box-shadow:0 4px 14px #3ecfa04d}.btn-secondary:hover:not(:disabled){background:var(--green-dark)}.btn-ghost{background:var(--blue-50);color:var(--blue);box-shadow:none}.btn-sm{width:auto;padding:9px 16px;font-size:13px;border-radius:var(--radius-s)}.btn-icon-header{background:#ffffff1f;border:none;color:#fff;border-radius:var(--radius-s);padding:7px 13px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}.card{background:var(--surface);border-radius:var(--radius-l);border:1px solid var(--border);box-shadow:var(--shadow-s);overflow:hidden}input[type=text],input[type=email],input[type=password],input[type=date],input[type=search],input[type=number],select,textarea{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-m);font-family:inherit;font-size:15px;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s;outline:none;display:block;-webkit-appearance:none;appearance:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50)}input::placeholder,textarea::placeholder{color:var(--text-3)}textarea{resize:vertical;min-height:80px}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8FA8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:6px}.form-group{margin-bottom:14px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:100px;font-size:12px;font-weight:700;white-space:nowrap}.badge-green{background:var(--green-50);color:var(--green-dark)}.badge-blue{background:var(--blue-50);color:var(--blue)}.badge-amber{background:var(--amber-50);color:#b45309}.badge-grey{background:#f1f5f9;color:#94a3b8}.badge-red{background:var(--red-50);color:var(--red)}.alert{padding:12px 14px;border-radius:var(--radius-m);font-size:13px;font-weight:600;margin-bottom:16px}.alert-error{background:var(--red-50);color:var(--red);border:1px solid #FCA5A5}.alert-success{background:var(--green-50);color:var(--green-dark);border:1px solid #6EE7B7}.section-title{font-size:11px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.07em;margin:20px 0 10px}.page-content{padding:20px}.stars{display:flex;gap:6px;margin:10px 0}.star{font-size:30px;cursor:pointer;color:#e2e6f0;transition:color .1s,transform .1s;-webkit-user-select:none;user-select:none;line-height:1}.star:hover,.star.filled{color:var(--amber)}.star:active{transform:scale(1.25)}.list-item{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border)}.list-item:last-child{border-bottom:none;padding-bottom:0}.list-item:first-child{padding-top:0}.list-item-info .name{font-size:15px;font-weight:600;color:var(--text)}.list-item-info .sub{font-size:12px;color:var(--text-3);margin-top:2px}.dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.dot-green{background:var(--green)}.dot-amber{background:var(--amber)}.dot-red{background:var(--red)}.dot-blue{background:var(--blue)}.progress-bar{height:6px;background:var(--blue-50);border-radius:100px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--blue));border-radius:100px;transition:width .6s ease}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat-card{background:#ffffff1f;border-radius:var(--radius-m);padding:11px 12px}.stat-label{font-size:10px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.06em}.stat-value{font-size:22px;font-weight:800;color:#fff;line-height:1.1;margin:3px 0 1px}.stat-sub{font-size:10px;color:#fff6}.tab-bar{display:flex;background:#fff;border-bottom:1px solid var(--border)}.tab-btn{flex:1;padding:13px 8px;border:none;background:none;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;color:var(--text-3);border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap}.tab-btn.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:700}.tab-bar-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-bar-scroll::-webkit-scrollbar{display:none}.tab-bar-scroll .tab-btn{flex:0 0 auto;padding:13px 16px}.item-tag{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;background:var(--green-50);color:var(--green-dark);border-radius:100px;font-size:12px;font-weight:700}.check-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border);cursor:pointer;-webkit-tap-highlight-color:transparent}.check-row:last-child{border-bottom:none}.check-row:first-child{padding-top:0}.check-row-left{display:flex;align-items:center;gap:12px}.check-icon{width:40px;height:40px;border-radius:var(--radius-s);background:var(--blue-50);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;transition:background .15s}.check-icon.on{background:var(--green-50)}.check-label{font-size:15px;font-weight:600;color:var(--text)}.check-toggle{width:24px;height:24px;border-radius:7px;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0;color:#fff;font-size:13px;font-weight:700}.check-toggle.on{background:var(--green);border-color:var(--green)}.public-hero{background:linear-gradient(140deg,var(--blue-dark) 0%,var(--blue) 55%,var(--blue-light) 100%);padding:28px 24px 36px;position:relative;overflow:hidden}.public-hero:before{content:"";position:absolute;top:-50px;right:-50px;width:180px;height:180px;background:#ffffff0a;border-radius:50%}.public-hero:after{content:"";position:absolute;bottom:-60px;left:-30px;width:220px;height:220px;background:#3ecfa012;border-radius:50%}.room-number{font-size:52px;font-weight:800;color:#fff;letter-spacing:-1.5px;line-height:1;position:relative;z-index:1}.room-label{font-size:14px;color:#ffffffa6;margin-top:4px;position:relative;z-index:1}.room-card{background:#fff;border-radius:var(--radius-l);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);box-shadow:var(--shadow-s)}.room-card-icon{width:44px;height:44px;border-radius:var(--radius-m);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.divider{height:1px;background:var(--border);margin:16px 0}@media (min-width: 520px){html,body,#root{background:linear-gradient(140deg,#1a1c6b,#2b2d8e 55%,#3d40b5)}.page{box-shadow:0 0 80px #00000059,0 24px 64px #2b2d8e4d}}.page-wide{min-height:100vh;background:var(--bg)}.gestao-shell{display:flex;min-height:100vh;background:#f0f2ff}.gestao-sidebar{display:none}.gestao-main{flex:1;display:flex;flex-direction:column;min-width:0}.gestao-topbar{background:#fff;border-bottom:1px solid #E2E6F0;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:56px;position:sticky;top:0;z-index:50;flex-shrink:0}.gestao-content{padding:20px 20px 60px}@media (min-width: 768px){.gestao-sidebar{display:flex;flex-direction:column;width:240px;min-height:100vh;background:linear-gradient(180deg,#0a0c35,#12155a);position:sticky;top:0;align-self:start;height:100vh;flex-shrink:0;z-index:100}.gestao-tab-bar{display:none!important}.gestao-content{padding:28px 36px 60px}.gestao-topbar{padding:0 36px}}.gestao-sidebar-btn{display:flex;align-items:center;gap:10px;padding:11px 18px;border:none;background:none;font-family:inherit;font-size:13px;font-weight:600;color:#ffffff73;cursor:pointer;text-align:left;width:100%;transition:all .15s;border-left:3px solid transparent;border-radius:0 10px 10px 0;margin-bottom:2px}.gestao-sidebar-btn.active{color:#3ecfa0;background:#3ecfa01a;border-left-color:#3ecfa0}.gestao-sidebar-btn:hover:not(.active){color:#ffffffbf;background:#ffffff0f}.func-grid{display:flex;flex-direction:column}.func-left{order:1}.func-right{order:2}@media (min-width: 768px){.func-grid{flex-direction:row;align-items:start;min-height:calc(100vh - 210px)}.func-left{order:1;flex:1;border-right:1px solid var(--border);background:#fff}.func-right{order:2;width:380px;flex-shrink:0;padding:20px;background:var(--bg);min-height:calc(100vh - 210px)}}
