*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Tahoma,sans-serif;background:#f7f8ff;color:#17152b}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.header{max-width:1180px;margin:auto;padding:22px 24px;justify-content:space-between}.brand,.header{display:flex;align-items:center}.brand{gap:12px}.brandMark{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#5f3cf5,#16bea9);color:#fff;font-weight:900}.brand small,.brand strong{display:block}.brand small{color:#6f6b86}.header nav{display:flex;gap:18px}.hero{padding:110px 24px;text-align:center;background:radial-gradient(circle at 50% 10%,#e9e5ff,#f7f8ff 52%)}.pill{display:inline-block;padding:9px 15px;border-radius:999px;background:#ede9ff;color:#5d43df;font-weight:800}.hero h1{margin:24px 0 18px;font-size:clamp(46px,7vw,78px)}.hero h1 span{background:linear-gradient(90deg,#5f3cf5,#16bea9);-webkit-background-clip:text;color:transparent}.hero p{max-width:760px;margin:auto;color:#6b667c;font-size:20px;line-height:1.8}.heroButtons{display:flex;gap:12px;justify-content:center;margin-top:28px}.primary,.secondary{display:inline-block;padding:14px 22px;border-radius:14px;border:0;font-weight:800}.primary{background:linear-gradient(135deg,#5f3cf5,#16bea9);color:#fff}.primary:hover{filter:brightness(1.04)}.secondary{border:1px solid #d7dce5;background:#fff;color:#17152b}.section,.subpage{max-width:1180px;margin:auto;padding:75px 24px}.narrow{max-width:760px}.subpage h1{font-size:44px}.subpage>p{color:#6d687f;line-height:1.8}.dashboardGrid,.featureGrid{display:grid;grid-gap:16px;gap:16px}.featureGrid{grid-template-columns:repeat(3,1fr)}.dashboardGrid{grid-template-columns:repeat(4,1fr);margin-top:24px}.authCard,.dashboardGrid article,.featureGrid article,.profileCard,.welcome{padding:24px;border:1px solid #e4e0ef;border-radius:22px;background:#fff}.dashboardGrid strong{display:block;font-size:34px}.dashboardGrid span{color:#716c82}.authCard,.profileCard{display:grid;grid-gap:12px;gap:12px;margin-top:24px}.authCard input,.profileCard input,.profileCard select{width:100%;padding:12px 13px;border:1px solid #ddd8e9;border-radius:13px}.tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.tabs button{padding:11px;border:0;border-radius:12px}.tabs .active{background:#5f3cf5;color:#fff}.formMessage{color:#5d43df}.formError{padding:10px 12px;border:1px solid #ffccc7;border-radius:12px;background:#fff1f0;color:#b42318}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips button,.chips span{padding:8px 12px;border-radius:999px}.chips span{background:#efecff;color:#5d43df}.chips button{border:1px solid #ddd;background:#fff}.chips button.active{border-color:#111;background:#111;color:#fff}.quickLinks{display:flex;gap:12px;margin-top:20px}.quickLinks a{padding:14px;border:1px solid #e4e0ef;border-radius:14px;background:#fff}.assistantPage{max-width:1180px;margin:auto;padding:40px 24px 80px}.assistantHeading{margin-bottom:28px;text-align:center}.assistantHeading h1{margin:18px 0 0;font-size:clamp(34px,5vw,56px)}.chatLayout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:stretch}.conversationSidebar{min-height:640px;padding:16px;border:1px solid #e4e0ef;border-radius:22px;background:#fff}.conversationSidebar>.primary{width:100%}.conversationList{display:grid;grid-gap:8px;gap:8px;max-height:560px;margin-top:14px;overflow-y:auto}.conversationItem{width:100%;padding:12px;border:1px solid #e4e0ef;border-radius:12px;background:#faf9ff;color:#17152b;text-align:right}.conversationItem:hover{background:#f0edff}.conversationItem.active{border-color:#5f3cf5;background:#5f3cf5;color:#fff}.chatCard{min-width:0;min-height:640px;padding:24px;border:1px solid #e4e0ef;border-radius:22px;background:#fff;display:flex;flex-direction:column}.chatMessages{flex:1 1;min-height:420px;max-height:560px;padding:4px;margin-bottom:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.bubble{max-width:82%;padding:14px 16px;border-radius:16px;white-space:pre-wrap;line-height:1.65}.bubble.assistant{align-self:flex-end;background:#efecff}.bubble.user{align-self:flex-start;background:#dcfaf4}.chatCard textarea{width:100%;min-height:110px;padding:13px;margin-bottom:10px;resize:vertical;border:1px solid #ddd8e9;border-radius:13px}.chatCard>.primary{width:100%}.chatNote{display:block;margin-top:10px;color:#716c82}footer{padding:26px;background:#17152b;color:#ddd9eb;text-align:center}@media (max-width:800px){.header{padding:16px}.header nav{display:none}.hero{padding:70px 18px}.heroButtons,.quickLinks{flex-direction:column}.dashboardGrid,.featureGrid{grid-template-columns:1fr}.subpage h1{font-size:36px}.assistantPage{padding:24px 14px 60px}.assistantHeading{margin-bottom:20px}.chatLayout{grid-template-columns:1fr}.conversationSidebar{min-height:auto}.conversationList{max-height:180px}.chatCard{min-height:560px;padding:16px}.chatMessages{min-height:340px}.bubble{max-width:92%}}.conversationRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.conversationOpenButton{flex:1 1;border:1px solid #e4e0ef;background:#faf9ff;border-radius:12px;padding:12px;text-align:right;cursor:pointer;transition:.2s}.conversationOpenButton:hover{background:#f0edff}.conversationRow.active .conversationOpenButton{background:#5f3cf5;color:#fff;border-color:#5f3cf5}.conversationTitle{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversationActions{display:flex;flex-direction:row;align-items:center;gap:6px}.conversationActionButton{width:34px;height:34px;border:none;border-radius:10px;background:#f5f5f5;cursor:pointer;transition:.2s}.conversationActionButton:hover{background:#e8e8e8}.conversationActionButton.danger:hover{background:#ffe5e5}