@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Prompt:wght@400;500;600;700;800&display=swap");:root{color-scheme:dark;--te-primary:#0a3a72;--te-primary-hover:#145ca3;--te-primary-soft:rgba(10,58,114,0.1);--te-ink:#f8fafc;--te-ink-soft:#cbd5e1;--te-surface:#07111f;--te-surface-low:#0f172a;--te-surface-high:#111f34;--te-surface-tint:rgba(13,29,51,0.96);--te-muted:#94a3b8;--te-line:rgba(226,232,240,0.12);--te-page-bg:radial-gradient(circle at top left,rgba(255,212,90,0.16),transparent 22%),radial-gradient(circle at right top,rgba(10,58,114,0.18),transparent 24%),linear-gradient(180deg,#061b36,#0f4b8d);--te-page-text:#e2e8f0;--te-shell-bg:rgba(7,17,31,0.68);--te-shell-border:rgba(255,255,255,0.08);--te-main-bg:linear-gradient(180deg,rgba(9,21,38,0.75),rgba(8,20,34,0.55));--te-sidebar-bg:linear-gradient(180deg,#0f4b8d,#0a3a72 48%,#072447);--te-topbar-bg:linear-gradient(180deg,#0f4b8d,#072447);--te-topbar-border:rgba(255,212,90,0.22);--te-header-control-fg:#fff8e2;--te-header-menu-bg:linear-gradient(180deg,#0f4b8d,#072447);--te-panel-bg:rgba(13,29,51,0.94);--te-panel-border:rgba(255,212,90,0.16);--te-control-bg:rgba(255,255,255,0.06);--te-control-border:rgba(255,212,90,0.18);--te-row-bg:rgba(255,255,255,0.05);--te-table-border:rgba(226,232,240,0.1);--te-link:#ffd45a;--te-warning:#ffab14;--te-danger:#ef4444;--te-success:#16a34a;--te-navy:#0f172a;--te-navy-soft:#1e293b;--te-gold:#f7bd2f;--te-gold-strong:#ffab14;--te-radius-lg:28px;--te-radius-pill:999px;--te-shadow:0 24px 48px rgba(3,10,24,0.24);--te-gap-1:8px;--te-gap-2:16px;--te-gap-3:24px;--te-gap-4:32px;--te-gap-5:48px}[data-theme=light]{color-scheme:light;--te-primary:#0f4b8d;--te-primary-hover:#072447;--te-primary-soft:rgba(10,58,114,0.08);--te-ink:#0f172a;--te-ink-soft:#475569;--te-surface:#fffaf0;--te-surface-low:#f8f1e4;--te-surface-high:#ffffff;--te-surface-tint:rgba(255,255,255,0.95);--te-muted:#64748b;--te-line:rgba(15,23,42,0.1);--te-page-bg:radial-gradient(circle at top left,rgba(255,212,90,0.24),transparent 24%),radial-gradient(circle at right top,rgba(10,58,114,0.12),transparent 26%),linear-gradient(180deg,#fffaf0,#f8f1e4);--te-page-text:#0f172a;--te-hero-title:#0f172a;--te-shell-bg:rgba(255,255,255,0.86);--te-shell-border:rgba(15,23,42,0.08);--te-main-bg:radial-gradient(circle at 12% 0%,rgba(255,212,90,0.2),transparent 28%),linear-gradient(180deg,rgba(255,250,240,0.98),rgba(248,241,228,0.94));--te-topbar-bg:linear-gradient(180deg,#0f4b8d,#072447);--te-topbar-border:rgba(255,212,90,0.22);--te-header-control-fg:#fff8e2;--te-header-menu-bg:linear-gradient(180deg,#0f4b8d,#072447);--te-panel-bg:rgba(255,255,255,0.96);--te-panel-border:rgba(15,23,42,0.06);--te-control-bg:rgba(15,23,42,0.04);--te-control-border:rgba(15,23,42,0.1);--te-row-bg:rgba(248,250,252,0.9);--te-table-border:rgba(15,23,42,0.08);--te-link:#0a3a72;--te-shadow:0 18px 42px rgba(15,23,42,0.08)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--te-page-bg);color:var(--te-page-text);font-family:Prompt,Noto Sans Thai,Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.te-shell{display:grid;min-height:calc(100vh - 40px);grid-template-columns:1fr;max-width:1480px;margin:20px auto;border-radius:32px;overflow:visible;border:1px solid var(--te-shell-border);background:var(--te-shell-bg);box-shadow:0 40px 100px rgba(3,10,24,.5)}[data-theme=light] .te-shell{box-shadow:0 30px 80px rgba(15,23,42,.12)}.te-sidebar{position:fixed;inset:0 auto 0 0;width:min(86vw,360px);z-index:1300;transform:translateX(-104%);padding:var(--te-gap-4) var(--te-gap-3);background:var(--te-sidebar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#f8fafc;min-width:0;border-right:1px solid rgba(255,212,90,.18);box-shadow:30px 0 80px rgba(0,0,0,.42);overflow-y:auto;transition:transform .18s ease}.te-brand,.te-sidebar{display:flex;flex-direction:column}.te-brand{gap:18px;margin-bottom:var(--te-gap-4)}.te-brand-logo{width:min(100%,132px);max-height:132px;aspect-ratio:1;display:block;object-fit:contain}.te-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#ffd45a,#ffab14);color:#061b36;font-size:28px;box-shadow:var(--te-shadow)}.te-nav{display:flex;flex-direction:column;gap:10px}.te-nav a{padding:15px 18px;border-radius:18px;color:rgba(226,232,240,.92);background:transparent;border:1px solid transparent;font-weight:600;display:flex;align-items:center;min-height:54px}.te-nav a.active,.te-nav a:hover{background:linear-gradient(135deg,#ffd45a,#ffbd2e);color:#061b36;border-color:rgba(255,212,90,.64)}.te-main{padding:var(--te-gap-3);display:flex;flex-direction:column;gap:var(--te-gap-3);overflow:visible;background:var(--te-main-bg)}.te-sidebar-toggle-input{position:fixed;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.te-sidebar-scrim{display:none}.te-sidebar-toggle-input:checked~.te-sidebar-scrim{display:block;position:fixed;inset:0;z-index:1200;background:rgba(2,6,23,.58);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.te-sidebar-toggle-input:checked~.te-shell .te-sidebar{transform:translateX(0)}.te-icon-button{width:44px;height:44px;border-radius:14px;border:1px solid var(--te-control-border);color:var(--te-header-control-fg);background:var(--te-control-bg);display:inline-flex;align-items:center;justify-content:center;font-weight:800;line-height:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.te-icon-button:hover{background:rgba(255,212,90,.18)}.te-sidebar-toggle-button{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07);color:#fff8e2;box-shadow:0 12px 28px rgba(3,10,24,.18)}.te-sidebar-toggle-button:hover{border-color:rgba(255,255,255,.36);background:rgba(255,255,255,.13)}.te-icon-svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none}.te-auth-card,.te-panel,.te-topbar{background:var(--te-panel-bg);border:1px solid var(--te-panel-border);border-radius:var(--te-radius-lg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--te-shadow)}.te-topbar{padding:18px 22px;display:flex;gap:var(--te-gap-2);align-items:center;justify-content:flex-end;position:relative;z-index:40;overflow:visible;background:var(--te-topbar-bg);border-color:var(--te-topbar-border)}.te-topbar-search{flex:1 1;max-width:440px;background:var(--te-surface-high);border-radius:999px;padding:14px 18px;color:var(--te-muted)}.te-search-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.te-password-field{position:relative}.te-password-field .te-input-field{padding-right:54px}.te-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;cursor:pointer;color:var(--te-muted);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;transition:background-color .16s ease,color .16s ease}.te-password-toggle:hover{color:var(--te-foreground);background:rgba(15,23,42,.06)}.te-password-toggle:focus-visible{outline:2px solid rgba(22,163,74,.35);outline-offset:2px}.te-password-toggle svg{width:18px;height:18px}.te-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.te-modal{width:min(100%,460px);background:#ffffff;border-radius:24px;padding:24px;box-shadow:0 24px 80px rgba(15,23,42,.2);border:1px solid rgba(226,232,240,.95)}.te-modal-success{border-top:5px solid var(--te-success)}.te-modal-danger{border-top:5px solid var(--te-danger)}.te-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.te-modal-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.te-modal-status.success{background:rgba(34,197,94,.14);color:#15803d}.te-modal-status.danger{background:rgba(239,68,68,.14);color:#b91c1c}.te-modal-title{margin:0;font-size:24px;line-height:1.2}.te-modal-message{margin:16px 0 0;color:var(--te-muted);line-height:1.7}.te-modal-close{width:40px;height:40px;border:0;border-radius:999px;background:rgba(148,163,184,.14);color:var(--te-muted);cursor:pointer;font-size:26px;line-height:1}.te-modal-actions{display:flex;justify-content:flex-end;margin-top:24px}.te-page-header{display:flex;justify-content:space-between;gap:var(--te-gap-3);align-items:flex-start}.te-page-surface{display:grid;grid-gap:var(--te-gap-3);gap:var(--te-gap-3)}.te-customer-shell{align-items:stretch;border-radius:32px;overflow:hidden;background:var(--te-main-bg)}.te-sidebar-mobile-head{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:18px}.te-customer-sidebar .te-panel,.te-sidebar-support{background:linear-gradient(180deg,rgba(10,58,114,.98),rgba(111,0,8,.98));border-color:rgba(255,212,90,.2)}.te-customer-brand{align-items:center;text-align:center}.te-portrait-logo-wrap{width:100%;display:flex;justify-content:center}.te-portrait-logo{width:min(164px,100%);max-height:164px;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 24px 48px rgba(3,10,24,.45))}.te-sidebar-tagline{color:rgba(226,232,240,.72);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.te-nav-icon{width:20px;text-align:center;opacity:.92}.te-sidebar-support{margin-top:auto;padding:20px;border-radius:22px;border:1px solid rgba(255,212,90,.12)}.te-sidebar-support-title{font-weight:700;color:#f8fafc;margin-bottom:10px}.te-sidebar-support-copy{color:rgba(226,232,240,.72);line-height:1.7;margin-bottom:18px;display:grid;grid-gap:2px;gap:2px}.te-sidebar-support-button{width:100%}.te-customer-main{min-width:0;background:transparent}.te-customer-topbar{justify-content:space-between}.te-customer-topbar-left,.te-customer-topbar-right{display:flex;align-items:center;gap:18px}.te-landscape-logo-link{display:inline-flex;align-items:center}.te-landscape-logo{width:52px;height:52px;aspect-ratio:1;object-fit:contain}.te-customer-bell-badge,.te-topnav-badge{min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:white;font-size:11px;font-weight:700}.te-customer-bell,.te-customer-bell-badge,.te-topnav-badge{display:inline-flex;align-items:center;justify-content:center}.te-customer-bell{position:relative;width:42px;height:42px;border-radius:14px;border:1px solid var(--te-control-border);color:var(--te-header-control-fg);background:var(--te-control-bg)}.te-customer-bell-badge{position:absolute;top:-4px;right:-4px}.te-theme-toggle{width:42px;height:42px;border:1px solid var(--te-control-border);border-radius:14px;background:var(--te-control-bg);color:var(--te-header-control-fg);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.te-theme-toggle:hover{transform:translateY(-1px);border-color:rgba(255,212,90,.42);background:rgba(255,212,90,.14)}.te-theme-toggle span{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.te-customer-avatar-block{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(212,175,55,.12);cursor:pointer}.te-customer-avatar{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#ffd45a,#ffab14);color:#061b36;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.te-account-modal{position:fixed;inset:0;z-index:1600;display:grid;place-items:start end;padding:92px 48px 24px}.te-account-modal-backdrop{position:fixed;inset:0;border:0;background:transparent;cursor:pointer}.te-account-modal-card{position:relative;width:min(430px,calc(100vw - 32px));padding:22px;border-radius:24px;background:radial-gradient(circle at 20% 0,rgba(255,212,90,.14),transparent 28%),linear-gradient(180deg,rgba(10,58,114,.98),rgba(6,27,54,.98));border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 80px rgba(2,6,23,.48);color:#f8fafc;font-family:Noto Sans Thai,Prompt,Inter,sans-serif}.te-account-modal-head{display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding-bottom:22px;border-bottom:1px solid rgba(226,232,240,.12)}.te-account-modal-avatar{width:56px;height:56px;font-size:20px}.te-account-modal-caption{color:rgba(226,232,240,.56);font-size:12px;font-weight:400}.te-account-modal-name{color:#fff8e2;font-size:20px;font-weight:500;margin-top:4px;line-height:1.1}.te-account-modal-close{width:40px;height:40px;color:rgba(226,232,240,.74);border:0;background:transparent}.te-account-menu-list{display:grid}.te-account-menu-row{min-height:68px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:16px;gap:16px;border-bottom:1px solid rgba(226,232,240,.12)}.te-account-menu-icon,.te-account-menu-row{align-items:center;color:rgba(226,232,240,.72)}.te-account-menu-icon{display:inline-flex;justify-content:center}.te-account-menu-label{color:rgba(226,232,240,.72);font-size:16px;font-weight:400}.te-account-menu-row .te-language-switcher button{min-width:100px;justify-content:center;font-size:14px!important;font-weight:400!important;padding:10px 12px!important}.te-account-menu-row .te-language-switcher span{font-weight:400!important}.te-account-menu-link{text-decoration:none}.te-account-menu-logout{border-bottom:0}.te-account-menu-logout .te-badge{justify-self:start;padding:0;border:0;background:transparent!important;color:#f0715e;font-size:16px;font-weight:400!important;font-family:Noto Sans Thai,Prompt,Inter,sans-serif;cursor:pointer;box-shadow:none;line-height:1.2;min-height:0}.te-account-menu-logout .te-account-menu-icon{color:rgba(226,232,240,.72)}.te-theme-segmented{display:inline-grid;grid-template-columns:repeat(2,46px);gap:4px;padding:6px;border-radius:999px;background:rgba(226,232,240,.08)}.te-theme-segmented button{width:46px;height:36px;border:0;border-radius:999px;color:rgba(226,232,240,.66);background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.te-theme-segmented button.active{color:#f6c453;border:1px solid rgba(255,212,90,.8);background:rgba(15,23,42,.34)}.te-home-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:4px 6px 0}.te-home-subtitle{color:#c9a84b;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.te-home-title{margin:10px 0;color:var(--te-hero-title,#f8fafc);font-size:clamp(34px,4vw,52px);line-height:1;font-family:Prompt,Inter,sans-serif}.te-home-updated{color:var(--te-muted);font-size:13px;font-weight:600;white-space:nowrap}.te-kpi-card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.te-kpi-card-primary{color:#fff8eb;background:linear-gradient(160deg,#0f4b8d,#061b36);border:1px solid rgba(255,212,90,.24)}[data-theme=light] .te-home-title{color:#0f172a}[data-theme=light] .te-kpi-card-primary{color:var(--te-ink);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,252,246,.96));border-color:rgba(10,58,114,.12)}.te-kpi-card-primary .te-kpi-footnote,.te-kpi-card-primary .te-kpi-label,.te-kpi-card-primary .te-kpi-number,.te-kpi-card-primary .te-muted{color:#fff8eb}[data-theme=light] .te-kpi-card-primary .te-kpi-footnote,[data-theme=light] .te-kpi-card-primary .te-kpi-label,[data-theme=light] .te-kpi-card-primary .te-kpi-number,[data-theme=light] .te-kpi-card-primary .te-muted{color:var(--te-ink)}[data-theme=light] .te-kpi-card-primary .te-kpi-number{color:var(--te-primary)}[data-theme=light] .te-kpi-card-primary .te-kpi-footnote,[data-theme=light] .te-kpi-card-primary .te-muted{color:var(--te-muted)}.te-kpi-label{font-size:13px;font-weight:700;color:inherit;opacity:.86}.te-kpi-footnote{font-size:13px;color:var(--te-muted)}.te-kpi-card-primary .te-kpi-footnote{color:rgba(255,248,235,.7)}.te-kpi-number-sm{font-size:clamp(24px,2.4vw,34px)}.te-home-main-grid{display:grid;grid-template-columns:1.65fr 1fr;grid-gap:var(--te-gap-3);gap:var(--te-gap-3)}.te-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.te-section-head h3{margin:0;font-size:24px}.te-section-link{color:var(--te-link);font-size:14px;font-weight:700}.te-contract-list{display:grid;grid-gap:14px;gap:14px}.te-contract-row{display:grid;grid-template-columns:56px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:14px 0;border-top:1px solid var(--te-table-border)}.te-contract-row:first-child{border-top:0;padding-top:0}.te-contract-page-list{display:grid;grid-gap:12px;gap:12px}.te-contract-page-row{display:grid;grid-template-columns:56px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:16px;border-radius:22px;border:1px solid var(--te-table-border);background:var(--te-row-bg);transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.te-contract-page-row:focus-visible,.te-contract-page-row:hover{transform:translateY(-1px);border-color:rgba(242,183,53,.34);background:color-mix(in srgb,var(--te-row-bg) 84%,var(--te-gold) 16%);box-shadow:0 18px 34px rgba(3,10,24,.12);outline:none}.te-contract-page-main{min-width:0}.te-contract-page-amount{display:grid;justify-items:end;grid-gap:8px;gap:8px;text-align:right}.te-contract-page-empty{padding:20px;border-radius:18px;border:1px dashed var(--te-table-border);background:var(--te-row-bg);text-align:center}.te-contract-modal-backdrop{position:fixed;inset:0;z-index:2400;display:grid;place-items:center;padding:24px;width:100vw;min-height:100vh;min-height:100dvh;overflow-y:auto;overscroll-behavior:contain}.te-contract-modal-scrim{position:fixed;inset:0;background:rgba(15,23,42,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.te-contract-modal-card{position:relative;z-index:1;width:min(960px,100%);max-height:min(82vh,900px);overflow:auto;border-radius:30px;border:1px solid rgba(242,183,53,.22);background:radial-gradient(circle at top left,rgba(242,183,53,.1),transparent 34%),var(--te-panel-bg);color:var(--te-ink);padding:24px;box-shadow:0 34px 90px rgba(0,0,0,.42)}.te-contract-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.te-contract-modal-head h2{margin:6px 0 0;font-size:clamp(24px,3vw,36px);line-height:1.1}.te-contract-modal-close{width:44px;height:44px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--te-control-border);background:var(--te-control-bg);color:var(--te-ink)}.te-contract-modal-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.te-contract-modal-summary-card{display:grid;grid-gap:8px;gap:8px;padding:16px;border-radius:20px;border:1px solid var(--te-table-border);background:var(--te-row-bg)}.te-contract-modal-summary-card span{color:var(--te-muted);font-size:13px}.te-contract-modal-summary-card strong{color:var(--te-ink);font-size:18px}.te-contract-modal-table-wrap{overflow-x:auto;border-radius:20px}.te-contract-thumb{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(212,175,55,.18),rgba(245,158,11,.12));color:#8b6a15;font-weight:800}.te-contract-no{display:inline-flex;margin-bottom:4px;color:var(--te-ink);font-weight:700}.te-contract-product{color:var(--te-ink-soft);font-size:14px}.te-contract-meta{color:var(--te-muted);font-size:12px;margin-top:6px}.te-contract-side{display:grid;justify-items:end;grid-gap:8px;gap:8px}.te-contract-money{color:var(--te-ink);font-size:18px;font-weight:800}.te-payment-summary-card{display:grid;grid-gap:20px;gap:20px}.te-payment-ring-wrap{display:grid;justify-items:center;grid-gap:18px;gap:18px}.te-payment-ring{width:220px;height:220px;border-radius:50%;display:grid;place-items:center}.te-payment-ring-inner{width:142px;height:142px;border-radius:50%;background:var(--te-surface-high);display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:inset 0 0 0 1px rgba(15,23,42,.05)}.te-payment-ring-inner strong{font-size:36px;line-height:1}.te-payment-ring-inner span{color:var(--te-muted);font-size:13px;margin-top:6px}.te-payment-legend{width:100%;display:grid;grid-gap:10px;gap:10px;color:var(--te-ink-soft)}.te-dot{width:10px;height:10px;border-radius:999px;display:inline-flex;margin-right:8px}.te-dot.success{background:#16a34a}.te-dot.warning{background:#f59e0b}.te-dot.neutral{background:#94a3b8}.te-notification-center{padding:28px;color:var(--te-ink);background:radial-gradient(circle at 90% 0,rgba(255,212,90,.08),transparent 28%),var(--te-panel-bg);border:1px solid var(--te-panel-border);border-radius:28px;box-shadow:0 30px 80px rgba(3,10,24,.18)}.te-notification-footer,.te-notification-head,.te-notification-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center}.te-notification-head h1{margin:0 0 8px;font-size:clamp(28px,3vw,42px);line-height:1.05}.te-notification-head p{margin:0;color:var(--te-muted)}.te-notification-detail,.te-notification-mark-all,.te-notification-pages button,.te-notification-sort,.te-notification-tabs button{border:1px solid var(--te-control-border);background:var(--te-control-bg);color:var(--te-ink);border-radius:999px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;font-weight:700;cursor:pointer}.te-notification-mark-all:disabled,.te-notification-pages button:disabled{opacity:.48;cursor:not-allowed}.te-notification-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:28px}.te-notification-summary-card{display:grid;grid-template-columns:74px 1fr;grid-gap:18px;gap:18px;align-items:center;min-height:118px;padding:18px;border-radius:18px;background:var(--te-row-bg);border:1px solid var(--te-panel-border);box-shadow:0 18px 40px rgba(15,23,42,.08)}.te-notification-summary-icon{width:72px;height:72px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.te-notification-summary-icon svg{width:34px;height:34px}.te-notification-row.danger .te-notification-row-icon,.te-notification-summary-card.danger .te-notification-summary-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#ef4444}.te-notification-row.warning .te-notification-row-icon,.te-notification-summary-card.warning .te-notification-summary-icon{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#f59e0b}.te-notification-row.success .te-notification-row-icon,.te-notification-summary-card.success .te-notification-summary-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.te-notification-summary-card.neutral .te-notification-summary-icon{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:var(--te-ink-soft)}.te-notification-row-meta span,.te-notification-summary-card span,.te-notification-summary-label{color:var(--te-muted);font-weight:600}.te-notification-summary-card strong{display:block;margin-top:4px;color:var(--te-ink);font-size:30px;line-height:1}.te-notification-toolbar{margin-top:28px}.te-notification-tabs{display:flex;gap:12px;flex-wrap:wrap}.te-notification-tabs button.active{background:var(--te-surface);color:#fff8eb;border-color:#07111f}.te-notification-tabs button span{min-width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:white;font-size:12px}.te-notification-result{margin-top:16px;color:var(--te-muted);font-weight:600}.te-notification-list{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.te-notification-row{display:grid;grid-template-columns:90px minmax(220px,1.35fr) minmax(180px,1fr) minmax(160px,.9fr) 220px 32px;grid-gap:18px;gap:18px;align-items:center;padding:18px;border-radius:18px;border:1px solid var(--te-panel-border);background:var(--te-row-bg);box-shadow:0 12px 30px rgba(15,23,42,.06)}.te-notification-row-icon{width:78px;height:78px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.te-notification-row-main h3{margin:8px 0 4px;color:var(--te-ink);font-size:22px}.te-notification-row-main p,.te-notification-row-meta strong{margin:0;color:var(--te-muted);font-weight:700}.te-notification-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:800}.te-notification-status.danger{background:#fee2e2;color:#ef4444}.te-notification-status.warning{background:#ffedd5;color:#f59e0b}.te-notification-status.success{background:#dcfce7;color:#16a34a}.te-notification-row-meta{min-height:64px;padding-inline:18px;border-left:1px solid var(--te-table-border);display:grid;align-content:center;grid-gap:6px;gap:6px}.te-notification-row-actions{display:grid;grid-gap:8px;gap:8px}.te-notification-action{min-height:46px;border-radius:10px;border:1px solid transparent;color:white;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.te-notification-action.danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.te-notification-action.warning{background:linear-gradient(135deg,#f59e0b,#f97316)}.te-notification-action.done,.te-notification-action.success{color:#16a34a;background:#f0fdf4;border-color:#86efac}.te-notification-detail{min-height:40px;border-radius:10px;padding-inline:14px}.te-notification-more{border:0;background:transparent;color:#94a3b8;cursor:pointer}.te-notification-empty{padding:36px;text-align:center;color:var(--te-muted);border-radius:18px;background:var(--te-row-bg)}.te-notification-footer{margin-top:20px;color:var(--te-muted);font-weight:600}.te-notification-pages{display:flex;gap:6px}.te-notification-pages button{width:40px;min-height:36px;padding:0;border-radius:8px}.te-notification-pages button.active{background:#07111f;color:white}.te-action-button,.te-fullwidth-button{width:100%}.te-action-card{display:grid;grid-gap:14px;gap:14px}.te-action-title{color:var(--te-ink);font-size:20px;font-weight:700}.te-grid{display:grid;grid-gap:var(--te-gap-3);gap:var(--te-gap-3)}.te-grid.kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.te-grid.two{grid-template-columns:2fr 1fr}.te-grid.two-equal{grid-template-columns:repeat(2,minmax(0,1fr))}.te-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.te-grid.form-inline{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--te-gap-2)}.te-panel{padding:24px;color:var(--te-ink)}[data-theme=light] .te-panel{box-shadow:0 18px 40px rgba(15,23,42,.07)}[data-theme=light] .te-action-card,[data-theme=light] .te-kpi-card,[data-theme=light] .te-payment-summary-card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,252,246,.96))}.te-kpi-number,.te-money{font-size:clamp(28px,3vw,42px);font-weight:700;line-height:1}.te-muted{color:var(--te-muted)}.te-table{width:100%;border-collapse:collapse}.te-table th{text-align:left;color:var(--te-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding-bottom:18px}.te-table td{padding:14px 0;vertical-align:top}.te-badge{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:600}.te-badge.success{background:rgba(34,197,94,.16);color:#14723a}.te-badge.warning{background:rgba(245,158,11,.16);color:#a16207}.te-badge.danger{background:rgba(239,68,68,.14);color:#b91c1c}.te-badge.neutral{background:rgba(148,163,184,.16);color:#475569}.te-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:var(--te-radius-pill);padding:14px 22px;color:white;background:linear-gradient(135deg,#ffd45a,#ffab14);box-shadow:0 20px 40px rgba(255,171,20,.28);color:#061b36;font-weight:800}.te-button:disabled{cursor:not-allowed;opacity:.72}.te-button-danger,.te-button-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--te-radius-pill);padding:12px 16px;border:1px solid var(--te-line);background:var(--te-surface-high);color:var(--te-ink)}.te-button-danger{color:#b91c1c;border-color:rgba(239,68,68,.2)}.te-action-row{display:flex;gap:8px;flex-wrap:wrap}.te-field-label{margin-bottom:8px;font-weight:600}.te-form-stack{display:grid;grid-gap:16px;gap:16px}.te-input-field,.te-select,.te-textarea{width:100%;border:1px solid var(--te-line);border-radius:18px;padding:14px 16px;background:var(--te-surface-high);color:var(--te-ink)}.te-textarea{resize:vertical;min-height:112px}.te-input,.te-select,.te-stat-card{background:rgba(255,255,255,.76);border-radius:18px;padding:14px 18px}.te-filter-row{display:grid;grid-gap:var(--te-gap-2);gap:var(--te-gap-2);grid-template-columns:2fr 1fr 1fr}.te-list{display:flex;flex-direction:column;gap:16px}.te-item{background:rgba(255,255,255,.72);border-radius:20px;padding:18px}.te-auth-wrap{min-height:100vh;display:grid;place-items:center;padding:56px 24px 84px;background:radial-gradient(circle at top left,rgba(255,212,90,.16),transparent 22%),radial-gradient(circle at right top,rgba(10,58,114,.18),transparent 24%),linear-gradient(180deg,#061b36,#0f4b8d);color:#e2e8f0}.te-auth-card{width:min(460px,100%);padding:32px 32px 40px;border:1px solid rgba(255,212,90,.2);border-radius:28px;background:radial-gradient(circle at 50% 24%,rgba(255,255,255,.2),transparent 24%),radial-gradient(circle at 18% 12%,rgba(255,212,90,.16),transparent 26%),linear-gradient(180deg,rgba(18,82,148,.98),rgba(6,27,54,.98));color:#f8fafc;box-shadow:0 24px 48px rgba(3,10,24,.24)}.te-auth-form-stack{max-width:100%;margin-inline:auto;gap:20px}.te-auth-language-row{display:flex;justify-content:flex-end}.te-auth-logo{width:min(172px,48vw);max-height:172px;aspect-ratio:1;object-fit:contain}.te-auth-logo-row{display:flex;justify-content:center;width:-moz-fit-content;width:fit-content;margin-inline:auto;margin-top:-6px;padding:10px 18px 8px;border:1px solid rgba(255,255,255,.64);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(232,240,255,.82));box-shadow:0 16px 36px rgba(3,10,24,.18)}.te-auth-title{margin:0;color:#f8fafc;font-size:clamp(30px,5vw,38px);line-height:1.08}.te-auth-subtitle{margin:10px 0 0;color:rgba(226,232,240,.68);font-size:15px;font-weight:600;line-height:1.6}.te-auth-field{display:grid;grid-gap:10px;gap:10px}.te-auth-label{color:#f8fafc;font-size:18px;font-weight:800}.te-auth-input-wrap{position:relative;display:flex;align-items:center}.te-auth-input-wrap>svg{position:absolute;left:22px;width:24px;height:24px;color:rgba(226,232,240,.68);pointer-events:none;z-index:1}.te-auth-text-input{min-height:56px;padding-left:64px;border-color:rgba(255,212,90,.22);background:rgba(255,255,255,.04);color:#f8fafc;font-size:16px}.te-auth-text-input::placeholder{color:rgba(226,232,240,.56)}.te-auth-options{display:flex;justify-content:space-between;gap:16px;align-items:center;color:rgba(226,232,240,.82);font-weight:700}.te-auth-options a{color:var(--te-gold-strong)}.te-auth-remember{display:inline-flex;align-items:center;gap:10px}.te-auth-remember input{width:24px;height:24px;accent-color:var(--te-gold-strong)}.te-auth-submit{min-height:56px;width:100%;justify-content:center;position:relative;font-size:16px;box-shadow:0 22px 60px rgba(255,212,90,.34)}.te-auth-submit svg{position:absolute;right:28px;width:28px;height:28px}.te-auth-stack,.te-form-stack{display:flex;flex-direction:column;gap:18px}.te-auth-input{background:#e8f0ff;border-radius:18px;padding:16px 18px;color:var(--te-ink-soft)}@media (max-width:1080px){.te-shell{grid-template-columns:1fr;margin:0;min-height:100vh;border-radius:0;overflow:visible}.te-customer-shell{margin:12px;min-height:calc(100vh - 24px);border-radius:28px;overflow:hidden}.te-sidebar{padding:18px}.te-sidebar-toggle-input:checked~.te-shell{grid-template-columns:1fr}.te-sidebar-toggle-input:checked~.te-shell .te-sidebar{padding:18px}.te-sidebar-toggle-input:checked~.te-shell .te-customer-brand,.te-sidebar-toggle-input:checked~.te-shell .te-customer-sidebar .te-panel,.te-sidebar-toggle-input:checked~.te-shell .te-sidebar-support{display:flex}.te-sidebar-toggle-input:checked~.te-shell .te-customer-sidebar .te-panel,.te-sidebar-toggle-input:checked~.te-shell .te-portrait-logo{display:block}.te-sidebar-toggle-input:checked~.te-shell .te-nav{align-items:stretch}.te-sidebar-toggle-input:checked~.te-shell .te-nav a{width:auto;height:auto;padding:15px 18px;justify-content:flex-start}.te-sidebar-toggle-input:checked~.te-shell .te-nav .te-badge,.te-sidebar-toggle-input:checked~.te-shell .te-nav-label{display:inline-flex}.te-customer-topbar{gap:12px;padding:12px}.te-customer-topbar,.te-customer-topbar-left,.te-customer-topbar-right{flex-direction:row;align-items:center}.te-customer-topbar-left{min-width:0;flex:1 1}.te-customer-topbar-right{gap:8px}.te-landscape-logo{width:48px;height:48px}.te-home-title{font-size:clamp(30px,8vw,42px);line-height:1.08}.te-home-updated{white-space:normal}.te-home-hero,.te-home-main-grid{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.te-topnav{overflow-x:auto;flex-wrap:nowrap}.te-filter-row,.te-grid.kpis,.te-grid.three,.te-grid.two{grid-template-columns:1fr}.te-payment-ring{width:180px;height:180px}.te-payment-ring-inner{width:120px;height:120px}.te-notification-center{padding:20px;border-radius:22px}.te-notification-footer,.te-notification-head,.te-notification-toolbar{align-items:stretch;flex-direction:column}.te-notification-mark-all,.te-notification-sort{width:100%}.te-notification-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.te-notification-row{grid-template-columns:74px 1fr auto;gap:14px}.te-notification-row-icon{width:66px;height:66px}.te-notification-row-actions,.te-notification-row-meta{grid-column:1/-1;border-left:0;border-top:1px solid rgba(226,232,240,.95);padding:14px 0 0;min-height:0}.te-notification-more{align-self:start}.te-account-modal{place-items:end stretch;padding:16px}.te-account-modal-card{width:100%;padding:24px}.te-account-modal-head{gap:16px;padding-bottom:24px}.te-account-modal-avatar{width:60px;height:60px;font-size:22px}.te-account-menu-row{min-height:78px;grid-template-columns:42px minmax(0,1fr) auto;gap:14px}.te-theme-segmented{grid-template-columns:repeat(2,54px)}.te-theme-segmented button{width:54px;height:46px}}@media (max-width:640px){.te-customer-shell{margin:8px;min-height:calc(100vh - 16px);border-radius:24px}.te-main{padding:10px}.te-customer-topbar{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.te-customer-topbar-left{display:contents}.te-customer-topbar-right{grid-column:3;grid-row:1;display:flex;justify-content:flex-end;flex-wrap:nowrap;gap:8px;min-width:0}.te-sidebar-toggle-button{grid-column:1;grid-row:1}.te-landscape-logo-link{grid-column:2;grid-row:1;min-width:0}.te-landscape-logo{width:min(48px,100%);height:min(48px,100%)}.te-customer-avatar-block,.te-customer-bell{flex:0 0 42px}.te-sidebar-support{margin-top:auto;display:grid!important;grid-template-columns:1fr;grid-gap:12px;gap:12px}.te-sidebar-support-button,.te-sidebar-support-copy,.te-sidebar-support-title{grid-column:1}.te-sidebar-support-copy{margin-bottom:4px}.te-sidebar-support-button{width:100%;min-height:54px;border-radius:var(--te-radius-pill);padding-inline:18px}.te-panel{padding:18px}.te-contract-page-row{grid-template-columns:48px minmax(0,1fr);align-items:flex-start}.te-contract-page-amount{grid-column:1/-1;justify-items:start;text-align:left;padding-left:62px}.te-contract-modal-backdrop{place-items:center;padding:14px}.te-contract-modal-card{max-height:88vh;border-radius:24px;padding:18px}.te-contract-modal-summary{grid-template-columns:1fr}.te-panel:has(.te-table){overflow-x:auto}.te-table{min-width:680px}.te-notification-summary-grid{grid-template-columns:1fr}.te-notification-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.te-notification-tabs button{flex:0 0 auto}.te-notification-row{grid-template-columns:58px 1fr auto;padding:14px}.te-notification-row-icon{width:54px;height:54px}.te-notification-row-main h3{font-size:18px}.te-auth-wrap{padding:36px 16px 64px}.te-auth-card{padding:24px 24px 32px}.te-auth-title{font-size:clamp(28px,9vw,34px)}.te-auth-options{align-items:flex-start;flex-direction:column}}