*{box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0;background:#23262c;color:#e6e6e6;line-height:1.5}main{max-width:720px;margin:0 auto;padding:24px 16px 48px}main.wide{max-width:1640px;padding:6px 18px 10px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;min-height:28px}.topbar p{margin:0}.topbar-logo{height:24px;width:auto;display:block}.panels{display:grid;grid-template-columns:190px minmax(0,1fr) 190px;grid-gap:14px;gap:14px;align-items:start}@media (max-width:900px){.panels{grid-template-columns:1fr}}.panel{margin:0;max-height:calc(100vh - 58px);overflow-y:auto}.panel-title{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#7e8794;margin:2px 0 8px;font-weight:600}.chat-panel{display:flex;flex-direction:column}.chat-panel .messages{max-height:60vh;flex:1 1}.tile{border:1px solid #232a34;border-radius:7px;padding:7px 9px;margin-bottom:6px;background:#12161d;transition:border-color .15s ease}.tile:hover{border-color:#34404f}.tile-head{display:flex;justify-content:space-between;align-items:center;gap:6px}.tile-name{font-weight:600;font-size:13px}.tile-desc{font-size:11.5px;line-height:1.45;color:#a7afba;margin:3px 0}.rel{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px}.chip{display:inline-block;font-size:10px;padding:1px 6px;border-radius:999px;border:1px solid #2a313c;background:#1a1f29;color:#b9c1cc}.chip.mood{background:#2b2140;border-color:#3d2f5a}.chip.action{background:#11243f;border-color:#1d3a5f}.chip.held{background:#1f3a23;border-color:#2f5a36}h1{font-size:14px;margin:0;letter-spacing:.04em;font-weight:600;color:#c4ccd6}.muted{color:#9aa4b2;font-size:13px}.card{background:#161b22;border:1px solid #232a33;border-radius:14px;padding:18px;margin:16px 0;box-shadow:0 1px 3px rgba(0,0,0,.3)}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;padding:10px 11px;border-radius:9px;border:1px solid #2a313c;background:#0e1116;color:#e6e6e6;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}input::placeholder,textarea::placeholder{color:#5f6878}input:hover,select:hover,textarea:hover{border-color:#3a4350}input:focus,select:focus,textarea:focus{outline:none;border-color:#3b6fd4;box-shadow:0 0 0 3px rgba(59,111,212,.22);background-color:#0c0f14}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%238a93a1' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}button,select{cursor:pointer}button{padding:10px 15px;border-radius:9px;border:1px solid transparent;background:#2563eb;color:#fff;font-weight:500;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .06s ease}button:hover:not(:disabled){filter:brightness(1.08)}button:active:not(:disabled){transform:translateY(1px)}button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(59,111,212,.35)}button.secondary{background:#1c222b;border-color:#2a313c;color:#d3dae3}button:disabled{opacity:.45;cursor:not-allowed}.row{display:flex;gap:8px;align-items:center}.messages{display:flex;flex-direction:column;gap:10px;max-height:50vh;overflow-y:auto;padding:4px}.msg{padding:10px 12px;border-radius:10px;border:1px solid #2a313c}.msg .who{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#9aa4b2;margin-bottom:2px}.msg.you{background:#11243f;align-self:flex-end;max-width:85%}.msg.narrator{background:#1a1f29;font-style:italic}.msg.character{background:#181d26}.error{color:#ff8585;background:#2a1416;border:1px solid #5a2326;padding:10px 12px;border-radius:8px;margin:12px 0;white-space:pre-wrap}.tile .muted{font-size:11px;margin:1px 0}.rel-label{font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;color:#6f7886;margin:5px 0 3px}.chip.rel{text-transform:capitalize}.chip.rel-strong{background:#1f3a23;border-color:#2f5a36;color:#cfe9d3}.chip.rel-some{background:#2b2140;border-color:#3d2f5a;color:#d9cef0}.chip.rel-faint{background:#1a1f29;border-color:#2a313c;color:#9aa4b2}.page-panel{margin:0;height:calc(100vh - 58px);flex-direction:column;background:#f4ecd9;border:1px solid #d8ccb0;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.4),inset 0 0 80px rgba(120,96,48,.07)}.page-heading,.page-panel{display:flex;overflow:hidden}.page-heading{align-items:baseline;gap:10px;padding:7px 18px;border-bottom:1px solid #e2d7bf;white-space:nowrap}.page-chapter{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#a08b5c;flex:none}.page-chapter,.page-title{font-family:Georgia,Times New Roman,serif}.page-title{font-size:15px;font-weight:600;color:#2c2419;overflow:hidden;text-overflow:ellipsis}.page-location{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:13px;color:#8a7a55;flex:none}.page-location:before{content:"·";margin-right:10px;color:#ccbf9f}.page-tools{display:flex;align-items:center;gap:6px;padding:6px 16px;background:#efe6d2;border-bottom:1px solid #e2d7bf}.pt-label{font-family:Georgia,serif;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#9a8a5f}.page-tools button{background:#fbf6ea;border:1px solid #d2c5a6;color:#5a4f3a;padding:2px 9px;font-size:13px;line-height:1.2}.pt-sep{width:1px;height:16px;background:#d8ccb0;margin:0 6px}.page{flex:1 1;min-height:0;overflow-y:auto;padding:24px clamp(20px,5vw,64px) 32px;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;font-size:18px;line-height:1.8;color:#2c2419}.prose{margin:0 0 1.1em}.narration{text-align:justify}.writing{display:flex;align-items:center;gap:10px;margin:.4em 0 1.1em;color:#a08b5c}.writing-dots{display:inline-flex;gap:5px}.writing-dots i{width:7px;height:7px;border-radius:50%;background:#b08d4f;display:inline-block;animation:inkpulse 1.1s ease-in-out infinite}.writing-dots i:nth-child(2){animation-delay:.18s}.writing-dots i:nth-child(3){animation-delay:.36s}.writing-note{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:14px}.writing-note:after{content:"";display:inline-block;width:1px;height:1em;background:#b08d4f;margin-left:3px;vertical-align:-2px;animation:inkblink .9s steps(1) infinite}@keyframes inkpulse{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes inkblink{0%,50%{opacity:1}50.01%,to{opacity:0}}.speaker-name{display:block;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#a08b5c;margin-bottom:1px}.character-line .dialogue{display:block}.player-line{font-style:italic;color:#5a4f3a;padding-left:16px;border-left:2px solid #d8ccb0}.player-line .speaker-name{color:#9a8a5f}.composer{border-top:1px solid #d8ccb0;padding:12px 16px 14px;background:#ece2cc}.composer-byline{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:13px;color:#8a7a55;margin-bottom:8px}.composer input{background:#fbf6ea;border:1px solid #d2c5a6;color:#2c2419}.composer input::placeholder{color:#a99b78}.composer button{background:#7a5c2e;border-color:#6a4f28;white-space:nowrap}.composer .nav-btn{background:#fbf6ea;border:1px solid #d2c5a6;color:#7a5c2e;font-size:14px;padding:10px 12px}.composer .nav-btn:disabled{opacity:.35}.a-layout{display:grid;grid-template-columns:320px 1fr;grid-gap:16px;gap:16px;align-items:start;margin-top:16px}@media (max-width:900px){.a-layout{grid-template-columns:1fr}}.a-sessions{display:flex;flex-direction:column;gap:8px;position:-webkit-sticky;position:sticky;top:12px;max-height:92vh;overflow-y:auto}.a-session{display:block;text-align:left;background:#12161d;border:1px solid #2a313c;color:#e6e6e6;padding:8px 10px;border-radius:8px;cursor:pointer}.a-session.active{border-color:#2563eb;background:#14203a}.a-session-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.a-mini{padding:2px 8px}.a-detail{display:flex;flex-direction:column;gap:14px}.a-card{background:#161b22;border:1px solid #232a33;border-radius:12px;padding:16px 18px;box-shadow:0 1px 2px rgba(0,0,0,.25)}.a-grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 18px;gap:6px 18px}.a-label{display:inline-block;min-width:96px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#6f7886;margin-right:6px}.a-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.a-dim{color:#8a93a1;font-size:13px}.a-prose{color:#c4ccd6;font-size:14px;margin-top:2px}.a-kv{display:inline-flex;flex-wrap:wrap;gap:4px 10px}.a-pair{font-size:13px;color:#c4ccd6}.a-pair b{color:#9aa4b2;font-weight:600}.a-event{border-left:3px solid #2a313c;padding:6px 0 6px 12px;margin-bottom:8px}.a-event.done{border-left-color:#2f5a36;opacity:.75}.a-event.next{border-left-color:#2563eb;background:#11192b}.a-event-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}.a-event-status{font-size:12px;font-weight:700;color:#9aa4b2}.a-event.done .a-event-status{color:#6fbf7a}.a-event.next .a-event-status{color:#5b9bff}.a-char{border:1px solid #2a313c;border-radius:8px;padding:10px 12px;margin-bottom:8px;display:grid;grid-gap:4px;gap:4px}.a-rels{display:grid;grid-gap:3px;gap:3px}.a-rel-row{display:flex;gap:8px;align-items:baseline}.a-rel-who{min-width:80px;font-size:13px;color:#c4ccd6;font-weight:600}.a-objs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}@media (max-width:700px){.a-objs{grid-template-columns:1fr}}.a-obj{border:1px solid #2a313c;border-radius:8px;padding:8px 10px}.a-obj.gone{opacity:.45}.a-transcript{display:flex;flex-direction:column;gap:6px;max-height:50vh;overflow-y:auto}.a-msg{font-size:14px;padding:5px 8px;border-radius:6px;border:1px solid #20262f}.a-msg.player{background:#11243f}.a-msg.narrator{background:#1a1f29;font-style:italic}.a-msg.character{background:#181d26}.a-msg-who{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#6f7886;margin-bottom:1px}.a-tabs{display:inline-flex;gap:4px;background:#12161d;border:1px solid #2a313c;border-radius:8px;padding:3px}.a-tabs button{background:transparent;border:none;color:#9aa4b2;padding:5px 12px;border-radius:6px;font-size:13px}.a-tabs button.active{background:#2563eb;color:#fff}.a-nav{position:relative}.a-nav-btn{display:inline-flex;align-items:center;gap:9px;background:#12161d;border:1px solid #2a313c;color:#d3dae3;padding:7px 12px;border-radius:9px;font-size:13px;font-weight:600}.a-nav-icon{color:#8a93a1;font-size:14px}.a-nav-caret{color:#6f7886;font-size:10px}.a-nav-backdrop{position:fixed;inset:0;z-index:30;background:transparent}.a-nav-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:40;min-width:230px;background:#161b22;border:1px solid #2a313c;border-radius:11px;padding:6px;box-shadow:0 14px 34px rgba(0,0,0,.5);display:grid;grid-gap:2px;gap:2px}.a-nav-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#6f7886;padding:6px 8px 5px}.a-nav-menu button{background:transparent;border:none;color:#c4ccd6;text-align:left;padding:8px 10px;border-radius:7px;font-size:13px}.a-nav-menu button:hover{background:#1a212b}.a-nav-menu button.active{background:#2563eb;color:#fff}.a-chapter{margin-bottom:18px}.a-chapter-head{font-family:Georgia,serif;font-size:18px;color:#e6e6e6;border-bottom:1px solid #2a313c;padding-bottom:4px;margin-bottom:10px}.a-scene{border-left:3px solid #2563eb;padding:8px 0 8px 12px;margin:0 0 12px;display:grid;grid-gap:4px;gap:4px}.b-bar{background:#12161d;border:1px solid #232a33;border-radius:10px;padding:6px 10px;margin-bottom:12px;box-shadow:0 1px 2px rgba(0,0,0,.3)}.b-bar .row{min-height:0}.b-bar button{padding:6px 11px;font-size:13px}.b-bar select{padding:6px 28px 6px 10px;max-width:240px}.b-ok{color:#6fbf7a}.b-err,.b-ok{font-size:13px;align-self:center}.b-err{color:#ff8585}.b-field{display:grid;grid-template-columns:1fr;grid-gap:5px;gap:5px;margin:14px 0}.b-field>.a-label{padding-top:0;min-width:0;margin-right:0}.b-control{min-width:0}.b-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px 14px;gap:4px 14px}@media (max-width:640px){.b-grid{grid-template-columns:1fr}.a-card{padding:14px 13px}.b-bar select{max-width:100%}}.b-item{border:1px solid #2a313c;border-radius:8px;padding:10px 12px;margin-bottom:12px;background:#12161d}.b-item-head{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:6px}.b-item-head input{width:auto;flex:1 1;min-width:120px}.b-inline{font-size:13px;color:#c4ccd6;display:inline-flex;gap:4px;align-items:center;white-space:nowrap}.b-inline input{width:auto}.b-num{width:60px!important}.b-effects,.b-nummap{display:grid;grid-gap:4px;gap:4px}.b-effect,.b-pair{display:flex;gap:6px;align-items:center}.b-pair .b-k{flex:1 1}.b-pair .b-v{width:90px}.b-effect .b-k,.b-effect .b-v{width:auto;flex:1 1}.b-effect select{width:auto}.b-x{background:#3a1f24;border-color:#5a2326;padding:4px 8px;font-size:12px}.b-add{background:#1a2433;border-color:#2a3a52;color:#9bc0ff;justify-self:start}.b-add,.b-del{font-size:13px;padding:6px 10px}.b-del{background:#2a1416;border:1px solid #5b2a2f;color:#ff9b9b;border-radius:8px;cursor:pointer}.b-del:hover:not(:disabled){border-color:#ff8585}.b-del:disabled{opacity:.5;cursor:default}.b-chips{display:flex;flex-wrap:wrap;gap:4px}.b-chips .chip{cursor:pointer}.b-rels{display:grid;grid-gap:8px;gap:8px}.b-rel{border-left:2px solid #2a313c;padding-left:8px}.b-events{margin:12px 0 0 6px;padding:8px 0 0 14px;border-left:2px solid #2a3a52}.b-events-label{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.b-event-edit{border:1px solid #20262f;border-left:3px solid #2a3a52;border-radius:6px;padding:8px;margin:6px 0;background:#0f141b}.b-event-edit.collapsed{padding:4px 8px;background:#11161d}.b-event-bar{display:flex;align-items:center;gap:8px}.b-event-bar input{flex:1 1;width:auto;min-width:100px}.b-ev-toggle{background:transparent;border:none;color:#6f7886;font-size:11px;width:16px;padding:2px;cursor:pointer;flex:none}.b-ev-toggle:hover{color:#cfe0ff}.b-ev-tag{font-size:11px;font-weight:700;color:#6f7886;flex:none}.b-ev-sum{flex:2 1;color:#8a93a1;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b-event-fields{margin-top:8px}.op-editor{display:grid;grid-gap:8px;gap:8px}.op-block{display:flex;gap:8px;align-items:stretch;border:1px solid #20262f;border-radius:8px;background:#0f141b;padding:8px}.op-block-side{display:flex;flex-direction:column;gap:4px;flex:none}.op-mini{background:#1a212b;border:1px solid #2a313c;color:#c4ccd6;width:24px;height:22px;padding:0;border-radius:6px;font-size:12px;line-height:1;cursor:pointer}.op-mini:disabled{opacity:.35}.op-mini.op-del{background:#3a1f24;border-color:#5a2326;margin-top:auto}.op-block-body{flex:1 1;min-width:0}.op-text{width:100%}.op-media{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.op-media-prev{max-width:100%;max-height:150px;border-radius:8px;border:1px solid #2a313c;background:#0b0e13}.op-mini-label{font-size:12px;color:#9bc0ff;background:#1a2433;border:1px solid #2a3a52;padding:4px 9px;border-radius:6px}.op-media-block{display:grid;grid-gap:6px;gap:6px}.op-desc{width:100%;font-size:12.5px}.op-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.b-media{display:grid;grid-gap:6px;gap:6px}.b-media-prev{display:block;max-width:100%;max-height:160px;width:auto;border-radius:8px;border:1px solid #2a313c;background:#0b0e13;object-fit:cover}.b-ai{border-color:#2f3b54;background:linear-gradient(180deg,#131a26,#10141c)}.b-ai-prompt{width:100%;margin:8px 0 10px;padding:10px 12px;border-radius:10px;border:1px solid #2a313c;background:#0b0e13;color:#e6e6e6;font-size:14px;line-height:1.5;resize:vertical;outline:none}.b-ai-prompt:focus{border-color:#3b82f6}.b-ai-go{background:linear-gradient(180deg,#2563eb,#1d4ed8);border:1px solid #2f5fd0;color:#fff;font-weight:600;padding:9px 18px;border-radius:10px;cursor:pointer}.b-ai-go:hover:not(:disabled){filter:brightness(1.08)}.b-ai-go:disabled{opacity:.5;cursor:default}.b-aif-wrap{position:relative;display:block}.b-aif-wrap>input,.b-aif-wrap>textarea{width:100%;padding-right:34px}.b-aif{position:absolute;top:6px;right:6px;display:inline-flex;align-items:flex-start;z-index:5}.b-aif-btn{width:24px;height:24px;padding:0;border-radius:7px;border:1px solid #2a313c;background:#161b24;color:#cbb6ff;font-size:13px;line-height:1;cursor:pointer;opacity:.65;transition:opacity .12s,border-color .12s,background .12s}.b-aif-btn.on,.b-aif-btn:hover{opacity:1;border-color:#6d4fd0;background:#1c2233}.b-aif-pop{position:absolute;top:30px;right:0;width:min(360px,78vw);display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:8px;border-radius:10px;border:1px solid #2f3b54;background:#10141c;box-shadow:0 10px 28px rgba(0,0,0,.5)}.b-aif-instr{flex:1 1 180px;min-width:0;padding:7px 9px;border-radius:8px;border:1px solid #2a313c;background:#0b0e13;color:#e6e6e6;font-size:13px;outline:none}.b-aif-instr:focus{border-color:#6d4fd0}.b-aif-go{flex:0 0 auto;background:linear-gradient(180deg,#7c5cff,#6d4fd0);border:1px solid #6d4fd0;color:#fff;font-weight:600;padding:7px 14px;border-radius:8px;cursor:pointer}.b-aif-go:hover:not(:disabled){filter:brightness(1.08)}.b-aif-go:disabled{opacity:.55;cursor:default}.b-aif-err{flex:1 1 100%;font-size:12px}.av-pick{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(3,5,9,.7)}.av-pick-panel{width:100%;max-width:640px;max-height:82vh;display:flex;flex-direction:column;background:#11151c;border:1px solid #2a313c;border-radius:14px;overflow:hidden}.av-pick-head{align-items:center;justify-content:space-between;padding:12px 14px;font-weight:700;color:#e8ecf3}.av-pick-head,.av-pick-tabs{display:flex;border-bottom:1px solid #232a33}.av-pick-tabs{flex-wrap:wrap;gap:6px;padding:10px 14px}.av-pick-tabs button{padding:6px 12px;border-radius:999px;border:1px solid #2a313c;background:#0e1218;color:#9aa4b2;font-size:13px;cursor:pointer}.av-pick-tabs button.active{border-color:#3b82f6;color:#fff;background:#16202e}.av-pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));grid-gap:10px;gap:10px;padding:14px;overflow-y:auto}.av-pick-item{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#0b0e13;cursor:pointer;aspect-ratio:1/1}.av-pick-item img{width:100%;height:100%;object-fit:cover;display:block}.av-pick-item:hover:not(:disabled){border-color:#3b82f6}.av-pick-item:disabled{opacity:.5;cursor:default}.av-pick-busy{padding:10px 14px;border-top:1px solid #232a33;color:#9bc0ff;font-size:13px}.b-cover-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-top:8px}.b-cover-slot{display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid #2a313c;border-radius:10px;background:#0e1218}.b-cover-label{font-size:12px;font-weight:600;color:#9aa4b2}.b-cover-prev{display:block;width:100%;aspect-ratio:3/4;border-radius:8px;border:1px solid #2a313c;background:#0b0e13;object-fit:cover}.b-cover-empty{display:grid;place-items:center;width:100%;aspect-ratio:3/4;border-radius:8px;border:1px dashed #2a313c;background:#0b0e13;color:#5f6976;font-size:12px}.b-steps{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;padding:6px;background:#12161d;border:1px solid #2a313c;border-radius:12px}.b-step{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid transparent;color:#8a93a1;padding:7px 12px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.b-step:hover{background:#1a212b;color:#c4ccd6}.b-step.active{background:#1a2433;border-color:#2a3a52;color:#cfe0ff}.b-step-n{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#232b36;color:#9aa4b2;font-size:11px;font-weight:700;flex:none}.b-step.active .b-step-n{background:#3b6fd4;color:#fff}.b-step.done .b-step-n{background:#2a5237;color:#9fe0ad}.b-step-l{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.b-step-badge{background:#232b36;color:#9aa4b2;border-radius:999px;padding:0 7px;font-size:11px;line-height:18px}.b-step.active .b-step-badge{background:#26344a;color:#cfe0ff}.b-stepfoot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:12px 4px 0;border-top:1px solid #2a313c}.b-stepfoot>.a-dim{flex:1 1;text-align:center}.story-pick-wrap{display:grid;grid-gap:10px;gap:10px;margin:12px 0}.story-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:22px;gap:22px}.story-card{display:flex;flex-direction:column;padding:0;background:#12161d;border:1px solid #232a33;border-radius:18px;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 4px 14px rgba(0,0,0,.34);transition:border-color .14s ease,box-shadow .14s ease,transform .1s ease}.story-card:hover:not(:disabled){border-color:#3a4659;transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.46)}.story-card:disabled{cursor:default}.story-card-cover{position:relative;width:100%}.story-cover,.story-cover-none{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;background:linear-gradient(135deg,#1a2433,#232b36)}.story-card-themes{position:absolute;top:10px;left:10px;right:10px;display:flex;flex-wrap:wrap;gap:6px}.story-theme{font-size:12px;font-weight:600;color:#f2ece0;background:rgba(10,12,18,.62);border:1px solid hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 11px;border-radius:999px;text-transform:capitalize}.story-card-body{display:flex;flex-direction:column;gap:5px;padding:18px 20px 20px}.story-card-author{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#8a93a1}.story-card-title{font-size:22px;font-weight:700;color:#f0f3f7;line-height:1.22}.story-card-desc{font-size:14px;color:#aab3c0;line-height:1.5;margin-top:2px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-card-stats{display:flex;gap:20px;margin-top:12px;padding-top:12px;border-top:1px solid #232a33}.story-stat{font-size:14px;color:#c4ccd6;display:inline-flex;align-items:center;gap:6px}.b-scene-step{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}@media (max-width:720px){.b-scene-step{grid-template-columns:1fr}}.b-scene-main{min-width:0}.b-scene-empty{display:grid;grid-gap:10px;gap:10px;justify-items:start}.b-scene-page-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.b-scene-crumb{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#7f8a99}.b-storyline{position:-webkit-sticky;position:sticky;top:12px;max-height:calc(100vh - 24px);overflow:auto;background:#12161d;border:1px solid #2a313c;border-radius:10px;padding:12px 14px}.b-storyline-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.b-storyline-title{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#9aa4b2}.b-add-sm{padding:3px 8px;font-size:12px}.b-needed{border-color:#6a4a1f;box-shadow:inset 0 0 0 1px rgba(214,158,70,.25)}.b-sv-chapter{margin-bottom:10px}.b-sv-ch-head{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:12px;font-weight:700;color:#cfe0ff;padding:2px 0;border-bottom:1px solid #20262f;margin-bottom:4px}.b-sv-addscene{background:transparent;border:1px solid #2a3a52;color:#9bc0ff;width:20px;height:20px;line-height:1;padding:0;border-radius:6px;font-size:14px;cursor:pointer;flex:none}.b-sv-addscene:hover{background:#1a2433}.b-sv-scene{padding:2px 0 2px 6px;border-left:2px solid #20262f;margin:4px 0 4px 2px}.b-sv-scene-name{background:transparent;border:none;color:#c4ccd6;font-size:13px;padding:2px 4px;cursor:pointer;text-align:left;width:100%;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.b-sv-scene-name:hover{background:#1a212b;color:#fff}.b-sv-scene-name.active{color:#9bc0ff}.b-sv-events{list-style:none;margin:2px 0 0;padding:0 0 0 12px}.b-sv-events li{font-size:12px;color:#8a93a1;padding:1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b-sv-evdot{color:#5a6577;margin-right:5px}.b-sv-legend{margin-top:10px;padding-top:8px;border-top:1px solid #20262f;font-size:11px}.b-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:16px;gap:16px;align-items:start;margin-top:16px}@media (max-width:1100px){.b-layout{grid-template-columns:1fr}}.b-assistant{position:-webkit-sticky;position:sticky;top:12px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 24px);background:#12161d;border:1px solid #2a313c;border-radius:10px;padding:14px 16px}.b-chat{flex:1 1;min-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:4px 0}.b-chat-msg{font-size:13.5px;line-height:1.5;padding:8px 10px;border-radius:8px;white-space:pre-wrap}.b-chat-msg.user{background:#14203a;border:1px solid #1d3a5f;align-self:flex-end;max-width:90%}.b-chat-msg.assistant{background:#161b22;border:1px solid #2a313c}.b-ask{display:flex;gap:8px;align-items:flex-end}.b-ask textarea{flex:1 1;resize:vertical;min-height:38px}.b-ask button{white-space:nowrap}main.wide.playing{position:relative}.scene-bg{position:fixed;inset:-40px;z-index:-2;background-size:cover;background-position:50%;filter:blur(20px) brightness(.5) saturate(1.15);transform:scale(1.12)}.scene-veil{position:fixed;inset:0;z-index:-1;background:radial-gradient(120% 95% at 50% 0,rgba(8,10,14,.2),rgba(8,10,14,.66) 65%,rgba(8,10,14,.92))}.playing .page-panel,.playing .panel{height:calc(100vh - 22px);max-height:calc(100vh - 22px)}.playing .panel{background:transparent;border:none;padding:2px}.playing .tile{background:rgba(20,24,32,.42);border:1px solid hsla(0,0%,100%,.08);border-radius:11px;-webkit-backdrop-filter:blur(10px) saturate(1.1);backdrop-filter:blur(10px) saturate(1.1);box-shadow:0 8px 24px rgba(0,0,0,.28)}.playing .tile:hover{border-color:hsla(0,0%,100%,.2);background:rgba(26,31,41,.5)}.playing .panel-title{color:#cdbf9f}.playing .tile-desc{color:#c6cdd7}.playing .muted{color:#b3bccb}.playing .page-panel{background:rgba(15,17,24,.5);border:1px solid hsla(0,0%,100%,.09);border-radius:14px;-webkit-backdrop-filter:blur(16px) saturate(1.15);backdrop-filter:blur(16px) saturate(1.15);box-shadow:0 24px 70px rgba(0,0,0,.5)}.playing .page-heading{border-bottom-color:hsla(0,0%,100%,.08)}.playing .page-chapter{color:#d8c69a}.playing .page-title{color:#f2ece0}.playing .page-location{color:#cdbf9f}.playing .page-location:before{color:hsla(0,0%,100%,.3)}.playing .page-tools{background:transparent;border-bottom-color:hsla(0,0%,100%,.08)}.playing .pt-label{color:#b9b08f}.playing .page-tools button{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.14);color:#e7dfce}.playing .pt-sep{background:hsla(0,0%,100%,.14)}.playing .page{color:#ece4d3;text-shadow:0 1px 3px rgba(0,0,0,.55)}.playing .speaker-name{color:#d8c69a}.playing .player-line{color:#ccd4e0;border-left-color:hsla(0,0%,100%,.22)}.playing .player-line .speaker-name{color:#b9b08f}.playing .writing{color:#d8c69a}.playing .composer{background:rgba(10,12,18,.45);border-top-color:hsla(0,0%,100%,.09)}.playing .composer-byline{color:#cdbf9f}.playing .composer input{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.16);color:#f2ece0}.playing .composer input::placeholder{color:hsla(0,0%,100%,.45)}.playing .composer .nav-btn{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.16);color:#e7dfce}.floating-menu{position:fixed;left:16px;bottom:14px;z-index:20;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.fm-toggle{width:38px;height:38px;padding:0;border-radius:50%;background:rgba(20,24,32,.6);border:1px solid hsla(0,0%,100%,.18);color:#e7dfce;font-size:18px;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 20px rgba(0,0,0,.45)}.fm-actions{display:flex;gap:8px;padding:8px;border-radius:12px;background:rgba(16,18,26,.72);border:1px solid hsla(0,0%,100%,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(0,0,0,.5)}.fm-actions button{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.16);white-space:nowrap}.mobile-tabs{display:none;gap:8px;margin-bottom:8px}.mobile-tabs button{flex:1 1;background:rgba(20,24,32,.6);border:1px solid hsla(0,0%,100%,.16);color:#e7dfce;padding:9px 10px;font-size:13px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-tabs button.active{background:#2563eb;border-color:#2563eb;color:#fff}.drawer-backdrop{display:none}@media (max-width:900px){.panels{grid-template-columns:1fr}.mobile-tabs{display:flex}.playing .page-panel{height:calc(100dvh - 64px);max-height:none}.playing .panel{position:fixed;top:0;bottom:0;height:auto;max-height:none;width:82%;max-width:320px;z-index:40;overflow-y:auto;padding:14px 14px 28px;background:rgba(18,22,30,.5);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 0 48px rgba(0,0,0,.55);transition:transform .25s ease}.playing .panel-left{left:0;border-right:1px solid hsla(0,0%,100%,.12);transform:translateX(-102%)}.playing .panel-right{right:0;border-left:1px solid hsla(0,0%,100%,.12);transform:translateX(102%)}.playing .panel.open{transform:translateX(0)}.drawer-backdrop{display:block;position:fixed;inset:0;z-index:35;background:rgba(0,0,0,.28)}}.speech{font-style:italic}.obj-mention{background:hsla(43,44%,73%,.18);border-bottom:1px solid hsla(43,44%,73%,.5);border-radius:3px;padding:0 2px}.mention{color:#e8c878;background:hsla(43,44%,73%,.16);border-radius:4px;padding:0 3px;font-style:normal;font-weight:600}.chip.uses{background:#2a2410;border-color:#4a3f1c;color:#e8d9a8}.chip.crucial{background:#3a2410;border-color:#6a4520;color:#f0c98a}.composer-input{position:relative;flex:1 1;min-width:0}.mention-menu{position:absolute;left:0;right:0;bottom:calc(100% + 6px);z-index:30;background:rgba(16,18,26,.96);border:1px solid hsla(0,0%,100%,.16);border-radius:10px;padding:4px;box-shadow:0 10px 30px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mention-hint{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#8a93a1;padding:4px 8px 2px}.mention-item{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;text-align:left;background:transparent;border:none;color:#e7dfce;padding:7px 8px;border-radius:6px;font-size:13px}.mention-item:hover{background:hsla(0,0%,100%,.08)}.mention-uses{font-size:11px;color:#b9b08f}.tile-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex:none;margin-right:7px;border:1px solid hsla(0,0%,100%,.18)}.tile-media{max-height:120px;object-fit:cover;border-radius:6px;margin:4px 0;border:1px solid hsla(0,0%,100%,.12)}.peek-media,.tile-media{display:block;width:100%;background:#0b0e13}.peek-media{max-height:420px;object-fit:contain;border-radius:10px;margin:.4em auto 1.2em;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 10px 30px rgba(0,0,0,.45)}.turn-group{position:relative;border-radius:8px;padding:2px 10px;transition:background .15s ease}.turn-group.active,.turn-group:hover{background:hsla(0,0%,100%,.06)}.turn-tools{position:absolute;top:2px;right:8px;display:none;gap:6px;z-index:3}.turn-group.active .turn-tools,.turn-group:hover .turn-tools{display:flex}.tt-btn{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:11.5px;line-height:1.3;padding:3px 8px;border-radius:6px;background:rgba(18,22,30,.72);border:1px solid hsla(0,0%,100%,.18);color:#e7dfce;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.tt-btn:hover{border-color:hsla(0,0%,100%,.38)}.tt-btn:disabled{opacity:.4;cursor:not-allowed}.summary-box{margin:6px 0 10px;padding:8px 10px;border-radius:8px;border:1px solid hsla(0,0%,100%,.16);background:rgba(20,24,32,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.summary-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.summary-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#cdbf9f;font-weight:600}.summary-text{font-size:13.5px;line-height:1.5;color:#e8dfce;white-space:pre-wrap}.tts-bar{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:25;display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(16,18,26,.82);border:1px solid hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.5)}.tts-btn{width:30px;height:30px;padding:0;border-radius:50%;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);color:#e7dfce;font-size:13px;line-height:1;cursor:pointer}.tts-btn:hover{border-color:hsla(0,0%,100%,.4)}.tts-rate{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;color:#cdbf9f;min-width:40px;text-align:center}.tts-seek{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:160px;height:5px;padding:0;border:none;border-radius:999px;background:hsla(0,0%,100%,.2);cursor:pointer}.tts-seek::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:13px;height:13px;border-radius:50%;background:#f2ece0;border:1px solid rgba(0,0,0,.3);cursor:pointer}.tts-seek::-moz-range-thumb{width:13px;height:13px;border-radius:50%;background:#f2ece0;border:1px solid rgba(0,0,0,.3);cursor:pointer}.tts-seek::-moz-range-progress{height:5px;border-radius:999px;background:#d8c69a}@media (max-width:560px){.tts-seek{width:90px}}*{scrollbar-width:thin;scrollbar-color:transparent transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:transparent;border-radius:999px;border:3px solid transparent;background-clip:padding-box;-webkit-transition:background-color .35s ease;transition:background-color .35s ease}.scrolling::-webkit-scrollbar-thumb,:hover::-webkit-scrollbar-thumb{background-color:rgba(150,165,190,.4)}::-webkit-scrollbar-thumb:hover{background-color:rgba(175,190,215,.65)}.scrolling{scrollbar-color:rgba(150,165,190,.4) transparent}.cy-main{max-width:none;margin:0;padding:0}.cy-shell{display:flex;align-items:stretch;min-height:100vh}@media (min-width:821px){.cy-shell .sm-drawer{position:relative;top:auto;left:auto;bottom:auto;transform:none;flex:0 0 360px;box-shadow:none;z-index:1;transition:flex-basis .26s ease}.cy-shell .sm-drawer:not(.open){flex-basis:0;width:0;min-width:0;padding-left:0;padding-right:0;border-right:none;overflow:hidden;pointer-events:none}.cy-shell .sm-backdrop{display:none}}.cy{display:flex;flex-direction:column;height:100vh;max-width:900px;margin:0 auto;flex:1 1;min-width:0}.cy-sit{max-width:none;background:#1b1c20;overflow-y:auto}.cy-sit .cy-top{position:static;justify-content:flex-start;gap:10px;padding-top:7px;padding-bottom:7px;background:rgba(24,25,29,.82);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.06)}.cy-sit .cy-top-thumb{width:30px;height:30px;border-radius:8px}.cy-sit .cy-composer{position:-webkit-sticky;position:sticky;bottom:0;z-index:6;justify-content:center;align-items:center;background:transparent;border-top:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.cy-sit .cy-composer .cy-input-wrap{max-width:600px}.cy-sit .cy-thread{overflow:visible;flex:1 0 auto}.cy-sit .cy-error,.cy-sit .cy-thread,.cy-sit .cy-tools,.cy-sit .pc-starters{width:100%;max-width:900px;margin-left:auto;margin-right:auto}.cy-sit .cy-tools{background:transparent;border-bottom:none}.cy-sit .cy-bubble{box-shadow:0 1px 2px rgba(0,0,0,.4),0 6px 16px rgba(0,0,0,.28)}.cy-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #1c222b;background:#0e1116}.cy-back{background:transparent;border:1px solid #2a313c;color:#c4ccd6;padding:6px 12px;border-radius:9px;font-size:13px}.cy-title{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:0}.cy-title-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.cy-top-thumb{width:38px;height:38px;border-radius:10px;object-fit:cover;flex:none;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 2px 6px rgba(0,0,0,.4);background:#1a2433}.cy-top-thumb-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#9bc0ff}.cy-title-main{font-size:15px;font-weight:700;color:#f0f3f7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46vw}.cy-asrole{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#7f8a99}.cy-top-actions{display:flex;align-items:center;gap:8px;flex:none}.cy-incog{display:inline-flex;align-items:center;gap:5px;background:transparent;border:1px solid #2a313c;color:#c4ccd6;padding:6px 11px;border-radius:9px;font-size:13px;line-height:1;cursor:pointer;white-space:nowrap}button.cy-incog:hover{border-color:#3a4350;color:#e6ebf2}.cy-incog.on{background:rgba(124,92,255,.18);border-color:rgba(150,120,255,.55);color:#cdbcff;box-shadow:inset 0 0 0 1px rgba(150,120,255,.15)}.cy-intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:14px 16px 22px;margin-bottom:4px}.cy-intro-incog{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:2px}.cy-intro-pic{width:96px;height:96px;border-radius:22px;object-fit:cover;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 8px 24px rgba(0,0,0,.5);background:#1a2433}.cy-intro-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:38px;font-weight:700;color:#9bc0ff}.cy-intro-name{font-size:20px;font-weight:700;color:#f0f3f7}.cy-intro-desc{font-size:14px;line-height:1.5;color:#aab4c0;max-width:560px}.cy-tools{display:flex;align-items:center;gap:6px;padding:6px 16px;border-bottom:1px solid #1c222b;background:#0c0f14;flex-wrap:wrap}.cy-tools button{background:transparent;border:1px solid #2a313c;color:#c4ccd6;padding:3px 9px;border-radius:8px;font-size:13px;line-height:1.2;cursor:pointer}.cy-tools button:hover{border-color:#3a4350;color:#e6ebf2}.cy-tools-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#7f8a99}.cy-tools-sep{width:1px;align-self:stretch;margin:2px 4px;background:#1c222b}.cy-thread{flex:1 1;min-height:0;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:12px}.cy-row{display:flex;gap:8px;align-items:flex-end}.cy-row.left{justify-content:flex-start}.cy-row.right{justify-content:flex-end}.cy-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none;background:#1a2433;border:1px solid #2a313c;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#9bc0ff}.cy-avatar-blank{background:transparent;border-color:transparent}.cy-row.narration{justify-content:center}.cy-bubble{max-width:78%;padding:11px 14px;border-radius:16px;font-size:var(--cy-font,15px);line-height:var(--cy-line,1.55);white-space:pre-wrap;word-wrap:break-word}.cy-speech{font-style:italic;font-weight:700}.cy-bubble.npc{display:flex;flex-direction:column;gap:3px;background:#161b22;border:1px solid #232a33;border-bottom-left-radius:5px;color:#e6ebf2}.cy-bubble.player{background:#2563eb;color:#fff;border-bottom-right-radius:5px;padding:12px 16px}.cy-bubble.player.pending{opacity:.6}.cy-bubble.player.peer{background:#3b4a63;color:#eef2f8;border-bottom-right-radius:16px;border-bottom-left-radius:5px}html.theme-light .cy-bubble.player.peer{background:#efe3cf;color:#2f2a20}.cy-name{font-size:12px;font-weight:700;letter-spacing:.02em;color:#9bc0ff}.cy-narration em,.cy-text em{font-style:italic;color:#b9c2cf}.cy-bubble.npc .cy-text em{color:#aeb8c6}.cy-bubble.narration{background:rgba(22,27,34,.6);border:1px dashed #2a313c;border-bottom-left-radius:5px;color:#aeb8c6;font-style:italic;font-size:calc(var(--cy-font, 15px) - 1px)}.cy-bubble.narration em{color:#c4ccd6}.cy-media{max-width:78%;max-height:360px;border-radius:14px;border:1px solid #232a33;background:#0b0e13;display:block}.cy-avatar.cy-scene{background:#161b22;border-color:#2a313c;color:#cdbf9f;font-size:14px;font-style:normal}.cy-typing{display:inline-flex;gap:5px;align-items:center}.cy-typing i{width:7px;height:7px;border-radius:50%;background:#6f7886;display:inline-block;animation:cy-pulse 1.1s ease-in-out infinite}.cy-typing i:nth-child(2){animation-delay:.18s}.cy-typing i:nth-child(3){animation-delay:.36s}@keyframes cy-pulse{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.cy-error{margin:0 16px;color:#ff8585;background:#2a1416;border:1px solid #5a2326;padding:8px 12px;border-radius:8px;font-size:13px}.cy-composer{display:flex;gap:10px;align-items:flex-end;padding:12px 16px 16px;border-top:1px solid #1c222b;background:#0e1116}.cy-composer textarea{flex:1 1;resize:none;max-height:140px;border-radius:14px;padding:11px 14px}.cy-composer button{border-radius:14px;padding:11px 20px;flex:none}.cy-more-wrap{position:relative;flex:none;max-width:130px;opacity:1;transition:max-width .25s ease,opacity .18s ease,margin .25s ease}.cy-more-wrap.collapsed{max-width:0;opacity:0;margin-left:-10px;overflow:hidden;pointer-events:none}.cy-more-btn{width:40px;height:40px;padding:0;border:1px solid #2a313c;background:transparent;color:#c4ccd6;border-radius:50%}.cy-more-btn,.cy-more-dots{display:flex;align-items:center;justify-content:center}.cy-more-dots{gap:3px}.cy-more-dots i{width:4px;height:4px;border-radius:50%;background:currentColor;flex:none}.cy-more-btn:hover:not(:disabled){border-color:#3a4350;color:#e6ebf2}.cy-more-backdrop{position:fixed;inset:0;z-index:8}.cy-more-menu{position:absolute;bottom:calc(100% + 8px);right:0;left:auto;z-index:9;min-width:200px;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;border:1px solid #232a33;background:#12161d;box-shadow:0 10px 30px rgba(0,0,0,.55)}.cy-more-group{display:flex;align-items:center;justify-content:space-between;gap:10px}.cy-more-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#7f8a99}.cy-more-row{display:flex;gap:6px}.cy-more-menu .cy-ctool{width:34px;height:32px;padding:0;border-radius:8px;border:1px solid #2a313c;background:transparent;color:#c4ccd6;font-size:13px;line-height:1;font-weight:500;display:grid;place-items:center}.cy-more-menu .cy-ctool:hover:not(:disabled){border-color:#3a4350;color:#e6ebf2}.cy-more-sep{height:1px;background:#232a33;margin:2px 0}.cy-more-item{text-align:left;border:1px solid #2a313c;background:transparent;color:#d3dae3;padding:9px 12px;border-radius:10px;font-size:13.5px;font-weight:500}.cy-more-item:hover:not(:disabled){border-color:#3a4350;color:#fff}.cy-input-wrap{position:relative;display:flex;flex:1 1;min-width:0}.cy-input-wrap textarea{width:100%;max-height:160px;border-radius:22px;padding-right:52px}.cy-input-wrap .cy-send{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:36px;height:36px;padding:0;border-radius:50%;display:grid;place-items:center}.cy-input-wrap .cy-send:active:not(:disabled){transform:translateY(-50%) scale(.92)}@media (max-width:560px){.cy-bubble{max-width:86%}}.cyp{max-width:900px;margin:0 auto;min-height:100vh;padding:0 16px 40px}.cyp-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}.cyp-title{font-size:18px;font-weight:700;color:#f0f3f7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cyp-sub{text-align:center;color:#97a2b1;margin:4px 0 20px}.cyp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.cyp-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;background:#12161d;border:1px solid #232a33;border-radius:16px;cursor:pointer;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:border-color .14s ease,transform .1s ease,box-shadow .14s ease}.cyp-card:hover:not(:disabled){border-color:#3b6fd4;transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.45)}.cyp-ava{width:92px;height:92px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#1a2433,#232b36);display:flex;align-items:center;justify-content:center;border:1px solid #2a313c}.cyp-ava img{width:100%;height:100%;object-fit:cover}.cyp-ava-none{font-size:34px;font-weight:700;color:#9bc0ff}.cyp-name{font-size:16px;font-weight:700;color:#f0f3f7}.cyp-persona{font-size:12.5px;color:#97a2b1;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cyp-card.active{border-color:#3b6fd4;box-shadow:0 0 0 1px #3b6fd4,0 14px 30px rgba(0,0,0,.45)}.cyp-lang-row,.cyp-langs{margin-bottom:8px}.cyp-lang-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.cyp-lang{padding:8px 18px;background:#12161d;border:1px solid #232a33;border-radius:999px;color:#cfd6df;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}.cyp-lang.active,.cyp-lang:hover:not(:disabled){border-color:#3b6fd4}.cyp-lang.active{background:#1c2e54;color:#eaf1ff}.cyp-foot{display:flex;justify-content:center;margin-top:26px}.cyp-begin{padding:12px 44px;background:#3b6fd4;border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .14s ease,opacity .14s ease}.cyp-begin:hover:not(:disabled){background:#4a7ee6}.cyp-begin:disabled{opacity:.45;cursor:default}.pi-card{flex-direction:column;gap:8px;text-align:center;margin:8px auto 22px;max-width:460px}.pi-ava,.pi-card{display:flex;align-items:center}.pi-ava{width:120px;height:120px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#1a2433,#232b36);justify-content:center;border:1px solid #2a313c}.pi-ava img{width:100%;height:100%;object-fit:cover}.pi-name{font-size:22px;font-weight:700;color:#f0f3f7}.pi-desc{font-size:14px;color:#97a2b1;line-height:1.5;margin:0}.pi-rel{max-width:460px;margin:0 auto}.pi-rel-input{width:100%;padding:12px 14px;background:#12161d;border:1px solid #232a33;border-radius:12px;color:#f0f3f7;font-size:15px}.pi-rel-input:focus{outline:none;border-color:#3b6fd4}.pi-starts{display:flex;flex-direction:column;gap:10px;max-width:520px;margin:0 auto}.pi-start{padding:13px 16px;background:#12161d;border:1px solid #2a3340;border-radius:12px;color:#e6ebf2;font-size:14.5px;text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .1s ease}.pi-start:hover:not(:disabled){border-color:#3b6fd4;background:#182032;transform:translateY(-1px)}.pi-start:disabled{opacity:.5;cursor:default}.pi-start-bot{border-style:dashed;border-color:#3b6fd4;color:#cfe0ff;font-weight:600;text-align:center}.pi-blank{background:transparent;border:none;color:#8a94a3;font-size:13px;text-decoration:underline;cursor:pointer}.pi-blank:hover:not(:disabled){color:#c4ccd6}.pc-starters{display:flex;flex-wrap:wrap;gap:8px;padding:4px 14px 10px}.pc-starter{padding:9px 14px;background:#12161d;border:1px solid #2a3340;border-radius:999px;color:#cfd6df;font-size:13.5px;cursor:pointer;text-align:left;transition:border-color .14s ease,background .14s ease}.pc-starter:hover:not(:disabled){border-color:#3b6fd4;background:#182032}.pc-starter:disabled{opacity:.5;cursor:default}.cy{position:relative}.cy-bg-layer{z-index:0;overflow:hidden;pointer-events:none}.cy-bg-img,.cy-bg-layer{position:absolute;inset:0}.cy-bg-img{background-size:cover;background-position:50%;animation:cyBgIn .7s ease}@keyframes cyBgIn{0%{opacity:0}to{opacity:1}}.cy-bg-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,11,15,.66),rgba(9,11,15,.8))}.cy-has-bg .cy-error,.cy-has-bg .cy-thread,.cy-has-bg .cy-tools,.cy-has-bg .pc-starters{position:relative;z-index:1}.cy-has-bg .cy-top{background:rgba(12,15,20,.72);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.cy-sit .cy-bg-layer{position:fixed;z-index:0}.pb-bg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px;margin-bottom:10px}.pb-bg{border:1px solid #232a33;border-radius:10px;padding:8px;background:hsla(0,0%,100%,.015);display:flex;flex-direction:column;gap:6px}.pb-bg-prev{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#0e1116;display:flex;align-items:center;justify-content:center}.pb-bg-prev img{width:100%;height:100%;object-fit:cover}.pb-bg-del{position:absolute;top:6px;right:6px}.bgp{position:fixed;inset:0;z-index:50;background:rgba(6,8,11,.6);display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bgp-panel{width:min(720px,100%);max-height:80vh;overflow-y:auto;background:#11151c;border:1px solid #232a33;border-radius:16px;padding:16px;box-shadow:0 24px 60px rgba(0,0,0,.5)}.bgp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-weight:700;color:#f0f3f7}.bgp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:10px;gap:10px}.bgp-item{position:relative;aspect-ratio:16/9;border:2px solid #232a33;border-radius:10px;overflow:hidden;background:#0e1116;cursor:pointer;padding:0;transition:border-color .14s ease,transform .1s ease}.bgp-item:hover{border-color:#3b6fd4;transform:translateY(-1px)}.bgp-item.active{border-color:#3b6fd4;box-shadow:0 0 0 2px rgba(59,111,212,.5)}.bgp-item img{width:100%;height:100%;object-fit:cover;display:block}.bgp-none{display:flex;align-items:center;justify-content:center;color:#97a2b1;font-size:13px;font-weight:600}.mdl-list{display:flex;flex-direction:column;gap:8px}.mdl-item{display:flex;flex-direction:row;align-items:center;gap:12px;text-align:left;padding:10px 14px;border:1px solid #2a313c;border-radius:12px;background:#0e1116;color:#e6ebf2;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .1s ease}.mdl-item:hover:not(:disabled){border-color:#3b6fd4;transform:translateY(-1px)}.mdl-item.active{border-color:#3b6fd4;box-shadow:inset 0 0 0 2px rgba(59,111,212,.45)}.mdl-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:none;background:#1a2433;border:1px solid hsla(0,0%,100%,.12)}.mdl-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#9bc0ff}.mdl-text{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;flex:1 1}.mdl-age{margin-left:auto;flex:none;align-self:center;font-size:12px;font-weight:700;color:#9bc0ff;background:rgba(59,111,212,.16);border:1px solid rgba(59,111,212,.4);border-radius:999px;padding:2px 9px;white-space:nowrap}.mdl-age.locked{color:#f0a9a9;background:rgba(212,59,59,.14);border-color:rgba(212,59,59,.4)}.mdl-item.locked{opacity:.55;cursor:not-allowed}.mdl-item.locked:hover{border-color:#2a313c;transform:none}.mm-cover-row{display:flex;align-items:center;gap:12px}.mm-cover{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none;background:#1a2433;border:1px solid #2a313c}.mm-cover-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#9bc0ff}.mm-env{margin:8px 0 0;padding:10px 12px;background:#0e141d;border:1px solid #2a313c;border-radius:8px;color:#b7c6da;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.7;white-space:pre;overflow-x:auto}.mm-age{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.mm-age-none{display:inline-flex;align-items:center;gap:7px;color:#cdd6e2;cursor:pointer}.mm-age-none input{width:auto;margin:0}.mm-age-num{display:inline-flex;align-items:center;gap:8px;color:#cdd6e2}.mm-age-num input{width:74px;text-align:center}.cy-sender{font-size:11px;font-weight:600;color:#8ab4ff;margin:0 4px 1px;letter-spacing:.02em}.iv-linkrow{display:flex;gap:8px;margin:6px 0 16px}.iv-link{flex:1 1;min-width:0;font-size:13px}.iv-people{margin-top:6px}.iv-person{display:flex;align-items:center;gap:9px;padding:8px 0;border-top:1px solid #1c222b}.iv-dot{width:8px;height:8px;border-radius:50%;background:#3ddc84;flex:none}.iv-name{font-size:14px;color:#e6ebf2}.iv-role{margin-left:auto;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#7f8a99}.mdl-name{font-size:15px;font-weight:700;color:#f0f3f7}.mdl-desc{font-size:13px;line-height:1.45;color:#aab4c0}.cy-col{display:flex;flex-direction:column;gap:4px;min-width:0;max-width:82%}.cy-col-right{align-items:flex-end}.cy-col .cy-bubble{max-width:100%}.cy-acts{display:flex;flex-wrap:wrap;gap:6px;opacity:.5;transition:opacity .14s ease}.cy-row:hover .cy-acts{opacity:1}.cy-act{background:rgba(20,25,33,.7);border:1px solid #2a313c;color:#aab4c2;font-size:11.5px;padding:3px 9px;border-radius:7px;cursor:pointer;transition:border-color .14s ease,color .14s ease}.cy-act:hover:not(:disabled){border-color:#3b6fd4;color:#e6ebf2}.cy-act:disabled{opacity:.5;cursor:default}.cy-edit{width:min(560px,80vw)}.cy-edit-area{width:100%;background:#0e1116;border:1px solid #2a313c;border-radius:8px;color:#f0f3f7;font:inherit;padding:8px;resize:vertical;margin-top:4px}.cy-edit-row{display:flex;gap:6px;margin-top:6px}.a-subtabs{margin-top:-4px;margin-bottom:4px;opacity:.95}.b-lang-open{border:1px solid #232a33;border-radius:10px;padding:10px 12px;margin-bottom:12px;background:hsla(0,0%,100%,.015)}.b-lang-open-head{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9bc0ff;margin-bottom:8px}.auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.auth-card{width:100%;max-width:400px;background:#11151c;border:1px solid #232a33;border-radius:18px;padding:28px 24px;display:flex;flex-direction:column;gap:10px;box-shadow:0 24px 60px rgba(0,0,0,.45)}.auth-logo{height:30px;width:auto;display:block;margin:2px auto 14px}.auth-title{font-size:24px;font-weight:800;text-align:center;color:#f0f3f7;margin:0 0 6px}.auth-tabs{display:flex;gap:6px;background:#0e1116;border:1px solid #232a33;border-radius:12px;padding:4px}.auth-tabs button{flex:1 1;background:transparent;border:none;color:#97a2b1;font-size:14px;font-weight:600;padding:9px 0;border-radius:9px;cursor:pointer}.auth-tabs button.active{background:#1c2e54;color:#eaf1ff}.auth-google{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#1f2430;border:none;border-radius:11px;padding:11px 0;font-size:14.5px;font-weight:600;cursor:pointer}.auth-google:hover:not(:disabled){background:#f1f3f6}.auth-or{display:flex;align-items:center;text-align:center;color:#6b7686;font-size:12px;margin:2px 0}.auth-or:after,.auth-or:before{content:"";flex:1 1;height:1px;background:#232a33}.auth-or span{padding:0 10px}.auth-label{font-size:12px;font-weight:600;color:#97a2b1;margin-top:4px}.auth-input{width:100%;padding:11px 13px;background:#0e1116;border:1px solid #232a33;border-radius:11px;color:#f0f3f7;font-size:15px}.auth-input:focus{outline:none;border-color:#3b6fd4}.auth-forgot{align-self:flex-end;background:none;border:none;color:#8a94a3;font-size:12.5px;text-decoration:underline;cursor:pointer;padding:2px 0}.auth-forgot:hover{color:#c4ccd6}.auth-primary{margin-top:8px;background:#3b6fd4;border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:700;padding:12px 0;cursor:pointer}.auth-primary:hover:not(:disabled){background:#4a7ee6}.auth-primary:disabled{opacity:.55;cursor:default}.auth-err{background:rgba(180,60,60,.14);border:1px solid rgba(200,80,80,.4);color:#f0b6b6;border-radius:9px}.auth-err,.auth-msg{font-size:13px;padding:8px 11px}.auth-msg{background:rgba(60,120,80,.14);border:1px solid rgba(80,170,110,.4);color:#b6e6c6;border-radius:9px}.ob-card{max-width:460px}.ob-opts{display:flex;flex-wrap:wrap;gap:8px}.ob-opt{background:#0e1116;border:1px solid #2a313c;border-radius:999px;color:#cfd6df;font-size:13px;padding:8px 14px;cursor:pointer;transition:border-color .14s ease,background .14s ease}.ob-opt.active,.ob-opt:hover:not(:disabled){border-color:#3b6fd4}.ob-opt.active{background:#1c2e54;color:#eaf1ff}.ob-langs{display:flex;gap:10px}.ob-lang{flex:1 1;display:flex;flex-direction:column;gap:3px;align-items:flex-start;background:#0e1116;border:1px solid #2a313c;border-radius:12px;padding:12px 14px;cursor:pointer;transition:border-color .14s ease,background .14s ease}.ob-lang.active,.ob-lang:hover:not(:disabled){border-color:#3b6fd4}.ob-lang.active{background:#1c2e54}.ob-lang-name{font-size:15px;font-weight:700;color:#f0f3f7}.ob-lang-hint{font-size:12px;color:#97a2b1;font-style:italic}main.hl-wrap{max-width:100%;margin:0;padding:0}main.hl-wrap .error{margin:10px 16px 0}.hl{min-height:100vh;flex-direction:column}.hl,.hl-top{display:flex}.hl-top{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:56px;align-items:center;gap:14px;padding:0 18px;background:rgba(22,25,31,.72);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid hsla(0,0%,100%,.08)}@media (max-width:640px){.hl-top{height:auto;flex-wrap:wrap;padding-top:8px;padding-bottom:8px;row-gap:8px}.hl-account,.hl-login-btn{margin-left:auto}.hl-search{order:10;flex-basis:100%;max-width:none;margin:0}}.hl-menu-btn{flex-shrink:0;width:36px;height:36px;border-radius:9px;border:1px solid #20232b;background:#0d0e11;color:#cdd4df;font-size:16px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.hl-menu-btn:hover{border-color:#3b82f6;color:#fff}.hl-logo{display:flex;align-items:center;gap:9px;flex-shrink:0}.hl-logo-img{height:26px;width:auto;display:block}.hl-search{position:relative;flex:1 1;max-width:560px;margin:0 auto}.hl-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#7e8794;font-size:17px;pointer-events:none}.hl-search input{width:100%;padding:9px 14px 9px 34px;border-radius:999px;border:1px solid #232b3a;background:#141a24;color:#e6e6e6;font-size:14px;outline:none}.hl-search input:focus{border-color:#3b82f6;background:#161d28}.hl-account{flex-shrink:0;position:relative}.hl-acct-backdrop{position:fixed;inset:0;z-index:25}.hl-acct-menu{position:absolute;top:44px;right:0;z-index:26;min-width:200px;background:#141a24;border:1px solid #283142;border-radius:12px;padding:10px;box-shadow:0 12px 30px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:8px}.hl-acct-email{font-size:12.5px;color:#aeb6c2;word-break:break-all;padding:2px 4px}.hl-acct-signout{width:100%;padding:8px 0;border:1px solid #283142;border-radius:9px;background:transparent;color:#e6e6e6;font-size:13px;font-weight:600;cursor:pointer}.hl-acct-signout:hover{border-color:#ef4444;color:#fca5a5}.hl-avatar{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;font-weight:700;font-size:15px;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;padding:0}.hl-avatar:hover{filter:brightness(1.1)}.hl-body{flex:1 1;display:grid;grid-template-columns:360px minmax(0,1fr);align-items:start;transition:grid-template-columns .28s ease}.hl-body.collapsed{grid-template-columns:0 minmax(0,1fr)}.hl-body.collapsed .hl-side{transform:translateX(-100%)}.hl-side{position:-webkit-sticky;position:sticky;top:56px;align-self:start;height:calc(100vh - 56px);width:360px;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:14px 14px 18px;background:rgba(26,28,33,.5);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);border-right:1px solid hsla(0,0%,100%,.09);z-index:18;transition:transform .28s ease}.hl-side-backdrop{display:none}@media (max-width:820px){.hl-body,.hl-body.collapsed{grid-template-columns:1fr}.hl-side{position:fixed;top:56px;left:0;bottom:0;height:auto;z-index:30;box-shadow:6px 0 28px rgba(0,0,0,.55)}.hl-side-backdrop{display:block;position:fixed;inset:56px 0 0 0;z-index:25;background:rgba(0,0,0,.5);animation:ld-fade .2s ease both}}.sm-toggle{position:fixed;left:10px;top:10px;z-index:70;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid #2a2f37;border-radius:10px;background:rgba(10,12,16,.9);color:#e6e6e6;font-size:16px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 12px rgba(0,0,0,.5)}.sm-toggle:hover{background:rgba(20,24,30,.95)}.cy-shell:has(.sm-drawer:not(.open)) .cy-top{padding-left:58px}.cy-shell:has(.sm-drawer:not(.open)) .cyp-head{padding-left:58px}.sm-backdrop{position:fixed;inset:0;z-index:64;background:rgba(0,0,0,.5);animation:ld-fade .2s ease both}.sm-drawer{position:fixed;top:0;left:0;bottom:0;width:360px;max-width:86vw;z-index:65;display:flex;flex-direction:column;gap:6px;padding:14px 14px 18px;overflow-y:auto;background:rgba(26,28,33,.5);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);border-right:1px solid hsla(0,0%,100%,.09);box-shadow:6px 0 28px rgba(0,0,0,.45);transform:translateX(-100%);transition:transform .26s ease}.sm-drawer.open{transform:translateX(0)}.hl-side-spacer{flex:1 1 auto;min-height:12px}.hl-side-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.hl-side-heading{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6b7380;padding-left:6px}.hl-side-hide{width:32px;height:32px;border-radius:9px;border:1px solid #20232b;background:transparent;color:#9aa3b1;cursor:pointer;font-size:16px;line-height:1;padding:0}.hl-side-hide:hover{border-color:#3b82f6;color:#fff}.hl-side-btn{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:14px 16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.06);color:#e8edf4;font-size:16.5px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.4),0 4px 10px rgba(0,0,0,.28)}.hl-side-btn.active,.hl-side-btn:hover:not(:disabled){background:hsla(0,0%,100%,.13);border-color:#3b82f6}.hl-side-btn.active{color:#f0f2f6}.hl-side-btn:disabled{opacity:.45;cursor:default}.hl-side-btn.primary{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.1);color:#f0f2f6}.hl-side-btn.primary:hover{background:hsla(0,0%,100%,.13);border-color:#3b82f6}.hl-side-ic{width:22px;text-align:center;font-size:18px}.hl-side-caret{margin-left:auto;color:#7e8794;font-size:13px}.hl-side-sep{height:1px;background:hsla(0,0%,100%,.09);margin:8px 4px}.hl-hist{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:2px;padding:2px 0 4px}.hl-hist-sentinel{height:1px;flex:none}.hl-hist-more{margin:6px 8px 4px;padding:8px 10px;border-radius:9px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:#c4ccd6;font-size:12.5px;cursor:pointer;flex:none}.hl-hist-more:hover:not(:disabled){background:hsla(0,0%,100%,.08)}.hl-hist-more:disabled{opacity:.6;cursor:default}.hl-hist-empty{color:#7e8794;font-size:12.5px;padding:4px 12px;margin:0}.hl-hist-item{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:7px 10px;border-radius:9px;border:none;background:transparent;color:#cdd4df;cursor:pointer}.hl-hist-item:hover{background:#161d28}.hl-hist-item.active{background:#1b2433}.hl-hist-thumb{width:34px;height:34px;border-radius:8px;object-fit:cover;flex-shrink:0}.hl-hist-thumb-none{background:linear-gradient(135deg,#232b3a,#161d28)}.hl-hist-meta{min-width:0;display:flex;flex-direction:column}.hl-hist-title{font-size:13px;font-weight:600;color:#e6e6e6}.hl-hist-snippet,.hl-hist-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hl-hist-snippet{font-size:11.5px;color:#7e8794}.hl-main{padding:18px 0 60px;min-width:0}.cr-head{padding-left:14px}.hl-note{color:#7e8794;font-size:14px;padding:8px 2px}.cr{margin-bottom:26px}.cr-head{display:flex;align-items:center;margin-bottom:2px}.cr-title{font-size:19px;font-weight:700;color:#f0f2f6;margin:0}.cr-viewport{position:relative}.cr-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border-radius:50%;border:1px solid #2f333c;background:rgba(20,22,27,.85);color:#e6e6e6;font-size:19px;line-height:1;cursor:pointer;padding:0;display:grid;place-items:center;box-shadow:0 4px 14px rgba(0,0,0,.4)}.cr-arrow:hover{border-color:#3b82f6;color:#fff;background:rgba(20,22,27,.95)}.cr-arrow-left{left:4px}.cr-arrow-right{right:6px}.cr-track{display:flex;justify-content:flex-start;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;padding:10px 14px 16px;scrollbar-width:thin}.cr-track>*{scroll-snap-align:start}.ov-card{flex:0 0 auto;width:192px;padding:0;border:none;background:none;cursor:pointer;text-align:left;transition:transform .16s ease}.ov-card:hover{transform:scale(1.05);z-index:4}.ov-card-img{position:relative;width:100%;aspect-ratio:3/4;border-radius:14px;overflow:hidden;background:#141a24;box-shadow:0 6px 18px rgba(0,0,0,.35)}.ov-card-img img{width:100%;height:100%;object-fit:cover;display:block}.ov-card:hover .ov-card-img{box-shadow:0 8px 26px rgba(0,0,0,.55);outline:1px solid #3b82f6}.ov-card-noimg{position:absolute;inset:0;background:linear-gradient(160deg,#232b3a,#11151d)}.ov-card-tags{position:absolute;top:8px;left:8px;display:flex;gap:4px;flex-wrap:wrap}.ov-tag{font-weight:600;padding:2px 7px;background:rgba(0,0,0,.55);color:#e6e6e6}.ov-card-soon,.ov-tag{font-size:10px;border-radius:999px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ov-card-soon{position:absolute;top:44px;right:8px;z-index:2;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;background:rgba(17,22,31,.82);color:#f0d8a8;border:1px solid hsla(40,71%,80%,.5);pointer-events:none}.hl-toast{position:fixed;left:50%;bottom:32px;transform:translateX(-50%);z-index:1000;background:rgba(17,22,31,.92);color:#f4ead2;border:1px solid hsla(40,71%,80%,.4);padding:12px 20px;border-radius:12px;font-size:15px;font-weight:600;box-shadow:0 12px 40px rgba(0,0,0,.4);animation:hl-toast-in .18s ease-out}@keyframes hl-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.ov-card-overlay{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:2px;padding:26px 11px 11px;background:linear-gradient(0deg,rgba(0,0,0,.85) 12%,rgba(0,0,0,.5) 55%,transparent);transition:padding-top .22s ease,background .22s ease}.ov-card-author{font-size:10.5px;color:#c0c7d2;text-transform:uppercase;letter-spacing:.05em}.ov-card-title{font-size:14.5px;font-weight:700;color:#fff;line-height:1.25}.ov-card-desc{font-size:11.5px;color:#cdd4df;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ov-card-stats{display:flex;gap:12px;margin-top:3px;font-size:11.5px;color:#d8dee7}.ov-card:hover .ov-card-overlay{padding-top:48px;background:linear-gradient(0deg,rgba(0,0,0,.94) 42%,rgba(0,0,0,.72) 74%,rgba(0,0,0,.12))}.ov-card:hover .ov-card-desc{-webkit-line-clamp:8}.card-owner-ctrls{position:absolute;top:8px;right:8px;z-index:6;display:flex;gap:5px;opacity:0;transition:opacity .15s ease}.card-owner-ctrls:focus-within,.ov-card:hover .card-owner-ctrls,.pf-card:hover .card-owner-ctrls{opacity:1}@media (hover:none){.card-owner-ctrls{opacity:1}}.card-ctrl{width:28px;height:28px;border-radius:8px;border:none;cursor:pointer;font-size:13px;line-height:1;display:grid;place-items:center;background:rgba(8,9,11,.82);color:#e6e6e6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.card-ctrl:hover{background:rgba(8,9,11,.95)}.card-ctrl-del:hover{background:#b91c1c;color:#fff}.pf-card{flex:0 0 auto;width:196px;display:flex;flex-direction:column;gap:6px;background:#131820;border:1px solid #1f2632;border-radius:16px;padding:12px;transition:transform .16s ease,border-color .16s ease}.pf-card:hover{transform:scale(1.04);border-color:#2f3a4a;z-index:4}.pf-card-img{position:relative;width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#141a24;cursor:pointer}.pf-card-img img{width:100%;height:100%;object-fit:cover;display:block}.pf-card-img:hover img{filter:brightness(1.07)}.pf-card-noimg{display:block;width:100%;height:100%;background:linear-gradient(135deg,#2b3340,#161d28)}.pf-card-author{font-size:11px;font-weight:600;color:#8b94a2;text-transform:uppercase;letter-spacing:.05em;padding:0 2px}.pf-card-name{font-size:15px;font-weight:700;color:#f0f2f6;padding:0 2px}.pf-card-desc{font-size:12px;color:#aeb6c2;line-height:1.35;padding:0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}.pf-card-stats{display:flex;gap:14px;padding:0 2px;font-size:12px;color:#8b93a1}.pf-card-cta{margin-top:2px;width:100%;padding:9px 0;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:13.5px;font-weight:600;cursor:pointer}.pf-card-cta:hover{background:#1d4ed8}.hl-create{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin:18px 16px 0 4px}@media (max-width:720px){.hl-create{grid-template-columns:1fr}}.hl-create-card{display:flex;align-items:center;gap:16px;text-align:left;padding:22px;border-radius:16px;cursor:pointer;color:#f0f2f6;border:1px solid #20232b;background:#0d0e11;transition:border-color .15s ease,transform .1s ease,background .15s ease}.hl-create-card:hover{transform:translateY(-2px)}.hl-create-card.situation:hover{border-color:#6366f1;background:#11131c}.hl-create-card.people:hover{border-color:#d946a6;background:#1a1018}.hl-create-ic{flex-shrink:0;width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:24px;color:#fff}.hl-create-card.situation .hl-create-ic{background:linear-gradient(135deg,#6366f1,#4338ca)}.hl-create-card.people .hl-create-ic{background:linear-gradient(135deg,#d946a6,#9333ea)}.hl-create-text{display:flex;flex-direction:column;gap:3px;min-width:0}.hl-create-title{font-size:17px;font-weight:700}.hl-create-sub{font-size:12.5px;color:#9aa3b1;line-height:1.35}.hl-create-go{margin-left:auto;flex-shrink:0;font-size:22px;color:#6b7380;font-weight:300}.ld-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:center;background:rgba(5,6,8,.78);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:ld-fade .18s ease both}@keyframes ld-fade{0%{opacity:0}to{opacity:1}}.ld-box{display:flex;flex-direction:column;align-items:center;gap:18px}.ld-orbit{display:flex;gap:10px}.ld-orbit span{width:13px;height:13px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#d946a6);animation:ld-bounce 1.1s ease-in-out infinite}.ld-orbit span:nth-child(2){animation-delay:.15s}.ld-orbit span:nth-child(3){animation-delay:.3s}@keyframes ld-bounce{0%,80%,to{transform:translateY(0) scale(.85);opacity:.5}40%{transform:translateY(-12px) scale(1);opacity:1}}.ld-label{font-size:14px;color:#cdd4df;letter-spacing:.02em}main.hl-build{max-width:1200px}.hl-build-bar{display:flex;align-items:center;gap:14px;margin-bottom:10px}.hl-build-title{font-size:17px;font-weight:700;color:#f0f2f6}.hl-login-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border:1px solid #3a4658;border-radius:999px;background:linear-gradient(180deg,#1c2230,#141a24);color:#eef2f8;font-size:14px;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.hl-login-btn:hover{border-color:#d9b25a;box-shadow:0 0 0 1px rgba(217,178,90,.35),0 8px 24px rgba(0,0,0,.45);transform:translateY(-1px)}.hl-login-sep{color:#6b7585;font-weight:400}.hl .hl-top{background:rgba(22,25,31,.82);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid hsla(0,0%,100%,.08)}.hl:not(.logged-out) .hl-top{height:auto;flex-wrap:wrap;padding-top:8px;padding-bottom:8px;row-gap:8px}.hl:not(.logged-out) .hl-account{margin-left:auto}.hl:not(.logged-out) .hl-search{order:10;flex-basis:100%}.hero{margin-top:-56px}.hl .hl-body,.hl .hl-body.collapsed{grid-template-columns:1fr}.hl .hl-side{position:fixed;top:0;left:0;bottom:0;height:100vh;z-index:40;box-shadow:6px 0 28px rgba(0,0,0,.55)}.hl .hl-side-backdrop{display:block;position:fixed;inset:0;z-index:35;background:rgba(0,0,0,.5)}@media (min-width:821px){.hl:not(.logged-out) .hl-side-backdrop{display:none}.hl.side-open:not(.logged-out) .hero{padding-left:360px}}.hl{background:#23262c}.hero{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-bottom:clamp(28px,5vh,64px);transition:padding-left .28s ease}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo,.hero:after{position:fixed;inset:0;z-index:0}.hero:after{content:"";pointer-events:none;background:linear-gradient(180deg,rgba(13,16,22,.5),rgba(13,16,22,.38) 38%,rgba(13,16,22,.72))}.hero-text{position:relative;z-index:1;text-align:center;padding:clamp(84px,13vh,170px) 16px 0;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.55)}.hero-text span{display:block;font-weight:800;line-height:1.08;letter-spacing:.5px}.hero-l1,.hero-l2{font-size:clamp(36px,7vw,96px)}.hero-cta{margin-top:clamp(20px,3vh,34px);align-self:center;padding:13px 30px;border-radius:999px;border:1px solid hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.12);color:#fff;font-size:clamp(15px,1.7vw,18px);font-weight:700;letter-spacing:.3px;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .18s ease,border-color .18s ease,transform .18s ease}.hero-cta:hover{background:hsla(0,0%,100%,.22);border-color:#fff;transform:translateY(-1px)}.hero-rail .ov-card{width:clamp(160px,40vw,232px)}.hero-rail .pf-card{width:clamp(164px,40vw,236px)}.hero-rail .ov-card-title{font-size:18px}.hero-rail .ov-card-desc{font-size:13.5px}.hero-rail .ov-card-stats{font-size:13px}.hero-rail .ov-card-author{font-size:12px}.hero-rail .pf-card-name{font-size:18px}.hero-rail .pf-card-desc{font-size:13.5px}.hero-rail .pf-card-stats{font-size:13px}.hero-rail .pf-card-cta{font-size:15px}.hero-create{position:relative;z-index:1;width:100%;display:flex;flex-wrap:wrap;gap:18px;padding:clamp(28px,5vh,56px) clamp(16px,4vw,48px) clamp(44px,8vh,90px)}.hero-create-card{flex:1 1 280px;display:flex;flex-direction:column;gap:6px;padding:24px 26px;border-radius:16px;border:1px solid hsla(0,0%,100%,.18);background:rgba(10,14,20,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;text-align:left;color:#fff;transition:border-color .18s ease,background .18s ease,transform .18s ease}.hero-create-card:hover{border-color:#fff;background:rgba(20,26,34,.7);transform:translateY(-2px)}.hero-create-title{font-size:clamp(18px,2.2vw,24px);font-weight:800;letter-spacing:.2px}.hero-create-sub{font-size:clamp(13px,1.5vw,16px);color:rgba(232,236,243,.82)}.hero-rails{position:relative;z-index:1;width:100%;padding:clamp(28px,6vh,64px) 0 clamp(28px,5vh,64px);background:transparent}.hero-bare .hero-rails{padding-top:clamp(76px,11vh,128px)}.hero-rail{position:relative;z-index:1;width:100%}.hero-rail+.hero-rail{margin-top:clamp(24px,4.5vh,46px)}.hero-rail-head{padding:0 clamp(16px,4vw,48px);margin-bottom:clamp(12px,2.4vh,22px)}.hero-rail-title{margin:0;font-size:clamp(15px,1.6vw,21px);font-weight:700;color:#fff;letter-spacing:.3px;text-shadow:0 2px 16px rgba(0,0,0,.6)}.hero-rail-desc{margin:6px 0 0;max-width:640px;font-size:clamp(14px,1.5vw,17px);line-height:1.55;color:rgba(232,236,243,.88);text-shadow:0 1px 12px rgba(0,0,0,.6)}.hero-rail .cr{margin-bottom:0}.hero-rail .cr-head{display:none}.hero-rail .cr-track{padding-left:clamp(16px,4vw,48px);padding-right:clamp(16px,4vw,48px)}.hero-rail .cr-arrow-left{left:10px}.hero-rail .cr-arrow-right{right:12px}.crx{position:relative;width:100%}.crx-track{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;padding:10px clamp(16px,4vw,48px) 16px;scrollbar-width:none}.crx-track::-webkit-scrollbar{display:none}.crx-track>*{flex:0 0 auto;scroll-snap-align:start}.crx-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:40px;height:40px;border-radius:50%;border:1px solid #2f333c;background:rgba(20,22,27,.92);color:#e6e6e6;font-size:22px;line-height:1;cursor:pointer;padding:0;display:grid;place-items:center;box-shadow:0 4px 14px rgba(0,0,0,.45);transition:border-color .15s ease,background .15s ease,color .15s ease,transform .1s ease}.crx-arrow:hover{border-color:#3b82f6;color:#fff;background:#14161b}.crx-arrow:active:not(:disabled){transform:translateY(-50%) scale(.9);border-color:#3b82f6;background:#1d2230;color:#fff}.crx-left{left:6px}.crx-right{right:6px}.crx-track .ov-card:hover,.crx-track .pf-card:hover{transform:translateY(-6px)}@media (max-width:700px){.hero-rail .ov-card{width:clamp(150px,42vw,200px)}.hero-rail .pf-card{width:clamp(152px,42vw,204px)}.crx-track{padding-left:12px;padding-right:12px}.crx-arrow{width:44px;height:44px;font-size:24px}.crx-left{left:4px}.crx-right{right:4px}}.hl-rail-link{display:inline-flex;align-items:baseline;gap:10px;background:none;border:none;padding:0;cursor:pointer;text-align:left;font-family:inherit;letter-spacing:inherit}.hl-rail-link:hover .hl-rail-more{opacity:1;color:#3b82f6}.hl-rail-more{font-size:13px;font-weight:600;color:rgba(232,236,243,.72);opacity:.85;white-space:nowrap;transition:color .15s ease,opacity .15s ease}.hl-allview{position:relative;z-index:1;width:100%;min-height:100vh;background:#23262c;padding:0 clamp(16px,4vw,48px) clamp(48px,8vh,96px)}.hl-allview-bar{position:-webkit-sticky;position:sticky;top:56px;z-index:2;display:flex;align-items:center;gap:16px;padding:16px 0;background:#23262c}.hl-back-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid #2a313c;background:#11151c;color:#d7dee8;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease}.hl-back-btn:hover{border-color:#3b82f6;color:#fff}.hl-allview-title{margin:0;font-size:clamp(19px,2.4vw,27px);font-weight:800;color:#f4f6fa}.hl-allview-count{color:#7e8794;font-size:14px;font-weight:600}.hl-allview-empty{color:#7e8794;padding:24px 2px}.hl-allgrid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;padding-top:8px}.hl-allgrid .ov-card{width:clamp(160px,42vw,232px)}.hl-allgrid .pf-card{width:clamp(164px,42vw,236px)}.hl-allgrid .ov-card:hover,.hl-allgrid .pf-card:hover{transform:translateY(-6px)}.hl-allgrid-sentinel{width:100%;height:1px}.hl-themebar{position:relative;z-index:1;width:100%;padding:clamp(14px,2.5vh,22px) clamp(16px,4vw,48px) 0}.hero-bare .hl-themebar{padding-top:clamp(76px,11vh,128px)}.hero-bare .hl-themebar+.hero-rails{padding-top:clamp(18px,3vh,34px)}.hl-themebar-title{display:block;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#aab3c0;text-shadow:0 2px 12px rgba(0,0,0,.5);margin-bottom:10px}.hl-themebar-row{display:flex;align-items:center;gap:10px}.hl-themes{display:flex;flex-wrap:nowrap;gap:8px;flex:1 1;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0}.hl-themes::-webkit-scrollbar{display:none}.hl-themes.expanded{flex-wrap:wrap;overflow:visible}.hl-theme-chip{flex:0 0 auto;padding:7px 14px;border-radius:999px;border:1px solid #2a313d;background:rgba(22,27,36,.85);color:#d4dae3;font-size:13px;line-height:1.2;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.hl-theme-chip:hover{border-color:#3b82f6;background:rgba(27,35,48,.95);color:#fff}.hl-theme-viewall{flex:0 0 auto;width:32px;height:32px;border-radius:50%;border:1px solid #2f333c;background:rgba(20,22,27,.92);color:#e6e6e6;font-size:19px;line-height:1;cursor:pointer;padding:0;display:grid;place-items:center;box-shadow:0 4px 14px rgba(0,0,0,.45);transition:border-color .15s ease,background .15s ease,color .15s ease,transform .1s ease}.hl-theme-viewall:hover{border-color:#3b82f6;color:#fff;background:#14161b}.hl-theme-viewall:active:not(:disabled){transform:scale(.9);border-color:#3b82f6;background:#1d2230;color:#fff}.hl-typed{position:relative;display:inline-flex}.hl-type-badge{position:absolute;top:8px;left:8px;z-index:3;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;color:#fff;pointer-events:none;box-shadow:0 1px 5px rgba(0,0,0,.45)}.hl-typed.situation .hl-type-badge{background:rgba(124,58,237,.92)}.hl-typed.person .hl-type-badge{background:rgba(37,99,235,.94)}.show-all-card{flex:0 0 auto;align-self:stretch;width:clamp(160px,40vw,232px);min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:14px;border:1px dashed #3a4150;background:hsla(0,0%,100%,.03);color:#cdd4df;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .16s ease}.show-all-card:hover{border-color:#3b82f6;background:rgba(59,130,246,.08);color:#fff;transform:translateY(-6px)}.show-all-arrow{font-size:30px;line-height:1}.show-all-label{font-size:15px;font-weight:700}.show-all-count{font-size:12px;color:#8b94a2}@media (max-width:700px){.show-all-card{width:clamp(150px,42vw,200px)}}.card-save{position:absolute;top:8px;right:8px;z-index:6;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;cursor:pointer;color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.75));transition:color .15s ease,transform .12s ease}.card-save:hover{transform:scale(1.12)}.card-save:active{transform:scale(.9)}.card-save.on{color:#f0c860}.stat-like{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:none;cursor:pointer;color:inherit;font:inherit;transition:color .15s ease}.stat-like-heart{font-size:1.15em;line-height:1}.stat-like:hover{color:#ff8da0}.stat-like.on{color:#ff5a79}.st-creations{display:flex;flex-direction:column;gap:10px}.st-creation{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #232b38;border-radius:12px;background:#11161f}.st-creation-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.st-creation-name{font-size:14px;font-weight:600;color:#eef1f6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-creation-kind{font-size:12px;color:#8b94a2}.st-creation-actions{display:flex;gap:8px;flex:0 0 auto}.st-btn-del{border-color:#5b2730;color:#fca5a5}.st-btn-del:hover{border-color:#ef4444;color:#fff;background:rgba(239,68,68,.12)}.auth-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.auth-overlay-backdrop{position:absolute;inset:0;background:rgba(3,5,9,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:hero-line-in .22s ease both}.auth-overlay-card{position:relative;width:100%;max-width:400px;animation:hero-rise .32s cubic-bezier(.16,1,.3,1) both}.auth-overlay-close{position:absolute;top:-14px;right:-10px;z-index:2;width:34px;height:34px;border-radius:50%;border:1px solid #2a313c;background:#11151c;color:#c7cfdb;font-size:20px;line-height:1;cursor:pointer}.auth-overlay-close:hover{border-color:#3a4658;color:#fff}.auth-subtitle{margin:-2px 0 8px;text-align:center;font-size:13.5px;line-height:1.5;color:#9aa4b2}html.theme-light .cy-shell,html.theme-light .cy-sit{background:#ece3d2}html.theme-light .cy-sit .cy-top{background:hsla(40,50%,93%,.85);border-bottom-color:rgba(80,60,25,.14);box-shadow:0 6px 18px rgba(120,95,50,.14)}html.theme-light .cy-sit .cy-composer{background:transparent;box-shadow:none}html.theme-light .cy-top{background:#f3ecdd;border-bottom-color:#e2d7c2}html.theme-light .cy-back{background:transparent;border-color:#d8cbb0;color:#5b5340}html.theme-light .cy-back:hover:not(:disabled){border-color:#c2b291;color:#3a3327}html.theme-light .cy-title-main{color:#2f2a20}html.theme-light .cy-asrole{color:#8a7d63}html.theme-light .cy-top-thumb{background:#e7dcc6;border-color:rgba(80,55,15,.2)}html.theme-light .cy-top-thumb-fallback{color:#a56a25}html.theme-light .cy-tools{background:transparent}html.theme-light .cy-tools button{border-color:#d8cbb0;color:#5b5340}html.theme-light .cy-tools button:hover{border-color:#c2b291;color:#3a3327}html.theme-light .cy-tools-label{color:#8a7d63}html.theme-light .cy-tools-sep{background:#ddd0b8}html.theme-light .cy-more-btn{border-color:#d8cbb0;color:#5b5340}html.theme-light .cy-more-btn:hover:not(:disabled){border-color:#c2b291;color:#3a3327}html.theme-light .cy-more-menu{background:#f6f0e4;border-color:#e2d7c2;box-shadow:0 10px 30px rgba(120,95,50,.2)}html.theme-light .cy-more-label{color:#8a7d63}html.theme-light .cy-more-sep{background:#e2d7c2}html.theme-light .cy-more-item,html.theme-light .cy-more-menu .cy-ctool{border-color:#d8cbb0;color:#5b5340}html.theme-light .cy-more-item:hover:not(:disabled),html.theme-light .cy-more-menu .cy-ctool:hover:not(:disabled){border-color:#c2b291;color:#3a3327}html.theme-light .cy-incog{border-color:#d8cbb0;color:#5b5340}html.theme-light button.cy-incog:hover{border-color:#c2b291;color:#3a3327}html.theme-light .cy-incog.on{background:rgba(176,122,55,.16);border-color:rgba(176,122,55,.5);color:#8a5a18;box-shadow:inset 0 0 0 1px rgba(176,122,55,.14)}html.theme-light .cy-avatar{background:#efe3cd;border-color:#ddd0b8;color:#a56a25}html.theme-light .cy-avatar.cy-scene{background:#f3ecdd;border-color:#ddd0b8;color:#9a6a2e}html.theme-light .cy-sit .cy-bubble{box-shadow:0 1px 2px rgba(120,90,40,.12),0 6px 16px rgba(120,90,40,.1)}html.theme-light .cy-bubble.npc{background:#fbf6ec;border-color:#e6dcc7;color:#2f2a20}html.theme-light .cy-bubble.player{background:#b07a37;color:#fff}html.theme-light .cy-name{color:#a56a25}html.theme-light .cy-bubble.npc .cy-text em,html.theme-light .cy-narration em,html.theme-light .cy-text em{color:#6b6151}html.theme-light .cy-bubble.narration{background:hsla(42,63%,95%,.72);border-color:#d8cbb0;color:#6b6151}html.theme-light .cy-bubble.narration em{color:#4f4734}html.theme-light .cy-typing i{background:#b3a589}html.theme-light .cy-act{background:rgba(176,140,80,.12);border-color:#d8cbb0;color:#6b6151}html.theme-light .cy-act:hover{border-color:#c2b291;color:#3a3327}html.theme-light .cy-composer textarea,html.theme-light .cy-edit-area{background:#fffdf6;border-color:#d8cbb0;color:#2f2a20}html.theme-light .cy-composer textarea::placeholder{color:#a99b7f}html.theme-light .cy-intro-name{color:#2f2a20}html.theme-light .cy-intro-desc{color:#6b6151}html.theme-light .cy-intro-pic{background:#e7dcc6;border-color:rgba(80,55,15,.2)}html.theme-light .cy-intro-fallback{color:#a56a25}html.theme-light .pc-starter{background:#f6f0e4;border-color:#d8cbb0;color:#5b5340}html.theme-light .pc-starter:hover:not(:disabled){border-color:#b07a37;background:#efe6d3}html.theme-light .sm-drawer{background:hsla(40,47%,93%,.62);border-right-color:rgba(80,60,25,.14)}html.theme-light .sm-toggle{background:hsla(40,50%,93%,.92);border-color:#d8cbb0;color:#5b5340}html.theme-light .sm-drawer .hl-side-heading{color:#9a8c70}html.theme-light .sm-drawer .hl-side-hide{border-color:#d8cbb0;color:#6b6151}html.theme-light .sm-drawer .hl-side-btn{background:rgba(120,90,40,.06);color:#4f4734}html.theme-light .sm-drawer .hl-side-btn:hover:not(:disabled){background:rgba(120,90,40,.12)}html.theme-light .sm-drawer .hl-side-btn.primary{background:#b07a37;border-color:transparent;color:#fff}html.theme-light .sm-drawer .hl-side-btn.primary:hover{background:#9c6a2c}html.theme-light .sm-drawer .hl-side-btn.active{background:rgba(120,90,40,.14)}html.theme-light .sm-drawer .hl-side-caret{color:#8a7d63}html.theme-light .sm-drawer .hl-side-sep{background:rgba(80,60,25,.14)}html.theme-light .sm-drawer .hl-hist-item{color:#4f4734}html.theme-light .sm-drawer .hl-hist-item:hover{background:#efe3cd}html.theme-light .sm-drawer .hl-hist-item.active{background:#e7dcc6}html.theme-light .sm-drawer .hl-hist-title{color:#2f2a20}html.theme-light .sm-drawer .hl-hist-snippet{color:#8a7d63}html.theme-light .sm-drawer .hl-hist-thumb-none{background:linear-gradient(135deg,#e7dcc6,#d8cbb0)}html.theme-light .sm-drawer .hl-hist-empty{color:#8a7d63}html.theme-light .sm-drawer .hl-hist-more{background:rgba(120,90,40,.06);border-color:#d8cbb0;color:#5b5340}html.theme-light .sm-drawer .hl-hist-more:hover:not(:disabled){background:rgba(120,90,40,.12)}html.theme-light .cyp-title{color:#2f2a20}html.theme-light .cyp-sub{color:#8a7d63}html.theme-light .cyp-card{background:#faf5ea;border-color:#e6dcc7;box-shadow:0 2px 8px rgba(120,90,40,.12)}html.theme-light .cyp-card:hover:not(:disabled){border-color:#b07a37;box-shadow:0 14px 30px rgba(120,90,40,.18)}html.theme-light .cyp-card.active{border-color:#b07a37;box-shadow:0 0 0 1px #b07a37,0 14px 30px rgba(120,90,40,.18)}html.theme-light .cyp-ava{background:linear-gradient(135deg,#efe3cd,#e7dcc6);border-color:#ddd0b8}html.theme-light .cyp-ava-none{color:#a56a25}html.theme-light .cyp-name{color:#2f2a20}html.theme-light .cyp-persona{color:#6b6151}html.theme-light .cyp-lang{background:#f3ecdd;border-color:#d8cbb0;color:#5b5340}html.theme-light .cyp-lang:hover:not(:disabled){border-color:#b07a37}html.theme-light .cyp-lang.active{background:#ead7bb;border-color:#b07a37;color:#5a3e12}html.theme-light .cyp-begin{background:#b07a37}html.theme-light .cyp-begin:hover:not(:disabled){background:#9c6a2c}html.theme-light .pi-ava{background:linear-gradient(135deg,#efe3cd,#e7dcc6)}html.theme-light .pi-name{color:#2f2a20}html.theme-light .pi-desc{color:#6b6151}html.theme-light .pi-rel-input{background:#fffdf6;border-color:#d8cbb0;color:#2f2a20}html.theme-light .pi-rel-input:focus{border-color:#b07a37}html.theme-light .pi-start{background:#faf5ea;border-color:#e0d5bf;color:#3a3327}html.theme-light .pi-start:hover:not(:disabled){border-color:#b07a37;background:#f1e7d4}html.theme-light .pi-start-bot{border-color:#b07a37;color:#8a5a18}html.theme-light .pi-blank{color:#8a7d63}html.theme-light .pi-blank:hover:not(:disabled){color:#4f4734}html.theme-light .bgp-panel{background:#f6f0e4;border-color:#e2d7c2}html.theme-light .bgp-head{color:#2f2a20}html.theme-light .bgp-item{background:#efe6d3;border-color:#e2d7c2}html.theme-light .bgp-item.active,html.theme-light .bgp-item:hover{border-color:#b07a37}html.theme-light .bgp-none{color:#8a7d63}html.theme-light .mdl-item{background:#efe6d3;border-color:#e2d7c2;color:#3a3327}html.theme-light .mdl-item.active,html.theme-light .mdl-item:hover:not(:disabled){border-color:#b07a37}html.theme-light .mdl-name{color:#2f2a20}html.theme-light .mdl-desc{color:#6b6151}.st-overlay{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(6,8,11,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.st-modal{width:min(520px,100%);max-height:88vh;display:flex;flex-direction:column;background:#12161d;border:1px solid #232a33;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.6);overflow:hidden}.st-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #20262f}.st-title{font-size:16px;font-weight:700;color:#f0f3f7}.st-close{width:32px;height:32px;padding:0;border:1px solid #2a313c;border-radius:9px;background:transparent;color:#9aa3b1;font-size:15px;cursor:pointer}.st-close:hover{color:#e6ebf2;border-color:#3a4350}.st-tabs{display:flex;gap:6px;padding:10px 14px 0}.st-tab{flex:1 1;padding:9px 10px;border-radius:10px 10px 0 0;border:1px solid #2a313c;border-bottom:none;background:transparent;color:#9aa3b1;font-size:13.5px;font-weight:600;cursor:pointer}.st-tab.active{background:#1a212b;color:#f0f3f7}.st-body{padding:16px 18px 20px;overflow-y:auto}.st-section{display:flex;flex-direction:column}.st-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#8a93a1;margin:12px 2px 5px}.st-input{width:100%}.st-input:disabled,.st-input[readonly]{opacity:.7;cursor:not-allowed}.st-photo-row{display:flex;align-items:center;gap:16px;margin-bottom:4px}.st-photo{width:76px;height:76px;border-radius:50%;object-fit:cover;border:1px solid #2a313c;background:#1a2433;flex:none}.st-photo-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;color:#9bc0ff}.st-photo-actions{display:flex;flex-direction:column;gap:6px}.st-btn{padding:8px 14px;border:1px solid #2a313c;border-radius:9px;background:hsla(0,0%,100%,.05);color:#e6ebf2;font-size:13px;cursor:pointer}.st-btn:hover:not(:disabled){background:hsla(0,0%,100%,.09)}.st-note{font-size:13px;line-height:1.5;color:#97a2b1;margin:0 0 12px}.st-radio{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #2a313c;border-radius:11px;margin-bottom:8px;cursor:pointer}.st-radio.active{border-color:#3b6fd4;background:rgba(59,111,212,.08)}.st-radio input{width:auto;margin-top:3px;accent-color:#3b6fd4}.st-radio span{display:flex;flex-direction:column;gap:2px;color:#e6ebf2}.st-radio-sub{font-size:12.5px;color:#8a93a1}.st-custom{display:flex;flex-direction:column;padding:4px 2px 6px}.st-save{margin-top:16px;padding:11px 16px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.st-save:hover:not(:disabled){background:#1d54c4}.st-save:disabled{opacity:.6;cursor:default}.st-err{color:#ff8585;background:#2a1416;border:1px solid #5a2326;border-radius:8px}.st-err,.st-ok{margin-top:12px;padding:8px 12px;font-size:13px}.st-ok{color:#86efac;background:#11271a;border:1px solid #1f5436;border-radius:8px}html.theme-light .st-modal{background:#f6f0e4;border-color:#e2d7c2}html.theme-light .st-head{border-bottom-color:#e2d7c2}html.theme-light .st-title{color:#2f2a20}html.theme-light .st-close{border-color:#d8cbb0;color:#6b6151}html.theme-light .st-close:hover{color:#2f2a20;border-color:#c2b291}html.theme-light .st-tab{border-color:#d8cbb0;color:#8a7d63}html.theme-light .st-tab.active{background:#fbf6ec;color:#2f2a20}html.theme-light .st-label{color:#8a7d63}html.theme-light .st-input{background:#fffdf6;border-color:#d8cbb0;color:#2f2a20}html.theme-light .st-photo{border-color:#d8cbb0;background:#e7dcc6}html.theme-light .st-photo-fallback{color:#a56a25}html.theme-light .st-btn{background:rgba(176,122,55,.12);border-color:#d8cbb0;color:#5b5340}html.theme-light .st-btn:hover:not(:disabled){background:rgba(176,122,55,.2)}html.theme-light .st-note{color:#6b6151}html.theme-light .st-radio{border-color:#e0d5bf}html.theme-light .st-radio.active{border-color:#b07a37;background:rgba(176,122,55,.12)}html.theme-light .st-radio input{accent-color:#b07a37}html.theme-light .st-radio span{color:#2f2a20}html.theme-light .st-radio-sub{color:#8a7d63}html.theme-light .st-save{background:#b07a37}html.theme-light .st-save:hover:not(:disabled){background:#9c6a2c}.b-private{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border:1px solid #2a313c;border-radius:9px;background:hsla(0,0%,100%,.03);color:#c4ccd6;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.b-private input{width:auto;margin:0;accent-color:#7c5cff;cursor:pointer}.hl-private-head{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.hl-private-box{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px dashed #3a4658;border-radius:10px;background:hsla(0,0%,100%,.04);color:#9aa4b2;font-size:13.5px;white-space:nowrap}.hl-private-link{padding:0;border:none;background:none;color:#8aa0ff;font:inherit;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.hl-private-link:hover{color:#aebcff}.hl-private-actions{display:flex;flex-wrap:wrap;gap:10px}.hl-private-btn{padding:12px 20px;border:1px dashed #3a4658;border-radius:12px;background:hsla(0,0%,100%,.04);color:#e6ebf2;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .14s ease,background .14s ease}.hl-private-btn:hover{border-color:#6f7bdc;background:rgba(124,92,255,.12)}.bw{--bw-bg:#0f0f11;--bw-surface:#16171a;--bw-raised:#1c1d21;--bw-line:#2a2b30;--bw-line-2:#3a3b42;--bw-text:#ececf0;--bw-dim:#9a9ba3;--bw-accent:#ececf0;max-width:760px;margin:0 auto;padding:20px 16px 40px;color:var(--bw-text);font-size:14px}.bw-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}.bw-title{font-size:20px;font-weight:700;letter-spacing:-.01em}.bw-top-right{margin-left:auto}.bw-prog{margin-bottom:20px}.bw-prog-track{height:5px;border-radius:999px;background:#26272c;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.5)}.bw-prog-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#8a8b92,#ececf0);transition:width .35s cubic-bezier(.4,0,.2,1)}.bw-prog-steps{display:flex;gap:4px;margin-top:12px}.bw-dot{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;padding:4px 2px;cursor:pointer;color:var(--bw-dim);min-width:0}.bw-dot-n{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--bw-raised);border:1px solid var(--bw-line);font-size:12px;font-weight:700;color:var(--bw-dim);transition:all .16s ease}.bw-dot-l{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bw-dot.done .bw-dot-n{background:#2f3036;color:var(--bw-text);border-color:var(--bw-line-2)}.bw-dot.cur .bw-dot-n{background:var(--bw-accent);color:#111;border-color:var(--bw-accent);box-shadow:0 0 0 4px rgba(236,236,240,.1)}.bw-dot.cur .bw-dot-l{color:var(--bw-text)}.bw-dot:hover .bw-dot-n{border-color:var(--bw-line-2)}.bw-card{background:var(--bw-surface);border:1px solid var(--bw-line);border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03),0 18px 40px -12px rgba(0,0,0,.6);overflow:hidden}.bw-card-head{padding:20px 22px 14px;border-bottom:1px solid var(--bw-line)}.bw-step-n{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--bw-dim)}.bw-step-title{margin:4px 0 0;font-size:19px;font-weight:700;letter-spacing:-.01em}.bw-step-sub{margin:6px 0 0;color:var(--bw-dim)}.bw-card-body{padding:20px 22px 24px}.bw-foot{display:flex;align-items:center;gap:10px;margin-top:18px}.bw-spacer{flex:1 1}.bw-nav,.bw-save{font:inherit;font-weight:600;border-radius:10px;padding:10px 18px;cursor:pointer;transition:all .14s ease}.bw-nav{background:var(--bw-raised);border:1px solid var(--bw-line);color:var(--bw-text)}.bw-nav:hover:not(:disabled){border-color:var(--bw-line-2);background:#24252a}.bw-nav:disabled{opacity:.4;cursor:default}.bw-save{background:var(--bw-accent);border:1px solid var(--bw-accent);color:#111;box-shadow:0 6px 18px -6px rgba(236,236,240,.4)}.bw-save:hover:not(:disabled){background:#fff}.bw-save:disabled{opacity:.55;cursor:default}.bw-msg{font-size:13px;font-weight:600}.bw-msg.ok{color:#86efac}.bw-msg.err{color:#fca5a5}.bw-lead{margin:0 0 16px;line-height:1.6}.bw-dim,.bw-lead{color:var(--bw-dim)}.bw-dim{font-size:13px}.bw-hint{margin:8px 0 0;color:var(--bw-dim);font-size:12.5px;line-height:1.55}.bw-field{margin-bottom:20px}.bw-label{display:block;margin-bottom:7px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#c7c8cf}.bw-eg{display:flex;gap:8px;margin-top:8px;padding:8px 11px;background:#101114;border:1px solid var(--bw-line);border-radius:9px;font-size:12.5px;line-height:1.5;color:var(--bw-dim)}.bw-eg-tag{flex:none;font-weight:800;font-style:italic;color:#6f7078}.bw-eg-text{color:#b7b8bf}.bw input:not([type]),.bw input[type=number],.bw input[type=text],.bw select,.bw textarea{width:100%;background:#101114;border:1px solid var(--bw-line);border-radius:10px;padding:11px 12px;color:var(--bw-text);font:inherit;transition:border-color .14s ease,box-shadow .14s ease}.bw textarea{resize:vertical;line-height:1.55}.bw input:focus,.bw select:focus,.bw textarea:focus{outline:none;border-color:#6b6c72;box-shadow:0 0 0 3px rgba(236,236,240,.07)}.bw input::placeholder,.bw textarea::placeholder{color:#5f6068}.bw-ai{background:var(--bw-raised);border:1px solid var(--bw-line);border-radius:12px;padding:14px;box-shadow:0 10px 24px -14px rgba(0,0,0,.7)}.bw-ai-prompt{margin-bottom:10px}.bw-ai-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bw-ai-go{font:inherit;font-weight:700;background:var(--bw-accent);color:#111;border:none;border-radius:10px;padding:9px 16px;cursor:pointer;box-shadow:0 6px 18px -8px rgba(236,236,240,.5);transition:background .14s ease}.bw-ai-go:hover:not(:disabled){background:#fff}.bw-ai-go:disabled{opacity:.5;cursor:default}.bw-start-row{flex-wrap:wrap;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--bw-line)}.bw-start-load,.bw-start-row{display:flex;align-items:center}.bw-start-load{gap:8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bw-dim)}.bw-start-load select{width:auto;min-width:160px}.bw-ghost{font:inherit;font-weight:600;background:var(--bw-raised);border:1px solid var(--bw-line);color:var(--bw-text);border-radius:10px;padding:9px 14px;cursor:pointer}.bw-ghost:hover{border-color:var(--bw-line-2)}.bw-priv{display:flex;align-items:center;gap:7px;margin-left:auto;font-size:13px;color:var(--bw-dim);cursor:pointer}.bw-priv input{width:auto}.bw-summary{list-style:none;margin:0 0 8px;padding:0;border:1px solid var(--bw-line);border-radius:12px;overflow:hidden}.bw-summary li{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid var(--bw-line)}.bw-summary li:last-child{border-bottom:none}.bw-summary li span{flex:none;width:150px;color:var(--bw-dim);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bw-summary li b{color:var(--bw-text);font-weight:600}.bw-summary li em{color:#6f7078;font-style:normal}.bw .b-aif-wrap{position:relative}.bw .b-pair{display:flex;gap:8px;align-items:center}.bw .b-nummap{display:flex;flex-direction:column;gap:8px}.bw .b-k{flex:1 1}.bw .b-v{width:90px;flex:none}.bw .b-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.bw .b-add{font:inherit;font-weight:600;background:var(--bw-raised);border:1px dashed var(--bw-line-2);color:var(--bw-text);border-radius:10px;padding:9px 14px;cursor:pointer;transition:border-color .14s ease,background .14s ease}.bw .b-add:hover{border-color:#55565d;background:#24252a}.bw .b-x{flex:none;background:var(--bw-raised);border:1px solid var(--bw-line);color:var(--bw-dim);border-radius:8px;min-width:34px;height:34px;padding:0 10px;cursor:pointer;font-weight:700}.bw .b-x:hover{color:#fca5a5;border-color:#52323a}.bw .b-del{font:inherit;background:var(--bw-raised);border:1px solid var(--bw-line);color:var(--bw-dim);border-radius:9px;padding:8px 12px;cursor:pointer}.bw .b-del:hover,.bw .b-err{color:#fca5a5}.bw .b-err{font-size:12.5px}.bw .ob-opts{display:flex;flex-wrap:wrap;gap:8px}.bw .ob-opt{font:inherit;font-weight:600;background:var(--bw-raised);border:1px solid var(--bw-line);color:var(--bw-text);border-radius:999px;padding:8px 15px;cursor:pointer;transition:all .14s ease}.bw .ob-opt:hover{border-color:var(--bw-line-2)}.bw .ob-opt.active{background:var(--bw-accent);border-color:var(--bw-accent);color:#111}.bw .b-item{border:1px solid var(--bw-line);border-radius:14px;padding:16px;margin-bottom:16px;background:var(--bw-raised);box-shadow:0 12px 28px -18px rgba(0,0,0,.7)}.bw .b-item-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.bw .b-item-head .b-aif-wrap{flex:1 1}.bw .b-inline{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--bw-dim);white-space:nowrap}.bw .b-inline input{width:auto}.bw .b-lang-open{border:1px solid var(--bw-line);border-radius:11px;padding:12px;margin-bottom:12px;background:#131418}.bw .b-lang-open-head{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--bw-dim);margin-bottom:10px}.bw .b-cover-prev,.bw .b-media-prev{border-radius:12px;border:1px solid var(--bw-line);box-shadow:0 10px 24px -14px rgba(0,0,0,.7)}.bw .b-cover-grid{display:flex;flex-wrap:wrap;gap:14px}.bw .b-cover-slot{display:flex;flex-direction:column;gap:8px;width:150px}.bw .b-cover-empty{display:grid;place-items:center;height:90px;border:1px dashed var(--bw-line-2);border-radius:10px;color:var(--bw-dim);font-size:12px}.bw .a-dim{color:var(--bw-dim);font-size:13px}.bw .a-card{background:transparent;border:none;padding:0}.bw .panel-title{font-size:15px;font-weight:700;margin:0 0 10px}@media (max-width:560px){.bw-dot-l{display:none}.bw .b-grid{grid-template-columns:1fr}.bw-summary li span{width:110px}}