:root{--gold:#c9a84c;--gold-bright:#e4c76b;--gold-dim:#7d6532;--deep:#08070e;--sidebar:#100d1a;--panel:#171323;--panel-2:#221c34;--line:rgba(201,168,76,0.12);--line-strong:rgba(201,168,76,0.28);--ink:#eee9f6;--muted:#938aa9;--violet:#bbb2ec;--green:#54d4a1;color-scheme:dark;}*{box-sizing:border-box;}html,body{width:100%;height:100%;margin:0;}body{min-width:320px;overflow:hidden;background:#08070e;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0;}button,textarea{font:inherit;}button{-webkit-tap-highlight-color:transparent;}.app{width:100%;height:100dvh;display:grid;grid-template-columns:304px minmax(0,1fr);background:linear-gradient(115deg,rgba(201,168,76,0.06),transparent 28%),linear-gradient(245deg,rgba(84,212,161,0.04),transparent 32%),var(--deep);}.is-lk-embed,.is-lk-embed body{overflow:hidden;}.is-lk-embed .app{grid-template-columns:minmax(0,1fr);}.is-lk-embed .sidebar{display:none;}.is-lk-embed .chat{min-width:0;}.sidebar{min-width:0;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,0.025),transparent 36%),var(--sidebar);border-right:1px solid rgba(255,255,255,0.06);}.sidebar-top{padding:29px 28px 22px;border-bottom:1px solid rgba(255,255,255,0.055);}.brand{display:flex;align-items:center;gap:12px;}.mark{width:46px;height:46px;flex:0 0 auto;padding:6px;border:1px solid rgba(201,168,76,0.18);border-radius:14px;background:rgba(201,168,76,0.07);}.mark svg,.welcome-star svg,#send svg,#voiceInput svg{display:block;width:100%;height:100%;}.mark circle,.mark path,.welcome-star circle,.welcome-star path{fill:none;stroke:var(--gold);stroke-width:1.55;stroke-linejoin:round;}.mark circle:first-child,.welcome-star circle:first-child{stroke-dasharray:2.5 4;opacity:0.55;}.mark circle:last-child,.welcome-star circle:last-child{fill:var(--gold);opacity:0.55;}h1,h2,p{margin:0;}h1,h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;}.brand h1{color:var(--gold-bright);font-size:24px;line-height:1;text-transform:uppercase;}.brand p{margin-top:5px;color:#9e93c5;font-size:10px;letter-spacing:0.16em;text-transform:uppercase;}.tagline{margin-top:17px;max-width:230px;color:#b1a8c8;font:italic 15px/1.45 "Cormorant Garamond",Georgia,serif;}.topics{display:flex;flex-direction:column;gap:9px;padding:19px 22px;overflow-y:auto;}.topic-title{margin-bottom:4px;color:#756b91;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;}.topics button{width:100%;min-height:44px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:0 12px 0 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--violet);text-align:left;cursor:pointer;transition:border-color 0.18s ease,background 0.18s ease,color 0.18s ease;}.topics button span{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:#231d3a;color:#b7abea;font-size:13px;transition:background 0.18s ease,color 0.18s ease;}.topics button:hover span,.topics button:focus-visible span{background:rgba(201,168,76,0.16);color:var(--gold-bright);}.topics button:hover,.topics button:focus-visible{border-color:rgba(201,168,76,0.13);background:rgba(201,168,76,0.055);color:#ddd8ff;outline:none;}.reset-block{width:calc(100% - 44px);margin:auto 22px 18px;}.reset-block p{margin:0 0 9px;color:#8e869f;font-size:11px;line-height:1.45;}.reset{width:100%;min-height:42px;border:1px solid rgba(201,168,76,0.28);border-radius:8px;background:rgba(201,168,76,0.09);color:var(--gold-bright);cursor:pointer;}.reset:hover,.reset:focus-visible{background:rgba(201,168,76,0.15);outline:none;}.chat{min-width:0;position:relative;height:100%;display:grid;grid-template-rows:76px minmax(0,1fr) minmax(122px,auto);background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent 24%),rgba(7,6,12,0.72);overflow:hidden;}.chat-head{grid-row:1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 30px;border-bottom:1px solid rgba(255,255,255,0.055);background:rgba(13,10,20,0.72);}.chat-head h2{color:var(--ink);font-size:24px;line-height:1;}.chat-kicker{margin:0 0 7px;color:#756b91;font-size:10px;letter-spacing:0.16em;text-transform:uppercase;}.online{display:inline-flex;align-items:center;gap:7px;color:#8f879f;font-size:12px;white-space:nowrap;}.online span{width:7px;height:7px;border-radius:999px;background:var(--green);box-shadow:0 0 8px rgba(84,212,161,0.72);}.messages{grid-row:2;min-height:0;overflow-y:auto;padding:clamp(26px,7.8vh,86px) 28px 32px;scrollbar-width:none;}.messages::-webkit-scrollbar{display:none;}.chat-scrollbar{position:absolute;z-index:5;top:80px;right:10px;bottom:138px;width:10px;border-radius:999px;border:1px solid rgba(201,168,76,0.14);background:rgba(255,255,255,0.045);}.chat-scrollbar-thumb{position:absolute;top:0;left:2px;width:4px;min-height:44px;border-radius:999px;background:rgba(228,199,107,0.78);box-shadow:0 0 12px rgba(201,168,76,0.22);cursor:grab;}.chat-scrollbar-thumb:active{cursor:grabbing;}.chat-scrollbar.is-disabled{opacity:0.38;}.welcome{width:min(100%,700px);margin:0 auto;padding:38px 34px 34px;border:1px solid rgba(201,168,76,0.14);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,0.035),transparent 42%),rgba(18,13,31,0.78);box-shadow:0 28px 90px rgba(0,0,0,0.28);text-align:center;}.welcome-star{width:74px;height:74px;margin:0 auto 18px;}.welcome-label{margin:0 0 11px;color:#756b91;font-size:10px;letter-spacing:0.15em;text-transform:uppercase;font-family:Inter,system-ui,sans-serif;font-style:normal;}.welcome h2{color:var(--gold-bright);font-size:clamp(38px,5.6vw,54px);line-height:1.05;font-weight:400;}.welcome p{margin:22px auto 29px;max-width:600px;color:#aaa2d2;font:italic 16px/1.55 "Cormorant Garamond",Georgia,serif;}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;}.chips button{min-height:40px;max-width:100%;padding:0 17px;border:1px solid rgba(201,168,76,0.22);border-radius:9px;background:#1b1729;color:#beb6ee;cursor:pointer;}.chips button:hover,.chips button:focus-visible{border-color:rgba(201,168,76,0.44);background:rgba(201,168,76,0.11);outline:none;}.message{width:min(100%,760px);margin:0 auto 18px;display:flex;gap:12px;align-items:flex-start;}.message.user{flex-direction:row-reverse;}.avatar{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid rgba(201,168,76,0.22);border-radius:999px;background:#1c172e;color:var(--gold-bright);font-size:13px;}.bubble{max-width:min(670px,calc(100vw - 128px));padding:14px 17px;border:1px solid rgba(201,168,76,0.12);border-radius:12px;background:#181427;color:#ede9f6;line-height:1.65;overflow-wrap:anywhere;}.user .bubble{border-color:rgba(201,168,76,0.22);background:rgba(201,168,76,0.1);}.bubble p + p{margin-top:10px;}.share-answer{min-height:32px;margin-top:13px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid rgba(201,168,76,0.24);border-radius:8px;background:rgba(201,168,76,0.08);color:var(--gold-bright);font-size:12px;line-height:1;cursor:pointer;}.share-answer svg{width:16px;height:16px;}.share-answer path,.share-answer circle{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}.share-answer:hover,.share-answer:focus-visible{background:rgba(201,168,76,0.16);outline:none;}.share-panel{width:min(100%,360px);margin-top:10px;padding:12px;border:1px solid rgba(201,168,76,0.2);border-radius:8px;background:rgba(13,10,24,0.86);}.share-panel p{margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.35;}.share-panel div{display:flex;flex-wrap:wrap;gap:8px;}.share-panel button{min-height:34px;padding:0 12px;border:1px solid rgba(201,168,76,0.24);border-radius:8px;background:rgba(201,168,76,0.08);color:var(--gold-bright);font:inherit;font-size:12px;cursor:pointer;}.share-panel button:hover,.share-panel button:focus-visible{background:rgba(201,168,76,0.16);outline:none;}.presentation-attachment{margin-top:14px;display:grid;gap:4px;padding:14px 15px;border:1px solid rgba(201,168,76,0.24);border-radius:8px;background:linear-gradient(135deg,rgba(201,168,76,0.12),rgba(32,25,52,0.72));color:var(--ink);text-decoration:none;}.presentation-attachment span{color:var(--gold);font-size:11px;letter-spacing:0.12em;text-transform:uppercase;}.presentation-attachment strong{font-size:15px;line-height:1.25;}.presentation-attachment:hover,.presentation-attachment:focus-visible{border-color:rgba(201,168,76,0.44);outline:none;}.input-area{grid-row:3;position:relative;z-index:6;min-height:0;padding:17px 30px 18px;border-top:1px solid rgba(255,255,255,0.055);background:rgba(9,7,16,0.9);}.composer{width:min(100%,760px);min-height:60px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 38px 38px;align-items:end;gap:10px;padding:10px 10px 10px 16px;border:1px solid rgba(201,168,76,0.22);border-radius:12px;background:rgba(24,20,39,0.96);box-shadow:0 18px 54px rgba(0,0,0,0.22);}.composer[hidden],.chat-access-gate[hidden]{display:none !important;}.chat-access-gate{width:min(100%,760px);margin:0 auto;display:grid;gap:12px;padding:15px 16px;border:1px solid rgba(201,168,76,0.22);border-radius:12px;background:rgba(24,20,39,0.96);box-shadow:0 18px 54px rgba(0,0,0,0.22);}.chat-access-gate p{margin:0;color:var(--ink);font-size:14px;line-height:1.45;}.chat-access-gate div{display:flex;flex-wrap:wrap;gap:9px;}.chat-access-gate a{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border:1px solid rgba(201,168,76,0.28);border-radius:8px;background:rgba(201,168,76,0.11);color:var(--gold-bright);font-size:13px;font-weight:600;text-decoration:none;}.chat-access-gate a:hover,.chat-access-gate a:focus-visible{background:rgba(201,168,76,0.2);outline:none;}textarea{width:100%;min-height:36px;max-height:144px;resize:none;border:0;outline:none;background:transparent;color:var(--ink);line-height:1.55;padding:8px 0 5px;}textarea::placeholder{color:#7f778e;}#send,#voiceInput{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(201,168,76,0.34);border-radius:8px;background:rgba(201,168,76,0.14);color:var(--gold-bright);cursor:pointer;}#voiceInput{background:rgba(255,255,255,0.035);color:#beb6ee;}#send path,#voiceInput path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}#send:hover,#send:focus-visible,#voiceInput:hover,#voiceInput:focus-visible,#voiceInput.is-listening{background:rgba(201,168,76,0.24);outline:none;}#voiceInput.is-listening{color:var(--gold-bright);box-shadow:0 0 0 3px rgba(201,168,76,0.11);}#send:disabled,#voiceInput:disabled{opacity:0.45;cursor:wait;}.hint{margin-top:9px;color:#6f687e;font-size:11px;text-align:center;}@media (max-width:860px){.app{grid-template-columns:252px minmax(0,1fr);}.sidebar-top,.topics{padding-left:22px;padding-right:22px;}.reset-block{width:calc(100% - 44px);margin-left:22px;margin-right:22px;}}@media (max-width:700px){body{overflow:auto;}.app{min-height:100dvh;height:100dvh;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);}.sidebar{height:auto;display:block;border-right:0;border-bottom:1px solid rgba(255,255,255,0.06);}.sidebar-top{padding:16px 18px 14px;}.brand h1{font-size:21px;}.mark{width:36px;height:36px;}.tagline{display:none;}.topics{display:flex;flex-direction:row;gap:8px;padding:0 16px 14px;overflow-x:auto;}.topic-title{display:none;}.topics button{width:auto;min-width:max-content;min-height:34px;grid-template-columns:24px auto;padding-right:12px;border:1px solid rgba(201,168,76,0.16);border-radius:999px;background:rgba(35,29,58,0.72);font-size:13px;}.topics button span{width:24px;height:24px;border-radius:999px;background:transparent;}.reset-block{display:none;}.chat{min-height:0;grid-template-rows:62px minmax(0,1fr) auto;}.chat-scrollbar{display:none;}.chat-head{padding:0 16px;}.chat-head h2{font-size:17px;}.messages{padding:28px 16px 22px;}.welcome-star{width:58px;height:58px;margin-bottom:20px;}.welcome h2{font-size:clamp(31px,10vw,40px);}.welcome p{margin:17px auto 22px;font-size:15px;}.chips{gap:8px;}.chips button{min-height:36px;padding-inline:13px;font-size:13px;}.input-area{padding:12px 12px max(12px,env(safe-area-inset-bottom));}.composer{min-height:54px;grid-template-columns:minmax(0,1fr) 36px 36px;border-radius:9px;}#send,#voiceInput{width:36px;height:36px;}.hint{display:none;}.hint.is-voice-active{display:block;margin-top:7px;color:var(--gold-bright);}.bubble{max-width:calc(100vw - 82px);}}@media (max-width:420px){.welcome{padding:26px 18px 22px;border-radius:14px;}.online{font-size:0;}.online span{width:8px;height:8px;}.chips{flex-direction:column;align-items:stretch;}.chips button{width:100%;text-align:center;}}