@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{--blue: #2563eb;--blue-dark: #1e3a8a;--orange: #0891b2;--green: #22c55e;--yellow: #facc15;--red: #ef4444;--mint: #2dd4bf;--ink: #0b1736;--ink-soft: #475569;--paper: #f6fbff;--line: rgba(15, 23, 42, .1);--glass: rgba(255, 255, 255, .78);--shadow: rgba(15, 23, 42, .14)}.login-page{min-height:100vh;width:100%;flex:1;margin:0;padding:0;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at 15% 12%,rgba(45,212,191,.28),transparent 34%),radial-gradient(circle at 82% 16%,rgba(147,197,253,.36),transparent 36%),linear-gradient(145deg,#f8fdff,#edf7ff 46%,#f3fff9);font-family:Space Grotesk,Segoe UI,sans-serif;color:var(--ink)}.login-shell{width:100%;max-width:1120px;margin:clamp(1rem,4vw,2rem);background:#ffffffc2;border-radius:24px;box-shadow:0 30px 80px var(--shadow);border:1px solid rgba(255,255,255,.82);overflow:hidden;display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(260px,.9fr);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-form-pane{padding:clamp(2rem,5vw,4rem);display:flex;flex-direction:column;gap:1.75rem;background:#ffffff9e}.login-brand{display:flex;flex-direction:column;gap:.4rem}.login-brand-name{width:fit-content;font-size:.78rem;font-weight:600;color:var(--blue-dark);letter-spacing:.16em;text-transform:uppercase;border:1px solid rgba(37,99,235,.14);background:#2563eb12;border-radius:999px;padding:.45rem .7rem}.login-title{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,3.2vw,3rem);line-height:1.05;color:var(--ink);font-weight:700;margin:0;letter-spacing:0}.login-subtitle{margin:0;font-size:1rem;color:var(--ink-soft);line-height:1.5;max-width:440px}.login-form-fields{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.95rem;font-weight:600;color:var(--ink)}.form-field label span{color:var(--red);margin-left:.15rem}.form-field input{min-height:52px;border:1px solid rgba(15,23,42,.12);border-radius:16px;padding:.95rem 1rem;font-size:1rem;color:var(--ink);background:#ffffffdb;box-shadow:0 1px #0f172a05;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-field input::placeholder{color:#94a3b8}.form-field input:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px #2563eb29,0 14px 30px #0f172a14}.login-button{border:none;border-radius:999px;min-height:52px;padding:.95rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--blue),#14b8a6);cursor:pointer;box-shadow:0 14px 30px #2563eb47;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.login-button:disabled{opacity:.6;cursor:default}.login-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 18px 36px #2563eb57;filter:saturate(1.05)}.login-button:focus-visible,.verify-action-button:focus-visible,.login-footer a:focus-visible,.verify-state a:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb2e}.login-footer{text-align:center;font-size:.95rem;color:var(--ink-soft)}.login-footer a{color:var(--blue);font-weight:600;text-decoration:none;border-radius:8px}.login-footer a:hover{text-decoration:underline}.login-feedback{border-radius:14px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;border:1px solid transparent}.login-feedback.error{background:#ef44441f;color:#b91c1c;border-color:#ef44442e}.login-feedback.success{background:#22c55e2e;color:#166534;border-color:#22c55e38}.verify-state{border:1px solid rgba(37,99,235,.18);background:#2563eb12;color:var(--ink);padding:1rem;display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;border-radius:18px;box-shadow:inset 0 1px #ffffff8c}.verify-state strong{font-size:1rem;font-weight:600;color:var(--ink)}.verify-action-button{border:none;border-radius:999px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--blue),#14b8a6);cursor:pointer;box-shadow:0 12px 24px #2563eb3d;transition:transform .18s ease,box-shadow .18s ease}.verify-action-button:disabled{opacity:.6;cursor:default}.login-art-pane{position:relative;background:linear-gradient(140deg,#2563eb2e,#2dd4bf33),#ffffff2e;display:flex;justify-content:center;align-items:center;padding:clamp(1.5rem,4vw,3rem);overflow:hidden}.login-art-pane:before{content:"";position:absolute;width:280px;height:280px;right:-90px;top:-90px;border-radius:999px;background:#2dd4bf3d}.login-art-pane:after{content:"";position:absolute;width:220px;height:220px;left:-80px;bottom:-80px;border-radius:999px;background:#60a5fa38}.login-art-card{position:relative;z-index:1;width:100%;max-width:340px;background:#ffffffc7;border-radius:24px;padding:1.5rem;border:1px solid rgba(255,255,255,.78);box-shadow:0 24px 60px #0f172a24;display:grid;gap:1.1rem;text-align:left;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-art-kicker{width:fit-content;color:var(--blue-dark);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.12);padding:.42rem .65rem}.login-art-title{font-weight:700;font-size:1.35rem;color:var(--ink);line-height:1.2}.login-art-subtitle{color:var(--ink-soft);font-size:.95rem}.login-art-icons{display:flex;gap:.8rem;flex-wrap:wrap}.login-art-icon{width:58px;height:58px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffb8;border:1px solid var(--line);box-shadow:0 12px 24px #0f172a14}.login-art-icon svg{width:36px;height:36px;fill:currentColor;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.login-art-icon.blue{color:var(--blue)}.login-art-icon.orange{color:var(--orange)}.login-art-icon.green{color:var(--green)}.login-feature-list{display:grid;grid-template-columns:1fr;gap:.55rem}.login-feature-list span{color:var(--ink-soft);font-size:.92rem;font-weight:600;background:#ffffff9e;border:1px solid var(--line);border-radius:999px;padding:.55rem .75rem}.mini-dashboard{display:grid;gap:.85rem;margin-top:.15rem;padding:1rem;border-radius:22px;background:linear-gradient(160deg,#0b1736eb,#1e3a8ae0);box-shadow:inset 0 1px #ffffff1f,0 18px 35px #0f172a2e}.mini-dashboard-top,.mini-dashboard-row{display:flex;gap:.45rem}.mini-dashboard-top span,.mini-dashboard-row span{height:8px;border-radius:999px;background:#ffffff3d}.mini-dashboard-top span:nth-child(1){width:52px}.mini-dashboard-top span:nth-child(2){width:34px}.mini-dashboard-top span:nth-child(3){width:42px}.mini-dashboard-row span:nth-child(1){width:62%}.mini-dashboard-row span:nth-child(2){width:28%}.mini-dashboard-chart{height:78px;display:flex;align-items:end;gap:.5rem}.mini-dashboard-chart span{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#67e8f9,#22c55e)}.mini-dashboard-chart span:nth-child(1){height:44%}.mini-dashboard-chart span:nth-child(2){height:70%}.mini-dashboard-chart span:nth-child(3){height:55%}.mini-dashboard-chart span:nth-child(4){height:86%}.register-art-card{position:relative;z-index:1;width:100%;max-width:380px;background:#ffffffc7;border-radius:24px;padding:1.5rem;border:1px solid rgba(255,255,255,.78);box-shadow:0 24px 60px #0f172a24;display:grid;gap:1rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.onboarding-steps{display:grid;gap:.75rem}.onboarding-step{display:grid;grid-template-columns:38px 1fr;gap:.8rem;align-items:start;padding:.85rem;border-radius:20px;background:#ffffffa8;border:1px solid var(--line)}.onboarding-step span{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--blue-dark);background:#2563eb17;font-weight:700}.onboarding-step.active span{color:#fff;background:linear-gradient(135deg,var(--blue),#14b8a6);box-shadow:0 10px 20px #2563eb42}.onboarding-step strong{display:block;color:var(--ink);font-size:.95rem;line-height:1.25}.onboarding-step p,.register-status-card p{margin:.2rem 0 0;color:var(--ink-soft);font-size:.84rem;line-height:1.4}.register-status-card{display:grid;grid-template-columns:12px 1fr;gap:.75rem;align-items:start;padding:1rem;border-radius:20px;color:var(--ink);background:linear-gradient(135deg,#2563eb17,#2dd4bf29);border:1px solid rgba(37,99,235,.12)}.status-dot{width:10px;height:10px;margin-top:.28rem;border-radius:999px;background:var(--green);box-shadow:0 0 0 5px #22c55e24}.art-placeholder{position:relative;z-index:1;width:min(340px,100%);min-height:260px;border-radius:24px;background:#ffffffb8;border:1px solid rgba(255,255,255,.78);box-shadow:0 24px 60px #0f172a24;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:var(--ink-soft);font-weight:600;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.art-placeholder span{font-size:.85rem;color:#64748b;font-weight:500}@media (max-width: 960px){.login-shell{grid-template-columns:1fr}.login-art-pane{padding:2rem}}@media (max-width: 600px){.login-page{align-items:flex-start}.login-shell{margin:0;min-height:100vh;border-radius:0}.login-form-pane{padding:2rem 1.25rem}.login-art-pane{padding:1.25rem}.login-art-card,.register-art-card{max-width:none}.login-art-icon{width:52px;height:52px}.onboarding-step{grid-template-columns:34px 1fr}.onboarding-step span{width:34px;height:34px;border-radius:12px}}:root{--blue: #2563eb;--blue-dark: #1e3a8a;--mint: #2dd4bf;--green: #22c55e;--yellow: #facc15;--ink: #0b1736;--ink-soft: #475569;--paper: #f6fbff;--line: rgba(15, 23, 42, .09);--glass: rgba(255, 255, 255, .78);--shadow: rgba(15, 23, 42, .14)}body{margin:0;font-family:Space Grotesk,Segoe UI,sans-serif;background:var(--paper);color:var(--ink)}.landing-root{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 15% 12%,rgba(45,212,191,.28),transparent 34%),radial-gradient(circle at 82% 16%,rgba(147,197,253,.36),transparent 36%),linear-gradient(145deg,#f8fdff,#edf7ff 46%,#f3fff9)}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 6vw 1rem;max-width:1240px;width:100%;margin:0 auto}.brand{display:inline-flex;gap:.75rem;align-items:center;font-weight:600}.brand-mark{background:var(--ink);color:var(--paper);padding:.45rem .7rem;border-radius:999px;font-size:.85rem;letter-spacing:.06em;box-shadow:0 10px 24px #0f172a29}.brand-name{font-size:1.05rem;color:var(--ink-soft)}.login-link{text-decoration:none;color:var(--ink);font-weight:600;padding:.45rem .9rem;border-radius:999px;background:#ffffffb8;border:1px solid var(--line);box-shadow:0 10px 22px #0f172a0f;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.login-link:hover{background:#fff;box-shadow:0 14px 28px #0f172a1a;transform:translateY(-1px)}.landing-hero{flex:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:3rem;padding:2rem 6vw 3.5rem;align-items:center;max-width:1240px;width:100%;margin:0 auto}.hero-card{background:var(--glass);border-radius:24px;padding:clamp(2rem,5vw,3.4rem);box-shadow:0 28px 80px var(--shadow);border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:rise .6s ease}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.18em;color:var(--blue-dark);margin-bottom:1.2rem;font-weight:700}.hero-title{font-family:Fraunces,Georgia,serif;font-size:clamp(2.25rem,4.3vw,4.45rem);line-height:1.03;margin:0 0 1.2rem;color:var(--ink);letter-spacing:0}.hero-subtitle{font-size:1.05rem;color:var(--ink-soft);line-height:1.6;margin:0 0 2rem;max-width:680px}.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn{text-decoration:none;min-height:48px;padding:.9rem 1.45rem;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn.primary{background:linear-gradient(135deg,var(--blue),#14b8a6);color:#fff;box-shadow:0 14px 30px #2563eb47}.btn.secondary{background:#ffffffb8;color:var(--ink);border-color:var(--line);box-shadow:0 12px 24px #0f172a12}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px #2563eb33}.btn:focus-visible,.login-link:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb33,0 16px 28px #0f172a1f}.trust-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.trust-row span{color:var(--ink-soft);font-size:.9rem;font-weight:600;background:#ffffffa8;border:1px solid var(--line);border-radius:999px;padding:.55rem .75rem}.helper{color:var(--ink-soft);font-size:.95rem}.icon-stack{display:grid;gap:1.2rem;align-self:stretch;animation:floatIn .7s ease;position:relative}.icon-card{background:#ffffffc2;border-radius:24px;padding:1.25rem;display:grid;gap:1rem;align-items:center;grid-template-columns:52px 1fr;box-shadow:0 18px 45px #0f172a1a;border:1px solid rgba(255,255,255,.78);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .2s ease,box-shadow .2s ease}.icon-card:nth-child(2),.icon-card:nth-child(4){transform:translate(24px)}.icon-card:hover{transform:translateY(-3px);box-shadow:0 24px 55px #0f172a21}.icon-card:nth-child(2):hover,.icon-card:nth-child(4):hover{transform:translate(24px,-3px)}.icon-card svg{width:52px;height:52px;border-radius:18px;padding:10px;background:#2563eb14;fill:currentColor;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.icon-card span{font-weight:600;color:var(--ink);display:block;margin-bottom:.25rem}.icon-card p{margin:0;color:var(--ink-soft);font-size:.88rem;line-height:1.45}.icon-card.blue{color:var(--blue)}.icon-card.orange{color:#0891b2}.icon-card.green{color:var(--green)}.icon-card.yellow{color:#0f766e}.landing-footer{padding:1rem 6vw 2rem;color:var(--ink-soft);font-size:.9rem;max-width:1240px;width:100%;margin:0 auto}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.landing-hero{grid-template-columns:1fr;gap:2rem}.icon-stack{grid-template-columns:1fr 1fr}.icon-card:nth-child(2),.icon-card:nth-child(4),.icon-card:nth-child(2):hover,.icon-card:nth-child(4):hover{transform:none}.icon-card{grid-template-columns:40px 1fr;padding:1rem}.icon-card svg{width:40px;height:40px;padding:6px}}@media (max-width: 600px){.landing-header{padding:1.5rem 5vw .5rem}.brand-name{display:none}.hero-card{padding:1.5rem}.hero-actions{align-items:stretch;flex-direction:column;gap:.8rem}.icon-stack{grid-template-columns:1fr}.icon-card{grid-template-columns:46px 1fr}}.transactions-table-wrapper{position:relative;width:100%;max-width:100%;min-width:0;box-sizing:border-box;border-radius:2px;padding:0;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.transactions-table-scroll{overflow-x:auto;width:100%}.transactions-table-scroll table{min-width:1100px;border-collapse:separate;border-spacing:0;border:0;border-radius:0;box-shadow:none}.transactions-table-scroll th,.transactions-table-scroll td{white-space:nowrap}.transactions-table-scroll td:nth-child(5),.transactions-table-scroll td:nth-child(6),.transactions-table-scroll td:nth-child(7){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:500;letter-spacing:-.01em}.transactions-table-scroll td:nth-child(9){max-width:220px;overflow:hidden;text-overflow:ellipsis}.transactions-table-scroll th.action-column,.transactions-table-scroll td.action-column{position:sticky;right:0;z-index:6;width:132px;min-width:132px;border-left:1px solid #e2e8f0;box-shadow:-8px 0 14px #0f172a08}.transactions-table-scroll .txn-order-id{color:#0f172a;font-weight:650}.transactions-table-scroll td.action-column>div{flex-wrap:nowrap!important;gap:4px!important;align-items:center}.transactions-table-scroll .action-column .action-btn{min-height:26px;padding:0 .48rem;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.transactions-table-wrapper th.action-column{background:#f8fafc;z-index:7}.transactions-table-wrapper td.action-column{background-clip:padding-box;z-index:6}.transactions-table-wrapper tbody tr:nth-of-type(odd) td.action-column{background:#fff}.transactions-table-wrapper tbody tr:nth-of-type(2n) td.action-column{background:#f8fafc}.filter-control{display:flex;flex-direction:column;gap:.32rem}.filter-control label{font-size:12px;color:#64748b;font-weight:500}.filter-control input,.filter-control select{min-height:36px;border:1px solid #cbd5e1;border-radius:2px;padding:.38rem .6rem;background:#fff;min-width:150px;transition:border-color .2s ease,box-shadow .2s ease}.filter-control.filter-active input,.filter-control.filter-active select{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.quick-range{display:flex;gap:6px;flex-wrap:wrap}.quick-range .preset-btn{border-radius:2px;border:1px solid #e2e8f0;min-height:30px;padding:0 .62rem;background:#fff;color:#334155;cursor:pointer;font-weight:600;font-size:13px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.quick-range .preset-btn:hover{background:#e0f2fe}.quick-range .preset-btn.active{background:#2563eb;border-color:#1d4ed8;color:#fff}.txn-stats{display:flex;flex-direction:column;gap:.75rem}.txn-stats-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.txn-stats-title{font-weight:700;color:#0f172a;font-size:1rem}.txn-stats-subtitle,.txn-stats-meta{font-size:12px;color:#64748b}.txn-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.65rem}.txn-stat-card{position:relative;border:1px solid #e2e8f0;border-radius:2px;padding:.75rem .85rem;background:#fff;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.txn-stat-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#2563eb}.txn-stat-card:nth-child(1):before,.txn-stat-card:nth-child(5):before{background:#16a34a}.txn-stat-card:nth-child(2):before{background:#dc2626}.txn-stat-card:nth-child(3):before,.txn-stat-card:nth-child(6):before{background:#d97706}.txn-stat-title{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:600}.txn-stat-value{font-size:1.15rem;font-weight:700;color:#0f172a;margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:-.03em}.txn-stat-sub{font-size:12px;color:#94a3b8;margin-top:.1rem}.transactions-table-scroll .badge{display:inline-flex;align-items:center;border-radius:999px;padding:.28rem .6rem;font-size:12px;font-weight:600}.transactions-table-scroll th{font-size:12px;font-weight:600}.transactions-table-scroll td{font-size:13px;font-weight:400}.transactions-table-scroll .badge.green{background:#dcfce7;color:#15803d}.transactions-table-scroll .badge.red{background:#fee2e2;color:#b91c1c}.transactions-table-scroll .badge.yellow{background:#fef3c7;color:#b45309}@media (max-width: 760px){.txn-stats-header{align-items:flex-start;flex-direction:column}.transactions-table-scroll td:nth-child(9){max-width:160px}}.transaction-details{background:#fff;padding:1.5rem 2rem;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#111827}.txn-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.txn-header h1{font-size:1.3rem;font-weight:700;color:#1e3a8a;margin:0}.txn-header button{font-size:.8rem;background:#2563eb;color:#fff;border:none;padding:.4rem .8rem;cursor:pointer;transition:background .2s ease}.txn-header button:hover{background:#1d4ed8}.txn-section{background:#fff;border:1px solid #e5e7eb;padding:1rem 1.25rem;margin-bottom:1.25rem}.txn-section h2{font-weight:600;color:#1e3a8a;font-size:.95rem;margin-bottom:.8rem}.txn-table-wrapper{width:100%;overflow-x:auto}.txn-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.txn-table th,.txn-table td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid #f1f5f9;vertical-align:top;word-break:break-word;font-weight:400}.txn-table thead th{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#64748b;background:#f8fafc}.txn-table pre{white-space:pre-wrap;word-break:break-word;margin:0}.txn-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.txn-subsection{border:1px solid #e5e7eb;padding:1rem 1.25rem;background:#fcfcfc}.txn-subsection h3{color:#1e3a8a;font-size:.9rem;font-weight:600;margin-bottom:.75rem}.txn-pair{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.83rem}.txn-label{color:#6b7280;font-weight:500;min-width:120px}.txn-value{color:#111827;font-weight:500}.txn-amount{font-weight:700;color:#111827}.status-badge{display:inline-block;padding:.2rem .65rem;font-weight:600;font-size:.75rem;border:1px solid transparent;text-transform:uppercase}.status-succeeded{background:#ecfdf5;color:#166534;border-color:#16a34a33}.status-failed{background:#fef2f2;color:#991b1b;border-color:#ef444433}.status-resolved{background:#eff6ff;color:#1e3a8a;border-color:#2563eb33}.status-pending{background:#fefce8;color:#92400e;border-color:#facc1533}.refresh-btn{background:#2563eb;color:#fff;padding:.35rem .8rem;font-size:.8rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.refresh-btn:hover{background:#1d4ed8}.proof-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-top:.75rem;padding-bottom:.75rem;border-top:1px solid #f1f5f9}.proof-btn{background:#2563eb;color:#fff;border:none;padding:.35rem .8rem;font-size:.8rem;border-radius:.35rem;cursor:pointer;transition:background .2s ease;align-self:center}.proof-btn:hover{background:#1d4ed8}.proof-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;z-index:120}.proof-lightbox__card{background:#fff;padding:1rem;border-radius:.75rem;max-width:90vw;max-height:90vh;overflow:auto;box-shadow:0 15px 60px #0f172a59}.proof-lightbox__card img{max-height:70vh;max-width:80vw;width:auto;display:block;margin-bottom:.5rem}.proof-lightbox__close{background:#111827;color:#fff;border:none;padding:.35rem .9rem;font-size:.85rem;cursor:pointer;display:block;margin-left:auto;border-radius:.4rem}@media (max-width: 1024px){.txn-info-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.txn-info-grid{grid-template-columns:1fr}.txn-header{flex-direction:column;align-items:flex-start;gap:.5rem}.txn-label{min-width:100px}.txn-section{padding:.9rem 1rem}}.audit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.audit-modal{background:#fff;width:90%;max-width:720px;max-height:85vh;box-shadow:0 10px 25px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:modalFadeIn .2s ease-in-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.audit-modal-header{background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.audit-modal-header h2{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0}.audit-modal-close{background:none;border:none;color:#6b7280;font-size:1.2rem;cursor:pointer;transition:color .2s ease}.audit-modal-close:hover{color:#111827}.audit-modal-body{padding:16px 20px;overflow-y:auto;flex:1}.audit-field{margin-bottom:10px}.audit-field label{font-size:.8rem;color:#6b7280;display:block}.audit-value{font-size:.9rem;color:#111827}.audit-value.strong{font-weight:600;font-size:1rem}.audit-value.mono{font-family:SFMono-Regular,Consolas,monospace;font-size:.8rem;word-break:break-all}.audit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:10px}.audit-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.btn-primary,.btn-secondary,.btn-close{border:none;cursor:pointer;padding:6px 12px;font-size:.85rem;transition:background .2s ease}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1e40af}.btn-secondary{background-color:#6366f1;color:#fff}.btn-secondary:hover{background-color:#4f46e5}.btn-close{background:#e5e7eb;color:#111827}.btn-close:hover{background:#d1d5db}.small{font-size:.8rem;padding:5px 10px}.audit-metadata{margin-top:16px}.audit-metadata label{font-size:.8rem;color:#6b7280;display:block;margin-bottom:4px}.audit-metadata-json{background:#f9fafb;border:1px solid #e5e7eb;padding:8px;font-size:.8rem;overflow-x:auto;white-space:pre-wrap}.audit-modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:10px 16px;display:flex;justify-content:flex-end}.audit-page{padding:1rem 1.5rem;background:#fafafa;min-height:100vh;font-family:system-ui,sans-serif;color:#1e293b}.audit-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.filter-card{display:flex;flex-direction:column;gap:.75rem;background:#fff;padding:.75rem 1rem;border:1px solid #e2e8f0;margin-bottom:1rem}.filter-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.filter-field{display:flex;flex-direction:column}.btn-primary{background:#2563eb;color:#fff;border:none;padding:.35rem .8rem;font-size:.85rem;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#1e40af}.table-container{background:transparent;overflow:hidden}.audit-table th{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:12px;font-weight:600}.audit-table td{font-size:13px;font-weight:400}.entity-badge{display:inline-block;padding:.15rem .45rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.entity-badge.Transaction{background:#e0f2fe;color:#0369a1}.entity-badge.PaymentIntent{background:#fef9c3;color:#854d0e}.entity-badge.Webhook{background:#fee2e2;color:#b91c1c}.entity-badge.default{background:#f1f5f9;color:#475569}.actor-badge{display:inline-block;padding:.15rem .45rem;background:#e0e7ff;color:#3730a3;font-size:.75rem;font-weight:500}.action-badge{display:inline-block;padding:.15rem .45rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.action-badge.create,.action-badge.created{background:#dcfce7;color:#15803d}.action-badge.update,.action-badge.updated{background:#e0f2fe;color:#0369a1}.action-badge.delete,.action-badge.deleted{background:#fee2e2;color:#b91c1c}.action-badge.resolve,.action-badge.resolved{background:#fef9c3;color:#854d0e}.action-badge.default{background:#f1f5f9;color:#475569}.center{text-align:center;padding:1rem;color:#94a3b8;font-size:.85rem}.error{color:#b91c1c;text-align:center;padding:1rem;font-size:.85rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;width:650px;max-height:85vh;box-shadow:0 4px 20px #00000026;overflow-y:auto;animation:fadeIn .25s ease}.sms-wrap{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem;background:#fafafa;min-height:100vh;font-family:system-ui,sans-serif;color:#1e293b}.sms-header{display:flex;align-items:center;justify-content:space-between}.sms-tools{display:flex;gap:.75rem;flex-wrap:wrap}.tool{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem}.tool label{color:#64748b;font-size:.7rem}.tool input,.tool select{padding:.3rem .5rem;border:1px solid #cbd5e1;min-width:140px;background:#fff;font-size:.85rem}.sms-table-card{background:#fff;border:1px solid #e2e8f0;overflow:hidden;position:relative;padding:.75rem}.sms-table td{vertical-align:top;font-size:13px;font-weight:400}.sms-table th{font-size:12px;font-weight:600}.badge{display:inline-block;font-size:.75rem;padding:.15rem .55rem;border:1px solid transparent;font-weight:500;text-transform:capitalize}.b-ok{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.b-warn{background:#fef9c3;color:#854d0e;border-color:#fde68a}.b-error{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.b-info{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}.btn,.btn-link{border:1px solid #cbd5e1;background:#fff;padding:.35rem .8rem;cursor:pointer;font-size:.8rem;transition:all .15s ease-in-out;color:#1e293b}.btn:hover{background:#f1f5f9}.btn:active{background:#e0f2fe;border-color:#93c5fd}.btn-link{border:none;background:transparent;color:#2563eb;text-decoration:underline;padding:0}.btn-link:hover{color:#1e40af}.loading{padding:1rem;text-align:center;color:#94a3b8;font-size:.85rem}.sms-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.sms-modal-card{width:min(900px,96vw);max-height:90vh;overflow:auto;background:#fff;border:1px solid #e2e8f0;padding:1rem;box-shadow:0 4px 20px #00000026;animation:fadeIn .25s ease}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-weight:600;color:#1e293b}.modal-head .icon{background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:#64748b}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.grid>div{background:#f8fafc;border:1px solid #e2e8f0;padding:.5rem;font-size:.8rem;color:#1e293b}.grid .hash-full{grid-column:span 4}.grid .mono-value{display:block;font-family:Roboto Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem;margin-top:.35rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid .sms-id-chip{background:#eef2ff;color:#0f172a;padding:.35rem .45rem;border-radius:.35rem;display:flex;align-items:center;justify-content:space-between;gap:.35rem}.grid .sms-id-chip .mono-value{margin-top:0;flex:1}.grid .hash-chip{background:#0b1020;color:#e2e8f0;padding:.35rem .45rem;border-radius:.35rem}.sms-id-copy{border:none;background:transparent;cursor:pointer;font-size:1rem;line-height:1;padding:0;color:#0f172a}.sms-id-copy:hover{color:#2563eb}.copy-hint{font-size:.65rem;color:#2563eb}.sms-id-chip+.copy-hint{margin-top:.25rem;margin-left:0;display:block}.body-block{margin-top:.75rem}.sms-body{background:#0b1020;color:#e2e8f0;padding:.75rem;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8rem;line-height:1.4}.intent-card{margin-top:.75rem;border:1px solid #e2e8f0;padding:.75rem;background:#f8fafc;font-size:.85rem}.actions{margin-top:.75rem;display:flex;align-items:center;gap:.75rem}.hint{font-size:.75rem;color:#64748b}.webhook-page{padding:1rem 1.5rem;background:#fafafa;min-height:100vh;font-family:system-ui,sans-serif}.webhook-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.webhook-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.test-btn{background:#0d9488;color:#fff;border:none;padding:.4rem .8rem;font-size:.85rem;cursor:pointer;transition:background .2s}.test-btn:hover{background:#0f766e}.filters-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;background:#fff;padding:.75rem 1rem;border:1px solid #e2e8f0;margin-bottom:1rem}.filter-field{display:flex;flex-direction:column;min-width:120px}.filter-field label{font-size:.7rem;color:#64748b;margin-bottom:.25rem}.filter-field input,.filter-field select{border:1px solid #cbd5e1;padding:.25rem .5rem;font-size:.85rem}.refresh-btn{margin-left:auto;background:#2563eb;color:#fff;border:none;padding:.35rem .8rem;font-size:.85rem;cursor:pointer;transition:background .2s}.refresh-btn:hover{background:#1e40af}.webhook-table-container{background:#fff;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a0a;padding:.75rem}.webhook-table th{white-space:nowrap;font-size:12px;font-weight:600}.webhook-table td{vertical-align:top;font-size:13px;font-weight:400}.webhook-table td:nth-child(3),.webhook-table td:nth-child(4){color:#0369a1;font-weight:400}.text-center{text-align:center;color:#94a3b8;padding:1.5rem 0}.status-badge{display:inline-block;padding:.15rem .5rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.status-delivered{background:#dcfce7;color:#15803d}.status-failed,.status-error{background:#fee2e2;color:#b91c1c}.status-queued{background:#fef9c3;color:#854d0e}.status-sending{background:#e0f2fe;color:#0369a1}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.page-controls select{background:#fff}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:50}.modal-container{background:#fff;width:650px;max-height:85vh;box-shadow:0 4px 20px #00000026;overflow-y:auto;animation:fadeIn .25s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;font-weight:600;color:#1e293b}.modal-content{padding:1rem;font-size:.85rem;color:#1e293b}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#64748b}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.detail-section{margin-bottom:1rem}.detail-section h3{font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:.25rem}.detail-section strong{color:#0f172a}.payload-box{background:#f8fafc;border:1px solid #e2e8f0;padding:.75rem;font-size:.8rem;white-space:pre-wrap;overflow-x:auto}.response-box{background:#f9fafb;border:1px solid #e5e7eb;padding:.5rem .75rem;font-size:.85rem;color:#334155}.no-attempts{text-align:center;padding:.75rem;color:#94a3b8;font-size:.85rem}.detail-section strong:nth-of-type(5),.detail-section strong:nth-of-type(6){color:#0369a1;font-weight:600}.intent-page{padding:0;background:transparent;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a}.intent-title{font-size:1.875rem;line-height:1.2;font-weight:700;color:#0f172a;margin:0 0 1rem;letter-spacing:-.03em}.intent-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.create-intent-panel{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;background:#fff;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:2px;margin-bottom:.85rem;box-shadow:0 1px 2px #0f172a0a}.create-intent-help{font-size:.8rem;color:#64748b}.filters-bar{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end;background:#fff;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:2px;margin-bottom:.85rem;box-shadow:0 1px 2px #0f172a0a}.filter-select,.filter-search{border:1px solid #cbd5e1;min-height:36px;border-radius:2px;padding:.38rem .6rem;font-size:13.5px;font-weight:500;background:#fff;color:#0f172a}.filter-search{min-width:180px}.btn-refresh{background:#2563eb;color:#fff;border:1px solid #1d4ed8;border-radius:2px;min-height:30px;padding:0 .62rem;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.btn-refresh:hover{background:#1e40af}.auto-refresh{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#475569;min-height:30px;padding:0 .25rem;font-weight:600}.intent-table-container{background:#fff;overflow:hidden;border:1px solid #e2e8f0;border-radius:2px;box-shadow:0 1px 2px #0f172a0a}.intent-table{width:100%;font-size:.875rem;border:none;box-shadow:none;border-collapse:separate;border-spacing:0;background:transparent}.intent-table th{background:#f8fafc;color:#64748b;font-size:12px;font-weight:600;text-align:left;height:40px;padding:.45rem .65rem;border-bottom:1px solid #e2e8f0}.intent-table td{height:50px;padding:.38rem .65rem;border-top:1px solid #f1f5f9;color:#0f172a;font-size:13px;font-weight:400;vertical-align:middle}.intent-table td:nth-child(4),.intent-table td:nth-child(5){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.intent-table tbody tr:nth-child(2n){background:#f9fafb}.intent-table tbody tr:hover{background:#f1f5f9}.status-badge{display:inline-flex;align-items:center;min-height:22px;padding:.28rem .6rem;font-size:12px;font-weight:600;text-transform:capitalize;border-radius:999px}.status-succeeded{background:#dcfce7;color:#15803d}.status-failed{background:#fee2e2;color:#b91c1c}.status-waiting,.status-mismatch,.status-review{background:#fef9c3;color:#854d0e}.status-expired{background:#e0f2fe;color:#0369a1}.status-resolved{background:#dbeafe;color:#1e3a8a}.action-buttons{display:flex;flex-wrap:wrap;gap:6px}.text-center{text-align:center;color:#94a3b8;padding:1.25rem 0;font-size:.85rem}.error-text{color:#b91c1c;margin-bottom:.75rem;padding:.75rem .9rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;font-size:.86rem}.intent-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:999}.intent-modal-card{width:min(720px,100%);max-height:90vh;background:#fff;border:1px solid #e2e8f0;border-radius:2px;display:flex;flex-direction:column;overflow:hidden}.intent-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.intent-modal-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.intent-modal-close{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#475569;border-radius:2px}.intent-modal-body{padding:1rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.intent-modal-row{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;color:#1e293b}.intent-modal-row span:first-child{font-weight:500;color:#475569}.intent-modal-section h4{margin:0 0 .4rem;font-size:.9rem;color:#1e293b;font-weight:600}.intent-modal-section{display:flex;flex-direction:column}.intent-modal-code{background:#0f172a;color:#e2e8f0;font-family:Fira Code,SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;padding:.75rem;border-radius:2px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin:0}.intent-modal-mono{font-family:Fira Code,SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem;color:#1f2937;word-break:break-all}.intent-modal-footer{border-top:1px solid #e2e8f0;padding:.75rem 1rem;display:flex;justify-content:flex-end;background:#f9fafb}@media (max-width: 900px){.intent-table th,.intent-table td{padding:.5rem .6rem}.filters-bar,.create-intent-panel{flex-direction:column;align-items:stretch}.action-buttons .action-btn{font-size:.78rem;padding:.3rem .55rem}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a;height:100%}body{min-height:100vh;display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column;min-height:100vh;background:transparent}.dashboard-shell{flex:1;display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh;background:#f8fafc}.dashboard-main{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;background:#f8fafc;position:relative}.sidebar{background:#0f172a;padding:1rem .85rem .9rem;width:240px;height:100vh;display:flex;flex-direction:column;gap:.8rem;position:sticky;top:0;overflow:hidden;color:#f3f4f6;box-shadow:inset -1px 0 #94a3b81f;box-sizing:border-box}.sidebar-nav{display:flex;flex-direction:column;gap:.2rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.2rem;padding-bottom:.85rem;margin-right:0;overscroll-behavior:contain;scrollbar-gutter:stable}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-thumb{background:#94a3b859}.sidebar h1,.sidebar-title{color:#f9fafb;font-weight:700;font-size:.98rem;margin:0 0 .35rem;letter-spacing:-.01em}.sidebar-user{color:#cbd5e1;font-size:.78rem;line-height:1.45;padding:.62rem .72rem;border:1px solid rgba(148,163,184,.14);background:#1e293b7a;border-radius:2px;overflow-wrap:anywhere}.sidebar-role{color:#94a3b8;font-size:.72rem;margin:.2rem 0 0}.sidebar a{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.55rem;color:#cbd5e1;text-decoration:none;min-height:38px;padding:.42rem .7rem;margin:.04rem 0;font-size:.84rem;font-weight:500;border-radius:2px;transition:background .18s ease,color .18s ease,transform .12s ease}.sidebar a:hover{background:#1e293bb8;color:#fff}.sidebar a.active{background:#172554;color:#fff;font-weight:600;box-shadow:inset 3px 0 #2563eb}.sidebar-footer{margin-top:auto;border-top:1px solid #1f2937;padding-top:.85rem;font-size:.8rem;color:#9ca3af}.logout-btn{background:#f8fafc14;color:#f8fafc;width:100%;border:1px solid rgba(148,163,184,.18);border-radius:2px;padding:.45rem .7rem;font-weight:600;font-size:.84rem;cursor:pointer;transition:background .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:.35rem}.logout-btn:hover{background:#f8fafc24;transform:translateY(-1px)}.topbar{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:30;box-shadow:0 1px #94a3b81f}.topbar-inner{min-height:60px;max-width:1320px;margin:0 auto;padding:.7rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.topbar-left{display:flex;align-items:center;gap:.75rem;color:#334155;font-size:.86rem}.topbar-clock{display:flex;flex-direction:column;line-height:1.1}.topbar-time{font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums}.topbar-account-status{margin-left:0;padding:.22rem .55rem;border-radius:2px;font-size:.75rem;font-weight:600;text-transform:capitalize;display:inline-flex;align-items:center;justify-content:center}.topbar-account-status--active{background:#dcfce7;color:#166534}.topbar-account-status--pending{background:#fef3c7;color:#92400e}.topbar-account-status--suspended{background:#fee2e2;color:#991b1b}.pending-banner{background:#fef3c7;border-top:1px solid #fbbf24;border-bottom:1px solid #fbbf24;color:#b45309;padding:.75rem 1.5rem;text-align:center;font-size:.95rem;font-weight:500;position:sticky;top:72px;z-index:28;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 1px #0000000d}.pending-banner strong{font-weight:600;color:#92400e}.topbar-date{font-size:.75rem;color:#64748b}.topbar-role{display:inline-flex;align-items:center;min-height:28px;padding:.22rem .55rem;border:1px solid #e2e8f0;border-radius:2px;background:#f8fafc;color:#334155;font-size:.76rem;font-weight:600;text-transform:capitalize}.topbar h1{font-size:1.25rem;font-weight:600;color:#111827}.topbar-title{margin:0}.topbar-right{display:flex;align-items:center;gap:.75rem;position:relative;margin-left:auto}.notifications-wrapper{position:relative;display:inline-flex;align-items:center}.notifications-trigger{position:relative;width:34px;height:34px;padding:.4rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;cursor:pointer;transition:background .2s ease}.notifications-trigger:hover{background:#f8fafc}.notifications-icon{width:20px;height:20px;color:#374151}.notifications-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:11px;padding:1px 5px;line-height:1.2;min-width:16px;text-align:center;border-radius:2px}.notifications-panel{position:absolute;right:0;top:calc(100% + 10px);width:320px;max-height:380px;background:#fff;border:1px solid #e2e8f0;border-radius:2px;box-shadow:0 18px 48px #0f172a24;z-index:1000;display:flex;flex-direction:column}.notifications-panel__header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #f1f5f9}.notifications-panel__title{font-weight:600;font-size:14px;color:#0f172a}.notifications-panel__mark-all{font-size:12px;color:#2563eb;background:none;border:none;cursor:pointer}.notifications-panel__mark-all:hover{text-decoration:underline}.notifications-panel__list{overflow-y:auto;max-height:320px}.notifications-panel__empty{padding:16px;font-size:13px;color:#94a3b8}.notifications-panel__item{padding:12px 14px;border-bottom:1px solid #f1f5f9;background:#fff}.notifications-panel__item.is-unread{background:#eff6ff}.notifications-panel__item-title{font-size:13px;font-weight:600;color:#1e293b}.notifications-panel__item-message{font-size:12px;color:#475569;margin-top:4px}.notifications-panel__item-time{font-size:10px;color:#94a3b8;margin-top:6px}.topbar-notify button{background:transparent;border:none}.admin-content{flex:1 1 auto;min-height:0;padding:1.75rem 1.5rem 1.5rem;background:#f8fafc;overflow-y:auto;scroll-behavior:smooth}.admin-content--chat{padding:1rem;overflow:hidden}.admin-content::-webkit-scrollbar{width:8px}.admin-content::-webkit-scrollbar-thumb{background:#94a3b880}.admin-container{width:100%;max-width:1320px;margin:0 auto;padding:0 0 2.5rem;display:flex;flex-direction:column;gap:1.25rem;box-sizing:border-box}.admin-container--wide{max-width:100%}.admin-container--chat{max-width:1500px;height:100%;min-height:0;padding:0;gap:0}.admin-footer{width:100%;max-width:1280px;margin:0 auto;padding:.75rem 1.5rem 1rem;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;font-size:.78rem;color:#94a3b8;box-sizing:border-box}.admin-footer-links{display:flex;gap:1rem;flex-wrap:wrap}.admin-footer-links a{color:#64748b;text-decoration:none;font-weight:500}.admin-footer-links a:hover{text-decoration:underline}.admin-footer-version{font-variant-numeric:tabular-nums;color:#94a3b8;font-weight:600}.knowledgebase-panel{width:100%;max-width:none;background:#fff;border:1px solid #e2e8f0;padding:1.5rem;box-sizing:border-box;min-width:0}.knowledgebase-layout{display:flex;gap:1.5rem}.knowledgebase-sidebar{width:240px;flex:0 0 240px;position:sticky;top:96px;align-self:flex-start}.knowledgebase-content{flex:1;min-width:0;padding-left:1.5rem}@media (max-width: 960px){.knowledgebase-layout{flex-direction:column}.knowledgebase-sidebar{width:100%;position:static}.knowledgebase-content{padding-left:0}}@media (max-width: 1024px){.knowledgebase-panel{padding:1.1rem}}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:2px;box-shadow:0 1px 2px #0f172a0a;padding:.9rem 1rem;width:100%;box-sizing:border-box}.admin-card .admin-card{width:100%;margin-left:0;margin-right:0;margin-top:1rem}.admin-card h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem}@media (max-width: 1280px){.topbar-inner{padding:.9rem 1.25rem}.admin-content{padding:2.25rem 1rem 1.5rem}.admin-container{padding:0}}@media (max-width: 1024px){.dashboard-shell{grid-template-columns:192px minmax(0,1fr)}.sidebar{width:192px;padding:1.1rem .75rem 1rem}.topbar-inner{padding:.8rem 1.1rem}.admin-content{padding:2.1rem .9rem 1.35rem}}.dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.9rem}.metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:2px;box-shadow:0 1px 2px #0f172a0a;padding:.9rem 1rem;transition:all .2s ease-in-out;position:relative;overflow:hidden}.metric-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a12}.metric-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#2563eb1a,#fff0);opacity:0;transition:opacity .25s ease}.metric-card:hover:before{opacity:1}.metric-title{font-size:.78rem;color:#64748b;margin-bottom:.4rem;font-weight:500;letter-spacing:.01em}.metric-value{font-size:1.55rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.metric-card.blue .metric-value{color:#2563eb}.metric-card.green .metric-value{color:#16a34a}.metric-card.red .metric-value{color:#dc2626}.metric-card.yellow .metric-value{color:#ca8a04}.metric-card.indigo .metric-value{color:#4338ca}.metric-card.emerald .metric-value{color:#059669}.metric-card.purple .metric-value{color:#7e22ce}.metric-card.gray .metric-value{color:#6b7280}table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e2e8f0;border-radius:2px;font-size:13px;color:#0f172a;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}th,td{text-align:left}thead th{background:#f8fafc;color:#64748b;font-weight:600;font-size:12px;text-transform:none;height:40px;padding:.5rem .7rem;border-bottom:1px solid #e2e8f0}thead th:first-child{border-top-left-radius:0}thead th:last-child{border-top-right-radius:0}tbody tr:last-child td:first-child{border-bottom-left-radius:0}tbody tr:last-child td:last-child{border-bottom-right-radius:0}tbody td{height:50px;padding:.42rem .7rem;border-top:1px solid #edf2f7;font-size:13px;font-weight:400;color:#0f172a;vertical-align:middle}tbody tr:nth-child(2n){background:#f9fafb}tbody tr:hover{background:#f1f5f9}table strong,table b{font-weight:550}table code,table pre,table .mono,table .intent-modal-mono,table .mono-value{font-weight:400}button{font:inherit;cursor:pointer;min-height:30px;padding:0 .62rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;color:#0f172a;font-size:13px;font-weight:500;transition:background .15s ease,border .15s ease,box-shadow .15s ease,transform .1s ease}button:hover{background:#f8fafc}button[type=submit]{background:#2563eb;color:#fff;border:none}button[type=submit]:hover{background:#1d4ed8}.btn-green{background:#16a34a;color:#fff;border:1px solid #15803d}.btn-green:hover{background:#059669}.btn-red{background:#ef4444;color:#fff;border:none}.btn-red:hover{background:#dc2626}.pagination{margin-top:.75rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.65rem .8rem;box-shadow:0 4px 14px #0f172a0a;font-size:.85rem;color:#475569}.pagination button{background:#fff;border:1px solid #e2e8f0;color:#334155;padding:.35rem .7rem;font-size:.82rem;transition:background .2s ease,border-color .2s ease}.pagination button:hover{background:#f8fafc;border-color:#cbd5e1}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination select{border:1px solid #cbd5e1;padding:.3rem .5rem;font-size:.82rem;color:#1e293b;background:#fff;cursor:pointer;border-radius:9px}.pagination-summary{font-size:.85rem;color:#475569}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-page{font-weight:600;color:#1e293b;display:inline-flex;align-items:center;gap:.25rem}.table-scroll{width:100%;overflow-x:auto}.table-scroll table{min-width:100%}.chat-row{display:flex;width:100%;margin-bottom:.75rem;gap:.6rem;align-items:flex-end}.chat-row--own{justify-content:flex-end}.chat-row--other{justify-content:flex-start}.chat-avatar{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0f172a;border:1px solid #e2e8f0;background:#f8fafc}.chat-avatar--own{background:#dbeafe;border-color:#bfdbfe}.chat-avatar--other{background:#f1f5f9;border-color:#e2e8f0}.chat-bubble{max-width:min(75%,520px);border-radius:14px;border:1px solid #e2e8f0;padding:.85rem 1rem;background:#fff;font-size:.9rem;line-height:1.5;color:#0f172a;box-shadow:0 8px 24px #0f172a14}.chat-bubble--own{background:#e0f2fe;border-color:#7dd3fc;color:#0f172a;text-align:left}.chat-bubble__label,.chat-bubble__time{font-size:10px;font-style:normal;color:#64748b;margin:0}.chat-bubble__body{font-size:13px;line-height:1.6;margin:.4rem 0 .6rem}.chat-bubble--other{background:#f8fafc;border-color:#e2e8f0}.tickets-panel{background:#fff;border:1px solid #e2e8f0;padding:1.25rem;box-shadow:0 14px 32px #0f172a14;display:flex;flex-direction:column;gap:1rem;height:100%;min-height:0;overflow:hidden}.tickets-panel__list{flex:1;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding-right:.5rem}.tickets-panel__list::-webkit-scrollbar{width:6px}.tickets-panel__list::-webkit-scrollbar-thumb{background:#0f172a33}.ticket-card{width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:1rem;display:flex;flex-direction:column;gap:.4rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-align:left}.ticket-card--active{border-color:#60a5fa;box-shadow:0 12px 28px #3b82f62e;transform:translateY(-1px)}.ticket-card__subject{font-size:18px;font-weight:600;color:#0f172a}.ticket-card__badges{display:inline-flex;align-items:center;gap:.4rem}.ticket-card__unread{font-size:10px;padding:.15rem .45rem;border-radius:999px;background:#fee2e2;color:#991b1b;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ticket-card__tag{font-size:11px;padding:.2rem .6rem;border-radius:999px;background:#e2e8f0;color:#334155;font-weight:600}.ticket-card__updated{font-size:12px;font-style:normal;color:#475569}.conversation-panel{width:100%;min-width:0;min-height:0;background:#f9fafb;border:1px solid #e2e8f0;padding:1.25rem;box-shadow:inset 0 0 0 1px #94a3b833;display:flex;flex-direction:column;flex:1 1 auto}.support-chat{flex:1;min-height:0;overflow-y:auto;margin-top:1rem;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc)}.conversation-panel__header{display:flex;flex-direction:column;gap:.35rem}.conversation-panel__eyebrow{margin:0;font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:#94a3b8}.conversation-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.conversation-title{display:flex;flex-direction:column;gap:.15rem}.conversation-title__subject{margin:0;font-size:1.05rem;font-weight:600;color:#0f172a}.conversation-title__meta{margin:0;font-size:.75rem;color:#64748b}.badge{display:inline-block;font-size:12px;padding:.28rem .6rem;font-weight:600;border-radius:999px}.badge.green{background:#d1fae5;color:#065f46}.badge.red{background:#fee2e2;color:#991b1b}.badge.yellow{background:#fef9c3;color:#92400e}.badge.slate{background:#e2e8f0;color:#334155}input,select{min-height:36px;border:1px solid #cbd5e1;border-radius:2px;padding:.42rem .65rem;font-size:13.5px;font-weight:400;background:#fff;color:#0f172a}input:focus,select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}input::placeholder{color:#94a3b8}label{color:#64748b;font-weight:500}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;min-height:30px;padding:0 .62rem;font-size:13px;font-weight:500;line-height:1.1;border:1px solid transparent;border-radius:2px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .1s ease;text-decoration:none}.action-btn:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.action-btn:active{transform:translateY(1px)}.action-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.action-btn--neutral{background:#fff;color:#0f172a;border-color:#e2e8f0;box-shadow:none}.action-btn--neutral:hover{background:#f8fafc;border-color:#cbd5e1}.action-btn--info{background:#2563eb;color:#fff;border-color:#1d4ed8;box-shadow:none}.action-btn--info:hover{background:#1d4ed8;border-color:#1e40af}.action-btn--success{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}.action-btn--success:hover{background:#dcfce7;border-color:#86efac}.action-btn--warning{background:#fffbeb;color:#b45309;border-color:#fde68a}.action-btn--warning:hover{background:#fef3c7;border-color:#fcd34d;color:#92400e}.action-btn--danger{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.action-btn--danger:hover{background:#fee2e2;border-color:#fca5a5}.support-new-ticket-btn{border:1px solid #0f172a;background:#0f172a;color:#fff;text-transform:uppercase;font-size:.75rem;letter-spacing:.2em;padding:.6rem 1.5rem;transition:background .2s ease}.support-new-ticket-btn:hover{background:#1f2937}.p-6{padding:0}.space-y-8>*+*{margin-top:1.25rem}.space-y-4>*+*{margin-top:.9rem}.text-2xl{font-size:1.875rem;line-height:1.2;letter-spacing:-.03em}.text-lg{font-size:1.125rem;font-weight:650}.font-bold,.font-semibold{font-weight:700}.text-gray-800{color:#0f172a}.text-gray-700,.text-gray-600,.text-gray-500{color:#64748b}.border-l-4{border-left-width:3px}.border-blue-500{border-color:#2563eb}.pl-2{padding-left:.65rem}.mt-2{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.h-64{height:16rem}.h-72{height:18rem}@media (max-width: 1024px){.dashboard-shell{grid-template-columns:220px minmax(0,1fr)}.sidebar{width:220px}}@media (max-width: 760px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:relative;width:100%;height:auto;max-height:52vh}.topbar{top:0}.topbar-inner,.topbar-right{flex-wrap:wrap}.admin-content{padding:1rem .8rem}.dashboard-metrics{grid-template-columns:1fr}}.support-new-ticket-btn--right{order:2}.support-filter-btn{border:1px solid #d1d5db;background:#fff;color:#0f172a;font-size:.7rem;letter-spacing:.2em;padding:.4rem .9rem;transition:background .2s ease,border .2s ease}.support-filter-btn--active{background:#0f172a;color:#fff;border-color:#0f172a}.support-page{height:100%;min-height:0;background:#f8fafc;padding:0;color:#0f172a;display:flex;flex-direction:column;overflow:hidden}.support-container{width:100%;max-width:1500px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-height:0;overflow:hidden}.support-hero{background:#fff;padding:1rem 1.5rem;box-shadow:0 10px 30px #0f172a14;flex:0 0 auto}.support-hero__eyebrow{font-size:.75rem;letter-spacing:.35em;text-transform:uppercase;color:#94a3b8;margin:0}.support-error{border:1px solid #fecdd3;background:#fff1f2;padding:.75rem 1rem;font-size:.9rem;color:#be123c;box-shadow:0 6px 16px #f43f5e1f;flex:0 0 auto}.support-section{background:#fff;padding:1rem;box-shadow:0 10px 24px #0f172a14;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.support-section__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex:0 0 auto}.support-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:#64748b}.support-filters__tabs{display:flex;flex-wrap:wrap;gap:.5rem}.support-form{margin-bottom:1rem;border:1px solid #e2e8f0;background:#f8fafc;padding:1rem;display:flex;flex-direction:column;gap:.75rem;flex:0 0 auto}.support-form__title{font-size:.75rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:#64748b}.support-input{width:100%;border:1px solid #e2e8f0;background:#fff;padding:.6rem .75rem;font-size:.9rem;box-sizing:border-box}.support-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 1px #2563eb}.support-form__actions{display:flex;gap:.75rem}.support-primary-btn{flex:1;border:1px solid #0f172a;background:#0f172a;padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:#fff;transition:background .2s ease}.support-primary-btn:hover{background:#1f2937}.support-secondary-btn{border:1px solid #cbd5f5;padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:#334155;background:#fff}.support-composer{display:flex;flex-direction:column;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;box-shadow:0 10px 24px #0f172a14;flex:0 0 auto}.support-composer__input{min-height:72px;max-height:140px;width:100%;border:1px solid #e2e8f0;background:#f8fafc;padding:.75rem .9rem;font-size:.95rem;color:#0f172a;border-radius:10px;resize:vertical;box-sizing:border-box}.support-composer__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb33}.support-composer__actions{display:flex;gap:.75rem}.support-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.5rem;align-items:stretch;flex:1 1 auto;min-height:0;overflow:hidden}.support-column{min-width:0;min-height:0;overflow:hidden}.support-column--chat{display:flex;flex-direction:column;gap:1rem;min-width:0;min-height:0;overflow:hidden}@media (max-width: 1100px){.admin-content--chat{overflow-y:auto}.support-page,.support-container,.support-section,.support-grid,.support-column,.support-column--chat{overflow:visible;height:auto}.support-grid{grid-template-columns:1fr}.tickets-panel,.conversation-panel{height:auto;min-height:0}}
