:root,[data-theme=dark]{--bg: #080c14;--bg-elevated: #0b101d;--bg-card: #0f1626;--bg-card-hover: #162036;--border: rgba(255, 255, 255, .08);--border-gold: rgba(245, 158, 11, .35);--text: #ffffff;--text-muted: #94a3b8;--gold: #f59e0b;--gold-soft: #d97706;--emerald: #10b981;--rose: #f43f5e;--cyan: #06b6d4;--coral: #e85d4c;--sidebar-width: 250px;--radius: 16px;--radius-sm: 10px;--shadow: 0 18px 40px rgba(0, 0, 0, .35);--font-display: "Outfit", sans-serif;--font-body: "Figtree", sans-serif;--ease: cubic-bezier(.22, 1, .36, 1);--surface-soft: rgba(255, 255, 255, .04);--surface-softer: rgba(255, 255, 255, .03);--overlay: rgba(0, 0, 0, .55);--avatar-bg: linear-gradient(135deg, #1f2937, #374151);--input-bg: rgba(255, 255, 255, .04);--btn-ghost-bg: rgba(255, 255, 255, .06)}[data-theme=light]{--bg: #f4f6fb;--bg-elevated: #ffffff;--bg-card: #ffffff;--bg-card-hover: #f8fafc;--border: rgba(15, 23, 42, .1);--border-gold: rgba(217, 119, 6, .4);--text: #0f172a;--text-muted: #64748b;--gold: #d97706;--gold-soft: #b45309;--emerald: #059669;--rose: #e11d48;--cyan: #0891b2;--coral: #ea580c;--shadow: 0 14px 36px rgba(15, 23, 42, .08);--surface-soft: rgba(15, 23, 42, .04);--surface-softer: rgba(15, 23, 42, .03);--overlay: rgba(15, 23, 42, .35);--avatar-bg: linear-gradient(135deg, #e2e8f0, #cbd5e1);--input-bg: #f8fafc;--btn-ghost-bg: rgba(15, 23, 42, .04)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:var(--font-body);background:radial-gradient(circle at 12% 0%,rgba(245,158,11,.12),transparent 28%),radial-gradient(circle at 90% 10%,rgba(232,93,76,.08),transparent 26%),var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;transition:background .25s var(--ease),color .25s var(--ease)}[data-theme=light] body,html[data-theme=light] body{background:radial-gradient(circle at 12% 0%,rgba(245,158,11,.1),transparent 30%),radial-gradient(circle at 90% 8%,rgba(234,88,12,.06),transparent 28%),var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.2rem;box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:999px;padding:.7rem 1.2rem;font-weight:700;cursor:pointer;transition:transform .2s var(--ease),opacity .2s var(--ease)}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--gold) 0%,var(--coral) 100%);color:#111}.btn-ghost{background:var(--btn-ghost-bg);color:var(--text);border:1px solid var(--border)}.kpi{display:grid;gap:.35rem}.kpi strong{font-family:var(--font-display);font-size:1.55rem}.kpi span{color:var(--text-muted);font-size:.85rem}.badge{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700}.badge-gold{background:#f59e0b26;color:var(--gold)}.badge-ok{background:#10b98126;color:var(--emerald)}.badge-warn{background:#f43f5e26;color:var(--rose)}.input{width:100%;background:var(--input-bg);border:1px solid var(--border);border-radius:12px;color:var(--text);padding:.85rem 1rem}.input:focus{outline:1px solid var(--gold)}.section-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-bottom:.85rem}.muted{color:var(--text-muted)}.grid-2,.grid-4{display:grid;gap:1rem}.theme-switch{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;padding:.3rem;border-radius:14px;background:var(--surface-softer);border:1px solid var(--border)}.theme-switch button{border:0;background:transparent;color:var(--text-muted);font:inherit;font-weight:700;padding:.7rem .85rem;border-radius:10px;cursor:pointer}.theme-switch button.active{background:#f59e0b29;color:var(--gold)}@media(min-width:720px){.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.grid-4{grid-template-columns:repeat(4,1fr)}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:1fr}.sidebar{display:flex;flex-direction:column;gap:1rem;background:var(--bg-elevated);border-right:1px solid var(--border);padding:1.25rem 1rem;position:fixed!important;top:0;bottom:0;left:-100%;width:min(280px,88vw);height:100dvh;max-height:100vh;z-index:50;transition:left .28s var(--ease);overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;box-shadow:none}.sidebar.open{left:0;pointer-events:auto;box-shadow:8px 0 32px #00000073}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40;cursor:pointer}.sidebar-backdrop.open{display:block}.mobile-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mobile-bar-title{display:flex;flex-direction:column;line-height:1.15;flex:1;min-width:0}.mobile-bar-title strong{font-family:var(--font-display);font-size:.95rem}.mobile-bar-title span{font-size:.72rem}.menu-toggle{width:42px;height:42px;border-radius:12px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);display:grid;place-items:center;cursor:pointer;flex-shrink:0}.menu-toggle:hover{border-color:var(--border-gold);color:var(--gold)}.menu-close{margin-left:auto;padding:.4rem .65rem}.brand{display:flex;align-items:center;gap:.75rem;padding:.35rem .5rem 1rem}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;background:linear-gradient(135deg,var(--gold),var(--coral));color:#111}.brand-logo{width:38px;height:38px;border-radius:12px;object-fit:contain;background:var(--surface-soft);border:1px solid var(--border)}.brand strong{font-family:var(--font-display);letter-spacing:.04em}.nav-list{list-style:none;display:grid;gap:.35rem}.nav-groups{display:grid;gap:.85rem;flex:1;overflow-y:auto;padding-right:.15rem}.nav-group-title{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:0 .85rem .35rem}.hub-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1rem;padding:.3rem;border-radius:14px;background:#ffffff08;border:1px solid var(--border)}.hub-tabs button{border:0;background:transparent;color:var(--text-muted);font:inherit;font-weight:700;padding:.7rem .85rem;border-radius:10px;cursor:pointer}.hub-tabs button.active{background:#f59e0b24;color:var(--gold)}.plan-progress{height:8px;border-radius:99px;background:#ffffff14;overflow:hidden;margin-bottom:.35rem}.plan-progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--coral));transition:width .25s var(--ease)}.checklist{margin-top:.35rem}.checklist-row{display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--border)}.checklist-row:last-child{border-bottom:0}.check-dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(148,163,184,.45);display:grid;place-items:center;color:#111;font-size:.75rem;flex-shrink:0}.check-dot.done{border-color:var(--emerald);background:var(--emerald)}.checklist-title{font-weight:700}.checklist-action{padding:.45rem .85rem;font-size:.82rem;white-space:nowrap}.nav-list a{display:flex;align-items:center;gap:.7rem;padding:.75rem .85rem;border-radius:12px;color:var(--text-muted);font-weight:600;font-size:.92rem}.nav-list a.active,.nav-list a:hover{background:#f59e0b1a;color:var(--gold)}.sidebar-user{margin-top:auto;display:flex;gap:.75rem;align-items:center;padding:.85rem;border-radius:14px;background:#ffffff08;border:1px solid var(--border)}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1f2937,#374151);font-weight:700}.main{min-width:0;padding:1rem 1rem 1.5rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.topbar h1{font-family:var(--font-display);font-size:1.35rem}.search{display:none;align-items:center;gap:.55rem;min-width:280px;background:#ffffff0a;border:1px solid var(--border);border-radius:999px;padding:.65rem 1rem;color:var(--text-muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(100%,420px);background:var(--bg-card);border:1px solid var(--border);border-radius:24px;padding:1.75rem;box-shadow:var(--shadow)}.login-card h1{font-family:var(--font-display);margin:.75rem 0 .35rem}.login-card form{display:grid;gap:.85rem;margin-top:1.25rem}.wmt-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border-gold);color:var(--gold);font-size:.78rem;font-weight:700}.kanban{display:grid;gap:.85rem;overflow-x:auto;padding-bottom:.5rem}.kanban-col{min-width:220px;background:#ffffff05;border:1px solid var(--border);border-radius:16px;padding:.85rem}.deal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.8rem;margin-top:.65rem}.radar{width:min(100%,220px);aspect-ratio:1;margin:1rem auto;border-radius:50%;border:2px solid rgba(245,158,11,.35);display:grid;place-items:center;position:relative;background:radial-gradient(circle,rgba(245,158,11,.15),transparent 60%);animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #f59e0b40}50%{box-shadow:0 0 0 18px #f59e0b00}}.list-row{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:0}@media(max-width:899.98px),(pointer:coarse){.admin-shell{grid-template-columns:1fr!important}.sidebar{position:fixed!important;top:0!important;bottom:0!important;left:-100%!important;width:min(280px,88vw)!important;height:100dvh!important;transform:none!important;pointer-events:none!important}.sidebar.open{left:0!important;transform:none!important;pointer-events:auto!important}.mobile-bar{display:flex!important}.menu-close{display:inline-flex!important}.main{width:100%;max-width:100vw;padding:.85rem .85rem 1.5rem}}@media(min-width:900px)and (pointer:fine){.admin-shell{grid-template-columns:var(--sidebar-width) 1fr}.sidebar{position:sticky!important;top:0!important;left:auto!important;width:var(--sidebar-width)!important;height:100vh!important;transform:none!important;pointer-events:auto!important;box-shadow:none!important}.sidebar-backdrop,.mobile-bar,.menu-close{display:none!important}.main{padding:1.5rem 1.75rem 1.75rem}.search{display:flex}.kanban{grid-template-columns:repeat(4,minmax(200px,1fr))}}label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:var(--text-muted)}input,select,textarea{width:100%;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--text);padding:.55rem .7rem;font:inherit}textarea{resize:vertical}html.issuer-app,html.issuer-app body{height:100%;overflow:hidden;overscroll-behavior:none}html.touch-app.issuer-app{font-size:18px!important}.issuer-shell.app-shell{display:grid;grid-template-columns:1fr;width:100%;height:100dvh;height:100svh;max-height:100dvh;overflow:hidden;background:var(--bg)}.issuer-shell .app-frame{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden}.issuer-shell .app-topbar{flex-shrink:0;display:flex;align-items:center;gap:.65rem;padding:calc(.55rem + env(safe-area-inset-top,0px)) max(.85rem,env(safe-area-inset-right,0px)) .55rem max(.85rem,env(safe-area-inset-left,0px));background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:20}.issuer-shell .app-topbar-title{display:flex;flex-direction:column;line-height:1.15;flex:1;min-width:0}.issuer-shell .app-topbar-title strong{font-family:var(--font-display);font-size:1.2rem}.issuer-shell .app-topbar-title span{font-size:.72rem}.issuer-shell .app-topbar-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--coral));color:#111;font-weight:800;font-size:.8rem;border:0;cursor:pointer}.issuer-shell .app-content{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:.75rem max(.75rem,env(safe-area-inset-right,0px)) calc(6.25rem + env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));width:100%}.issuer-shell .bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:35;display:grid;grid-template-columns:repeat(4,1fr);padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--bg-elevated) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);box-shadow:0 -8px 28px #00000047}.issuer-shell .bottom-nav-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;min-height:64px;padding:.4rem .15rem;font:inherit;font-size:.78rem;font-weight:700;text-decoration:none;cursor:pointer;border-radius:12px;-webkit-tap-highlight-color:transparent}.issuer-shell .bottom-nav-item i{font-size:1.5rem}.issuer-shell .bottom-nav-item.active,.issuer-shell .bottom-nav-item:hover{color:var(--gold);background:#f59e0b1a}.issuer-shell .more-sheet{width:min(400px,92vw);padding:calc(1rem + env(safe-area-inset-top,0px)) 1rem calc(1rem + env(safe-area-inset-bottom,0px))}.issuer-shell .nav-section-label{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:.35rem .85rem .15rem}.issuer-shell .desktop-nav-label,.issuer-shell .desktop-primary-nav{display:none}.issuer-shell .acting-banner{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap;margin:.55rem .75rem 0;padding:.7rem .85rem;border-radius:14px;border:1px solid var(--border-gold);background:var(--bg-card)}.issuer-shell .acting-banner>i{color:var(--gold)}.issuer-shell .acting-banner-text{flex:1;min-width:140px;font-size:.92rem}.issuer-shell .acting-banner .btn{min-height:44px}html.touch-app.issuer-app .issuer-shell .app-topbar-title strong{font-size:1.35rem!important}html.touch-app.issuer-app .issuer-shell .bottom-nav-item{min-height:64px!important;font-size:.8rem!important}html.touch-app.issuer-app .issuer-shell .bottom-nav-item i{font-size:1.55rem!important}html.touch-app.issuer-app .issuer-shell .btn,html.touch-app.issuer-app .issuer-shell input,html.touch-app.issuer-app .issuer-shell select,html.touch-app.issuer-app .issuer-shell textarea{min-height:52px!important;font-size:1.05rem!important}html.touch-app.issuer-app .issuer-shell .topbar h1{font-size:1.5rem!important}html.touch-app.issuer-app .issuer-shell .card{border-radius:18px;padding:1.05rem}html.touch-app.issuer-app .issuer-shell .grid-2{grid-template-columns:1fr!important}html.touch-app.issuer-app .issuer-shell.app-shell{grid-template-columns:1fr!important;height:100dvh!important;max-height:100dvh!important}html.touch-app.issuer-app .issuer-shell .sidebar.more-sheet{position:fixed!important;left:-105%!important;width:min(400px,92vw)!important;pointer-events:none!important}html.touch-app.issuer-app .issuer-shell .sidebar.more-sheet.open{left:0!important;pointer-events:auto!important}html.touch-app.issuer-app .issuer-shell .bottom-nav{display:grid!important}html.touch-app.issuer-app .issuer-shell .desktop-nav-label,html.touch-app.issuer-app .issuer-shell .desktop-primary-nav{display:none!important}@media(min-width:900px)and (pointer:fine)and (hover:hover){html.issuer-app,html.issuer-app body,html.issuer-app #root{height:100%!important;max-height:100dvh!important;overflow:hidden!important}.issuer-shell.app-shell,html.touch-app.issuer-app .issuer-shell.app-shell{grid-template-columns:var(--sidebar-width) 1fr!important;height:100dvh!important;max-height:100dvh!important;min-height:0!important;overflow:hidden!important}.issuer-shell .desktop-nav-label{display:block!important}.issuer-shell .desktop-primary-nav{display:grid!important}.issuer-shell .sidebar.more-sheet,html.touch-app.issuer-app .issuer-shell .sidebar.more-sheet{position:sticky!important;top:0!important;left:auto!important;width:var(--sidebar-width)!important;height:100dvh!important;pointer-events:auto!important;box-shadow:none!important;overflow-y:auto!important}.issuer-shell .sidebar-backdrop,.issuer-shell .bottom-nav,.issuer-shell .menu-close{display:none!important}.issuer-shell .app-frame{min-height:0!important;height:100dvh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.issuer-shell .app-content,html.touch-app.issuer-app .issuer-shell .app-content{flex:1 1 auto!important;min-height:0!important;padding:1.25rem 1.75rem 1.75rem!important;overflow-x:hidden!important;overflow-y:auto!important}.admin-shell:not(.issuer-shell){height:100dvh;max-height:100dvh;overflow:hidden;grid-template-columns:var(--sidebar-width) 1fr}.admin-shell:not(.issuer-shell) .sidebar{position:sticky!important;top:0!important;height:100dvh!important;overflow-y:auto!important}.admin-shell:not(.issuer-shell) .main{min-height:0;height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}}@media(min-width:900px){html.issuer-app,html.issuer-app body,html.issuer-app #root{height:100%!important;overflow:hidden!important}html.issuer-app .issuer-shell.app-shell{grid-template-columns:var(--sidebar-width) 1fr!important;height:100dvh!important;overflow:hidden!important}html.issuer-app .issuer-shell .app-content{overflow-y:auto!important;min-height:0!important}html.issuer-app .issuer-shell .bottom-nav{display:none!important}}.vitrine-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem;padding:.75rem 0 1rem}
