@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.Sidebar-module__degjda__sidebarWrapper{height:100vh;width:var(--sidebar-width);z-index:200;position:fixed;top:0;left:0}.Sidebar-module__degjda__sidebar{width:var(--sidebar-width);background-color:var(--color-sidebar-bg);flex-direction:column;height:100%;display:flex;overflow:hidden}.Sidebar-module__degjda__logoArea{border-bottom:1px solid #2c2c2e;flex-shrink:0;padding:1.25rem 1rem 1rem}.Sidebar-module__degjda__logo{object-fit:contain;object-position:left;border-radius:4px;width:auto;height:38px}.Sidebar-module__degjda__nav{flex-direction:column;flex:1;padding:1rem .75rem;display:flex;overflow-y:auto}.Sidebar-module__degjda__navSection{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--color-sidebar-text-muted);padding:0 .5rem .5rem;font-weight:600;display:block}.Sidebar-module__degjda__navList{flex-direction:column;gap:2px;list-style:none;display:flex}.Sidebar-module__degjda__navLink{border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-sidebar-text-muted);cursor:pointer;align-items:center;gap:.625rem;padding:.5rem .75rem;font-weight:500;transition:background .15s,color .15s;display:flex}.Sidebar-module__degjda__navLink:hover{background-color:var(--color-sidebar-hover);color:var(--color-sidebar-text)}.Sidebar-module__degjda__navLink.Sidebar-module__degjda__active{color:var(--color-sidebar-active);background-color:#f5b8001f;font-weight:600}.Sidebar-module__degjda__navIcon{flex-shrink:0;align-items:center;display:flex}.Sidebar-module__degjda__deviceRow{border-top:1px solid #2c2c2e;align-items:center;gap:.4rem;min-height:2.25rem;padding:.4rem .75rem;display:flex}.Sidebar-module__degjda__deviceIcon{color:var(--color-sidebar-text-muted);flex-shrink:0;font-size:1rem}.Sidebar-module__degjda__deviceName{font-size:var(--text-xs);color:var(--color-sidebar-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Sidebar-module__degjda__deviceNameUnset{font-size:var(--text-xs);color:#f97316;flex:1}.Sidebar-module__degjda__deviceEditBtn{cursor:pointer;color:var(--color-sidebar-text-muted);border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;align-items:center;padding:.2rem;transition:color .15s;display:flex}.Sidebar-module__degjda__deviceEditBtn:hover{color:var(--color-accent)}.Sidebar-module__degjda__deviceInput{border-radius:var(--radius-sm);color:var(--color-sidebar-text);font-size:var(--text-xs);background:#2c2c2e;border:1px solid #3a3a3c;flex:1;min-width:0;padding:.25rem .4rem}.Sidebar-module__degjda__deviceInput:focus{border-color:var(--color-accent);outline:none}.Sidebar-module__degjda__deviceSaveBtn{background:var(--color-accent);cursor:pointer;color:#000;border-radius:var(--radius-sm);font-size:var(--text-xs);border:none;flex-shrink:0;padding:.25rem .5rem;font-weight:600}.Sidebar-module__degjda__userArea{border-top:1px solid #2c2c2e;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem;display:flex}.Sidebar-module__degjda__userInfo{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.Sidebar-module__degjda__avatar{border-radius:50%;flex-shrink:0}.Sidebar-module__degjda__avatarFallback{background-color:var(--color-accent);width:32px;height:32px;color:var(--color-accent-text);font-weight:700;font-size:var(--text-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__degjda__userText{flex-direction:column;min-width:0;display:flex}.Sidebar-module__degjda__userName{font-size:var(--text-sm);color:var(--color-sidebar-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.Sidebar-module__degjda__userEmail{font-size:var(--text-xs);color:var(--color-sidebar-text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Sidebar-module__degjda__logoutBtn{cursor:pointer;color:var(--color-sidebar-text-muted);border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;align-items:center;padding:.375rem;transition:color .15s,background .15s;display:flex}.Sidebar-module__degjda__logoutBtn:hover{color:var(--color-danger);background-color:#ef44441a}.Sidebar-module__degjda__mobileHeader{background-color:var(--color-sidebar-bg);z-index:200;border-bottom:1px solid #2c2c2e;align-items:center;gap:1rem;height:3.5rem;padding:0 1rem;display:none;position:fixed;top:0;left:0;right:0}.Sidebar-module__degjda__hamburger{cursor:pointer;color:var(--color-sidebar-text);background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.Sidebar-module__degjda__overlay{z-index:199;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:768px){.Sidebar-module__degjda__mobileHeader{display:flex}.Sidebar-module__degjda__sidebarWrapper{transition:transform .25s;transform:translate(-100%);box-shadow:4px 0 15px #0006}.Sidebar-module__degjda__sidebarWrapper.Sidebar-module__degjda__sidebarOpen{transform:translate(0)}.Sidebar-module__degjda__overlay{display:block}}
.global-ui-module__Pq13-q__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;width:min(90vw,420px);display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.global-ui-module__Pq13-q__toast{cursor:pointer;pointer-events:all;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;animation:.2s global-ui-module__Pq13-q__slideUp;display:flex;box-shadow:0 4px 16px #0000002e}@keyframes global-ui-module__Pq13-q__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.global-ui-module__Pq13-q__error{color:#fff;background:#991b1b}.global-ui-module__Pq13-q__success{color:#fff;background:#166534}.global-ui-module__Pq13-q__info{color:#fff;background:#1c1c1e}.global-ui-module__Pq13-q__toastIcon{flex-shrink:0;font-size:.85rem}.global-ui-module__Pq13-q__toastMsg{flex:1;line-height:1.3}.global-ui-module__Pq13-q__overlay{z-index:9000;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.global-ui-module__Pq13-q__modal{padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:480px;animation:.22s global-ui-module__Pq13-q__slideUpModal;box-shadow:0 -4px 24px #00000026}@keyframes global-ui-module__Pq13-q__slideUpModal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.global-ui-module__Pq13-q__modalMsg{color:#111;margin:0 0 1.25rem;font-size:1rem;line-height:1.5}.global-ui-module__Pq13-q__modalBtns{justify-content:flex-end;gap:.75rem;display:flex}.global-ui-module__Pq13-q__btnCancel{color:#374151;cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:500}.global-ui-module__Pq13-q__btnCancel:hover{background:#f3f4f6}.global-ui-module__Pq13-q__btnConfirm{color:#000;cursor:pointer;background:#f5b800;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600}.global-ui-module__Pq13-q__btnConfirm:hover{background:#d4a000}.global-ui-module__Pq13-q__btnDanger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600}.global-ui-module__Pq13-q__btnDanger:hover{background:#b91c1c}.global-ui-module__Pq13-q__fabCustodias{color:#f5b800;z-index:800;background:#1c1c1e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:background .15s;display:flex;position:fixed;bottom:1.5rem;left:1rem;box-shadow:0 4px 16px #00000059}.global-ui-module__Pq13-q__fabCustodias:hover{background:#2c2c2e}
:root{--color-sidebar-bg:#1c1c1e;--color-sidebar-text:#e5e5e5;--color-sidebar-text-muted:#8e8e93;--color-sidebar-hover:#2c2c2e;--color-sidebar-active:#f5b800;--color-accent:#f5b800;--color-accent-text:#1a1a1a;--color-bg:#fff;--color-bg-secondary:#f5f5f7;--color-text:#1a1a1a;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-danger:#ef4444;--color-success:#22c55e;--color-warning:#f59e0b;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--sidebar-width:220px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px;overflow-x:hidden}body{font-family:var(--font);background-color:var(--color-bg-secondary);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:var(--font)}.app-shell{width:100%;min-height:100vh;display:flex}.main-content{background-color:var(--color-bg-secondary);flex:1;min-width:0;min-height:100vh;padding:2rem 2.5rem}.app-shell:has(.sidebar-mounted) .main-content{margin-left:var(--sidebar-width)}@media (max-width:768px){.app-shell:has(.sidebar-mounted) .main-content{width:100%;margin-left:0;padding:4.5rem 1.25rem 1.25rem;overflow-x:hidden}}@media screen and (max-width:365px) and (orientation:portrait){html{font-size:87.5%}.app-shell:has(.sidebar-mounted) .main-content{padding:4rem .75rem .75rem}}