@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box}:root{--bg: #060910;--panel: #0c1220;--panel-soft: rgba(255,255,255,.03);--border: #1d2738;--text: #e6edf5;--muted: #9caec7;--primary: #7c3aed;--primary-strong: #a855f7;--accent: #22d3ee;--danger: #f87171;--warn: #facc15;--success: #34d399;--shadow: 0 24px 90px rgba(0,0,0,.45);--radius-lg: 18px;--radius: 12px;--radius-sm: 10px;--blur: blur(18px)}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 20% 20%,rgba(124,58,237,.12),transparent 25%),radial-gradient(circle at 80% 10%,rgba(34,211,238,.12),transparent 25%),linear-gradient(135deg,#05070e,#0c1425 60%,#0a0f1a);color:var(--text);min-height:100vh}a,.link-row{color:var(--text);text-decoration:none}a:hover,.link-row:hover{text-decoration:none}.page{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:48px 28px 32px}.card{background:var(--panel);border:1px solid var(--border);padding:26px;border-radius:var(--radius-lg);width:380px;box-shadow:var(--shadow);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}h1{margin:0 0 16px;font-size:24px;letter-spacing:-.3px}form{display:flex;flex-direction:column;gap:12px}label{font-size:13px;color:var(--muted);letter-spacing:.2px}input{padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border);background:#0b1425;color:var(--text);transition:border .12s ease,box-shadow .12s ease,transform .12s ease}input:focus{outline:none;border-color:#7c3aed80;box-shadow:0 0 0 3px #7c3aed1f}button{margin-top:6px;padding:12px 14px;border:none;border-radius:var(--radius);background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;font-weight:700;cursor:pointer;letter-spacing:.2px;transition:transform .12s ease,box-shadow .16s ease}button:hover{transform:translateY(-1px);box-shadow:0 12px 30px #7c3aed59}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.error{color:var(--danger);font-size:13px;margin-top:8px}.tokenBox{margin-top:16px;background:#0b1425;border:1px solid var(--border);border-radius:var(--radius);padding:12px;font-size:12px;word-break:break-all}.shell{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:1180px;box-shadow:var(--shadow);overflow:hidden;-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}.topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,#ffffff08,#ffffff03)}.brand{font-weight:800;font-size:18px;letter-spacing:-.2px}.muted{color:var(--muted);font-size:13px}.small{font-size:12px}.topbar-actions{display:flex;align-items:center;gap:12px}.ghost{background:#ffffff05;border:1px solid var(--border);color:var(--text);padding:9px 13px;border-radius:var(--radius-sm);cursor:pointer;transition:border .12s ease,background .12s ease,transform .12s ease}.ghost:hover{border-color:#7c3aed99;background:#7c3aed14;transform:translateY(-1px)}.ghost:disabled{opacity:.6;cursor:not-allowed;transform:none}.content{display:grid;grid-template-columns:230px 1fr;min-height:520px}.sidebar{border-right:1px solid var(--border);background:#0f172a;padding:18px 16px;display:flex;flex-direction:column;gap:10px}.nav-item{padding:11px 13px;border-radius:var(--radius-sm);cursor:pointer;color:#cbd5e1;border:1px solid transparent;text-decoration:none;transition:border .12s ease,background .12s ease,color .12s ease,transform .12s ease}.nav-item:hover{background:var(--panel-soft);border-color:#ffffff0f;transform:translate(2px)}.nav-item.active{background:#7c3aed26;border-color:#7c3aed59;color:#e0e7ff;box-shadow:inset 0 1px #ffffff05}.nav-item.disabled{opacity:.55;cursor:not-allowed}.main{padding:22px}.panel{background:#0f172a;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:inset 0 1px #ffffff05}.panel h2{margin:0 0 14px;letter-spacing:-.1px}.dashboard-welcome{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.available-sections{display:flex;flex-direction:column;gap:8px}.badges-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.panel .tabs{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.panel .tab{background:#0b1425;border:1px solid var(--border);color:var(--text);padding:8px 13px;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;letter-spacing:.2px;transition:border .12s ease,background .12s ease,transform .12s ease}.panel .tab:hover{border-color:#7c3aed80;background:#7c3aed1a}.panel .tab.active{background:#7c3aed2e;border-color:#7c3aed73;color:#f3e8ff;box-shadow:inset 0 1px #ffffff0a}.panel .details{display:grid;gap:12px}.panel p{color:#cbd5e1}.filters{display:flex;gap:10px;align-items:center;margin:14px 0 10px;flex-wrap:wrap}.filters input,.filters select{background:#0b1425;border:1px solid var(--border);color:var(--text);padding:10px 12px;border-radius:var(--radius-sm)}.table.payments .filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:center;gap:10px}.table.payments .filters input,.table.payments .filters select,.table.payments .filters button{width:100%;padding:9px 10px}.table.payments .filters button{justify-self:stretch}.table{margin-top:14px;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:#0b1425}.table-head,.row{display:grid;grid-template-columns:1.5fr 1.5fr .8fr;gap:10px;padding:12px 14px;align-items:center}.table-head{background:var(--panel-soft);font-weight:700;color:#cbd5e1;border-bottom:1px solid var(--border)}.row{border-bottom:1px solid var(--border);transition:background .12s ease}.row:hover{background:#ffffff05}.row:last-child{border-bottom:none}.skeleton-row{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:200% 100%;animation:shimmer 1.2s infinite;color:transparent}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.table.instances .table-head,.table.instances .row{grid-template-columns:1.2fr 1fr 1fr .9fr;text-align:center}.table.instances .table-head span:first-child,.table.instances .row span:first-child{text-align:left}.table.payments .table-head,.table.payments .row{grid-template-columns:1.5fr 1fr 1fr 1fr .9fr;text-align:center}.table.payments .table-head span:first-child,.table.payments .row span:first-child{text-align:left}.table.clients .table-head,.table.clients .row{grid-template-columns:1.5fr 1.5fr .9fr;text-align:center}.table.clients .table-head span:first-child,.table.clients .row span:first-child,.table.clients .table-head span:nth-child(2),.table.clients .row span:nth-child(2){text-align:left}.table.clients .row .status-toggle,.table.features .row .status-toggle,.table.instances .row .status-toggle,.table.payments .row .status-toggle{justify-self:center}.table.features .table-head,.table.features .row{grid-template-columns:1.2fr 1fr 1fr;text-align:center}.table.features .table-head span:first-child,.table.features .row span:first-child{text-align:left}.badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.2px}.status-toggle{width:110px;height:32px;padding:6px 12px}.status-online,.status-active{background:#34d3991f;color:#34d399;border:1px solid rgba(52,211,153,.35)}.status-stale{background:#fbbf241f;color:#fbbf24;border:1px solid rgba(251,191,36,.4)}.status-offline{background:#94a3b81f;color:#cbd5e1;border:1px solid rgba(148,163,184,.4)}.status-suspended{background:#facc151f;color:#facc15;border:1px solid rgba(250,204,21,.4)}.status-blocked{background:#f871711f;color:#f87171;border:1px solid rgba(248,113,113,.4)}.status-unknown{background:#94a3b81f;color:#cbd5e1;border:1px solid rgba(148,163,184,.4)}.pagination{margin-top:14px;display:flex;align-items:center;gap:12px}.tags-row,.notes-row{align-items:flex-start;gap:12px}.tags-content,.notes-content{display:flex;flex:1;flex-direction:column;gap:8px}.tags-list{display:flex;gap:8px;flex-wrap:wrap}.tags-form,.notes-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tags-form input,.notes-form input{flex:1;min-width:180px;background:#0b1425;border:1px solid var(--border);color:var(--text);padding:10px 12px;border-radius:var(--radius-sm)}.pill{display:inline-flex;align-items:center;gap:6px;background:#6d28d9;color:#fff;padding:6px 12px;border-radius:999px;font-weight:700;font-size:12px;min-height:32px}.pill-close{display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;border:none;color:#fff;border-radius:50%;width:18px;height:18px;cursor:pointer;padding:0}.pill-close:hover{background:#ffffff4d}.pill.revoked{background:#334155;color:#cbd5e1}.pill.revoked .pill-close{background:#ffffff1a}.notes-list{display:flex;flex-direction:column;gap:10px}.note{padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#0b1425}.licenses{display:flex;flex-direction:column;gap:6px}.licenses-list{display:flex;flex-direction:column;gap:8px}.subscription-manual{align-items:flex-start}.subscription-manual .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.subscription-manual .actions{display:flex;justify-content:flex-end;width:100%}.subscription-manual input[type=text],.subscription-manual input[type=date]{width:100%}@media (max-width: 960px){.content{grid-template-columns:1fr}.sidebar{flex-direction:row;gap:8px;padding:14px;overflow-x:auto}.nav-item{white-space:nowrap}}@media (max-width: 640px){.page{padding:18px}.shell{border-radius:12px}.topbar{flex-direction:column;align-items:flex-start;gap:6px}.content{grid-template-columns:1fr}.main{padding:16px}.table-head,.row{grid-template-columns:1fr;gap:6px}.table.payments .table-head,.table.payments .row{grid-template-columns:1fr}}.toast{position:fixed;bottom:18px;right:18px;background:#0f172ae6;border:1px solid var(--border);color:var(--text);padding:12px 14px;border-radius:var(--radius-sm);box-shadow:var(--shadow);z-index:1000}.toast.success{border-color:#22c55e66}.toast.error{border-color:#f8717166}:root{--portal-primary-50: #effaf0;--portal-primary-100: #dff3e2;--portal-primary-200: #c7e7cd;--portal-primary-300: #9fd5a7;--portal-primary-500: #4caf50;--portal-primary-600: #388e3c;--portal-primary-700: #2e7d32;--portal-primary-900: #1b5e20;--portal-text: #17311a;--portal-muted: #5f7c63;--portal-border: #d8ead9;--portal-surface: rgba(255, 255, 255, .88);--portal-surface-strong: #ffffff;--portal-shadow: 0 18px 48px rgba(46, 125, 50, .08)}.portal-login-page,.portal-layout{min-height:100vh;min-height:100dvh;color:var(--portal-text)}.portal-login-page,.portal-layout{position:relative;isolation:isolate}.portal-login-page:before,.portal-layout:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at top right,rgba(159,213,167,.32),transparent 30%),radial-gradient(circle at left center,rgba(223,243,226,.72),transparent 35%),linear-gradient(180deg,#f8fffa,#f4fbf5 45%,#eef8f0)}.portal-login-page{display:flex;align-items:center;justify-content:center;padding:32px}.portal-layout{display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.portal-login-shell{width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,440px);gap:28px;align-items:stretch}.portal-hero,.portal-login-card,.portal-shell,.portal-layout .panel,.portal-layout .table,.portal-metric,.portal-highlight,.portal-empty{background:var(--portal-surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--portal-border);box-shadow:var(--portal-shadow)}.portal-hero,.portal-login-card,.portal-shell,.portal-layout .panel,.portal-layout .table,.portal-highlight,.portal-empty{border-radius:28px}.portal-hero{padding:42px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.portal-hero:after{content:"";position:absolute;inset:auto -80px -120px auto;width:260px;height:260px;background:radial-gradient(circle,rgba(76,175,80,.22),transparent 70%)}.portal-kicker{display:inline-flex;align-items:center;gap:8px;background:var(--portal-primary-100);color:var(--portal-primary-700);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.portal-hero h1,.portal-login-card h1,.portal-layout h2,.portal-section-title{color:var(--portal-primary-900)}.portal-hero h1{margin:18px 0 14px;font-size:clamp(34px,4vw,54px);line-height:1.05}.portal-hero p,.portal-layout .muted,.portal-login-muted,.portal-layout .panel p{color:var(--portal-muted)}.portal-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}.portal-hero-stat{padding:16px;background:#ffffffad;border:1px solid var(--portal-border);border-radius:18px}.portal-hero-stat strong{display:block;color:var(--portal-primary-800);font-size:24px;margin-bottom:4px}.portal-login-card{padding:34px;display:flex;flex-direction:column;justify-content:center}.portal-auth-switch{display:inline-flex;gap:8px;padding:6px;border-radius:18px;background:#effaf0e6;border:1px solid var(--portal-border);margin:18px 0 10px}.portal-auth-tab{border:none;background:transparent;color:var(--portal-primary-700);padding:10px 14px;border-radius:14px;font-weight:700;cursor:pointer}.portal-auth-tab.is-active{background:#fff;box-shadow:0 8px 20px #2e7d321f}.portal-package-card,.portal-placeholder-box{margin-top:14px;padding:16px;border-radius:18px;border:1px solid var(--portal-border);background:#fffffff0}.portal-package-card strong,.portal-placeholder-box strong{display:block;color:var(--portal-primary-900);margin-top:4px}.portal-package-price{margin-top:8px;font-size:22px;font-weight:800;color:var(--portal-primary-800)}.portal-package-features,.portal-package-features-list{display:grid;gap:10px;margin-top:14px}.portal-package-features{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-package-chip,.portal-feature-row{display:block;padding:10px 12px;border-radius:14px;background:var(--portal-primary-50);border:1px solid var(--portal-primary-100);color:var(--portal-primary-800);font-size:13px;line-height:1.35}.portal-inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.portal-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;border-radius:16px;border:1px solid var(--portal-border);background:#fff;color:var(--portal-primary-700);font-weight:700;text-decoration:none}.portal-brand{display:inline-flex;align-items:center;gap:12px;color:var(--portal-primary-700);font-weight:800;letter-spacing:-.02em}.portal-brand-icon{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--portal-primary-500),var(--portal-primary-700));color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #4caf503d;font-weight:900}.portal-login-card form,.portal-form-stack{display:flex;flex-direction:column;gap:12px}.portal-login-card label{font-size:13px;font-weight:700;color:var(--portal-primary-800)}.portal-login-card input,.portal-layout input,.portal-layout select{width:100%;border:1px solid var(--portal-border);background:#fffffff0;color:var(--portal-text);border-radius:16px;padding:13px 14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.portal-login-card input:focus,.portal-layout input:focus,.portal-layout select:focus{border-color:var(--portal-primary-500);box-shadow:0 0 0 4px #4caf5024}.portal-primary-btn,.portal-layout button.ghost{border:none;border-radius:16px;background:linear-gradient(135deg,var(--portal-primary-500),var(--portal-primary-600));color:#fff;font-weight:700;padding:13px 18px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;box-shadow:0 14px 28px #4caf5038}.portal-layout button.ghost{padding:10px 16px}.portal-primary-btn:hover,.portal-layout button.ghost:hover{transform:translateY(-1px);box-shadow:0 16px 30px #4caf5047}.portal-primary-btn:disabled,.portal-layout button.ghost:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.portal-shell{width:min(1380px,calc(100% - 40px));height:min(920px,calc(100vh - 40px));height:min(920px,calc(100dvh - 40px));margin:0 auto;overflow:hidden;display:flex;flex-direction:column}.portal-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 26px;background:#ffffffeb;border-bottom:1px solid var(--portal-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.portal-header-meta{display:flex;align-items:center;gap:14px}.portal-header-title{display:flex;flex-direction:column;gap:4px}.portal-header-title strong{font-size:24px;letter-spacing:-.02em;color:var(--portal-primary-900)}.portal-shell-body{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:0;flex:1;overflow:hidden}.portal-sidebar{padding:24px;border-right:1px solid var(--portal-border);background:linear-gradient(180deg,#effaf0b3,#ffffffb8);overflow:hidden}.portal-sidebar-note{padding:14px;border-radius:18px;background:#ffffffd6;border:1px solid var(--portal-border);color:var(--portal-muted);font-size:13px;line-height:1.45;margin-bottom:16px}.portal-layout .sidebar{display:flex;flex-direction:column;gap:10px;padding:0;border-right:none;background:transparent}.portal-layout .nav-item{display:flex;align-items:center;min-height:48px;border-radius:16px;padding:0 16px;text-decoration:none;font-weight:600;color:var(--portal-primary-800);background:#ffffffa8;border:1px solid transparent;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease}.portal-layout .nav-item:hover{transform:translateY(-1px);background:#fff;border-color:var(--portal-primary-200)}.portal-layout .nav-item.active{color:#fff;background:linear-gradient(135deg,var(--portal-primary-500),var(--portal-primary-700));box-shadow:0 12px 24px #4caf503d}.portal-main{padding:28px;min-height:0;overflow:auto;overscroll-behavior:contain}.portal-page-stack{display:flex;flex-direction:column;gap:20px}.portal-highlight{padding:28px;background:linear-gradient(135deg,#effaf0f2,#fffffffa)}.portal-highlight-grid,.portal-layout .details{display:grid;gap:16px}.portal-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.portal-metric,.portal-layout .note{padding:18px;border-radius:22px;border:1px solid var(--portal-border);background:var(--portal-surface-strong)}.portal-metric strong{display:block;margin-top:6px;color:var(--portal-primary-900);font-size:28px}.portal-layout .panel{padding:24px}.portal-layout .panel h2{margin:0 0 16px;font-size:28px;letter-spacing:-.02em}.portal-layout .table{margin-top:0;overflow:hidden}.portal-layout .table-head{background:linear-gradient(180deg,#f5fcf6,#eef8f0);color:var(--portal-primary-800);border-bottom:1px solid var(--portal-border)}.portal-layout .row{border-bottom:1px solid rgba(216,234,217,.95);color:var(--portal-text)}.portal-layout .row:hover{background:#effaf0b8}.portal-layout .badge{border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;border:1px solid transparent}.portal-layout .status-active,.portal-layout .status-online{background:#4caf5029;color:var(--portal-primary-700);border-color:#4caf5047}.portal-layout .status-stale,.portal-layout .status-suspended{background:#ffc10729;color:#9a6a00;border-color:#ffc10747}.portal-layout .status-offline,.portal-layout .status-unknown{background:#607d8b24;color:#45606a;border-color:#607d8b3d}.portal-layout .status-blocked,.portal-layout .error-badge{background:#dc52521f;color:#b63939;border-color:#dc52523d}.portal-layout .error,.portal-login-page .error{margin:0;color:#b63939;font-size:13px}.portal-layout .small,.portal-login-muted,.portal-layout .muted{font-size:13px}.portal-footer{flex-shrink:0;display:flex;justify-content:space-between;gap:16px;padding:0 28px 24px;color:var(--portal-muted);font-size:12px}.portal-empty{padding:18px}.portal-header .topbar-actions{display:flex;align-items:center;gap:12px}@media (max-width: 1100px){.portal-login-shell,.portal-shell-body,.portal-highlight-grid,.portal-hero-stats{grid-template-columns:1fr}.portal-sidebar{border-right:none;border-bottom:1px solid var(--portal-border);overflow:visible}}@media (max-width: 720px){.portal-login-page{padding:16px}.portal-login-card,.portal-hero,.portal-layout .panel,.portal-highlight{padding:20px}.portal-header,.portal-footer,.portal-main,.portal-sidebar{padding-left:18px;padding-right:18px}.portal-layout{padding:10px}.portal-shell{width:100%;height:calc(100dvh - 20px)}.portal-header{flex-direction:column;align-items:flex-start}}:root{--landing-green: #2e7d32;--landing-green-strong: #247c2a;--landing-green-soft: #4caf50;--landing-text: #1f2937;--landing-muted: #667085;--landing-shadow-sm: 0 10px 24px rgba(15, 23, 42, .06);--landing-shadow-md: 0 22px 48px rgba(15, 23, 42, .1);--landing-shadow-lg: 0 30px 70px rgba(15, 23, 42, .14)}html{scroll-behavior:smooth}.landing-shell,.landing-shell button,.landing-shell a,.landing-shell input{font-family:Inter,sans-serif}.landing-shell{display:flex;justify-content:center;min-height:100vh;background:#fff;color:var(--landing-text)}.landing-wrapper{width:1320px;max-width:100%;background:#fff;overflow:hidden;box-shadow:0 0 40px #0000000d}.landing-container{max-width:1320px;margin:0 auto;padding-left:2.75rem;padding-right:2.75rem}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;border-bottom:1px solid #d0e4d5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-header-inner{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--landing-green);font-size:1.5rem;font-weight:700}.landing-brand-icon{width:2rem;height:2rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--landing-green);font-size:.75rem;font-weight:800}.landing-brand-icon-small{width:1.5rem;height:1.5rem;font-size:.62rem}.landing-nav{display:flex;align-items:center;gap:2rem}.landing-nav a,.landing-nav-portal,.landing-price-primary,.landing-price-secondary,.landing-contact-primary,.landing-contact-secondary,.landing-outline-btn,.landing-primary-btn{text-decoration:none}.landing-nav a,.landing-nav-portal{color:var(--landing-green-strong);font-weight:600;position:relative}.landing-nav a:after,.landing-nav-portal:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--landing-green);transition:width .25s ease}.landing-nav a:hover:after,.landing-nav-portal:hover:after{width:100%}.landing-home-section,.landing-section{scroll-margin-top:80px}.landing-home-section{position:relative;overflow:hidden;padding:112px 0 56px;background:linear-gradient(135deg,#f4faf4,#fff,#f4faf4)}.landing-home-background{position:absolute;border-radius:999px;filter:blur(70px);opacity:.45;pointer-events:none}.landing-home-background-right{top:-140px;right:-140px;width:560px;height:560px;background:#abe1b0b3}.landing-home-background-left{left:-140px;bottom:-220px;width:480px;height:480px;background:#c4ebccb3}.landing-hero-grid,.landing-contacts-grid{position:relative;display:grid;grid-template-columns:45% 55%;gap:2rem;align-items:center}.landing-os-tag,.landing-about-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:40px;background:#d1e7d1;color:var(--landing-green);font-size:.8rem;font-weight:700}.landing-hero-copy h1,.landing-section-title h2,.landing-about-copy h2{margin:20px 0;color:#16351f;font-weight:800;line-height:1.16}.landing-hero-copy h1{font-size:2.45rem}.landing-highlight{color:var(--landing-green-soft)}.landing-hero-text,.landing-section-title p,.landing-about-copy p,.landing-gallery-caption span,.landing-feature-card p,.landing-float-window p,.landing-price-card p{color:var(--landing-muted);line-height:1.75}.landing-hero-text,.landing-about-copy p{font-size:.98rem}.landing-hero-actions,.landing-contact-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.landing-primary-btn,.landing-outline-btn,.landing-price-primary,.landing-price-secondary,.landing-contact-primary,.landing-contact-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:14px;font-size:1rem;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease}.landing-primary-btn,.landing-contact-primary,.landing-price-primary{background:#4caf50;color:#fff;box-shadow:0 10px 20px #4caf5038}.landing-outline-btn,.landing-contact-secondary,.landing-price-secondary{background:#fff;color:var(--landing-green-strong);border:2px solid #4caf50}.landing-primary-btn:hover,.landing-outline-btn:hover,.landing-contact-primary:hover,.landing-contact-secondary:hover,.landing-price-primary:hover,.landing-price-secondary:hover{transform:translateY(-2px)}.landing-hero-stats{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.landing-hero-stat-value{color:var(--landing-green);font-size:1.05rem;font-weight:800}.landing-hero-stat-text{margin-top:6px;color:var(--landing-muted);font-size:.82rem;line-height:1.35}.landing-hero-image-card,.landing-gallery-main{overflow:hidden;border-radius:20px;border:1px solid #e5e7eb;box-shadow:var(--landing-shadow-lg);background:#fff}.landing-hero-image-card img,.landing-gallery-main img,.landing-presentation-main img,.landing-float-window-screen img,.landing-thumb img{display:block;width:100%;height:auto}.landing-section{padding:68px 0}.landing-section-white{background:#fff}.landing-pricing-section{background:#4caf500f}.landing-section-title{max-width:780px;margin:0 auto 36px;text-align:center}.landing-section-title h2,.landing-about-copy h2{font-size:1.85rem}.landing-features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-feature-card{padding:22px;border-radius:20px;border:1px solid #e6efe6;background:#fff;box-shadow:var(--landing-shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-feature-card:hover{transform:translateY(-5px);border-color:#b9d7bc;box-shadow:0 15px 30px #498a2926}.landing-feature-card h3{margin:0 0 12px;font-size:1.05rem}.landing-feature-icon{width:38px;height:38px;margin-bottom:18px;border-radius:999px;background:linear-gradient(135deg,#d5ead7,#c4e3c7)}.landing-feature-card-wide{grid-column:span 2;background:#f3faf3}.landing-feature-card-regular{background:#fff}.landing-feature-card-accent{grid-column:span 3;position:relative;overflow:hidden;background:#1f4d24;color:#fff;box-shadow:var(--landing-shadow-md)}.landing-feature-card-accent:before{content:"";position:absolute;top:-120px;right:-60px;width:300px;height:300px;border-radius:999px;background:#5eb36642;filter:blur(20px)}.landing-feature-card-accent p{color:#ffffffd6;max-width:760px}.landing-feature-card-accent .landing-feature-icon{background:#ffffff2e}.landing-feature-card-full{grid-column:span 3;text-align:center}.landing-presentation-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8faf8,#fff)}.landing-presentation-wrap{position:relative;max-width:1040px;margin:0 auto;min-height:620px}.landing-presentation-main{overflow:hidden;border-radius:24px;border:1px solid #e5e7eb;background:#fff;box-shadow:var(--landing-shadow-lg)}.landing-float-window{position:absolute;background:#fff;border-radius:20px;box-shadow:var(--landing-shadow-md)}.landing-float-window-screen{left:60%;top:55%;width:430px;overflow:hidden;border:2px solid #2e7d32;transform:translate(-50%,-50%)}.landing-float-window-note-left{left:18%;top:30%;width:270px;padding:18px;border:1px solid #d1d5db;transform:translate(-50%,-50%)}.landing-float-window-note-left h3,.landing-float-window-bottom h3{margin:0 0 12px;font-size:1.2rem}.landing-float-window-note-right{left:75%;top:28%;width:300px;padding:18px;border:1px solid #d1d5db;transform:translate(-50%,-50%)}.landing-note-badge{display:inline-flex;padding:9px 14px;border-radius:10px;margin-bottom:12px;background:#2e7d32;color:#fff;font-size:.92rem;font-weight:700}.landing-float-window-bottom{left:50%;top:85%;width:340px;padding:18px;border:1px solid #d1d5db;transform:translate(-50%,-50%)}.landing-gallery-caption{display:flex;justify-content:space-between;gap:24px;align-items:baseline;margin:18px auto 0;max-width:1180px}.landing-gallery-caption strong{font-size:1.15rem}.landing-thumbs-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;max-width:1180px;margin:24px auto 0}.landing-thumb{border:0;padding:0;background:transparent;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:none}.landing-thumb img{border-radius:12px;border:2px solid #d1d5db}.landing-thumb.is-active img{border-color:#2e7d32;box-shadow:0 10px 24px #2e7d322e}.landing-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1040px;margin:0 auto;align-items:end}.landing-price-card{position:relative;display:flex;flex-direction:column;gap:12px;padding:22px;min-height:0;background:#fff;border-radius:20px;border:1px solid #e6efe6;box-shadow:var(--landing-shadow-sm)}.landing-price-card h3{margin:0;color:#6b7280;font-size:1rem}.landing-price-value{color:#16351f;font-size:1.45rem;font-weight:800;line-height:1.1}.landing-price-card.is-highlighted{transform:scale(1.02);background:linear-gradient(180deg,#2e7d32,#276a2b);color:#fff;box-shadow:0 24px 50px #2e7d3242}.landing-price-card.is-highlighted h3,.landing-price-card.is-highlighted .landing-price-value{color:#fff}.landing-price-card.is-highlighted p{color:#ffffffdb}.landing-price-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);padding:8px 16px;border-radius:999px;background:#1f4d24;color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase}.landing-price-primary,.landing-price-secondary{width:100%;margin-top:auto}.landing-price-features{display:grid;gap:8px}.landing-price-feature{padding:9px 12px;border-radius:12px;background:#f5faf5;border:1px solid #deebde;color:#305937;font-size:.84rem;line-height:1.35}.landing-price-card.is-highlighted .landing-price-feature{background:#ffffff1f;border-color:#ffffff38;color:#ffffffeb}.landing-price-primary{background:#fff;color:var(--landing-green)}.landing-contacts-section{background:#fff}.landing-about-copy p{max-width:620px}.landing-support-card{display:flex;flex-direction:column;height:380px;overflow:hidden;border:1px solid #dce8dd;border-radius:24px;box-shadow:var(--landing-shadow-lg);background:#fff}.landing-support-head{padding:18px 20px;background:#2e7d32;color:#fff}.landing-support-head strong{display:block;font-size:1rem}.landing-support-head span{color:#fffc;font-size:.85rem}.landing-support-messages{flex:1;display:flex;flex-direction:column;gap:16px;padding:24px;background:#f8faf8}.landing-support-message{display:flex}.landing-support-message.is-client{justify-content:flex-end}.landing-support-bubble{max-width:80%;padding:14px 16px;border-radius:20px;font-size:.95rem;line-height:1.55}.landing-support-message.is-agent .landing-support-bubble{background:#fff;color:#475467;border:1px solid #e5e7eb;border-bottom-left-radius:6px}.landing-support-message.is-client .landing-support-bubble{background:#2e7d32;color:#fff;border-bottom-right-radius:6px}.landing-support-input{padding:18px 20px;border-top:1px solid #edf2ed;background:#fff}.landing-support-input-box{padding:14px 18px;border-radius:999px;background:#f3f4f6;color:#98a2b3;font-size:.95rem}.landing-footer{background:#173a1c;color:#d4e6d6;padding:48px 0}.landing-footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.landing-footer-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#fff;font-size:1.2rem;font-weight:700}.landing-footer p{margin:0;max-width:320px;color:#b7d0ba;line-height:1.6}.landing-footer-links{display:grid;gap:10px}.landing-footer-links a{color:#d4e6d6;text-decoration:none}@media (max-width: 1280px){.landing-wrapper{width:100%;box-shadow:none}.landing-container{padding-left:2rem;padding-right:2rem}.landing-hero-grid,.landing-contacts-grid{grid-template-columns:1fr}.landing-hero-copy,.landing-about-copy{text-align:center}.landing-hero-actions,.landing-contact-actions{justify-content:center}.landing-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-presentation-wrap{min-height:auto}.landing-float-window{position:static;transform:none;width:100%;margin-top:24px}}@media (max-width: 1024px){.landing-nav{display:none}.landing-hero-copy h1{font-size:2.15rem}.landing-features-grid,.landing-pricing-grid{grid-template-columns:1fr 1fr}.landing-feature-card-wide,.landing-feature-card-accent,.landing-feature-card-full{grid-column:span 2}.landing-thumbs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-gallery-caption{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.landing-container{padding-left:1rem;padding-right:1rem}.landing-home-section{padding-top:96px;padding-bottom:40px}.landing-section{padding:52px 0}.landing-header-inner{min-height:62px}.landing-hero-copy h1,.landing-section-title h2,.landing-about-copy h2{font-size:1.65rem}.landing-hero-actions,.landing-contact-actions{flex-direction:column}.landing-primary-btn,.landing-outline-btn,.landing-contact-primary,.landing-contact-secondary{width:100%}.landing-hero-stats,.landing-features-grid,.landing-pricing-grid,.landing-thumbs-grid{grid-template-columns:1fr}.landing-feature-card-wide,.landing-feature-card-accent,.landing-feature-card-full{grid-column:span 1}.landing-price-card.is-highlighted{transform:none}.landing-footer-inner{flex-direction:column}}
