
:root{--bg:#f4f8ff;--panel:#fff;--ink:#10233e;--muted:#61718a;--line:#dbe5f2;--blue:#1769e0;--blue2:#0f4faf;--red:#df2638;--shadow:0 18px 45px rgba(38,72,120,.13);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0,#f2f7ff 38%,#f8fbff 100%);min-height:100vh}
a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}
.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:24px;padding:13px clamp(18px,4vw,58px);background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--ink);margin-right:auto}.brand:hover{text-decoration:none}.brand img{width:155px;height:38px;object-fit:contain;background:#122b4d;border-radius:9px;padding:5px 9px}.brand span{white-space:nowrap}
.nav,.langs{display:flex;align-items:center;gap:15px}.nav a,.langs a{font-weight:700;color:#3d526f}.nav .active{color:var(--blue)}.langs{border-left:1px solid var(--line);padding-left:16px}.user-pill{background:#eef5ff;border:1px solid #d6e6fc;padding:8px 12px;border-radius:999px;font-weight:800;font-size:13px}
.page{width:min(1220px,calc(100% - 32px));margin:0 auto;padding:38px 0 70px}.footer{display:flex;justify-content:space-between;gap:18px;padding:22px clamp(20px,4vw,58px);background:#0c2342;color:#cbd9eb;font-size:13px}
.hero{position:relative;overflow:hidden;border:1px solid #d9e5f3;border-radius:32px;padding:52px clamp(25px,5vw,68px);background:radial-gradient(circle at 82% 18%,rgba(31,121,255,.22),transparent 33%),linear-gradient(135deg,#fff,#edf5ff 58%,#e5efff);box-shadow:var(--shadow)}
.hero:after{content:"GV";position:absolute;right:6%;bottom:-28px;font-size:160px;font-weight:1000;color:rgba(22,92,190,.06)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--blue);font-weight:900;font-size:12px}.hero h1{font-size:clamp(38px,6vw,76px);line-height:.98;margin:13px 0 18px;max-width:820px}.hero p{font-size:clamp(17px,2vw,22px);color:var(--muted);max-width:750px;line-height:1.6}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn,button{appearance:none;border:0;border-radius:12px;padding:12px 18px;background:var(--blue);color:white;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover,button:hover{background:var(--blue2);text-decoration:none}.btn.secondary,button.secondary{background:white;color:var(--blue);border:1px solid #bcd3f2}.btn.danger,button.danger{background:#c51e32}.btn.mini,button.mini{padding:8px 12px;border-radius:9px;font-size:13px}
.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:46px 0 18px}.section-title h2{margin:0;font-size:27px}.section-title p{margin:0;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.feature-card{position:relative;min-height:390px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#122b4d}.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(3,16,34,.87) 100%)}.feature-content{position:absolute;z-index:2;bottom:0;padding:28px;color:white}.feature-content h3{font-size:31px;margin:0 0 7px}.feature-content p{margin:0 0 18px;color:#e9f2ff;max-width:470px;line-height:1.5}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px rgba(35,63,105,.08)}.service-card .visual{height:170px;background:#e8f1ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-card .visual img{width:100%;height:100%;object-fit:cover}.service-card .body{padding:18px}.service-card h3{margin:0 0 7px;font-size:20px}.service-card p{margin:0 0 14px;color:var(--muted);font-size:14px;line-height:1.5}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 32px rgba(38,72,120,.08);margin-bottom:20px}.panel.narrow{max-width:560px;margin:42px auto}.panel h1,.panel h2,.panel h3{margin-top:0}.muted{color:var(--muted)}.flash{padding:13px 16px;border-radius:12px;margin:0 0 18px;border:1px solid #bfd6f8;background:#edf5ff}.flash.error{background:#fff0f1;border-color:#ffc8ce;color:#8c1a28}.flash.success{background:#edfbf4;border-color:#b6ecd0;color:#16623d}.flash.info{background:#edf5ff}
form{display:grid;gap:14px}.field{display:grid;gap:7px}.field label{font-weight:800;font-size:14px}.field input,.field textarea,.field select{width:100%;border:1px solid #cdd9e8;border-radius:11px;background:#fff;padding:12px 13px;font:inherit;color:var(--ink);outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#68a1ec;box-shadow:0 0 0 3px rgba(35,111,215,.11)}.field textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-row.three{grid-template-columns:repeat(3,1fr)}
.app-shell{display:grid;grid-template-columns:220px 1fr;gap:20px}.sidebar{background:#0d284c;color:white;border-radius:20px;padding:18px;height:max-content;position:sticky;top:82px}.sidebar h3{margin:0 0 13px}.sidebar a{display:block;padding:10px 12px;border-radius:9px;color:#dce9fa;font-weight:700}.sidebar a:hover,.sidebar a.active{background:#194b86;text-decoration:none;color:white}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.stat b{display:block;font-size:28px;margin-top:4px}.stat span{color:var(--muted);font-size:13px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px}.card h3{margin:0 0 8px}.card p{color:var(--muted);line-height:1.5}.meta{font-size:12px;color:var(--muted)}
.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:700px}.table th,.table td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);vertical-align:top}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#60718a}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef5ff;color:#205caa;font-size:11px;font-weight:900}.badge.ok{background:#e7f9ef;color:#187345}.badge.off{background:#fff0f1;color:#a31d2c}
.chat{display:grid;gap:12px}.message{border-left:3px solid #6aa4ee;padding:10px 13px;background:#f7faff;border-radius:0 12px 12px 0}.message strong{margin-right:6px}.feed{display:grid;gap:18px}.post-card{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.post-card .post-head,.post-card .post-body,.post-card .post-actions{padding:15px 17px}.post-card .post-head{display:flex;justify-content:space-between}.post-card .post-media img,.post-card .post-media video{width:100%;max-height:590px;object-fit:cover;background:#06152a}.post-actions{display:flex;gap:10px;align-items:center;border-top:1px solid var(--line)}.inline-form{display:flex;gap:8px;align-items:center}.inline-form input,.inline-form select{padding:9px 10px;border:1px solid #ccd9e8;border-radius:9px}.inline-form button{padding:9px 12px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.product .price{font-size:22px;font-weight:950;color:#1158b5}.brand-preview{width:180px;height:100px;object-fit:contain;background:#edf3fa;border-radius:12px;padding:9px;border:1px solid var(--line)}
.health-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.health-item{display:flex;justify-content:space-between;gap:14px;background:#f8fbff;border:1px solid var(--line);padding:14px;border-radius:12px}.code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#0b1d35;color:#dcecff;border-radius:12px;padding:14px;overflow:auto;font-size:13px}
.install-wrap{max-width:850px;margin:40px auto}.install-logo{width:210px;margin:0 auto 18px}.install-step{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.install-step span{border-radius:999px;padding:7px 11px;background:#eaf3ff;font-size:12px;font-weight:800}
.note{border-left:4px solid #f0a40c;background:#fff8e8;padding:14px;border-radius:10px;color:#6f5018}.danger-note{border-left-color:#d3293d;background:#fff0f2;color:#7f1b29}
@media(max-width:950px){.service-grid{grid-template-columns:repeat(2,1fr)}.cards,.product-grid{grid-template-columns:repeat(2,1fr)}.app-shell{grid-template-columns:1fr}.sidebar{position:static}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.topbar{flex-wrap:wrap;gap:10px}.brand span{display:none}.nav{order:3;width:100%;overflow:auto}.langs{margin-left:auto}.page{width:min(100% - 20px,1220px);padding-top:20px}.hero{padding:35px 22px}.feature-grid,.service-grid,.cards,.product-grid,.stats,.health-grid,.form-row,.form-row.three{grid-template-columns:1fr}.feature-card{min-height:340px}.footer{flex-direction:column}}

.nav-form{margin:0;display:inline}.nav-link{background:transparent;color:#3d526f;padding:0;font:inherit;font-weight:700}.nav-link:hover{background:transparent;color:var(--blue)}button:disabled{opacity:.55;cursor:not-allowed}

/* V93.0 — GoVista white ecosystem identity */
:root{--gv-violet:#9c43f2;--gv-cyan:#1aa8ff;--gv-deep:#1b2750}
.topbar{min-height:78px;padding:11px clamp(16px,4vw,54px);background:rgba(255,255,255,.94);border-color:#e4e8f2;box-shadow:0 6px 26px rgba(50,63,112,.04)}
.brand{gap:10px}.brand img{width:46px;height:46px;border-radius:50%;padding:0;background:transparent;object-fit:cover;box-shadow:0 8px 18px rgba(67,76,171,.12)}.brand span{font-size:13px;letter-spacing:.06em;color:#1a2a50}.brand span:after{content:"ECOSYSTEM";display:block;font-size:7px;letter-spacing:.3em;color:#5772dc;margin-top:3px}.nav-form{display:inline-flex!important}.nav-link{border:1px solid #e1e5ef!important;background:#fff!important;color:#465676!important;padding:8px 12px!important;border-radius:10px!important}.nav-link:hover{color:#fff!important;background:linear-gradient(90deg,#245cff,#9d42ef)!important}
.page{width:min(1240px,calc(100% - 28px));padding-top:30px}.footer{background:#fff;color:#758098;border-top:1px solid #e3e8f1}.footer span:first-child{font-weight:800;color:#30405f}
.panel{border-color:#e2e7f0;box-shadow:0 18px 55px rgba(42,60,118,.08)}

.auth-shell{min-height:calc(100vh - 185px);display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:28px;align-items:stretch;max-width:1140px;margin:8px auto 25px}
.auth-intro{position:relative;overflow:hidden;border:1px solid #e1e6f0;border-radius:30px;background:radial-gradient(circle at 70% 12%,rgba(37,106,255,.12),transparent 34%),linear-gradient(145deg,#fff,#f6f8ff);padding:45px;box-shadow:0 24px 70px rgba(45,63,122,.09);display:flex;flex-direction:column;justify-content:center}.auth-intro:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-150px;bottom:-160px;background:radial-gradient(circle,rgba(170,64,246,.12),transparent 68%)}.auth-logo{width:min(340px,80%);aspect-ratio:1;object-fit:cover;border-radius:28px;mix-blend-mode:multiply;margin:0 auto 18px;filter:drop-shadow(0 18px 28px rgba(61,73,160,.12))}.auth-intro .auth-eyebrow{font-size:9px;letter-spacing:.15em;font-weight:950;color:#526ed8}.auth-intro h1{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em;line-height:1.06;margin:10px 0;color:#17223f}.auth-intro h1 span{background:linear-gradient(90deg,#1862ff,#9b40ef);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-intro>p{font-size:13px;line-height:1.7;color:#71809a;max-width:560px}.auth-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.auth-benefits div{border:1px solid #e2e7f1;background:rgba(255,255,255,.82);border-radius:13px;padding:11px;display:grid;gap:4px}.auth-benefits b{font-size:10px;color:#2e4168}.auth-benefits span{font-size:8px;color:#7b879d}
.auth-card{align-self:center;background:#fff;border:1px solid #e0e5ee;border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(45,63,122,.10)}.auth-card-head{text-align:center;margin-bottom:24px}.auth-mini-mark{width:62px;height:62px;margin:0 auto 12px;border-radius:50%;box-shadow:0 8px 22px rgba(56,73,175,.12)}.auth-card-head h2{font-size:28px;margin:0 0 6px;color:#15213d}.auth-card-head p{font-size:11px;color:#7a849a;margin:0}.auth-card .field{gap:7px}.auth-card .field label{font-size:11px;color:#334563}.auth-card .field input{min-height:46px;border-radius:12px;border-color:#dce2ed;background:#fbfcff;padding:0 14px}.auth-card form>button{min-height:47px;border-radius:12px;background:linear-gradient(90deg,#1d60ff,#604dff 60%,#a93ff0);box-shadow:0 10px 25px rgba(62,79,218,.2)}.auth-card .actions{justify-content:space-between;margin-top:14px;font-size:10px}.auth-card .actions a{font-weight:800}.auth-note{margin-top:18px;padding-top:16px;border-top:1px solid #edf0f6;text-align:center;font-size:9px;color:#8a94a7}.auth-plan{display:flex;justify-content:center;margin:10px 0 18px}.auth-plan span{font-size:9px;font-weight:900;letter-spacing:.08em;color:#5d63d7;background:#f1efff;border:1px solid #e1dcff;padding:6px 10px;border-radius:999px}.signed-in-box{text-align:center}.signed-in-box .auth-mini-mark{width:82px;height:82px}.signed-in-box .switch-user{display:grid;gap:9px;margin-top:20px}.signed-in-box .switch-user form{margin:0}.signed-in-box .switch-user button{width:100%}

@media(max-width:900px){.auth-shell{grid-template-columns:1fr;max-width:680px}.auth-intro{padding:32px}.auth-logo{width:250px}.auth-benefits{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.page{width:min(100% - 18px,1240px)}.auth-shell{min-height:auto;gap:14px}.auth-intro{padding:25px 20px}.auth-logo{width:200px}.auth-intro h1{font-size:30px}.auth-benefits{grid-template-columns:1fr}.auth-card{padding:25px 18px;border-radius:22px}.topbar .langs{display:none}.topbar .nav{gap:8px}.topbar .nav>a:not(.btn):not(.user-pill){display:none}}
