:root{color:#1a1a1a;background:#f5f6f8;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}.platform-nav{color:#607068;background:#fff;border:1px solid #dfe7e2;border-radius:12px;align-items:center;gap:10px;margin-bottom:18px;padding:10px 12px;display:flex}.platform-nav strong{color:#17372b;align-items:center;gap:7px;margin-right:auto;display:flex}.platform-mark{color:#10271e;background:#52bd8d;border-radius:8px 8px 8px 3px;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.platform-nav>span:not(.platform-mark),.platform-nav button,.platform-nav>a{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;text-decoration:none}.platform-nav .active{color:#1f7453;background:#e1f3e9;font-weight:700}.platform-nav button:hover{color:#1f7453;background:#f1f5f2}.platform-nav small{color:#a13b32}body{margin:0}a{color:#2563eb}.page{max-width:960px;margin:0 auto;padding:24px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:20px}.btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-size:14px;display:inline-block}.btn:hover:not(:disabled){background:#1d4ed8}.btn:disabled{cursor:not-allowed;opacity:.75;background:#9ca3af}.btn-secondary{background:#6b7280}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-secondary:disabled{cursor:not-allowed;opacity:.75;background:#9ca3af}.input,.select,.textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:6px;padding:10px 12px;font-size:14px}.label{margin-top:12px;font-weight:600;display:block}.error{color:#b91c1c;margin-top:8px}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.tab{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px}.tab.active{color:#fff;background:#2563eb;border-color:#2563eb}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:10px}.muted{color:#6b7280}.page.chat-page{flex-direction:column;max-width:960px;height:100dvh;max-height:100dvh;margin-bottom:0;display:flex;overflow:hidden}.chat-layout{flex:auto;gap:12px;min-height:0;display:flex}.chat-tabs-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:0 0 180px;min-height:0;display:flex;overflow:hidden}.chat-tabs-sidebar__header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.chat-tabs-new{padding:4px 10px;font-size:16px;line-height:1}.chat-tabs-list{flex:auto;margin:0;padding:8px;list-style:none;overflow-y:auto}.chat-tab-item{text-align:left;cursor:pointer;color:#374151;word-break:break-word;background:0 0;border:1px solid #0000;border-radius:8px;width:100%;margin-bottom:4px;padding:8px 10px;font-size:13px;display:block}.success{color:#15803d}.chat-tab-row{position:relative}.chat-tab-row .chat-tab-item{padding-right:32px}.chat-tab-delete{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:6px;width:24px;height:24px;padding:0;font-size:18px;line-height:1;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.chat-tab-delete:hover:not(:disabled){color:#b91c1c;background:#fee2e2}.chat-tab-delete:disabled{opacity:.5;cursor:not-allowed}.chat-tab-item:hover:not(:disabled){background:#f3f4f6}.chat-tab-item--active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd;font-weight:600}.chat-tab-item:disabled{opacity:.6;cursor:not-allowed}.chat-main{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.chat-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.chat-page>.muted,.chat-page>.error{flex-shrink:0;margin-top:0;margin-bottom:8px}.chat-badge{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:8px;padding:6px 10px;font-size:12px}.chat-messages{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:auto;min-height:0;margin-bottom:12px;padding:16px;overflow-y:auto}.chat-main .chat-messages{margin-bottom:12px}.chat-lead-form{background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;margin-bottom:12px;padding:12px 16px}.chat-lead-form__title{margin:0 0 8px;font-size:14px;font-weight:600}.chat-lead-form__error{color:#b91c1c;margin:4px 0 8px;font-size:12px}.chat-lead-form .input--invalid{border-color:#b91c1c}.chat-lead-consent{align-items:flex-start;gap:8px;margin:10px 0;font-size:12px;display:flex}.chat-bubble{border-radius:12px;max-width:85%;margin-bottom:10px;padding:10px 14px}.chat-bubble--assistant{background:#f3f4f6;margin-right:auto}.chat-bubble--user{background:#dbeafe;margin-left:auto}.chat-bubble p{white-space:pre-wrap;margin:0}.chat-typing{color:#6b7280;font-style:italic}.chat-input-row{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.chat-input-row .btn{white-space:nowrap}.chat-input{flex:1;margin-top:0}.modal-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:640px;max-height:85vh;margin-bottom:0;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.modal-header h3{margin:0}.profile-summary{background:#f9fafb;border-radius:8px;margin-bottom:12px;padding:12px;font-size:14px}.profile-summary ul{margin:8px 0 0;padding-left:20px}.dialog-messages{border:1px solid #e5e7eb;border-radius:12px;max-height:360px;padding:12px;overflow-y:auto}.log-level{text-transform:uppercase;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.log-level--error{color:#b91c1c;background:#fee2e2}.log-level--warning{color:#92400e;background:#fef3c7}.log-level--info{color:#1d4ed8;background:#dbeafe}.log-source{color:#6b7280;word-break:break-all;max-width:180px;font-size:12px}.log-detail{color:#f3f4f6;white-space:pre-wrap;background:#1f2937;border-radius:8px;margin:0;padding:12px;font-size:12px;overflow-x:auto}button,input,textarea,select{font:inherit}.aiveric-landing,.aiveric-auth-page,.services-page{color:#14241f;background:radial-gradient(circle at 82% 16%,#67c69d2e,#0000 30%),linear-gradient(145deg,#f8fbf9 0%,#eef6f2 100%);min-height:100vh}.aiveric-header,.services-header{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:26px 32px;display:flex}.aiveric-brand{color:#14241f;letter-spacing:-.03em;align-items:center;gap:11px;font-size:21px;font-weight:760;text-decoration:none;display:inline-flex}.aiveric-brand-mark{color:#0c2d20;background:#68d3a5;border-radius:11px 11px 11px 4px;place-items:center;width:35px;height:35px;font-size:15px;font-weight:850;display:grid;box-shadow:0 8px 22px #3589632e}.aiveric-login-link{color:#17372b;background:#ffffffb8;border:1px solid #163a2c2e;border-radius:12px;padding:10px 18px;font-weight:700;text-decoration:none;transition:all .2s}.aiveric-login-link:hover{border-color:#4bb789;transform:translateY(-1px);box-shadow:0 8px 20px #1e5b411a}.aiveric-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:90px;max-width:1180px;min-height:calc(100vh - 90px);margin:0 auto;padding:80px 32px 120px;display:grid}.aiveric-eyebrow{color:#368765;letter-spacing:.15em;font-size:12px;font-weight:850}.aiveric-hero h1{letter-spacing:-.055em;max-width:690px;margin:18px 0 20px;font-size:clamp(48px,6.2vw,78px);font-weight:760;line-height:.99}.aiveric-lead{color:#597169;max-width:590px;margin:0 0 30px;font-size:19px;line-height:1.65}.aiveric-primary-action{color:#fff;background:#163c2e;border-radius:13px;align-items:center;gap:28px;padding:15px 20px;font-weight:750;text-decoration:none;display:inline-flex;box-shadow:0 14px 30px #0f3d2b2e}.aiveric-primary-action:hover{background:#20533f}.aiveric-capabilities{color:#526b62;gap:10px;margin:32px 0 0;padding:0;font-size:14px;list-style:none;display:grid}.aiveric-capabilities li:before{content:"✓";color:#286f52;background:#d8f1e6;border-radius:50%;place-items:center;width:20px;height:20px;margin-right:9px;font-weight:900;display:inline-grid}.aiveric-product-preview{min-height:480px;position:relative}.aiveric-product-preview:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff61;border:1px solid #2b71521f;border-radius:36px;position:absolute;inset:35px 10px 15px 70px;transform:rotate(3deg)}.aiveric-preview-card{background:#ffffffeb;border:1px solid #1b4b381a;border-radius:22px;gap:20px;width:min(400px,88%);padding:27px;display:flex;position:absolute;box-shadow:0 24px 60px #1946341f}.aiveric-preview-card--seller{top:50px;left:0}.aiveric-preview-card--analyst{top:245px;right:0}.service-icon{color:#12392a;background:#a4e3c7;border-radius:15px 15px 15px 5px;flex:none;place-items:center;width:50px;height:50px;font-size:17px;font-weight:900;display:grid}.aiveric-preview-card--analyst .service-icon,.service-choice--analyst .service-icon{color:#243654;background:#cbdcf8}.aiveric-preview-card small{color:#688078;font-weight:650}.aiveric-preview-card h2{letter-spacing:-.04em;margin:2px 0 8px;font-size:30px}.aiveric-preview-card p{color:#60766f;margin:0;line-height:1.55}.aiveric-preview-status{white-space:nowrap;color:#4c685e;background:#ffffffe6;border-radius:99px;padding:9px 14px;font-size:12px;font-weight:750;position:absolute;bottom:3px;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #1b4d3a1a}.aiveric-preview-status span{background:#49bd87;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.aiveric-auth-page{place-items:center;padding:96px 24px 40px;display:grid}.aiveric-auth-brand{position:absolute;top:28px;left:36px}.aiveric-auth-card{background:#ffffffeb;border:1px solid #1b4b381a;border-radius:24px;width:min(440px,100%);padding:38px;box-shadow:0 28px 70px #1946341f}.aiveric-auth-heading{text-align:center;margin-bottom:28px}.aiveric-auth-heading h1{letter-spacing:-.045em;margin:10px 0 8px;font-size:36px}.aiveric-auth-heading p,.aiveric-auth-note{color:#697d76}.aiveric-auth-card .input{background:#fbfdfc;border-color:#d8e3de;padding:13px 14px}.aiveric-auth-card .input:focus{border-color:#4fb789;outline:3px solid #53be8f2b}.aiveric-auth-submit{color:#fff;cursor:pointer;background:#173d2f;border:0;border-radius:12px;width:100%;margin-top:22px;padding:14px;font-weight:760}.aiveric-auth-submit:disabled{opacity:.65;cursor:wait}.aiveric-auth-error{color:#9b2f2f;background:#fff0f0;border-radius:9px;padding:10px 12px;font-size:13px}.aiveric-auth-note{text-align:center;margin:24px 0 0;font-size:12px}.aiveric-loading{color:#5d726a;background:#f4f8f6;place-items:center;min-height:100vh;display:grid}.services-user{color:#64766f;align-items:center;gap:15px;font-size:13px;display:flex}.services-user button{color:#29483d;cursor:pointer;background:#fff;border:1px solid #d8e2dd;border-radius:9px;padding:8px 12px}.services-content{max-width:1000px;margin:0 auto;padding:80px 32px 120px}.services-content>h1{letter-spacing:-.052em;margin:12px 0 10px;font-size:clamp(38px,5vw,58px)}.services-intro{color:#637870;margin:0 0 42px;font-size:17px}.services-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.service-choice{text-align:left;color:#18332a;cursor:pointer;background:#ffffffe6;border:1px solid #1c4b391c;border-radius:24px;flex-direction:column;min-height:355px;padding:30px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 18px 48px #1a483614}.service-choice:hover{transform:translateY(-4px);box-shadow:0 25px 58px #1a483624}.service-choice:disabled{opacity:.72;cursor:wait}.service-choice-top{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.service-available{color:#367659;background:#e3f5ec;border-radius:99px;padding:6px 9px;font-size:11px;font-weight:750}.service-choice>small{color:#678078;letter-spacing:.12em;font-weight:800}.service-choice h2{letter-spacing:-.045em;margin:7px 0 12px;font-size:36px}.service-choice p{color:#60766e;margin:0;line-height:1.6}.service-open{color:#246c4f;margin-top:auto;padding-top:35px;font-weight:800}.service-open b{float:right;font-size:20px}@media (width<=820px){.aiveric-hero{grid-template-columns:1fr;gap:30px;padding-top:50px}.aiveric-product-preview{min-height:450px}.services-grid{grid-template-columns:1fr}}@media (width<=560px){.aiveric-header,.services-header{padding:20px}.aiveric-hero,.services-content{padding-left:20px;padding-right:20px}.aiveric-hero h1{font-size:43px}.aiveric-preview-card{width:94%;padding:20px}.aiveric-preview-card--analyst{top:235px}.aiveric-auth-card{padding:28px 22px}.aiveric-auth-brand{left:20px}.services-user span{display:none}}.seller-app-shell{color:#17201c;background:#f5f7f5;grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.seller-sidebar{z-index:20;color:#dce9e3;background:#12271f;flex-direction:column;width:232px;padding:28px 18px 22px;display:flex;position:fixed;inset:0 auto 0 0}.seller-brand{color:#fff;letter-spacing:-.4px;align-items:center;gap:11px;padding:0 10px 30px;font-size:21px;font-weight:750;text-decoration:none;display:flex}.seller-brand-mark{color:#10271e;background:#52bd8d;border-radius:9px 9px 9px 3px;place-items:center;width:32px;height:32px;font-size:13px;font-weight:900;display:grid}.seller-products{border:1px solid #294438;border-radius:10px;grid-template-columns:1fr;gap:4px;margin:-14px 0 20px;padding:5px;display:grid}.seller-products a,.seller-products span{color:#9eb3aa;text-align:left;border-radius:7px;padding:8px 10px;font-size:11px;text-decoration:none}.seller-products span{color:#10271e;background:#52bd8d;font-weight:800}.seller-products a:hover{color:#fff;background:#1d3b2f}.seller-sidebar-nav{gap:5px;display:grid}.seller-sidebar-nav button{color:#9eb3aa;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-size:14px;display:flex}.seller-sidebar-nav button>span{text-align:center;width:20px;font-size:17px}.seller-sidebar-nav button:hover,.seller-sidebar-nav button.active{color:#fff;background:#1d3b2f}.seller-sidebar-footer{border-top:1px solid #294438;grid-template-columns:34px minmax(0,1fr) 24px;align-items:center;gap:9px;margin-top:auto;padding:17px 6px 0;display:grid}.seller-avatar{color:#15543d;background:#dcece4;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.seller-sidebar-footer div{gap:1px;min-width:0;display:grid}.seller-sidebar-footer strong{color:#e5efe9;text-overflow:ellipsis;font-size:10px;font-weight:650;overflow:hidden}.seller-sidebar-footer small{color:#718c80;font-size:9px}.seller-sidebar-footer button{color:#8fa59b;cursor:pointer;background:0 0;border:0;padding:4px}.seller-workspace{grid-column:2;min-width:0;padding:0 38px 48px}.seller-topbar{border-bottom:1px solid #e4e9e6;justify-content:space-between;align-items:center;height:98px;margin-bottom:26px;display:flex}.seller-topbar p{color:#1f7453;text-transform:uppercase;letter-spacing:1.05px;margin:0;font-size:10px;font-weight:800}.seller-topbar h1{letter-spacing:-.65px;margin:2px 0 0;font-size:25px}.seller-content{width:100%;max-width:none}.seller-content>.card,.seller-content>div.card{box-shadow:none;border-color:#e4e9e6;border-radius:14px}.seller-content .card{background:#fff;border-color:#e4e9e6;border-radius:14px}.seller-content .card h2{letter-spacing:-.25px;margin:0 0 18px;font-size:17px}.seller-content .card h3{font-size:14px}.seller-content .btn{background:#1f7453;border-radius:9px;padding:10px 15px;font-size:12px;font-weight:750;box-shadow:0 4px 12px #1f745326}.seller-content .btn:hover:not(:disabled){background:#15543d}.seller-content .btn-secondary{color:#365348;box-shadow:none;background:#fff;border:1px solid #d8e2dd}.seller-content .btn-secondary:hover:not(:disabled){color:#15543d;background:#f7faf8;border-color:#b9c5bf}.seller-content .input,.seller-content .select,.seller-content .textarea{color:#24332d;background:#fbfcfb;border-color:#dce4df;border-radius:9px;padding:11px 12px}.seller-content .input:focus,.seller-content .select:focus,.seller-content .textarea:focus{border-color:#52a982;outline:3px solid #52bd8d24}.seller-content .label{color:#42574f;margin-top:15px;font-size:12px}.seller-content .table{background:#fff;border:1px solid #e4e9e6;border-radius:12px;overflow:hidden}.seller-content .table th{color:#718078;text-transform:uppercase;letter-spacing:.08em;background:#f7f9f8;font-size:9px}.seller-content .table th,.seller-content .table td{border-color:#e9eeeb;padding:12px 14px}.seller-content .table td{font-size:12px}.seller-content .analytics-grid{gap:14px}.seller-content .analytics-grid .card{background:#dff2e9;min-height:118px;margin:0;padding:18px}.seller-content .analytics-grid .card:nth-child(2n){background:#e6f0fb}.seller-content .analytics-grid strong{letter-spacing:-1px;font-size:28px}.seller-content .analytics-grid p{color:#59665f;font-size:11px}.seller-content>.card[style]{background:linear-gradient(135deg,#fff 0%,#f0f8f4 100%);border-color:#cfe8dc!important}.seller-content>.card[style] ol{color:#50655d;padding-left:22px}.seller-content>.card[style] li{margin:10px 0}.seller-content .success{color:#1f7453}.seller-content .error{color:#9b2f2f;background:#fff0f0;border-radius:9px;padding:10px 12px;font-size:12px}.seller-content .muted{color:#6f7b75}@media (width<=900px){.seller-app-shell{grid-template-columns:78px minmax(0,1fr)}.seller-sidebar{width:78px;padding:24px 12px}.seller-brand{justify-content:center;padding:0 0 26px}.seller-brand>span:last-child,.seller-products,.seller-sidebar-nav button:not(.active){font-size:0}.seller-sidebar-nav button{justify-content:center;padding:11px}.seller-sidebar-nav button>span{font-size:17px}.seller-sidebar-footer{grid-template-columns:1fr;justify-items:center}.seller-sidebar-footer div,.seller-sidebar-footer button{display:none}.seller-workspace{padding:0 20px 38px}}@media (width<=620px){.seller-app-shell{display:block}.seller-sidebar{flex-direction:row;align-items:center;width:100%;height:64px;padding:10px 16px;position:sticky;top:0}.seller-brand{margin-right:auto;padding:0}.seller-brand>span:last-child{font-size:18px;display:inline}.seller-products,.seller-sidebar-footer{display:none}.seller-sidebar-nav{gap:3px;display:flex;overflow-x:auto}.seller-sidebar-nav button{width:38px;min-width:38px}.seller-sidebar-nav button span{font-size:15px}.seller-workspace{padding:0 14px 30px}.seller-topbar{height:82px;margin-bottom:16px}.seller-topbar h1{font-size:20px}.seller-content .table{white-space:nowrap;display:block;overflow-x:auto}}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}
