*,:before,:after{box-sizing:border-box}:root{--background:#fafafa;--foreground:#171717;--surface:#e8eaed;--border:#e4e4e7;--muted:#71717a;--input:#fff;--button-fill:#222}.dark{--background:#1e1e1e;--foreground:#ededed;--surface:#2c2c2c;--border:#404040;--muted:#bfbfbf;--input:#2c2c2c;--button-fill:#ededed}html{height:100%}body{background:var(--background);height:100%;color:var(--foreground);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;display:flex;overflow:hidden}.app-shell{flex-direction:column;flex:1;min-height:0;display:flex}.interface-row{flex-direction:row;flex:1;justify-content:safe center;align-items:stretch;min-height:0;display:flex;overflow:hidden}.window-panel{flex:0 0 45vh;display:none}.interface-box{flex-direction:column;flex:0 0 768px;min-height:0;display:flex}.paper-edge{display:none}.controls-box{flex-shrink:0;padding:16px;position:relative}.controls-row{padding-right:120px}.controls-title{margin:0;font-size:19.5px;font-weight:600;line-height:1}.controls-actions{align-items:center;gap:4px;display:flex;position:absolute;top:25.75px;right:16px;transform:translateY(-50%)}.controls-subtitle{color:var(--muted);margin:16px 0 0;font-size:.9375rem;line-height:1}.control-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1;transition:color .15s,background-color .15s;display:inline-flex}.control-btn:hover{color:var(--foreground);background:var(--surface)}.control-btn .language-code{line-height:1;display:block}.tone-selector-box{flex-shrink:0;align-items:stretch;gap:16px;padding:16px;display:flex}.profile-photo-wrapper{aspect-ratio:1058/1486;flex-shrink:0;height:200px;position:relative}.profile-photo-frame{border-radius:6px;width:100%;height:100%;position:relative;overflow:hidden}.profile-photo{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:pixelated;display:block}.tone-selector-panel{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.tone-dimension-label{color:var(--muted);font-size:.9375rem;line-height:1}.tone-grid{grid-template-columns:max-content 1fr;align-items:baseline;gap:16px;display:grid}.tone-group-divider{background:var(--border);border:none;grid-column:span 2;height:1px}.tone-group-row-label{color:var(--foreground);white-space:nowrap;font-size:.9375rem;line-height:1}.tone-button-row{flex-wrap:wrap;gap:8px;display:flex}.tone-selector-panel button[aria-pressed]{cursor:pointer;border:none;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.9375rem;font-weight:450;transition:background-color .15s,color .15s}.tone-selector-panel button[aria-pressed=false]{background:var(--surface);color:var(--foreground)}.tone-selector-panel button[aria-pressed=false]:hover{background:var(--border)}.tone-selector-panel button[aria-pressed=true]{background:var(--button-fill);color:var(--background)}.tone-selector-panel button:disabled{cursor:default;pointer-events:none;position:relative}.tone-lock-label{filter:blur(3px);opacity:.45;-webkit-user-select:none;user-select:none}.tone-lock-icon{fill:currentColor;opacity:.7;z-index:2;width:13px;height:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.conversation-frame,.conversation-gap,.conversation-inner-border{flex-direction:column;flex:1;min-height:0;display:flex}.conversation-box{flex:1;min-height:0;position:relative;overflow:hidden}.conversation-scroll{height:100%;padding:16px;overflow-y:auto;-webkit-mask-image:linear-gradient(#00000040 0,#000 12px calc(100% - 12px),#00000040 100%);mask-image:linear-gradient(#00000040 0,#000 12px calc(100% - 12px),#00000040 100%)}.message-list{flex-direction:column;gap:15px;display:flex}.message-label{color:var(--muted);margin:0;font-size:.75rem;font-weight:500}.message-text{font-size:.9375rem;line-height:1.65}.message-text p,.user-bubble p,.assistant-body p{margin:0}.message-text p+p,.user-bubble p+p,.assistant-body p+p{margin-top:12px}.opener-title{font-weight:600;line-height:1}.message--user{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.user-bubble{background:var(--surface);min-width:0;max-width:80%;color:var(--foreground);overflow-wrap:anywhere;border-radius:8px;padding:8px 12px;font-size:.9375rem;line-height:1.65}.assistant-body{padding-top:5px;font-size:.9375rem;line-height:1.65}.assistant-body ul,.assistant-body ol{margin:8px 0;padding-left:1.4em}.assistant-body ul{list-style-type:disc}.assistant-body ol{list-style-type:decimal}.assistant-body li,.assistant-body li+li{margin-top:4px}.assistant-body code{background:var(--surface);border-radius:3px;padding:.1em .35em;font-family:ui-monospace,monospace;font-size:.875em}.youtube-embed{border-radius:8px;width:100%;height:0;margin-top:12px;padding-bottom:56.25%;position:relative;overflow:hidden}.youtube-embed iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.typing-indicator{align-items:center;gap:4px;height:20px;padding-top:8px;display:flex}.typing-dot{background:var(--foreground);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1s infinite big-bounce}.conversation-closer{white-space:pre-wrap;color:var(--muted);font-size:.9375rem;line-height:1.65}.box-divider{background:var(--border);flex-shrink:0;height:1px;margin:0 16px}.input-box{flex-shrink:0;padding:16px}.input-field-wrapper{position:relative}.chat-textarea{resize:none;border:1px solid var(--border);background:var(--input);width:100%;color:var(--foreground);border-radius:12px;padding:12px 16px 52px;font-family:inherit;font-size:.9375rem;line-height:1.65;display:block;overflow-y:hidden}.chat-textarea::placeholder{color:var(--muted)}.chat-textarea:focus{box-shadow:0 0 0 1px var(--foreground);outline:none}.chat-textarea:disabled{opacity:.5}.send-button{background:var(--button-fill);color:var(--background);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:opacity .15s;display:inline-flex;position:absolute;bottom:12px;right:12px}.send-button:disabled{opacity:.4;cursor:default}.send-button:not(:disabled):hover{opacity:.8}.send-button-label{letter-spacing:.03em;padding:0 4px;font-size:.8125rem;font-weight:600;line-height:1}.used-car-input-caret{display:none}.conversation-scroll{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.conversation-scroll::-webkit-scrollbar{width:6px}.conversation-scroll::-webkit-scrollbar-track{background:0 0}.conversation-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.conversation-scroll::-webkit-scrollbar-thumb:hover{background:var(--border)}.chat-textarea{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.chat-textarea::-webkit-scrollbar{width:6px}.chat-textarea::-webkit-scrollbar-track{background:0 0}.chat-textarea::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chat-textarea::-webkit-scrollbar-thumb:hover{background:var(--border)}@keyframes big-bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(0)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(-4px)}}.animate-big-bounce{animation:1s infinite big-bounce}:not(.dark)[data-tone=professional] .tone-selector-panel button[aria-pressed=false]{color:#171717;background:#e8eaed}:not(.dark)[data-tone=professional] .tone-selector-panel button[aria-pressed=false]:hover{background:#e4e4e7}:not(.dark)[data-tone=professional] .tone-selector-panel button[aria-pressed=true]{color:#fafafa;background:#222}.dark[data-tone=professional] .tone-selector-panel button[aria-pressed=false]{color:#ededed;background:#2c2c2c}.dark[data-tone=professional] .tone-selector-panel button[aria-pressed=false]:hover{background:#404040}.dark[data-tone=professional] .tone-selector-panel button[aria-pressed=true]{color:#1e1e1e;background:#ededed}:not(.dark)[data-tone=time_traveller] .tone-selector-panel button[aria-pressed=false]{color:#171717;background:#e8eaed}:not(.dark)[data-tone=time_traveller] .tone-selector-panel button[aria-pressed=false]:hover{background:#e4e4e7}:not(.dark)[data-tone=time_traveller] .tone-selector-panel button[aria-pressed=true]{color:#fafafa;background:#222}.dark[data-tone=time_traveller] .tone-selector-panel button[aria-pressed=false]{color:#ededed;background:#2c2c2c}.dark[data-tone=time_traveller] .tone-selector-panel button[aria-pressed=false]:hover{background:#404040}.dark[data-tone=time_traveller] .tone-selector-panel button[aria-pressed=true]{color:#1e1e1e;background:#ededed}.bg-under-construction-banner{pointer-events:none;z-index:0;background:repeating-linear-gradient(-45deg,gold 0 24px,#111 24px 48px);height:44px;position:fixed;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.bg-under-construction-banner .under-construction-text{white-space:nowrap;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-shadow:1px 1px #000,-1px 1px #000,1px -1px #000,-1px -1px #000;will-change:transform;font-family:Arial Black,Arial,sans-serif;font-size:17px;font-weight:900;animation:120s linear infinite uc-tape-scroll;position:absolute;top:50%;left:0}@keyframes uc-tape-scroll{0%{transform:translateY(-50%)}to{transform:translate(-50%,-50%)}}[data-tone=used_car_salesman] .bg-under-construction-banner{top:0;transform:none}[data-tone=auctioneer] .interface-box,[data-tone=bard] .interface-box,[data-tone=chill] .interface-box{background:var(--background);position:relative}[data-tone=auctioneer] body{font-family:var(--font-cormorant), Georgia, serif}[data-tone=auctioneer] .interface-box{border-left:3px solid var(--auction-brass);border-right:3px solid var(--auction-brass);box-shadow:-10px 0 28px #150c0557,10px 0 28px #150c0557,inset 1px 0 #fff5cd42,inset -1px 0 #fff5cd42}[data-tone=auctioneer] .controls-title{font-family:var(--font-cinzel-decorative), Georgia, serif;letter-spacing:.055em}[data-tone=auctioneer] .controls-subtitle,[data-tone=auctioneer] .tone-dimension-label,[data-tone=auctioneer] .message-label{letter-spacing:.08em;text-transform:uppercase}[data-tone=auctioneer] .box-divider,[data-tone=auctioneer] .tone-group-divider{background:linear-gradient(to right, transparent, var(--auction-brass) 7%, var(--auction-brass) 93%, transparent);border:0;height:2px;box-shadow:0 1px #fff4c633}[data-tone=auctioneer] .profile-photo-wrapper{background:padding-box padding-box,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E") border-box,linear-gradient(#c49430 0%,#d4a030 22%,#b07c18 50%,#c49030 75%,#9a6810 100%) border-box;border:12px solid #0000;border-radius:0;height:222px}[data-tone=auctioneer] .profile-photo-wrapper:after{content:"";pointer-events:none;background:padding-box padding-box,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E") border-box,linear-gradient(#d4a030 0%,#d8b840 35%,#c8a030 65%,#d4a030 100%) border-box;border:1px solid #0000;position:absolute;inset:-6px;box-shadow:inset 0 0 0 1px #00000052,inset 0 0 4px 1px #00000024}[data-tone=auctioneer] .profile-photo-frame{z-index:1;border-radius:0;position:relative}[data-tone=auctioneer] .profile-photo-frame:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#00000073 0%,#0000 6%),linear-gradient(90deg,#00000059 0%,#0000 5%),linear-gradient(#0000 96%,#00000026 100%),linear-gradient(270deg,#00000026 0%,#0000 4%);position:absolute;inset:0}[data-tone=auctioneer] .tone-selector-panel button[aria-pressed]{border:1px solid var(--auction-brass);min-height:31px;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.06em;border-radius:2px 2px 7px 7px;padding:6px 13px;font-weight:700;box-shadow:0 2px 4px #23120447,inset 0 1px #fff3}[data-tone=auctioneer] .conversation-box{box-shadow:inset 0 0 0 1px #744d1652,inset 0 0 22px #4a2d0c14}[data-tone=auctioneer] .user-bubble{border-left:4px solid var(--auction-oxblood);border-radius:2px;box-shadow:0 2px 5px #2412052e}[data-tone=auctioneer] .input-box{border-top:1px solid var(--auction-brass)}[data-tone=auctioneer] .input-field-wrapper{border:1px solid var(--auction-brass);border-radius:2px;box-shadow:inset 0 1px 3px #2d18072e,0 2px 5px #23110333}[data-tone=auctioneer] .chat-textarea{font-family:var(--font-cormorant), Georgia, serif;font-size:17px}[data-tone=auctioneer] .send-button{border:1px solid #5f3909;border-radius:2px;box-shadow:0 3px #573006,0 5px 9px #23110352,inset 0 1px #fff1b99e;color:#261405!important;background:linear-gradient(#d8ad50,#9b681c)!important}[data-tone=auctioneer] .send-button:not(:disabled):active{transform:translateY(2px);box-shadow:0 1px #573006,0 2px 5px #2311034d,inset 0 1px #fff1b97a}:not(.dark)[data-tone=auctioneer]{--auction-brass:#a97822;--auction-oxblood:#741f27;--background:#f2ead8;--foreground:#2b1b0d;--muted:#725d43;--surface:#e4d7bf;--border:#b99b67;--button-fill:#741f27;--input:#fbf6e9}:not(.dark)[data-tone=auctioneer] body{background:linear-gradient(#f4ebd814,#f4ebd814),url(/images/auctioneer/auctioneer-light-auction-house.png) top/cover no-repeat,#cfbea1!important}:not(.dark)[data-tone=auctioneer] .interface-box{background:linear-gradient(#f8f1e1f6,#ebdfc7f6),#f2ead8}:not(.dark)[data-tone=auctioneer] .controls-box,:not(.dark)[data-tone=auctioneer] .tone-selector-box,:not(.dark)[data-tone=auctioneer] .input-box{background:#efe4cdeb}:not(.dark)[data-tone=auctioneer] .conversation-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"),#f6efdf}:not(.dark)[data-tone=auctioneer] .tone-selector-panel button[aria-pressed=false]{color:#3b2511;background:linear-gradient(#f4ead5,#dcc9a8)}:not(.dark)[data-tone=auctioneer] .tone-selector-panel button[aria-pressed=false]:hover{background:linear-gradient(#fff8e8,#e7d1ad)}:not(.dark)[data-tone=auctioneer] .tone-selector-panel button[aria-pressed=true]{color:#fff5d5;background:linear-gradient(#8c3037,#641820);border-color:#d1a846}:not(.dark)[data-tone=auctioneer] .user-bubble{color:#2d1b0d;background:#eee0c6}:not(.dark)[data-tone=auctioneer] .input-field-wrapper,:not(.dark)[data-tone=auctioneer] .chat-textarea{color:#2b1b0d;background:#fffaf0}.dark[data-tone=auctioneer]{--auction-brass:#b88632;--auction-oxblood:#681822;--background:#17110d;--foreground:#eee1c6;--muted:#aa987b;--surface:#2b211a;--border:#6d512d;--button-fill:#b88632;--input:#201813}.dark[data-tone=auctioneer] body{background:linear-gradient(#08050324,#08050324),url(/images/auctioneer/auctioneer-dark-auction-house.png) top/cover no-repeat,#0f0b08!important}.dark[data-tone=auctioneer] .interface-box{background:linear-gradient(#19120ef6,#120d0af9),#17110d;box-shadow:-12px 0 32px #0000009e,12px 0 32px #0000009e,inset 1px 0 #e0b4562e,inset -1px 0 #e0b4562e}.dark[data-tone=auctioneer] .controls-box,.dark[data-tone=auctioneer] .tone-selector-box,.dark[data-tone=auctioneer] .input-box{background:#1c140ff0}.dark[data-tone=auctioneer] .conversation-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E"),#211914;box-shadow:inset 0 0 0 1px #b8863252,inset 0 0 24px #0000004d}.dark[data-tone=auctioneer] .tone-selector-panel button[aria-pressed=false]{color:#dfcfb4;background:linear-gradient(#352820,#241a15);border-color:#765729}.dark[data-tone=auctioneer] .tone-selector-panel button[aria-pressed=false]:hover{color:#fff1cf;background:linear-gradient(#48352a,#2e2119)}.dark[data-tone=auctioneer] .tone-selector-panel button[aria-pressed=true]{color:#ffe8b3;background:linear-gradient(#7c2630,#4f1118);border-color:#c99b42;box-shadow:0 0 12px #c99b4229,inset 0 1px #ffebb824}.dark[data-tone=auctioneer] .user-bubble{color:#f0dfc5;background:#34221c;border-left-color:#9b3942}.dark[data-tone=auctioneer] .input-field-wrapper,.dark[data-tone=auctioneer] .chat-textarea{color:#f0dfc5;background:#1b1410}.dark[data-tone=auctioneer] .chat-textarea::placeholder{color:#8f7c62}[data-tone=bard] body{font-family:var(--font-spectral), Georgia, serif}[data-tone=bard] .interface-box{border-left:5px solid var(--bard-binding);border-right:5px solid var(--bard-binding);position:relative;box-shadow:-11px 0 28px #1c0e0561,11px 0 28px #1c0e0561,inset 1px 0 #fff4c43d,inset -1px 0 #fff4c43d}[data-tone=bard] .controls-title{font-family:var(--font-cinzel-decorative), Georgia, serif;letter-spacing:.045em;white-space:nowrap;font-size:15px}[data-tone=bard] .controls-row{align-items:center;min-height:36px;display:flex}[data-tone=bard] .controls-box{padding:12px 16px}[data-tone=bard] .controls-actions{top:30px}[data-tone=bard] .controls-subtitle,[data-tone=bard] .tone-dimension-label,[data-tone=bard] .message-label{letter-spacing:.055em}[data-tone=bard] .box-divider,[data-tone=bard] .tone-group-divider{background:linear-gradient(to right, transparent 0 3%, var(--bard-rule) 3% 97%, transparent 97%) center 0 / 100% 1px no-repeat, linear-gradient(to right, transparent 0 3%, var(--bard-rule) 3% 97%, transparent 97%) center 4px / 100% 1px no-repeat, radial-gradient(circle, var(--bard-ink) 0 1px, transparent 1.5px) center / 10px 5px repeat-x;border:0;height:5px}[data-tone=bard] .box-divider{display:none}[data-tone=bard] .profile-photo-wrapper{background:linear-gradient(135deg,#dfbd52,#77500f 35%,#d8aa35 63%,#65400b);border-radius:3px;height:180px;padding:6px;box-shadow:0 4px 12px #190c0375,inset 0 0 0 1px #fff0ae80}[data-tone=bard] .profile-photo-frame{border-radius:1px}[data-tone=bard] .tone-selector-panel button[aria-pressed]{border:1px solid var(--bard-tab-border);font-family:var(--font-spectral), Georgia, serif;letter-spacing:.035em;border-radius:8px 8px 2px 2px;padding:6px 12px 7px;font-weight:600;box-shadow:0 2px 5px #1f0f0442,inset 0 1px #ffffff2e}[data-tone=bard] .conversation-box{box-shadow:inset 0 0 0 1px var(--bard-page-edge), inset 0 0 28px var(--bard-page-shadow)}[data-tone=bard] .message-label{font-family:var(--font-cinzel), Georgia, serif;text-transform:uppercase}[data-tone=bard] .user-bubble{border-left:4px solid var(--bard-request-edge);border-radius:2px;box-shadow:0 2px 6px #1e0e0433}[data-tone=bard] .input-box{border-top:2px solid var(--bard-binding);padding:16px 18px 15px}[data-tone=bard] .input-field-wrapper{padding-right:76px;background:0 0!important}[data-tone=bard] .chat-textarea{border:1px solid var(--bard-tab-border);min-height:74px;font-family:var(--font-spectral), Georgia, serif;text-align:left;border-radius:3px;padding:8px 12px;font-size:15px;line-height:24px;box-shadow:inset 0 1px 4px #1d0d0333,0 2px 6px #1e0e0438}[data-tone=bard] .send-button{isolation:isolate;perspective:140px;width:52px;height:62px;box-shadow:none;border:0;border-radius:0;padding:0;top:auto;bottom:0;right:4px;overflow:visible;transform:none;color:#70450f!important;background:0 0!important}[data-tone=bard] .send-button:before,[data-tone=bard] .send-button:after{content:none}[data-tone=bard] .bard-pouch{z-index:2;filter:drop-shadow(0 3px 2px #1f0e0440);pointer-events:none;width:72px;height:64px;position:absolute;bottom:-1px;left:50%;overflow:visible;transform:translate(-50%)}[data-tone=bard] .bard-pouch--foreground{z-index:4;filter:none}[data-tone=bard] .bard-pouch-body{stroke:#3b1c0a;stroke-width:1.6px;stroke-linejoin:round}[data-tone=bard] .bard-pouch-belly-light{fill:#ca774012}[data-tone=bard] .bard-pouch-neck{stroke:#44200c;stroke-width:1.2px}[data-tone=bard] .bard-pouch-fold,[data-tone=bard] .bard-pouch-seam{stroke:#451f0a94;stroke-width:1.25px;stroke-linecap:round}[data-tone=bard] .bard-pouch-rim{stroke:#3d1c09;stroke-width:1.5px}[data-tone=bard] .bard-pouch-opening{fill:#2c1a19;stroke:#ef934457;stroke-width:.8px}[data-tone=bard] .bard-pouch-front-lip{fill:#783917;stroke:#3d1c09;stroke-width:1.15px;stroke-linejoin:round}[data-tone=bard] .bard-pouch-rim-light{fill:none;stroke:#da854c33;stroke-width:1.2px;stroke-linecap:round}[data-tone=bard] .bard-pouch-cord{fill:none;stroke:#5b2d16;stroke-width:3.2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px #2d1408)drop-shadow(0 -.5px #a85b362e)}[data-tone=bard] .bard-pouch-knot{fill:#6a351a;stroke:#321608;stroke-width:1.2px}[data-tone=bard] .bard-coin-emblem{z-index:3;box-sizing:border-box;opacity:0;width:28px;height:28px;transform-style:preserve-3d;transition:transform .26s ease-out,opacity .1s linear;position:absolute;top:21px;left:12px;transform:translateY(0)rotate(-2deg)}[data-tone=bard] .bard-coin-edge-layer,[data-tone=bard] .bard-coin-face{box-sizing:border-box;backface-visibility:hidden;border-radius:49% 51% 48% 52%/51% 48% 52% 49%;width:28px;height:28px;display:block;position:absolute;inset:0}[data-tone=bard] .bard-coin-edge-layer{backface-visibility:visible;background:linear-gradient(#c88d27,#70420c 48%,#b4771b 100%);border:1px solid #57350a;box-shadow:inset 0 0 0 1px #ecb84b57}[data-tone=bard] .bard-coin-face{background:radial-gradient(circle at 34% 27%,#fff6b480 0 4%,#0000 18%),conic-gradient(from 8deg,#b9781d,#dda83f 17%,#a96513 33%,#dca23a 51%,#956010 69%,#d09a31 84%,#b9781d);border:1px solid #62400d;box-shadow:inset 0 0 0 2px #ddb04c,inset 0 0 0 3px #8e5713,0 1px 2px #2612043d}[data-tone=bard] .bard-coin-face--front{transform:rotateX(180deg)translateZ(3px)}[data-tone=bard] .bard-coin-face--back{transform:translateZ(3px)}[data-tone=bard] .bard-coin-beading{stroke:#70430b;stroke-width:1.8px;stroke-dasharray:.35 2.05;stroke-linecap:round;opacity:.82}[data-tone=bard] .bard-coin-lyre,[data-tone=bard] .bard-coin-crown{stroke:#70430b;stroke-width:1.45px;stroke-linecap:round;stroke-linejoin:round}[data-tone=bard] .send-button.has-bard-draft:not(:disabled) .bard-coin-emblem--ready{opacity:1;transform:translateY(-24px)rotate(-2deg)}[data-tone=bard] .send-button:not(.has-bard-draft) .bard-coin-emblem--ready,[data-tone=bard] .send-button:disabled .bard-coin-emblem--ready{transform:translateY(0)rotate(-2deg)}[data-tone=bard] .bard-coin-emblem--flight{animation:1.78s linear forwards bard-coin-spend}@keyframes bard-coin-spend{0%{z-index:3;opacity:1;transform:translateY(-24px)translate(0)rotate(-2deg)rotateX(0)}10.1%{z-index:3;opacity:1;transform:translateY(-39px)translate(0)rotate(-2deg)rotateX(0)}66.3%{z-index:3;opacity:1;transform:translateY(-39px)translate(0)rotate(-2deg)rotateX(0)}66.4%{z-index:5;opacity:1;transform:translateY(-39px)translate(0)rotate(-2deg)rotateX(0)}77.6%{z-index:5;opacity:1;transform:translateY(-101px)translate(2px)rotate(0)rotateX(600deg)}89%{z-index:5;opacity:1;transform:translateY(-175px)translate(1px)rotate(2deg)rotateX(1260deg)}95%{z-index:5;opacity:.9;transform:translateY(-220px)translate(0)rotate(2deg)rotateX(1600deg)}to{z-index:5;opacity:0;transform:translateY(-250px)translate(-1px)rotate(2deg)rotateX(1800deg)}}[data-tone=bard] .send-button:disabled{opacity:1}[data-tone=bard] .send-button:not(:disabled):hover{opacity:1;filter:none}[data-tone=bard] .send-button:not(:disabled):active{box-shadow:none;transform:none}[data-tone=bard] .bard-font-initial-comparison{isolation:isolate;color:#e0b950;width:38px;height:42px;font-family:var(--font-cinzel-decorative), Georgia, serif;vertical-align:text-bottom;text-shadow:1px 1px #542114;background:radial-gradient(circle at 35% 28%,#ffdd7933,#0000 36%),#7d2922;border:2px solid #b88a2d;justify-content:center;align-items:center;margin:0 3px 0 0;padding-top:6px;padding-left:3px;font-size:38px;font-weight:700;line-height:1;display:inline-flex;position:relative;overflow:visible;box-shadow:0 0 0 1px #5b3212,inset 0 0 0 2px #41180e70,1px 2px 3px #2d160633}[data-tone=bard] .bard-font-initial-comparison:before{content:"";pointer-events:none;z-index:-1;border:1px solid #ebc45b6b;position:absolute;inset:3px}.dark[data-tone=bard] .bard-font-initial-comparison{color:#bd963d;text-shadow:1px 1px #27100b;background:radial-gradient(circle at 35% 28%,#d6ad4c21,#0000 36%),#4b1d1a;border-color:#8e6721;box-shadow:0 0 0 1px #321b0d,inset 0 0 0 2px #180a0794,1px 2px 3px #0000004d}[data-tone=bard] .bard-illuminated-initial{isolation:isolate;color:#e0b950;width:38px;height:42px;font-family:var(--font-cinzel), Georgia, serif;vertical-align:text-bottom;text-shadow:1px 1px #542114;background:radial-gradient(circle at 35% 28%,#ffdd7933,#0000 36%),#7d2922;border:2px solid #b88a2d;outline:1px solid #5b3212;justify-content:center;align-items:center;margin:0 3px 0 0;font-size:37px;font-weight:700;line-height:1;display:inline-flex;position:relative;box-shadow:inset 0 0 0 2px #41180e70,1px 2px 3px #2d160633}[data-tone=bard] .bard-illuminated-glyph{padding-top:5px;line-height:1;position:relative;left:-.5px;transform:none}[data-tone=bard] .bard-illuminated-initial:before{content:"";pointer-events:none;z-index:-1;border:1px solid #ebc45b6b;position:absolute;inset:3px}.dark[data-tone=bard] .bard-illuminated-initial{color:#bd963d;text-shadow:1px 1px #27100b;background:radial-gradient(circle at 35% 28%,#d6ad4c21,#0000 36%),#4b1d1a;border-color:#8e6721;outline-color:#321b0d;box-shadow:inset 0 0 0 2px #180a0794,1px 2px 3px #0000004d}:not(.dark)[data-tone=bard]{--bard-binding:#85501a;--bard-rule:#aa7b25;--bard-ink:#315d82;--bard-tab-border:#9e7627;--bard-page-edge:#7e571a59;--bard-page-shadow:#6442101a;--bard-request-edge:#315f86;--background:#f3ead1;--foreground:#2e2415;--muted:#736349;--surface:#e5d7b6;--border:#b59a60;--button-fill:#315f86;--input:#fff9e8}:not(.dark)[data-tone=bard] body{background:linear-gradient(#f4eed80d,#f4eed80d),url(/images/bard/bard-light-castle-festival.png) top/cover no-repeat,#b9cadd!important}:not(.dark)[data-tone=bard] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.55' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"),#f3ead1f7}:not(.dark)[data-tone=bard] .controls-box,:not(.dark)[data-tone=bard] .tone-selector-box,:not(.dark)[data-tone=bard] .input-box{background:#ecdebbe6}:not(.dark)[data-tone=bard] .conversation-box{background:linear-gradient(90deg,#764b110d,#0000 7% 93%,#764b110d),#fbf3dc}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=false]{color:#3d2d14;background:linear-gradient(#f4e5b9,#dac58b)}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=false]:nth-of-type(3n+1){border-color:#315f86}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=false]:nth-of-type(3n+2){border-color:#8b2f36}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=false]:hover{background:linear-gradient(#fff3ca,#e7d297);transform:translateY(-1px)}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=true]{color:#fff3c5;background:linear-gradient(#3e739a,#294f71);border-color:#d0a53c;box-shadow:0 3px 7px #1f0f044d,inset 0 1px #fff1b647}:not(.dark)[data-tone=bard] .user-bubble{color:#302313;background:#ead8ae}:not(.dark)[data-tone=bard] .input-field-wrapper,:not(.dark)[data-tone=bard] .chat-textarea{color:#2e2415;background:#fff9e8}.dark[data-tone=bard]{--bard-binding:#593313;--bard-rule:#8d632a;--bard-ink:#ba8736;--bard-tab-border:#795328;--bard-page-edge:#9d6b2a52;--bard-page-shadow:#00000057;--bard-request-edge:#8c2e39;--background:#17100c;--foreground:#ead9ba;--muted:#aa9472;--surface:#2b1d16;--border:#694625;--button-fill:#bd8432;--input:#21150f}.dark[data-tone=bard] body{background:linear-gradient(#0704021f,#0704021f),url(/images/bard/bard-dark-tavern.png) top/cover no-repeat,#0c0805!important}.dark[data-tone=bard] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.09 .55' numOctaves='4' seed='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23g)' opacity='.055'/%3E%3C/svg%3E"),#1e120cf9;border-color:#684018;box-shadow:-12px 0 32px #000000ad,12px 0 32px #000000ad,inset 1px 0 #d2933629,inset -1px 0 #d2933629}.dark[data-tone=bard] .controls-box,.dark[data-tone=bard] .tone-selector-box,.dark[data-tone=bard] .input-box{background:#23150eed}.dark[data-tone=bard] .conversation-box{background:linear-gradient(90deg,#00000038,#0000 7% 93%,#00000038),#271a13}.dark[data-tone=bard] .tone-selector-panel button[aria-pressed=false]{color:#d8c09c;background:linear-gradient(#ffffff09,#0000 24%),#3a2419}.dark[data-tone=bard] .tone-selector-panel button[aria-pressed=false]:hover{color:#ffe7b8;background:linear-gradient(#ffffff0f,#0000 24%),#4a2d1e;transform:translateY(-1px)}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]{clip-path:polygon(0 0,100% 0,100% 78%,50% 100%,0 78%);color:#f6e7ae;transform-origin:50% 0;width:42px;height:48px;box-shadow:none;border:1px solid #68451b;border-radius:2px 2px 5px 5px;padding:0;transition:filter .16s,transform .16s;position:relative}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed] .tone-button-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]:before{text-shadow:0 1px #44200e;border:1px solid #ffe5967a;place-items:center;font-family:Georgia,serif;font-size:21px;font-weight:700;line-height:1;display:grid;position:absolute;inset:6px 5px 11px}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 35%,#ffffff24 48%,#0000 61%),linear-gradient(90deg,#1e0d0521,#0000 28%,#ffffff14 54%,#0000 75%,#1e0d0529);position:absolute;inset:0}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=professional]:before{content:"⚜"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=auctioneer]:before{content:"⚒"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=bard]:before{content:"♫"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=chill]:before{content:"☀"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=corrupted]:before{content:"◉"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=mobster]:before{content:"♠"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=naturalist]:before{content:"❧"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=poet]:before{content:"✒"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=stoic]:before{content:"Ω"}:not(.dark)[data-tone=bard] .tone-selector-panel button[data-tone=used_car_salesman]:before{content:"⚿"}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]:nth-of-type(4n+1){background:#315f86}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]:nth-of-type(4n+2){background:#8b2f36}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]:nth-of-type(4n+3){background:#53703d}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed]:nth-of-type(4n){background:#9a691e}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=false]:hover{filter:brightness(1.12)saturate(1.08);animation:.52s ease-in-out both bard-flag-breeze}:not(.dark)[data-tone=bard] .tone-selector-panel button[aria-pressed=true]{filter:brightness(1.13)saturate(1.12);outline-offset:2px;outline:2px solid #d5ad46;transform:translateY(-2px)}@keyframes bard-flag-breeze{0%,to{transform:perspective(90px)rotateY(0)skewY(0)}30%{transform:perspective(90px)rotateY(-13deg)skewY(2deg)}65%{transform:perspective(90px)rotateY(9deg)skewY(-1deg)}}.dark[data-tone=bard] .tone-selector-panel button[aria-pressed]{color:#e0c69b;min-height:34px;font-family:var(--font-spectral), Georgia, serif;letter-spacing:.025em;background:radial-gradient(circle at 7px 7px,#9b6c30 0 1.5px,#3b210e 2px,#0000 2.5px),radial-gradient(circle at calc(100% - 7px) 7px,#9b6c30 0 1.5px,#3b210e 2px,#0000 2.5px),linear-gradient(100deg,#ffffff09,#0000 22% 76%,#00000021),#452a19;border:2px solid #24130a;border-radius:2px;padding:7px 14px 8px;position:relative;box-shadow:0 3px 4px #00000057,inset 0 0 0 1px #ad6f2f29}.dark[data-tone=bard] .tone-selector-panel button[aria-pressed=false]:hover{background:radial-gradient(circle at 7px 7px,#b27d38 0 1.5px,#3b210e 2px,#0000 2.5px),radial-gradient(circle at calc(100% - 7px) 7px,#b27d38 0 1.5px,#3b210e 2px,#0000 2.5px),linear-gradient(100deg,#ffffff0d,#0000 22% 76%,#00000021),#54321e;transform:rotate(-.6deg)translateY(-1px)}.dark[data-tone=bard] .tone-selector-panel button[aria-pressed=true]{color:#ffe3a7;background:radial-gradient(circle at 7px 7px,#d19a45 0 1.5px,#3b210e 2px,#0000 2.5px),radial-gradient(circle at calc(100% - 7px) 7px,#d19a45 0 1.5px,#3b210e 2px,#0000 2.5px),linear-gradient(100deg,#ffd57a17,#0000 30% 70%,#00000029),#6a3028;border-color:#39200e;box-shadow:0 3px 5px #0006,0 0 9px #dc973521,inset 0 0 0 1px #cc8e3e3b}[data-tone=bard] .conversation-frame{isolation:isolate;filter:drop-shadow(0 5px 7px #31190633);padding:14px 9px;position:relative}[data-tone=bard] .conversation-gap,[data-tone=bard] .conversation-inner-border{overflow:visible}[data-tone=bard] .conversation-box{background:linear-gradient(90deg,#5b330d29 0,#8f5c1d0f 16px,#0000 42px calc(100% - 42px),#8f5c1d0f calc(100% - 16px),#5b330d29 100%),repeating-linear-gradient(7deg,#73491805 0 1px,#0000 1px 6px),#f4e5bc;border:0;border-radius:2px;box-shadow:inset 1px 0 #fffadcb8,inset -1px 0 #59310c33,inset 0 0 30px #7043121a}[data-tone=bard] .conversation-scroll{padding-top:28px}[data-tone=bard] .conversation-frame:before,[data-tone=bard] .conversation-frame:after{content:none}[data-tone=bard] .bard-scroll-roll{z-index:4;pointer-events:none;filter:drop-shadow(0 2px 2px #3119064d);width:calc(100% - 18px);height:36px;position:absolute;left:9px;overflow:visible}[data-tone=bard] .bard-scroll-roll-cylinder{width:100%;height:36px;display:block;overflow:visible}[data-tone=bard] .bard-scroll-end-cap{z-index:2;width:27px;height:32px;position:absolute;top:50%;overflow:visible;transform:translateY(-50%)}[data-tone=bard] .bard-scroll-end-cap--left{right:calc(100% - 5px)}[data-tone=bard] .bard-scroll-end-cap--right{left:calc(100% - 5px)}[data-tone=bard] .bard-scroll-end-cap-terminal,[data-tone=bard] .bard-scroll-end-cap-neck,[data-tone=bard] .bard-scroll-end-cap-cuff{stroke:#21150f;stroke-width:.48px;stroke-linejoin:round}[data-tone=bard] .bard-scroll-end-cap-neck{filter:brightness(.56)}[data-tone=bard] .bard-scroll-end-cap-details,[data-tone=bard] .bard-scroll-end-cap-engravings{fill:none;stroke-linecap:round;stroke-linejoin:round}[data-tone=bard] .bard-scroll-end-cap-details{stroke:#241710;stroke-width:.62px}[data-tone=bard] .bard-scroll-end-cap-engravings{display:none}[data-tone=bard] .bard-scroll-roll--top{top:-4px}[data-tone=bard] .bard-scroll-roll--bottom{bottom:-4px;transform:scaleY(-1)}[data-tone=bard] .bard-scroll-roll-body{stroke:none}[data-tone=bard] .bard-scroll-roll-highlight{fill:none;stroke:#fff5cba8;stroke-width:.8px;stroke-linecap:round}[data-tone=bard] .bard-scroll-roll-shadow{fill:none;stroke:#5b391a47;stroke-width:1.1px;stroke-linecap:round}[data-tone=bard] .bard-scroll-finial,[data-tone=bard] .bard-scroll-reference-cap{display:none}[data-tone=bard] .bard-scroll-reference-cap-terminal,[data-tone=bard] .bard-scroll-reference-cap-neck,[data-tone=bard] .bard-scroll-reference-cap-cuff{stroke:#241711;stroke-width:.42px;stroke-linejoin:round}[data-tone=bard] .bard-scroll-reference-cap-neck{filter:brightness(.62)}[data-tone=bard] .bard-scroll-reference-cap-ring,[data-tone=bard] .bard-scroll-reference-cap-engraving{fill:none;stroke-linecap:round;stroke-linejoin:round}[data-tone=bard] .bard-scroll-reference-cap-ring{stroke:#21150f;stroke-width:.48px}[data-tone=bard] .bard-scroll-reference-cap-ring--cuff{stroke:#b49c76;stroke-width:.36px}[data-tone=bard] .bard-scroll-reference-cap-engraving{stroke:#c1aa83;stroke-width:.3px;opacity:.82}[data-tone=bard] .bard-scroll-reference-cap-engraving--cuff{stroke:#2b1d15;opacity:.88}[data-tone=bard] .bard-scroll-finial-terminal,[data-tone=bard] .bard-scroll-finial-neck,[data-tone=bard] .bard-scroll-finial-cuff{stroke:#2c1d15;stroke-width:.42px}[data-tone=bard] .bard-scroll-finial-band,[data-tone=bard] .bard-scroll-finial-rim-light{fill:none;stroke-linecap:round}[data-tone=bard] .bard-scroll-finial-band{stroke:#241711;stroke-width:.55px}[data-tone=bard] .bard-scroll-finial-rim-light{stroke:#c8b48f;stroke-width:.38px;opacity:.75}[data-tone=bard] .bard-scroll-finial-end-highlight{fill:none;stroke:#d6c39d9e;stroke-width:.34px;stroke-linecap:round}[data-tone=bard] .bard-scroll-finial-engraving{fill:none;stroke:#c0a77d;stroke-width:.34px;stroke-linecap:round;opacity:.78}[data-tone=bard] .bard-scroll-embossing{fill:none;stroke:#734e2657;stroke-width:.42px;stroke-linecap:round;stroke-linejoin:round}:not(.dark)[data-tone=bard] .conversation-box{color:#33200d;background:linear-gradient(90deg,#5b330d29 0,#8f5c1d0f 16px,#0000 42px calc(100% - 42px),#8f5c1d0f calc(100% - 16px),#5b330d29 100%),repeating-linear-gradient(7deg,#73491805 0 1px,#0000 1px 6px),#f4e5bc;box-shadow:inset 1px 0 #fffadcb8,inset -1px 0 #59310c33,inset 0 0 30px #7043121a}.dark[data-tone=bard] .bard-scroll-roll{filter:brightness(.58)saturate(.82)drop-shadow(0 2px 3px #0000008c)}.dark[data-tone=bard] .conversation-box{background:linear-gradient(90deg,#00000052 0,#0000001a 17px,#0000 42px calc(100% - 42px),#0000001a calc(100% - 17px),#00000052 100%),repeating-linear-gradient(7deg,#e0b87705 0 1px,#0000 1px 6px),#2d1e15;box-shadow:inset 1px 0 #ca9b5b21,inset -1px 0 #00000059,inset 0 0 30px #0003}[data-tone=bard] .controls-actions .control-btn{--bard-wax-high:#ce7168;--bard-wax-mid:#b95450;--bard-wax-low:#8f3435;--bard-wax-groove:#742a2d;--bard-wax-icon:var(--bard-wax-high);--bard-wax-grain-x:31%;--bard-wax-grain-y:26%;--bard-wax-light-x:36%;--bard-wax-light-y:27%;isolation:isolate;width:36px;height:36px;color:var(--bard-wax-icon);filter:none;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:relative}[data-tone=bard] .controls-actions .control-btn:before,[data-tone=bard] .controls-actions .control-btn:after{content:"";pointer-events:none;position:absolute}[data-tone=bard] .controls-actions .control-btn:before{z-index:-2;clip-path:path("M18 1 C21 1 22 3 24 3 C27 2 29 4 30 6 C31 8 34 8 35 10 C37 12 34 15 35 17 C37 19 36 22 34 23 C32 25 34 28 32 30 C30 32 28 31 27 33 C26 36 23 34 21 35 C19 37 17 35 15 36 C12 37 11 34 9 33 C6 32 7 29 5 28 C2 26 4 24 2 22 C0 20 3 17 2 15 C1 12 4 11 4 9 C5 6 8 7 9 4 C11 2 13 4 15 2 C16 1 17 1 18 1 Z");background:repeating-radial-gradient(circle at var(--bard-wax-grain-x) var(--bard-wax-grain-y), #ffffff0b 0 .45px, transparent .7px 2px), radial-gradient(circle at var(--bard-wax-light-x) var(--bard-wax-light-y), var(--bard-wax-high) 0 13%, transparent 31%), radial-gradient(circle at 50% 50%, var(--bard-wax-mid) 0 55%, var(--bard-wax-low) 66%, #4e1b1e 100%);border-radius:48% 52% 46% 54%/52% 47% 53% 48%;inset:0}[data-tone=bard] .controls-actions .theme-toggle{--bard-wax-grain-x:39%;--bard-wax-grain-y:29%;--bard-wax-light-x:38%;--bard-wax-light-y:25%}[data-tone=bard] .controls-actions .language-toggle:before{clip-path:path("M19 1 C22 2 24 1 26 4 C28 6 31 5 32 8 C33 10 35 11 34 14 C33 17 36 19 34 22 C32 24 34 27 31 29 C28 31 28 34 25 35 C22 36 20 33 17 34 C14 35 12 33 9 32 C6 31 6 28 4 26 C2 24 3 21 2 18 C1 15 3 13 3 10 C4 7 3 5 6 4 C8 2 11 3 14 2 C16 1 17 1 19 1 Z")}[data-tone=bard] .controls-actions .theme-toggle:before{clip-path:path("M17 1 C20 2 23 1 25 4 C27 6 30 4 32 7 C34 10 33 12 34 15 C36 18 35 21 33 23 C31 25 34 28 31 30 C29 33 26 32 23 34 C20 36 18 34 15 35 C12 36 10 34 7 32 C5 29 5 27 4 24 C2 21 1 19 2 16 C3 13 1 10 4 8 C6 5 7 6 10 4 C12 2 14 1 17 1 Z")}[data-tone=bard] .controls-actions .visibility-toggle{--bard-wax-grain-x:34%;--bard-wax-grain-y:35%;--bard-wax-light-x:34%;--bard-wax-light-y:29%}[data-tone=bard] .controls-actions .visibility-toggle:before{clip-path:path("M20 1 C23 2 24 4 27 3 C29 3 31 5 32 8 C33 11 36 12 34 15 C33 18 35 21 33 23 C31 26 33 29 30 31 C27 33 25 31 22 33 C19 35 17 37 14 35 C11 33 9 35 7 32 C5 30 3 29 3 26 C2 23 4 21 3 18 C2 15 1 12 3 10 C5 7 5 5 8 4 C11 2 13 3 16 1 C17 1 19 1 20 1 Z")}[data-tone=bard] .controls-actions .control-btn:after{z-index:-1;border:.5px solid var(--bard-wax-groove);background:repeating-radial-gradient(circle at 40% 34%, #ffffff06 0 .4px, transparent .7px 1.8px), var(--bard-wax-low);border-radius:50%;inset:4.5px;box-shadow:inset 1px 2px 3px #460f1259,inset -1px -1px 2px #ffaa961a}[data-tone=bard] .controls-actions .control-btn>svg,[data-tone=bard] .controls-actions .control-btn>.language-code{z-index:1;color:var(--bard-wax-icon);filter:drop-shadow(0 -2px 3px #dc8c7380)drop-shadow(0 2px 4px #340a0db3)drop-shadow(0 4px 6px #340a0d4d);position:relative}[data-tone=bard] .controls-actions .control-btn>svg{stroke-width:1px}[data-tone=bard] .controls-actions .control-btn>.language-code{font-weight:300}[data-tone=bard] .controls-actions .control-btn>svg{width:15px;height:15px}[data-tone=bard] .controls-actions .control-btn:hover{--bard-wax-high:#dc8074;--bard-wax-mid:#c15e58;--bard-wax-low:#9c3939;color:var(--bard-wax-icon);background:0 0}.dark[data-tone=bard] .controls-actions .control-btn{--bard-wax-high:#9b4945;--bard-wax-mid:#7c3333;--bard-wax-low:#552025;--bard-wax-groove:#45171c;--bard-wax-icon:var(--bard-wax-high);color:var(--bard-wax-icon);filter:none;background:0 0}.dark[data-tone=bard] .controls-actions .control-btn:hover{--bard-wax-high:#ad544e;--bard-wax-mid:#8c3b39;--bard-wax-low:#61252a}.dark[data-tone=bard] .user-bubble{color:#ecd8b7;background:#3b231b}.dark[data-tone=bard] .input-field-wrapper,.dark[data-tone=bard] .chat-textarea{color:#eedcbc;background:#1d120d}.dark[data-tone=bard] .chat-textarea::placeholder{color:#8f7658}[data-tone=bard] .bard-flag-btn,[data-tone=bard] .bard-flag-btn[aria-pressed],[data-tone=bard] .bard-flag-btn[aria-pressed=false],[data-tone=bard] .bard-flag-btn[aria-pressed=true],:not(.dark)[data-tone=bard] .bard-flag-btn,:not(.dark)[data-tone=bard] .bard-flag-btn[aria-pressed],:not(.dark)[data-tone=bard] .bard-flag-btn[aria-pressed=false],:not(.dark)[data-tone=bard] .bard-flag-btn[aria-pressed=true],.dark[data-tone=bard] .bard-flag-btn,.dark[data-tone=bard] .bard-flag-btn[aria-pressed]{box-shadow:none!important;font-family:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;color:inherit!important;opacity:1!important;filter:none!important;background:0 0!important;border:none!important;border-radius:0!important;width:auto!important;min-width:0!important;height:auto!important;padding:0!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}[data-tone=bard] .bard-flag-btn:before,[data-tone=bard] .bard-flag-btn:after,:not(.dark)[data-tone=bard] .bard-flag-btn:before,:not(.dark)[data-tone=bard] .bard-flag-btn:after,.dark[data-tone=bard] .bard-flag-btn:before,.dark[data-tone=bard] .bard-flag-btn:after{content:none!important;display:none!important}[data-tone=bard] .bard-flags-grid{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;padding:2px 4px 4px;display:flex}[data-tone=bard] .bard-flags-row{flex:1;justify-content:center;align-items:flex-start;gap:0;display:flex}[data-tone=bard] .bard-flag-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:0 0 74px;align-items:center;gap:2px;min-width:0;padding:2px;display:flex;overflow:visible}[data-tone=bard] .bard-flags-row,[data-tone=bard] .bard-flags-grid,[data-tone=bard] .tone-selector-panel,[data-tone=bard] .tone-selector-box{overflow:visible}[data-tone=bard] .bard-flag-btn:disabled{cursor:default}[data-tone=bard] .bard-flag-svg{flex:none;width:70px;height:140px;min-height:40px;display:block}[data-tone=bard] .bard-flag-btn:not(:disabled):hover .bard-flag-body{transform-box:fill-box;transform-origin:top;animation:3.4s ease-in-out infinite bard-flag-sway}[data-tone=bard] .bard-flag-btn--active .bard-flag-svg{filter:brightness(1.08)}@keyframes bard-flag-sway{0%{transform:skew(0)}28%{transform:skew(-2deg)}56%{transform:skew(1deg)}80%{transform:skew(-1.5deg)}to{transform:skew(0)}}[data-tone=bard] .bard-flag-label{font-family:var(--font-cinzel), Georgia, serif;color:#3a2200;text-align:center;letter-spacing:.04em;word-break:break-word;max-width:44px;font-size:8px;font-weight:400;line-height:1.3}[data-tone=bard] .bard-flag-btn--active .bard-flag-label{color:#7a4800;font-weight:600}[data-tone=bard] .bard-flag-btn[data-tone=consultant] .bard-flag-body>path:first-of-type{fill:#0a66c2}[data-tone=bard] .bard-flag-btn[data-tone=consultant] .bard-flag-body>g path{fill:#fff;stroke:#c9dced;stroke-width:.35px;stroke-linejoin:round;paint-order:stroke fill;transition:stroke .18s,stroke-width .18s}[data-tone=bard] .bard-flag-btn[data-tone=consultant]:hover .bard-flag-body>g path{stroke:#fff;stroke-width:.55px}[data-tone=bard] .bard-flag-btn[data-tone=consultant] .bard-flag-body>path:nth-of-type(2){stroke:#0a66c2}[data-tone=bard] .bard-flag-btn[data-tone=consultant] .bard-flag-body>path:nth-of-type(3){stroke:#e3edf8;opacity:.9}[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>path:first-of-type{fill:#d98a16}[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>g path,[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>g rect,[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>g circle{fill:#000}[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>g path[fill=none],[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>g line,[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>path:nth-of-type(2){stroke:#d98a16}[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-flag-body>path:nth-of-type(3){stroke:#000;opacity:1}.bard-shield-device{display:none!important}.dark[data-tone=bard] .bard-banner-device{display:none}.dark[data-tone=bard] .bard-shield-device{filter:drop-shadow(0 2px 1.5px #00000080);width:100%;transition:filter .22s;display:block!important}.dark[data-tone=bard] .bard-flag-btn{flex:1 1 0;align-self:stretch;width:100%;padding-inline:0}.dark[data-tone=bard] .bard-flags-row{gap:4px}.dark[data-tone=bard] .bard-flag-btn[data-tone=stoic] .stoic-hoplite-shield circle:first-of-type{fill:#15120e}.dark[data-tone=bard] .bard-flag-btn[data-tone=stoic] .stoic-hoplite-shield circle:nth-of-type(2){fill:url(#stoic-shield-red);stroke:#d4b54f}.dark[data-tone=bard] .bard-flag-btn[data-tone=stoic] .stoic-hoplite-shield circle:nth-of-type(3),.dark[data-tone=bard] .bard-flag-btn[data-tone=stoic] .stoic-hoplite-shield circle:nth-of-type(5){fill:url(#stoic-shield-gold);stroke:#15120e}.dark[data-tone=bard] .bard-flag-btn[data-tone=stoic] .stoic-hoplite-shield circle:nth-of-type(4){fill:none;stroke:#15120e}.dark[data-tone=bard] .bard-flag-btn[data-tone=stoic] .bard-shield-device{width:125%;max-width:none;height:175px;transform:translateY(-17.5px)}.dark[data-tone=bard] .bard-flag-btn:not(:disabled):hover .bard-flag-body{animation:none;transform:none}.dark[data-tone=bard] .bard-flag-btn:not(:disabled):hover .bard-shield-device,.dark[data-tone=bard] .bard-flag-btn[data-tone=bard] .bard-shield-device{filter:drop-shadow(0 2px 1.5px #00000080)drop-shadow(0 0 4px #ffd574b8)drop-shadow(0 0 9px #ffb53a6b)}:not(.dark)[data-tone=corrupted] .tone-selector-panel button[aria-pressed=false]{--corrupted-glitch-bg-base:#e8eaed;color:#171717;background:#e8eaed}:not(.dark)[data-tone=corrupted] .tone-selector-panel button[aria-pressed=false]:hover{background:#e4e4e7}:not(.dark)[data-tone=corrupted] .tone-selector-panel button[aria-pressed=true]{--corrupted-glitch-bg-base:#222;color:#fafafa;background:#222}:not(.dark)[data-tone=corrupted] .corrupted-escape-letter{font-weight:800}[data-tone=corrupted] .interface-box{background:var(--background);animation:120s step-end infinite corrupted-page-jitter,120s step-start infinite corrupted-element-aberration;position:relative}[data-tone=corrupted] .send-button,[data-tone=corrupted] .tone-selector-panel button[data-tone=corrupted][aria-pressed]{animation:120s step-start infinite corrupted-control-magenta-fault}[data-tone=corrupted] .send-button{--corrupted-glitch-bg-base:var(--button-fill)}[data-tone=corrupted] .profile-photo--corrupted-professional,[data-tone=corrupted] .profile-photo--corrupted-revealed,[data-tone=corrupted] .profile-photo--corrupted-evil,[data-tone=corrupted] .profile-photo--corrupted-magenta,[data-tone=corrupted] .profile-photo--corrupted-evil-magenta{position:absolute;inset:0}[data-tone=corrupted] .profile-photo--corrupted-professional{opacity:1}[data-tone=corrupted] .profile-photo--corrupted-revealed,[data-tone=corrupted] .profile-photo--corrupted-evil,[data-tone=corrupted] .profile-photo--corrupted-magenta,[data-tone=corrupted] .profile-photo--corrupted-evil-magenta{opacity:0}[data-tone=corrupted] .profile-photo--corrupted-evil{--corrupted-evil-fault-opacity:0;animation:120s step-start infinite corrupted-profile-evil-fault}[data-tone=corrupted] .profile-photo--corrupted-evil-magenta{--corrupted-fourth-fault-opacity:0;animation:120s step-start infinite corrupted-profile-fourth-fault}[data-tone=corrupted] .interface-box.has-corrupted-glitched .profile-photo--corrupted-professional{opacity:0}[data-tone=corrupted] .interface-box.has-corrupted-glitched .profile-photo--corrupted-revealed{opacity:1}[data-tone=corrupted] .interface-box.is-corrupted-evil-armed .profile-photo--corrupted-evil{--corrupted-evil-fault-opacity:1}[data-tone=corrupted] .interface-box.corrupted-glitch-count-4 .profile-photo--corrupted-revealed,[data-tone=corrupted] .interface-box.corrupted-glitch-count-5 .profile-photo--corrupted-revealed,[data-tone=corrupted] .interface-box.corrupted-glitch-count-6 .profile-photo--corrupted-revealed,[data-tone=corrupted] .interface-box.corrupted-glitch-count-7 .profile-photo--corrupted-revealed,[data-tone=corrupted] .interface-box.corrupted-glitch-count-8 .profile-photo--corrupted-revealed{opacity:0}[data-tone=corrupted] .interface-box.corrupted-glitch-count-3 .profile-photo--corrupted-revealed,[data-tone=corrupted] .interface-box.corrupted-glitch-count-3 .profile-photo--corrupted-evil,[data-tone=corrupted] .interface-box.corrupted-glitch-count-4 .profile-photo--corrupted-evil,[data-tone=corrupted] .interface-box.corrupted-glitch-count-5 .profile-photo--corrupted-evil,[data-tone=corrupted] .interface-box.corrupted-glitch-count-6 .profile-photo--corrupted-evil,[data-tone=corrupted] .interface-box.corrupted-glitch-count-7 .profile-photo--corrupted-evil,[data-tone=corrupted] .interface-box.corrupted-glitch-count-8 .profile-photo--corrupted-evil{opacity:0;animation:none}[data-tone=corrupted] .interface-box.corrupted-glitch-count-3 .profile-photo--corrupted-magenta,[data-tone=corrupted] .interface-box.corrupted-glitch-count-4 .profile-photo--corrupted-magenta,[data-tone=corrupted] .interface-box.corrupted-glitch-count-5 .profile-photo--corrupted-magenta,[data-tone=corrupted] .interface-box.corrupted-glitch-count-6 .profile-photo--corrupted-magenta,[data-tone=corrupted] .interface-box.corrupted-glitch-count-7 .profile-photo--corrupted-magenta,[data-tone=corrupted] .interface-box.corrupted-glitch-count-8 .profile-photo--corrupted-magenta{opacity:1}[data-tone=corrupted] .interface-box.is-corrupted-magenta-evil-armed .profile-photo--corrupted-evil-magenta{--corrupted-fourth-fault-opacity:1}[data-tone=corrupted] .interface-box.corrupted-glitch-count-3 .tone-selector-panel button[data-tone=corrupted][aria-pressed],[data-tone=corrupted] .interface-box.corrupted-glitch-count-4 .tone-selector-panel button[data-tone=corrupted][aria-pressed],[data-tone=corrupted] .interface-box.corrupted-glitch-count-5 .tone-selector-panel button[data-tone=corrupted][aria-pressed],[data-tone=corrupted] .interface-box.corrupted-glitch-count-6 .tone-selector-panel button[data-tone=corrupted][aria-pressed],[data-tone=corrupted] .interface-box.corrupted-glitch-count-7 .tone-selector-panel button[data-tone=corrupted][aria-pressed],[data-tone=corrupted] .interface-box.corrupted-glitch-count-8 .tone-selector-panel button[data-tone=corrupted][aria-pressed],[data-tone=corrupted] .interface-box.corrupted-glitch-count-3 .send-button,[data-tone=corrupted] .interface-box.corrupted-glitch-count-4 .send-button,[data-tone=corrupted] .interface-box.corrupted-glitch-count-5 .send-button,[data-tone=corrupted] .interface-box.corrupted-glitch-count-6 .send-button,[data-tone=corrupted] .interface-box.corrupted-glitch-count-7 .send-button,[data-tone=corrupted] .interface-box.corrupted-glitch-count-8 .send-button{background:#ff00fe;animation:none}[data-tone=corrupted] .interface-box.corrupted-glitch-count-3 .send-button:disabled,[data-tone=corrupted] .interface-box.corrupted-glitch-count-4 .send-button:disabled,[data-tone=corrupted] .interface-box.corrupted-glitch-count-5 .send-button:disabled,[data-tone=corrupted] .interface-box.corrupted-glitch-count-6 .send-button:disabled,[data-tone=corrupted] .interface-box.corrupted-glitch-count-7 .send-button:disabled,[data-tone=corrupted] .interface-box.corrupted-glitch-count-8 .send-button:disabled{opacity:1}[data-tone=corrupted] .controls-box,[data-tone=corrupted] .tone-selector-box,[data-tone=corrupted] .conversation-box,[data-tone=corrupted] .input-box{position:relative;overflow:hidden}[data-tone=corrupted] .controls-box:before,[data-tone=corrupted] .tone-selector-box:before,[data-tone=corrupted] .conversation-box:before,[data-tone=corrupted] .input-box:before,[data-tone=corrupted] .controls-box:after,[data-tone=corrupted] .tone-selector-box:after,[data-tone=corrupted] .conversation-box:after,[data-tone=corrupted] .input-box:after{content:"";pointer-events:none;opacity:0;z-index:2;background:#ff004094;height:1px;animation:120s step-end infinite corrupted-page-scan;position:absolute;left:12px;right:12px;box-shadow:0 0 4px #ff004057}[data-tone=corrupted] .controls-box:before,[data-tone=corrupted] .tone-selector-box:before,[data-tone=corrupted] .conversation-box:before,[data-tone=corrupted] .input-box:before{top:18%}[data-tone=corrupted] .controls-box:after,[data-tone=corrupted] .tone-selector-box:after,[data-tone=corrupted] .conversation-box:after,[data-tone=corrupted] .input-box:after{background:#00d2ff7a;bottom:22%;box-shadow:0 0 4px #00d2ff47}[data-tone=corrupted] .controls-title{animation:120s step-end infinite corrupted-title-stabilize}[data-tone=corrupted] .message-text,[data-tone=corrupted] .assistant-body,[data-tone=corrupted] .user-bubble{overflow-wrap:anywhere;word-break:normal;min-width:0;max-width:100%}[data-tone=corrupted] .chat-textarea{caret-color:#0000}[data-tone=corrupted] .used-car-input-caret{box-sizing:border-box;color:#0000;white-space:pre-wrap;overflow-wrap:anywhere;pointer-events:none;border:1px solid #0000;border-radius:12px;padding:12px 16px 52px;font-family:inherit;font-size:.9375rem;line-height:1.65;display:block;position:absolute;inset:0;overflow:hidden}[data-tone=corrupted] .used-car-input-caret-line{vertical-align:-.2em;width:0;height:1.35em;color:var(--foreground);border-left:1px solid;margin-left:-1px;animation:.5s step-end infinite corrupted-caret-blink;display:inline-block;position:relative}[data-tone=corrupted] .used-car-input-caret-line:after{content:"";opacity:0;border-left:1px solid #ff0040b3;height:100%;animation:3.5s step-end infinite corrupted-caret-duplicate;position:absolute;top:0;left:2px}.dark[data-tone=corrupted] .tone-selector-panel button[aria-pressed=false]{--corrupted-glitch-bg-base:#2c2c2c;color:#ededed;background:#2c2c2c}.dark[data-tone=corrupted] .tone-selector-panel button[aria-pressed=false]:hover{background:#404040}.dark[data-tone=corrupted] .tone-selector-panel button[aria-pressed=true]{--corrupted-glitch-bg-base:#ededed;color:#1e1e1e;background:#ededed}.dark[data-tone=corrupted] .corrupted-escape-letter{font-weight:800}@keyframes corrupted-caret-blink{0%,42%{opacity:1}43%,to{opacity:0}}@keyframes corrupted-caret-duplicate{0%,83%,87%,to{opacity:0}84%,86%{opacity:1}}@keyframes corrupted-page-jitter{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{transform:translate(0)}12%{transform:translate(.2px,.2px)}12.6%{transform:translate(-.2px,-.2px)}37%{transform:translate(-.2px,-.2px)}37.6%{transform:translate(.2px,.2px)}62%{transform:translate(.2px,-.2px)}62.6%{transform:translate(-.2px,.2px)}87%{transform:translate(-.2px,.2px)}87.6%{transform:translate(.2px,-.2px)}}@keyframes corrupted-title-stabilize{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{transform:translate(0)}12%{transform:translate(-.2px,-.2px)}12.6%{transform:translate(.2px,.2px)}37%{transform:translate(.2px,.2px)}37.6%{transform:translate(-.2px,-.2px)}62%{transform:translate(-.2px,.2px)}62.6%{transform:translate(.2px,-.2px)}87%{transform:translate(.2px,-.2px)}87.6%{transform:translate(-.2px,.2px)}}@keyframes corrupted-element-aberration{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{filter:none}12%,12.6%{filter:drop-shadow(1.5px 2px #ff00406b)drop-shadow(3px 4px #00d2ff4d)}37%,37.6%{filter:drop-shadow(-1.5px -2px #ff00406b)drop-shadow(-3px -4px #00d2ff4d)}62%,62.6%{filter:drop-shadow(1.5px -2px #ff00406b)drop-shadow(3px -4px #00d2ff4d)}87%,87.6%{filter:drop-shadow(-1.5px 2px #ff00406b)drop-shadow(-3px 4px #00d2ff4d)}}@keyframes corrupted-control-magenta-fault{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{background-color:var(--corrupted-glitch-bg-base)}12%,12.6%,37%,37.6%,62%,62.6%,87%,87.6%{background-color:#ff00fe}}@keyframes corrupted-profile-evil-fault{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{opacity:0}12%,12.6%,37%,37.6%,62%,62.6%,87%,87.6%{opacity:var(--corrupted-evil-fault-opacity)}}@keyframes corrupted-profile-fourth-fault{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{opacity:0}12%,12.6%,37%,37.6%,62%,62.6%,87%,87.6%{opacity:var(--corrupted-fourth-fault-opacity)}}@keyframes corrupted-page-scan{0%,11.6%,13.2%,36.6%,38.2%,61.6%,63.2%,86.6%,88.2%,to{opacity:0;transform:translate(0)}12%{opacity:1;transform:translate(-.8px)}12.6%{opacity:.65;transform:translate(1px)}37%{opacity:1;transform:translateY(-.8px)}37.6%{opacity:.65;transform:translateY(1px)}62%{opacity:1;transform:translate(-.8px)}62.6%{opacity:.65;transform:translate(1px)}87%{opacity:1;transform:translateY(-.8px)}87.6%{opacity:.65;transform:translateY(1px)}}:not(.dark)[data-tone=mobster] body{--mobster-paper:#f3ecd8;--mobster-ink:#171717;--mobster-ink-soft:#171717db;--mobster-ink-offset:#17171738;--mobster-button-ink:#171717f0;--mobster-newsprint-surface:repeating-linear-gradient(0deg, #17171701 0 1px, transparent 1px 4px), radial-gradient(circle at 12% 10%, #ffffff57, transparent 34%), var(--mobster-paper);--mobster-paper-cut-edge:polygon(0.3% 0.15%, 16% 0, 32% 0.265%, 49% 0.05%, 67% 0.225%, 84% 0.05%, 99.7% 0.185%, 100% 15%, 99.775% 31%, 100% 48%, 99.735% 66%, 99.925% 84%, 99.665% 99.85%, 82% 100%, 65% 99.775%, 49% 99.95%, 31% 99.735%, 15% 100%, 0.225% 99.815%, 0 83%, 0.185% 66%, 0.05% 50%, 0.225% 32%, 0.05% 15%);--mobster-button-paper-cut-edge:polygon(1.5% 0.7%, 15% 0, 31% 1.1%, 48% 0.2%, 68% 1.0%, 84% 0.1%, 98.4% 0.9%, 100% 14%, 98.9% 30%, 100% 49%, 98.7% 67%, 99.7% 84%, 98.3% 99.2%, 82% 100%, 64% 98.9%, 48% 99.8%, 30% 98.7%, 14% 100%, 1.1% 98.9%, 0 82%, 0.9% 65%, 0.1% 49%, 1.1% 31%, 0.2% 14%);--mobster-input-paper-cut-edge:polygon(0.08% 1.8%, 12% 0.3%, 25% 1.6%, 38% 0.2%, 52% 1.5%, 66% 0.1%, 81% 1.7%, 99.92% 0.4%, 99.96% 18%, 99.88% 42%, 99.96% 66%, 99.9% 98.2%, 86% 99.7%, 70% 98.4%, 55% 99.8%, 39% 98.2%, 23% 99.9%, 8% 98.0%, 0.08% 99.7%, 0.04% 72%, 0.14% 48%, 0.04% 24%);background:linear-gradient(#f5f2e90f,#dcd6ca24),url(/images/mobster/mobster-light-city-skyline.png) top/cover no-repeat,#d4d2c8}:not(.dark)[data-tone=mobster] .interface-box{background:var(--mobster-newsprint-surface);box-shadow:none;border-left:1px solid #171717e6;border-right:1px solid #171717e6;position:relative;overflow:hidden}:not(.dark)[data-tone=mobster] .controls-box{border-top:none;border-bottom:none;padding-top:14px;padding-bottom:13px;position:relative}:not(.dark)[data-tone=mobster] .controls-box:before{content:"";pointer-events:none;background:linear-gradient(to bottom, var(--mobster-ink-soft) 0 1px, transparent 1px 3px, var(--mobster-ink-offset) 3px 4px, transparent 4px 5px, var(--mobster-ink-soft) 5px 6px, transparent 6px 8px, var(--mobster-ink-offset) 8px 9px);filter:url(#newspaper-rule-roughen);opacity:.96;height:9px;position:absolute;top:0;left:16px;right:16px}:not(.dark)[data-tone=mobster] .controls-box:after{content:"";pointer-events:none;background:linear-gradient(to bottom, var(--mobster-ink-soft) 0 1px, transparent 1px 4px, var(--mobster-ink-offset) 4px 5px);filter:url(#newspaper-rule-roughen);opacity:.96;height:5px;position:absolute;bottom:0;left:16px;right:16px}:not(.dark)[data-tone=mobster] .controls-title{font-family:var(--font-playfair), Georgia, serif;letter-spacing:0;text-transform:uppercase;color:var(--mobster-ink);font-size:1.58rem;font-weight:800}:not(.dark)[data-tone=mobster] .controls-title-line{display:block}:not(.dark)[data-tone=mobster] .controls-title-line--deck{font-size:.92em;line-height:1.05}:not(.dark)[data-tone=mobster] .controls-title-separator{font-family:var(--font-geist-mono), "Courier New", monospace;color:#171717e6;letter-spacing:-.16em;filter:url(#newspaper-rule-roughen);transform-origin:50%;font-size:1.04em;font-weight:900;display:inline-block;transform:scaleY(1.1)}:not(.dark)[data-tone=mobster] .controls-subtitle{font-family:var(--font-old-standard), Georgia, serif;color:var(--mobster-ink);border-top:none;margin-top:10px;padding-top:11px;font-size:.95rem;position:relative}:not(.dark)[data-tone=mobster] .controls-subtitle:before{content:"";background:linear-gradient(to bottom, var(--mobster-ink-soft) 0 1px, transparent 1px 4px, var(--mobster-ink-offset) 4px 5px);filter:url(#newspaper-rule-roughen);height:5px;position:absolute;top:0;left:0;right:0}:not(.dark)[data-tone=mobster] .controls-actions{top:calc(14px + 1.55rem);transform:translateY(-50%)}:not(.dark)[data-tone=mobster] .control-btn{isolation:isolate;background:var(--mobster-newsprint-surface);width:34px;height:34px;color:var(--mobster-ink);border:1px solid var(--mobster-button-ink);box-shadow:inset 0 0 0 2px var(--mobster-paper), inset 0 0 0 3px #1717178a;font-family:var(--font-eb-garamond), Georgia, serif;letter-spacing:.015em;text-transform:uppercase;clip-path:var(--mobster-button-paper-cut-edge);border-radius:0;padding:0;font-size:calc(.88rem - 1.2px);font-weight:800;line-height:1.05;transition:none;position:relative;overflow:hidden}:not(.dark)[data-tone=mobster] .control-btn:hover{background:var(--mobster-button-ink);color:var(--mobster-paper);box-shadow:inset 0 0 0 2px var(--mobster-button-ink), inset 0 0 0 3px #f3ecd8c7}:not(.dark)[data-tone=mobster] .control-btn:before,:not(.dark)[data-tone=mobster] .control-btn:hover:before{content:none}:not(.dark)[data-tone=mobster] .control-btn svg,:not(.dark)[data-tone=mobster] .control-btn .language-code{z-index:1;position:relative}:not(.dark)[data-tone=mobster] .tone-selector-box{border-bottom:none;padding-top:8px;position:relative}:not(.dark)[data-tone=mobster] .tone-selector-box:after,:not(.dark)[data-tone=mobster] .input-box:before{content:"";pointer-events:none;background:linear-gradient(to bottom, var(--mobster-ink-soft) 0 1px, transparent 1px 4px, var(--mobster-ink-offset) 4px 5px);filter:url(#newspaper-rule-roughen);height:5px;position:absolute;left:16px;right:16px}:not(.dark)[data-tone=mobster] .tone-selector-box:after{bottom:0}:not(.dark)[data-tone=mobster] .conversation-box{background:0 0;position:relative}:not(.dark)[data-tone=mobster] .conversation-box:before{content:"";z-index:0;pointer-events:none;opacity:.9;background:linear-gradient(#0000 0%,#00000006 28%,#00000012 49%,#ffffff29 54%,#00000006 72%,#0000 100%);height:18px;position:absolute;top:0;left:0;right:0}:not(.dark)[data-tone=mobster] .conversation-scroll{z-index:1;scrollbar-color:#171717d9 transparent;padding:10px 16px;position:relative}:not(.dark)[data-tone=mobster] .conversation-scroll:before{content:"";background:linear-gradient(to right, var(--mobster-ink-soft) 0 1px, transparent 1px 5px, #17171700 5px 6px);filter:url(#newspaper-rule-roughen);pointer-events:none;z-index:0;width:6px;position:absolute;top:8px;bottom:8px;left:50%;transform:translate(-50%)}:not(.dark)[data-tone=mobster] .conversation-scroll::-webkit-scrollbar-thumb{background:#171717d9}:not(.dark)[data-tone=mobster] .chat-textarea::-webkit-scrollbar-thumb{background:#171717d9}:not(.dark)[data-tone=mobster] .conversation-scroll::-webkit-scrollbar{width:2px}:not(.dark)[data-tone=mobster] .chat-textarea::-webkit-scrollbar{width:2px}:not(.dark)[data-tone=mobster] .conversation-scroll::-webkit-scrollbar-thumb:hover{background:#171717d9}:not(.dark)[data-tone=mobster] .chat-textarea::-webkit-scrollbar-thumb:hover{background:#171717d9}:not(.dark)[data-tone=mobster] .chat-textarea{scrollbar-color:#171717d9 transparent}:not(.dark)[data-tone=mobster] .input-box{border-top:none;padding-bottom:11px;position:relative}:not(.dark)[data-tone=mobster] .input-box:before{top:0}:not(.dark)[data-tone=mobster] .box-divider{background:0 0;height:0;margin:0}:not(.dark)[data-tone=mobster] .tone-dimension-label{font-family:var(--font-playfair), Georgia, serif;text-transform:uppercase;color:#171717;font-size:1.05rem;font-weight:800}:not(.dark)[data-tone=mobster] .tone-group-row-label{font-family:var(--font-old-standard), Georgia, serif;color:#171717;font-size:.95rem;font-weight:400}:not(.dark)[data-tone=mobster] .tone-group-divider+.tone-group-row-label{font-weight:400}:not(.dark)[data-tone=mobster] .tone-grid{row-gap:14.5px}:not(.dark)[data-tone=mobster] .tone-group-divider{background:linear-gradient(to bottom, var(--mobster-ink-soft) 0 2px, transparent 2px 5px, var(--mobster-ink-offset) 5px 6px);filter:url(#newspaper-rule-roughen);height:6px}:not(.dark)[data-tone=mobster] .profile-photo-wrapper{height:175px}:not(.dark)[data-tone=mobster] .profile-photo-frame{box-shadow:none;clip-path:var(--mobster-paper-cut-edge);border:none;border-radius:0}:not(.dark)[data-tone=mobster] .profile-photo-frame:before,:not(.dark)[data-tone=mobster] .profile-photo-frame:after{content:none}:not(.dark)[data-tone=mobster] .profile-photo{filter:sepia(.21)saturate(.78)brightness(1.03)contrast(.92)}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed]{isolation:isolate;box-shadow:none;font-family:var(--font-eb-garamond), Georgia, serif;letter-spacing:.015em;text-transform:uppercase;clip-path:none;z-index:0;background:0 0;border:none;border-radius:0;padding:4.5px 12px;font-size:12.4px;font-weight:800;line-height:1.05;transition:none;position:relative;overflow:visible}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed]:before{content:"";z-index:-4;pointer-events:none;background:var(--mobster-button-ink);-webkit-mask-composite:source-in, source-in, source-in;position:absolute;inset:-2px;-webkit-mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);-webkit-mask-position:0 0,0 0,0 0,0 0;mask-position:0 0,0 0,0 0,0 0;-webkit-mask-size:100% 100%,100% 100%,100% 100%,100% 100%;mask-size:100% 100%,100% 100%,100% 100%,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;-webkit-mask-clip:border-box,border-box,border-box,border-box;mask-clip:border-box,border-box,border-box,border-box;-webkit-mask-origin:border-box,border-box,border-box,border-box;mask-origin:border-box,border-box,border-box,border-box;-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-source-type:auto,auto,auto,auto;mask-mode:match-source,match-source,match-source,match-source}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed]:after{content:"";z-index:-3;pointer-events:none;background:var(--mobster-newsprint-surface);-webkit-mask-composite:source-in, source-in, source-in;position:absolute;inset:-1px;-webkit-mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);-webkit-mask-position:0 0,0 0,0 0,0 0;mask-position:0 0,0 0,0 0,0 0;-webkit-mask-size:100% 100%,100% 100%,100% 100%,100% 100%;mask-size:100% 100%,100% 100%,100% 100%,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;-webkit-mask-clip:border-box,border-box,border-box,border-box;mask-clip:border-box,border-box,border-box,border-box;-webkit-mask-origin:border-box,border-box,border-box,border-box;mask-origin:border-box,border-box,border-box,border-box;-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-source-type:auto,auto,auto,auto;mask-mode:match-source,match-source,match-source,match-source}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-button-surface{z-index:-2;pointer-events:none;background:var(--mobster-button-ink);-webkit-mask-composite:source-in, source-in, source-in;position:absolute;inset:0;-webkit-mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);-webkit-mask-position:0 0,0 0,0 0,0 0;mask-position:0 0,0 0,0 0,0 0;-webkit-mask-size:100% 100%,100% 100%,100% 100%,100% 100%;mask-size:100% 100%,100% 100%,100% 100%,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;-webkit-mask-clip:border-box,border-box,border-box,border-box;mask-clip:border-box,border-box,border-box,border-box;-webkit-mask-origin:border-box,border-box,border-box,border-box;mask-origin:border-box,border-box,border-box,border-box;-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-source-type:auto,auto,auto,auto;mask-mode:match-source,match-source,match-source,match-source}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-button-surface:after{content:"";pointer-events:none;background:var(--mobster-newsprint-surface);-webkit-mask-composite:source-in, source-in, source-in;position:absolute;inset:1px;-webkit-mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);mask-image:radial-gradient(7px at 0 0,#0000 98%,#000 100%),radial-gradient(7px at 100% 0,#0000 98%,#000 100%),radial-gradient(7px at 0 100%,#0000 98%,#000 100%),radial-gradient(7px at 100% 100%,#0000 98%,#000 100%);-webkit-mask-position:0 0,0 0,0 0,0 0;mask-position:0 0,0 0,0 0,0 0;-webkit-mask-size:100% 100%,100% 100%,100% 100%,100% 100%;mask-size:100% 100%,100% 100%,100% 100%,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat,no-repeat,no-repeat;-webkit-mask-clip:border-box,border-box,border-box,border-box;mask-clip:border-box,border-box,border-box,border-box;-webkit-mask-origin:border-box,border-box,border-box,border-box;mask-origin:border-box,border-box,border-box,border-box;-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-source-type:auto,auto,auto,auto;mask-mode:match-source,match-source,match-source,match-source}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=false]{color:var(--mobster-ink)}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=false]:hover,:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=true]{color:var(--mobster-paper)}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=false]:hover:after,:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=true]:after{background:var(--mobster-button-ink)}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=false]:hover .tone-button-surface,:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=true] .tone-button-surface{background:#f3ecd8d1}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=false]:hover .tone-button-surface:after,:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed=true] .tone-button-surface:after{background:var(--mobster-button-ink)}:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-button-label,:not(.dark)[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-lock-label{z-index:1;position:relative}:not(.dark)[data-tone=mobster] .chat-textarea{color:var(--mobster-ink);border:2px solid var(--mobster-ink-soft);font-family:var(--font-old-standard), Georgia, serif;box-shadow:none;clip-path:var(--mobster-input-paper-cut-edge);background:0 0;border-radius:0;height:59px;padding:20px 54px 20px 10px;font-size:.95rem;line-height:1.25}:not(.dark)[data-tone=mobster] .chat-textarea::placeholder{color:#17171794}:not(.dark)[data-tone=mobster] .chat-textarea:focus{box-shadow:none}:not(.dark)[data-tone=mobster] .send-button{isolation:isolate;background:var(--mobster-newsprint-surface);color:var(--mobster-ink);border:1px solid var(--mobster-button-ink);box-shadow:inset 0 0 0 2px var(--mobster-paper), inset 0 0 0 3px #1717178a;clip-path:var(--mobster-button-paper-cut-edge);border-radius:0;top:50%;bottom:auto;overflow:hidden;transform:translateY(-50%)}:not(.dark)[data-tone=mobster] .send-button:before{content:none}:not(.dark)[data-tone=mobster] .send-button:not(:disabled){background:var(--mobster-button-ink);color:var(--mobster-paper);box-shadow:inset 0 0 0 2px var(--mobster-button-ink), inset 0 0 0 3px #f3ecd8c7}:not(.dark)[data-tone=mobster] .send-button:not(:disabled):before{content:none}:not(.dark)[data-tone=mobster] .send-button:disabled{color:var(--mobster-ink);opacity:1}:not(.dark)[data-tone=mobster] .send-button:disabled:after{content:none}:not(.dark)[data-tone=mobster] .send-button svg{z-index:1;position:relative}:not(.dark)[data-tone=mobster] .message-label{font-family:var(--font-old-standard), Georgia, serif;letter-spacing:.04em;text-transform:uppercase;color:#171717;font-size:calc(.68rem - 1px);font-weight:700}:not(.dark)[data-tone=mobster] .message-text,:not(.dark)[data-tone=mobster] .assistant-body,:not(.dark)[data-tone=mobster] .user-bubble,:not(.dark)[data-tone=mobster] .conversation-closer{font-family:var(--font-old-standard), Georgia, serif;color:#171717f0;font-size:.95rem;line-height:1.28}:not(.dark)[data-tone=mobster] .assistant-body{text-wrap:pretty;max-width:50%}:not(.dark)[data-tone=mobster] .user-bubble{text-wrap:pretty}:not(.dark)[data-tone=mobster] .message-list>.message-text:first-child{column-count:2;column-gap:24px;line-height:1.25;position:relative}:not(.dark)[data-tone=mobster] .message-list>.message-text:first-child p{break-inside:avoid}:not(.dark)[data-tone=mobster] .message-list>.message-text:first-child p+p{margin-top:7px}:not(.dark)[data-tone=mobster] .opener-column-break-paragraph{break-before:column;margin-top:0!important}:not(.dark)[data-tone=mobster] .opener-extra{font-family:var(--font-playfair), Georgia, serif;letter-spacing:.12em;text-transform:uppercase;color:var(--mobster-ink);font-weight:800}:not(.dark)[data-tone=mobster] .opener-title{font-family:var(--font-playfair), Georgia, serif;text-transform:uppercase;font-weight:800}:not(.dark)[data-tone=mobster] .user-bubble{box-shadow:none;background:0 0;border:none;border-radius:0;max-width:50%;padding:2px 0}:not(.dark)[data-tone=mobster] .assistant-body code{background:0 0;border:1px solid #171717;border-radius:0}.dark[data-tone=mobster] body{--foreground:#e8e2d8a6;--muted:#e8e2d8a6;--mobster-button-paper-cut-edge:polygon(0 8px, 4px 8px, 4px 4px, 8px 4px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 4px, calc(100% - 4px) 4px, calc(100% - 4px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 4px) calc(100% - 8px), calc(100% - 4px) calc(100% - 4px), calc(100% - 8px) calc(100% - 4px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 4px), 4px calc(100% - 4px), 4px calc(100% - 8px), 0 calc(100% - 8px));--mobster-textarea-cut-edge:polygon(0 20px, 10px 20px, 10px 10px, 20px 10px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 10px, calc(100% - 10px) 10px, calc(100% - 10px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 10px) calc(100% - 20px), calc(100% - 10px) calc(100% - 10px), calc(100% - 20px) calc(100% - 10px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 10px), 10px calc(100% - 10px), 10px calc(100% - 20px), 0 calc(100% - 20px));--mobster-textarea-inner-cut-edge:polygon(0 14px, 4px 14px, 4px 4px, 14px 4px, 14px 0, calc(100% - 14px) 0, calc(100% - 14px) 4px, calc(100% - 4px) 4px, calc(100% - 4px) 14px, 100% 14px, 100% calc(100% - 14px), calc(100% - 4px) calc(100% - 14px), calc(100% - 4px) calc(100% - 4px), calc(100% - 14px) calc(100% - 4px), calc(100% - 14px) 100%, 14px 100%, 14px calc(100% - 4px), 4px calc(100% - 4px), 4px calc(100% - 14px), 0 calc(100% - 14px));background:linear-gradient(#0505061a,#0505062e),url(/images/mobster/mobster-dark-city-skyline.png) top/cover no-repeat,#070809}.dark[data-tone=mobster] .profile-photo-wrapper{height:187px}.dark[data-tone=mobster] .profile-photo-frame{border:1px solid #c8a24466}.dark[data-tone=mobster] .interface-box{color:#e8e2d8a6;background:#1e1e1e;border-left:1px solid #c8a24480;border-right:1px solid #c8a24480;position:relative;overflow:hidden;box-shadow:inset 3px 0 #c8a24412,inset -3px 0 #c8a24412}.dark[data-tone=mobster] .tone-group-divider,.dark[data-tone=mobster] .box-divider{background:#c8a24473}.dark[data-tone=mobster] .controls-box{padding-top:24px;padding-bottom:24px}.dark[data-tone=mobster] .controls-title{font-family:var(--font-cinzel), serif;letter-spacing:.08em;text-transform:uppercase;color:#c8a244;font-size:15.6px;font-weight:400}.dark[data-tone=mobster] .controls-subtitle{margin-top:14px;padding-right:120px}.dark[data-tone=mobster] .tone-dimension-label{font-family:var(--font-cinzel), serif;letter-spacing:.1em;text-transform:uppercase;color:#c8a244;font-size:12px;font-weight:400}.dark[data-tone=mobster] .control-btn{isolation:isolate;color:#150f00;width:34px;height:34px;box-shadow:none;clip-path:none;filter:drop-shadow(1px 0 #c8a244e6)drop-shadow(-1px 0 #c8a244e6)drop-shadow(0 1px #c8a244e6)drop-shadow(0 -1px #c8a244e6)drop-shadow(0 8px 14px #000000f2);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;transition:none;display:flex;position:relative;overflow:visible}.dark[data-tone=mobster] .control-btn:before{content:"";clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:-2;pointer-events:none;background:#c8a244e6;position:absolute;inset:0;transform:translateY(-5px)}.dark[data-tone=mobster] .control-btn:after{content:"";clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:-1;pointer-events:none;background:#c8a244;position:absolute;inset:0}.dark[data-tone=mobster] .control-btn:hover:after{background:linear-gradient(160deg,#ffffff8c 0%,#fff5b433 30%,#0000 55%,#00000038 100%),#c89e26}.dark[data-tone=mobster] .control-btn svg,.dark[data-tone=mobster] .control-btn .language-code{z-index:1;position:relative}.dark[data-tone=mobster] .controls-actions{top:0;bottom:0;transform:none}.dark[data-tone=mobster] .control-btn.visibility-toggle,.dark[data-tone=mobster] .control-btn.theme-toggle,.dark[data-tone=mobster] .control-btn.language-toggle{color:#c8a244cc;height:78px;box-shadow:none;clip-path:none;filter:none;background:0 0;border:none;overflow:visible;transform:none}.dark[data-tone=mobster] .control-btn.visibility-toggle svg,.dark[data-tone=mobster] .control-btn.theme-toggle svg,.dark[data-tone=mobster] .control-btn.language-toggle svg{width:100%;height:auto;overflow:visible}.dark[data-tone=mobster] .control-btn.visibility-toggle:before,.dark[data-tone=mobster] .control-btn.visibility-toggle:after,.dark[data-tone=mobster] .control-btn.theme-toggle:before,.dark[data-tone=mobster] .control-btn.theme-toggle:after,.dark[data-tone=mobster] .control-btn.language-toggle:before,.dark[data-tone=mobster] .control-btn.language-toggle:after{content:none}.dark[data-tone=mobster] .control-btn.visibility-toggle:hover,.dark[data-tone=mobster] .control-btn.theme-toggle:hover,.dark[data-tone=mobster] .control-btn.language-toggle:hover{color:#e6c364}.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed]{isolation:isolate;color:#c8a244;box-shadow:none;font-family:var(--font-cinzel), serif;letter-spacing:.1em;text-align:center;text-transform:uppercase;clip-path:none;filter:none;z-index:0;background:#c8a2441f;border:1px solid #c8a24466;border-radius:6px;justify-content:center;align-items:center;padding:8.5px 12px 6.5px;font-size:10.8px;font-weight:400;line-height:1;transition:none;display:flex;position:relative;overflow:visible}.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed]:before,.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed]:after{content:none}.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-button-surface{display:none}.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed=false]:hover{background:#c8a24438;border-color:#c8a24499}.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed=true]{color:#150f00;background:#c8a244f2;border-color:#c8a244f2}.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-button-label,.dark[data-tone=mobster] .tone-selector-panel button[aria-pressed] .tone-lock-label{z-index:1;position:relative}.dark[data-tone=mobster] .tone-selector-panel button[data-tone=mobster][aria-pressed]{color:#c8a244;background:#141414;border-color:#c8a24466}.dark[data-tone=mobster] .tone-selector-panel button[data-tone=mobster][aria-pressed=false]:hover{background:#141414;border-color:#c8a24499}.dark[data-tone=mobster] .tone-selector-panel button[data-tone=mobster][aria-pressed=true]{color:#c8a244;background:#141414;border-color:#c8a244f2}.dark[data-tone=mobster] .textarea-frame{clip-path:var(--mobster-textarea-cut-edge);background:#c8a24480;padding:1.5px}.dark[data-tone=mobster] .textarea-frame:focus-within{background:#c8a244bf}.dark[data-tone=mobster] .textarea-gap{clip-path:var(--mobster-textarea-cut-edge);background:#141414;padding:6px}.dark[data-tone=mobster] .textarea-inner-border{clip-path:var(--mobster-textarea-cut-edge);background:#c8a24480;padding:1.5px}.dark[data-tone=mobster] .chat-textarea{color:#e8e2d8a6;font-family:var(--font-old-standard), Georgia, serif;box-shadow:none;clip-path:var(--mobster-textarea-cut-edge);scrollbar-color:#c8a2448c transparent;background:#141414;border:none;border-radius:0;padding:20px 75px 20px 28px;font-size:.95rem;line-height:1.25}.dark[data-tone=mobster] .chat-textarea::placeholder{color:#0000}.mobster-placeholder{display:none}.dark[data-tone=mobster] .mobster-placeholder{pointer-events:none;color:#c8a24459;font-family:var(--font-old-standard), Georgia, serif;white-space:nowrap;text-overflow:ellipsis;z-index:1;font-size:.95rem;line-height:1.25;display:block;position:absolute;top:50%;left:37px;right:78px;overflow:hidden;transform:translateY(-50%)}.dark[data-tone=mobster] .chat-textarea[data-empty]{max-height:59px}.dark[data-tone=mobster] .chat-textarea:focus{box-shadow:none;outline:none}.dark[data-tone=mobster] .chat-textarea::-webkit-scrollbar-thumb{background:#c8a2448c}.dark[data-tone=mobster] .chat-textarea::-webkit-scrollbar{background:0 0}.dark[data-tone=mobster] .chat-textarea::-webkit-scrollbar-thumb:hover{background:#c8a244d9}.dark[data-tone=mobster] .send-button{isolation:isolate;color:#150f00;clip-path:var(--mobster-button-paper-cut-edge);background:#c8a244cc;border:1px solid #c8a244cc;border-radius:0;top:50%;bottom:auto;right:30px;overflow:hidden;transform:translateY(-50%);box-shadow:inset 0 0 0 2px #c8a244cc,inset 0 0 0 3px #19120073}.dark[data-tone=mobster] .send-button:before,.dark[data-tone=mobster] .send-button:not(:disabled):before{content:none}.dark[data-tone=mobster] .send-button:not(:disabled){color:#150f00;background:#c8a244cc;border-color:#c8a244cc;box-shadow:inset 0 0 0 2px #c8a244cc,inset 0 0 0 3px #19120073}.dark[data-tone=mobster] .send-button:not(:disabled):hover{color:#150f00;opacity:1;background:#e6c364;border-color:#e6c364;box-shadow:inset 0 0 0 2px #e6c364,inset 0 0 0 3px #19120066}.dark[data-tone=mobster] .send-button:disabled{color:#150f00}.dark[data-tone=mobster] .send-button:disabled:after{content:none}.dark[data-tone=mobster] .send-button svg{z-index:1;position:relative}.dark[data-tone=mobster] .message-label{font-family:var(--font-cinzel), serif;letter-spacing:.1em;text-transform:uppercase;color:#c8a244b3;font-size:calc(.68rem - 1px);font-weight:400}.dark[data-tone=mobster] .conversation-scroll{scrollbar-color:#c8a2448c transparent;padding-left:28px;padding-right:28px}.dark[data-tone=mobster] .conversation-scroll::-webkit-scrollbar-thumb{background:#c8a2448c}.dark[data-tone=mobster] .conversation-scroll::-webkit-scrollbar{background:0 0}.dark[data-tone=mobster] .conversation-scroll::-webkit-scrollbar-thumb:hover{background:#c8a244d9}.dark[data-tone=mobster] .conversation-frame+.box-divider{display:none}.dark[data-tone=mobster] .box-divider:has(+.conversation-frame){display:none}.dark[data-tone=mobster] .conversation-frame{clip-path:var(--mobster-textarea-cut-edge);background:#c8a24480;margin:0 16px;padding:1.5px}.dark[data-tone=mobster] .conversation-gap{clip-path:var(--mobster-textarea-cut-edge);background:#141414;padding:6px}.dark[data-tone=mobster] .conversation-inner-border{clip-path:var(--mobster-textarea-cut-edge);background:#c8a24480;padding:1.5px}.dark[data-tone=mobster] .conversation-box{clip-path:var(--mobster-textarea-cut-edge);background:#141414}.dark[data-tone=mobster] .user-bubble{padding:7px 12px}:not(.dark)[data-tone=poet] .control-btn:hover{background:#ffffff1a}:not(.dark)[data-tone=poet] body{font-family:var(--font-cormorant), Georgia, serif;font-size:19px;font-weight:600}:not(.dark)[data-tone=poet] .controls-title{font-size:21.5px;font-weight:600}:not(.dark)[data-tone=poet] .controls-subtitle,:not(.dark)[data-tone=poet] .tone-dimension-label{font-size:17px;font-weight:600}:not(.dark)[data-tone=poet] .message-label{font-size:14px;font-weight:600}:not(.dark)[data-tone=poet] .message-text,:not(.dark)[data-tone=poet] .assistant-body{font-size:17px}:not(.dark)[data-tone=poet] .assistant-body{white-space:pre-line}:not(.dark)[data-tone=poet] .assistant-body p+p{margin-top:0}:not(.dark)[data-tone=poet] .opener-title{font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[aria-pressed]{text-align:center;width:fit-content;height:30px;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#1b3426;border-radius:2px;justify-content:center;align-items:center;padding:0 14px;font-size:.7rem;font-weight:600;display:flex;box-shadow:inset 0 8px 14px #00000038,inset 0 -3px 6px #0000001c,inset 6px 0 10px #00000026,inset -6px 0 10px #00000026}:not(.dark)[data-tone=poet] .tone-selector-panel button[aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#22402f}:not(.dark)[data-tone=poet] .tone-selector-panel button[aria-pressed=true]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#274933;box-shadow:0 5px 18px #000c,0 0 20px #32643c1f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-grid{grid-template-columns:1fr;align-items:center;row-gap:13px}:not(.dark)[data-tone=poet] .tone-group-row-label{display:none}:not(.dark)[data-tone=poet] .tone-button-row{row-gap:0}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:nth-child(2){justify-content:center}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child{height:135px;display:block;position:relative}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[aria-pressed]{position:absolute}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed]{text-align:center;width:fit-content;height:27px;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#1b2847;border-radius:2px;padding:6px 14px;font-size:.7rem;font-weight:600;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#263352}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed=true]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#2d3a59;box-shadow:0 5px 18px #000c,0 0 20px #1b28471f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed]{background:linear-gradient(#fff5cd8c,#fff5cd8c) 50% 5px/100% 1px no-repeat,linear-gradient(#fff5cd8c,#fff5cd8c) 50% calc(100% - 5px)/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#4a2c10;gap:.4em;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed=false]:hover{background:linear-gradient(#fff5cd8c,#fff5cd8c) 50% 5px/100% 1px no-repeat,linear-gradient(#fff5cd8c,#fff5cd8c) 50% calc(100% - 5px)/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#5c3618}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed=true]{background:linear-gradient(#fff5cd8c,#fff5cd8c) 50% 5px/100% 1px no-repeat,linear-gradient(#fff5cd8c,#fff5cd8c) 50% calc(100% - 5px)/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#673d1c;box-shadow:0 5px 18px #000c,0 0 20px #64461e1f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed]{padding-left:22px;padding-right:22px;font-size:0}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed]:after{content:"Bardic Tales";font-size:.7rem;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#361e08;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#452610}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed=true]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#502c14;box-shadow:0 5px 18px #000c,0 0 20px #5032141f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]{font-size:.7rem}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]{width:fit-content;font-size:0}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#fff5cd8c 22% 78%,#0000 100%) 14px/1px 100% no-repeat,linear-gradient(#0000 0%,#fff5cd8c 22% 78%,#0000 100%) calc(100% - 14px)/1px 100% no-repeat;position:absolute;inset:0}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#180c06;padding-left:28px;padding-right:28px;position:relative}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#251209}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]:after{content:"The Examined Life";font-size:.7rem;font-family:var(--font-spectral), Georgia, serif;letter-spacing:.08em;text-transform:none;color:#fff5cdd1;font-weight:500}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]{box-shadow:0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]{width:fit-content;height:23px;font-size:15px;font-family:var(--font-caveat), cursive;letter-spacing:.05em;text-transform:none;color:#ffa040;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000059 0%,#0000 22% 78%,#00000040 100%),linear-gradient(#d03898 0%,#780848 100%);justify-content:center;align-items:center;gap:.2em;padding:0 18px;font-weight:600;display:flex;box-shadow:inset 0 8px 14px #00000038,inset 0 -3px 6px #0000001c,inset 6px 0 10px #00000026,inset -6px 0 10px #00000026}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000059 0%,#0000 22% 78%,#00000040 100%),linear-gradient(#e050a8 0%,#900a58 100%);box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080,0 0 10px #d0389873}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]:before{content:"The";font-size:15px;font-family:var(--font-caveat), cursive;letter-spacing:.05em;text-transform:none;color:#ffa040;font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]:after{content:"Brief";font-size:15px;font-family:var(--font-caveat), cursive;letter-spacing:.05em;text-transform:none;color:#ffa040;font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed],:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]{font-size:0}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#080808;justify-content:center;align-items:center;height:22px;padding:0 14px;display:flex;box-shadow:0 2px 6px #00000059,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#141414}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed]{background:repeating-linear-gradient(#0000 0 2px,#00ff411f 2px 3px),repeating-linear-gradient(90deg,#0000 0 7px,#00ff4112 7px 8px),#010d03;height:26px;box-shadow:0 2px 6px #00000059,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed]:hover{background:repeating-linear-gradient(#0000 0 2px,#00ff4138 2px 3px),repeating-linear-gradient(90deg,#0000 0 7px,#00ff4124 7px 8px),#010d03;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080,0 0 10px #00ff4159}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#ffffff12 0%,#0000 40%),#080808;border:none;width:fit-content;box-shadow:inset 0 8px 14px #00000038,inset 0 -3px 6px #0000001c,inset 6px 0 10px #00000026,inset -6px 0 10px #00000026,inset 2px 0 #ffffff26,inset -2px 0 #ffffff1a}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed=false]:hover{background:#1a1a1a}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed=true]{background:#222}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed]:after{font-size:calc(.65rem - 1px);font-family:var(--font-cinzel), "Trajan Pro", serif;color:#fff;letter-spacing:0}[data-tone=poet] .tone-selector-panel button:disabled:before,[data-tone=poet] .tone-selector-panel button:disabled:after{filter:blur(3px)}:not(.dark)[data-tone=poet] .tone-selector-panel button[aria-pressed]:after{font-size:.7rem;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed]:after{content:"The Professional";color:#ffffffeb}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed]:before{content:"SOLD!";font-size:.7rem;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;margin-right:.4em;font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed]:after{content:"A Biography";font-family:var(--font-spectral), Georgia, serif;letter-spacing:.08em;text-transform:none;font-weight:500}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed]:after{content:"The Pitch";color:#fff;font-family:var(--font-source-sans), Arial, sans-serif;font-weight:600}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000059 0%,#0000 22% 78%,#00000040 100%),#0a66c2;justify-content:center;align-items:center;height:22px;padding:0 24px;display:flex;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed=false]:hover{background:#1a78d4}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed=true]{background:#084f96}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed]:after{content:"An Offer You Can’t Refuse"}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed]:after{content:"The Jailbreak";font-family:var(--font-share-tech-mono), monospace;text-transform:none;color:#fff}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed]:after{content:"Natural Selection"}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#5c1020;height:24px}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#721428}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed]:after{content:"⚜  Prose  &  Cons  ⚜";font-family:var(--font-cinzel-decorative), serif;letter-spacing:.08em;text-transform:none;color:#fff;font-size:.6rem;font-style:normal;font-weight:400}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]:after{content:"Best Deal in Town";background:linear-gradient(#d4a030 0%,#e8c050 22%,#b07c18 50%,#d8b040 75%,#9a6810 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=poet][aria-pressed]{top:54px;left:141px;transform:rotate(70deg)}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=consultant][aria-pressed]{top:65px;left:184px;transform:rotate(65deg)}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=bard][aria-pressed]{top:54px;left:324px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=auctioneer][aria-pressed]{top:45px;left:47px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=chill][aria-pressed]{top:31px;left:337px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=corrupted][aria-pressed]{top:19px;left:45px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=used_car_salesman][aria-pressed]{top:83px;left:310px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=naturalist][aria-pressed]{top:105px;left:27px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=mobster][aria-pressed]{top:75px;left:34px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=stoic][aria-pressed]{top:105px;left:316px}:not(.dark)[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=time_traveller][aria-pressed]{top:-104px;left:438px}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed]{color:#78dcfff2;text-shadow:0 0 6px #00c8ffa6,0 0 14px #00b4ff4d;font-family:var(--font-spectral), Georgia, serif;letter-spacing:.1em;background:repeating-linear-gradient(0deg,#0000 0 2px,#00beff07 2px 3px),linear-gradient(#001e3cb3 0%,#00508c1f 35% 65%,#001e3cb3 100%),#050a14;font-weight:400;box-shadow:0 0 10px #00beff38,0 3px 14px #000000d9,inset 0 0 0 1px #00c8ff47,inset 0 0 10px #00aaff12,inset 2px 0 #00d2ff66,inset -2px 0 #0050a080}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed=false]:hover{background:repeating-linear-gradient(0deg,#0000 0 2px,#00beff09 2px 3px),linear-gradient(#001e3c80 0%,#0064b429 35% 65%,#001e3c80 100%),#071020;box-shadow:0 0 14px #00c8ff52,0 3px 14px #000000d9,inset 0 0 0 1px #00d2ff66,inset 0 0 12px #00aaff1a,inset 2px 0 #00dcff8c,inset -2px 0 #0050a080}:not(.dark)[data-tone=poet] .interface-row{grid-template-columns:1fr 768px 1fr;display:grid;overflow:visible}:not(.dark)[data-tone=poet] .interface-box{z-index:1;position:relative}:not(.dark)[data-tone=poet] .window-panel{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Crect width='40' height='40' fill='%231e0605'/%3E%3Cpath d='M20 1L39 20L20 39L1 20Z' fill='none' stroke='rgba(190,150,60,0.45)' stroke-width='0.8'/%3E%3Cpath d='M20 8L32 20L20 32L8 20Z' fill='none' stroke='rgba(190,150,60,0.22)' stroke-width='0.5'/%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='40' height='40' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E"),#1e0605;flex-direction:column;min-height:0;display:flex;overflow:hidden}:not(.dark)[data-tone=poet] .window-panel--left{align-items:flex-end}:not(.dark)[data-tone=poet] .window-panel--right{align-items:flex-start}:not(.dark)[data-tone=poet] .window-frame{background:0 0;flex:1;width:45vh;min-height:0;margin:12px;position:relative}:not(.dark)[data-tone=poet] .window-glass{z-index:0;background:url(/images/poet/poet-light-city-skyline.png?v=3) top/cover no-repeat;position:absolute;inset:0}:not(.dark)[data-tone=poet] .window-glass:after{content:"";z-index:1;pointer-events:none;mix-blend-mode:normal;background:linear-gradient(#42281447 0%,#361f0ea8 38%,#2c1709cc 100%);height:3.2%;position:absolute;bottom:0;left:0;right:0}:not(.dark)[data-tone=poet] .window-panel--left .window-glass{background-position:0 0}:not(.dark)[data-tone=poet] .window-panel--right .window-glass{background-position:100% 0}:not(.dark)[data-tone=poet] .window-frame:before{content:"";z-index:2;pointer-events:none;clip-path:polygon(0 0,74% 0,86% 1px,94% 3px,99% 6px,100% 10px,65% 84%,53% 96%,34% 100%,0 96%);background:radial-gradient(at 62% 0,#ffcdbe29 0%,#ffcdbe0d 30%,#0000 62%),repeating-linear-gradient(90deg,#3a090d 0 5px,#68151d 5px 10px,#851f29 10px 14px,#541018 14px 20px);border-radius:0 13px 0 0;width:46px;position:absolute;top:-1px;bottom:0;left:-1px;box-shadow:5px 0 10px #1403053d,inset 0 9px 10px -9px #0c0103e6}:not(.dark)[data-tone=poet] .window-frame:after{content:"";z-index:2;pointer-events:none;clip-path:polygon(0 10px,1% 6px,6% 3px,14% 1px,26% 0,100% 0,100% 96%,66% 100%,47% 96%,35% 84%);background:radial-gradient(at 38% 0,#ffcdbe29 0%,#ffcdbe0d 30%,#0000 62%),repeating-linear-gradient(270deg,#3a090d 0 5px,#68151d 5px 10px,#851f29 10px 14px,#541018 14px 20px);border-radius:13px 0 0;width:46px;position:absolute;top:-1px;bottom:0;right:0;box-shadow:-5px 0 10px #1403053d,inset 0 9px 10px -9px #0c0103e6}:not(.dark)[data-tone=poet] .window-wall{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13%200.018' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;flex-direction:column;flex-shrink:0;align-items:center;gap:16px;width:45vh;height:45vh;margin:0 12px;padding:16px;display:flex;box-shadow:0 4px 8px #0009,0 8px 16px #0000004d,inset 0 1px #ffffff0f}:not(.dark)[data-tone=poet] .drawer-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.018%200.13' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;flex:1;width:100%;position:relative;box-shadow:0 2px 4px #00000080,0 4px 8px #0003,inset 0 1px #ffffff0f}:not(.dark)[data-tone=poet] .drawer-box:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='18' height='18' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E"),radial-gradient(circle at 34% 28%,#f4d39194 0%,#e0ae5a2e 15%,#0000 32%),radial-gradient(circle,#ad7a32 0%,#8c551c 48%,#5c310c 72%,#2b1203 100%);border-radius:50%;width:18px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 6px #0000009e,0 1px 2px #0000007a,inset 0 -3px 5px #37140080,inset 0 1px 2px #eec67647}:not(.dark)[data-tone=poet]{--foreground:#e8e0f0;--muted:#e8e0f080}:not(.dark)[data-tone=poet] .user-bubble{background:0 0;border-radius:12px;font-size:17px;position:relative;overflow:visible}:not(.dark)[data-tone=poet] .user-bubble:before{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);border:1px solid #000;border-radius:12px;position:absolute;inset:-1px}:not(.dark)[data-tone=poet] .input-box{background:0 0;padding-top:0}:not(.dark)[data-tone=poet] .input-field-wrapper:before{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(90deg,#ba935e 3px,#0000 3px),linear-gradient(270deg,#ba935e 3px,#0000 3px);position:absolute;inset:0 -2px}:not(.dark)[data-tone=poet] .input-field-wrapper:after{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(0deg,#ba935e 3px,#0000 3px);position:absolute;inset:0 0 -2px}:not(.dark)[data-tone=poet] .textarea-inner-border{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),#ba935e}:not(.dark)[data-tone=poet] .chat-textarea{box-shadow:none;color:#000;background:0 0;border-color:#0000001f;border-radius:0;font-size:17px;font-weight:600;-webkit-mask-image:linear-gradient(#00000040 0,#000 12px calc(100% - 12px),#00000040 100%);mask-image:linear-gradient(#00000040 0,#000 12px calc(100% - 12px),#00000040 100%)}:not(.dark)[data-tone=poet] .chat-textarea::placeholder{color:#0a060866}:not(.dark)[data-tone=poet] .send-button{color:#ba935e;z-index:11;background:0 0;border-radius:0;width:36px;height:40px;padding:0;bottom:5px;right:15px}:not(.dark)[data-tone=poet] .send-button:before{content:"";clip-path:path("M8,9 H28 V14 H27 V20 L34,24 V38 Q34,40 18,40 Q2,40 2,38 V24 L9,20 V14 H8 Z");pointer-events:none;background:#0a0608;position:absolute;inset:0}:not(.dark)[data-tone=poet] .send-button svg{z-index:1;position:relative;transform:translateY(9px)}:not(.dark)[data-tone=poet] .send-button:after{content:"";clip-path:path("M 16 73 L 18 63 Q 14 55 24 42 Q 32 25 47 18 Q 40 25 40 36 Q 34 50 24 62 L 20 73 Z");pointer-events:none;background:#0a0608;position:absolute;inset:-60px -18px 0 0}:not(.dark)[data-tone=poet] body{background:#5ba3d8!important}:not(.dark)[data-tone=poet] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.018%200.13' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;border-top:16px solid #0000;border-left:16px solid #0000;border-right:16px solid #0000;box-shadow:-4px 0 8px #0009,-8px 0 16px #0000004d,4px 0 8px #0009,8px 0 16px #0000004d,inset 4px 0 8px #0009,inset 8px 0 16px #0000004d,inset -4px 0 8px #0009,inset -8px 0 16px #0000004d}:not(.dark)[data-tone=poet] .profile-photo-wrapper{background:padding-box padding-box,linear-gradient(#0009 0%,#0003 25%,#0000 50%) border-box,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E") border-box,linear-gradient(#c49430 0%,#d4a030 22%,#b07c18 50%,#c49030 75%,#9a6810 100%) border-box;border:12px solid #0000;border-radius:0;height:222px;box-shadow:-6px 0 12px #00000080}:not(.dark)[data-tone=poet] .profile-photo-wrapper:after{content:"";pointer-events:none;background:padding-box padding-box,linear-gradient(#0009 0%,#0003 25%,#0000 50%) border-box,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E") border-box,linear-gradient(#d4a030 0%,#d8b840 35%,#c8a030 65%,#d4a030 100%) border-box;border:1px solid #0000;position:absolute;inset:-6px;box-shadow:0 0 0 1px #00000052,0 0 4px 1px #00000024,inset 0 0 0 1px #00000052,inset 0 0 4px 1px #00000024}:not(.dark)[data-tone=poet] .profile-photo-frame{z-index:1;border-radius:0;position:relative}:not(.dark)[data-tone=poet] .profile-photo-frame:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000006b 0%,#00000024 15%,#0000 30%);position:absolute;inset:0}:not(.dark)[data-tone=poet] header+.box-divider{background:linear-gradient(90deg,#0000 0%,#ffffff21 3% 97%,#0000 100%) 0 0/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13%200.018' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;margin-bottom:16px;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d}:not(.dark)[data-tone=poet] .tone-selector-box{background:0 0;padding-top:0}:not(.dark)[data-tone=poet] .tone-selector-box+.box-divider{background:linear-gradient(90deg,#0000 0%,#ffffff21 3% 97%,#0000 100%) 0 0/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13%200.018' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;margin-top:-16px;margin-bottom:16px;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d}:not(.dark)[data-tone=poet] .tone-group-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13%200.018' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;height:10px;margin-top:-16px;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d,inset 0 1px #ffffff21}:not(.dark)[data-tone=poet] .box-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13%200.018' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.05%200%200%200%200%200.08%200%200%200%200%200%200%200%200.05%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;height:10px;margin:0;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d,inset 0 1px #ffffff0f}:not(.dark)[data-tone=poet] .conversation-frame+.box-divider{display:none}:not(.dark)[data-tone=poet] .conversation-scroll{scrollbar-color:#0a060866 transparent}:not(.dark)[data-tone=poet] .conversation-scroll::-webkit-scrollbar-thumb{background:#0a060866}:not(.dark)[data-tone=poet] .conversation-scroll::-webkit-scrollbar-thumb:hover{background:#0a060866}:not(.dark)[data-tone=poet] .chat-textarea{scrollbar-color:#0a060866 transparent;scrollbar-width:thin}:not(.dark)[data-tone=poet] .chat-textarea::-webkit-scrollbar{width:6px}:not(.dark)[data-tone=poet] .chat-textarea::-webkit-scrollbar-track{background:0 0}:not(.dark)[data-tone=poet] .chat-textarea::-webkit-scrollbar-thumb{background:#0a060866;border-radius:3px}:not(.dark)[data-tone=poet] .chat-textarea::-webkit-scrollbar-thumb:hover{background:#0a060866}:not(.dark)[data-tone=poet] .conversation-box{--foreground:#000;--muted:#000;--surface:#a97c3e;color:#000;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(#ba935e,#ba935e);background-repeat:repeat,no-repeat;background-size:auto,100% 100%;background-origin:content-box,content-box;background-clip:content-box,content-box;padding:0 16px;overflow:visible}:not(.dark)[data-tone=poet] .conversation-box:before{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(90deg,#ba935e 3px,#0000 3px),linear-gradient(270deg,#ba935e 3px,#0000 3px);position:absolute;inset:0 14px}:not(.dark)[data-tone=poet] .conversation-box:after{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(#ba935e 3px,#0000 3px);position:absolute;inset:-2px 14px 0}.dark[data-tone=poet] body{font-family:var(--font-cormorant), Georgia, serif;font-size:19px;font-weight:600}.dark[data-tone=poet] .controls-title{font-size:21.5px;font-weight:600}.dark[data-tone=poet] .controls-subtitle,.dark[data-tone=poet] .tone-dimension-label{font-size:17px;font-weight:600}.dark[data-tone=poet] .message-label{font-size:14px;font-weight:600}.dark[data-tone=poet] .message-text,.dark[data-tone=poet] .assistant-body{font-size:17px}.dark[data-tone=poet] .assistant-body{white-space:pre-line}.dark[data-tone=poet] .assistant-body p+p{margin-top:0}.dark[data-tone=poet] .opener-title{font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[aria-pressed]{text-align:center;width:fit-content;height:30px;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#1b3426;border-radius:2px;justify-content:center;align-items:center;padding:0 14px;font-size:.7rem;font-weight:600;display:flex;box-shadow:inset 0 8px 14px #00000038,inset 0 -3px 6px #0000001c,inset 6px 0 10px #00000026,inset -6px 0 10px #00000026}.dark[data-tone=poet] .tone-selector-panel button[aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#22402f}.dark[data-tone=poet] .tone-selector-panel button[aria-pressed=true]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#274933;box-shadow:0 5px 18px #000c,0 0 20px #32643c1f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-grid{grid-template-columns:1fr;align-items:center;row-gap:13px}.dark[data-tone=poet] .tone-group-row-label{display:none}.dark[data-tone=poet] .tone-button-row{row-gap:0}.dark[data-tone=poet] .tone-grid>.tone-button-row:nth-child(2){justify-content:center}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child{height:135px;display:block;position:relative}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[aria-pressed]{position:absolute}.dark[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed]{text-align:center;width:fit-content;height:27px;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#1b2847;border-radius:2px;padding:6px 14px;font-size:.7rem;font-weight:600;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#263352}.dark[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed=true]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#2d3a59;box-shadow:0 5px 18px #000c,0 0 20px #1b28471f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed]{background:linear-gradient(#fff5cd8c,#fff5cd8c) 50% 5px/100% 1px no-repeat,linear-gradient(#fff5cd8c,#fff5cd8c) 50% calc(100% - 5px)/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#4a2c10;gap:.4em;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed=false]:hover{background:linear-gradient(#fff5cd8c,#fff5cd8c) 50% 5px/100% 1px no-repeat,linear-gradient(#fff5cd8c,#fff5cd8c) 50% calc(100% - 5px)/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#5c3618}.dark[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed=true]{background:linear-gradient(#fff5cd8c,#fff5cd8c) 50% 5px/100% 1px no-repeat,linear-gradient(#fff5cd8c,#fff5cd8c) 50% calc(100% - 5px)/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#673d1c;box-shadow:0 5px 18px #000c,0 0 20px #64461e1f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed]{padding-left:22px;padding-right:22px;font-size:0}.dark[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed]:after{content:"Bardic Tales";font-size:.7rem;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#361e08;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#452610}.dark[data-tone=poet] .tone-selector-panel button[data-tone=bard][aria-pressed=true]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0000002e 100%),#502c14;box-shadow:0 5px 18px #000c,0 0 20px #5032141f,inset 0 3px 6px #ffffff14,inset 0 -3px 6px #00000059,inset 2px 0 #ffffff1a,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]{font-size:.7rem}.dark[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]{width:fit-content;font-size:0}.dark[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#fff5cd8c 22% 78%,#0000 100%) 14px/1px 100% no-repeat,linear-gradient(#0000 0%,#fff5cd8c 22% 78%,#0000 100%) calc(100% - 14px)/1px 100% no-repeat;position:absolute;inset:0}.dark[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#180c06;padding-left:28px;padding-right:28px;position:relative}.dark[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#251209}.dark[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]:after{content:"The Examined Life";font-size:.7rem;font-family:var(--font-spectral), Georgia, serif;letter-spacing:.08em;text-transform:none;color:#fff5cdd1;font-weight:500}.dark[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=stoic][aria-pressed]{box-shadow:0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]{width:fit-content;height:23px;font-size:15px;font-family:var(--font-caveat), cursive;letter-spacing:.05em;text-transform:none;color:#ffa040;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000059 0%,#0000 22% 78%,#00000040 100%),linear-gradient(#d03898 0%,#780848 100%);justify-content:center;align-items:center;gap:.2em;padding:0 18px;font-weight:600;display:flex;box-shadow:inset 0 8px 14px #00000038,inset 0 -3px 6px #0000001c,inset 6px 0 10px #00000026,inset -6px 0 10px #00000026}.dark[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000059 0%,#0000 22% 78%,#00000040 100%),linear-gradient(#e050a8 0%,#900a58 100%);box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080,0 0 10px #d0389873}.dark[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]:before{content:"The";font-size:15px;font-family:var(--font-caveat), cursive;letter-spacing:.05em;text-transform:none;color:#ffa040;font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[data-tone=chill][aria-pressed]:after{content:"Brief";font-size:15px;font-family:var(--font-caveat), cursive;letter-spacing:.05em;text-transform:none;color:#ffa040;font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed],.dark[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]{font-size:0}.dark[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#080808;justify-content:center;align-items:center;height:22px;padding:0 14px;display:flex;box-shadow:0 2px 6px #00000059,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#141414}.dark[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed]{background:repeating-linear-gradient(#0000 0 2px,#00ff411f 2px 3px),repeating-linear-gradient(90deg,#0000 0 7px,#00ff4112 7px 8px),#010d03;height:26px;box-shadow:0 2px 6px #00000059,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed]:hover{background:repeating-linear-gradient(#0000 0 2px,#00ff4138 2px 3px),repeating-linear-gradient(90deg,#0000 0 7px,#00ff4124 7px 8px),#010d03;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080,0 0 10px #00ff4159}.dark[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#ffffff12 0%,#0000 40%),#080808;border:none;width:fit-content;box-shadow:inset 0 8px 14px #00000038,inset 0 -3px 6px #0000001c,inset 6px 0 10px #00000026,inset -6px 0 10px #00000026,inset 2px 0 #ffffff26,inset -2px 0 #ffffff1a}.dark[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed=false]:hover{background:#1a1a1a}.dark[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed=true]{background:#222}.dark[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed]:after{font-size:calc(.65rem - 1px);font-family:var(--font-cinzel), "Trajan Pro", serif;color:#fff;letter-spacing:0}.dark[data-tone=poet] .tone-selector-panel button[aria-pressed]:after{font-size:.7rem;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[data-tone=professional][aria-pressed]:after{content:"The Professional";color:#ffffffeb}.dark[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed]:before{content:"SOLD!";font-size:.7rem;font-family:var(--font-cormorant), Georgia, serif;letter-spacing:.22em;text-transform:uppercase;color:#fff5cdd1;margin-right:.4em;font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[data-tone=auctioneer][aria-pressed]:after{content:"A Biography";font-family:var(--font-spectral), Georgia, serif;letter-spacing:.08em;text-transform:none;font-weight:500}.dark[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed]:after{content:"The Pitch";color:#fff;font-family:var(--font-source-sans), Arial, sans-serif;font-weight:600}.dark[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000059 0%,#0000 22% 78%,#00000040 100%),#0a66c2;justify-content:center;align-items:center;height:22px;padding:0 24px;display:flex;box-shadow:0 3px 12px #000000b3,0 -1px 3px #0006,inset 0 3px 6px #ffffff0f,inset 0 -3px 6px #0006,inset 2px 0 #ffffff14,inset -3px 0 #00000080}.dark[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed=false]:hover{background:#1a78d4}.dark[data-tone=poet] .tone-selector-panel button[data-tone=consultant][aria-pressed=true]{background:#084f96}.dark[data-tone=poet] .tone-selector-panel button[data-tone=mobster][aria-pressed]:after{content:"An Offer You Can’t Refuse"}.dark[data-tone=poet] .tone-selector-panel button[data-tone=corrupted][aria-pressed]:after{content:"The Jailbreak";font-family:var(--font-share-tech-mono), monospace;text-transform:none;color:#fff}.dark[data-tone=poet] .tone-selector-panel button[data-tone=naturalist][aria-pressed]:after{content:"Natural Selection"}.dark[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed]{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#00000073 0%,#0000 22% 78%,#0000004d 100%),#5c1020;height:24px}.dark[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed=false]:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(#0000004d 0%,#0000 22% 78%,#0003 100%),#721428}.dark[data-tone=poet] .tone-selector-panel button[data-tone=poet][aria-pressed]:after{content:"⚜  Prose  &  Cons  ⚜";font-family:var(--font-cinzel-decorative), serif;letter-spacing:.08em;text-transform:none;color:#fff;font-size:.6rem;font-style:normal;font-weight:400}.dark[data-tone=poet] .tone-selector-panel button[data-tone=used_car_salesman][aria-pressed]:after{content:"Best Deal in Town";background:linear-gradient(#d4a030 0%,#e8c050 22%,#b07c18 50%,#d8b040 75%,#9a6810 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=poet][aria-pressed]{top:54px;left:141px;transform:rotate(70deg)}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=consultant][aria-pressed]{top:65px;left:184px;transform:rotate(65deg)}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=bard][aria-pressed]{top:54px;left:324px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=auctioneer][aria-pressed]{top:45px;left:47px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=chill][aria-pressed]{top:31px;left:337px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=corrupted][aria-pressed]{top:19px;left:45px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=used_car_salesman][aria-pressed]{top:83px;left:310px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=naturalist][aria-pressed]{top:105px;left:27px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=mobster][aria-pressed]{top:75px;left:34px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=stoic][aria-pressed]{top:105px;left:316px}.dark[data-tone=poet] .tone-grid>.tone-button-row:last-child button[data-tone=time_traveller][aria-pressed]{top:-104px;left:438px}.dark[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed]{color:#6ed7fff2;text-shadow:0 0 6px #00c8ffb3,0 0 16px #00b4ff59;font-family:var(--font-spectral), Georgia, serif;letter-spacing:.1em;background:repeating-linear-gradient(0deg,#0000 0 2px,#00beff08 2px 3px),linear-gradient(#001432cc 0%,#00468224 35% 65%,#001432cc 100%),#040810;font-weight:400;box-shadow:0 0 12px #00beff47,0 3px 16px #000000e6,inset 0 0 0 1px #00c8ff52,inset 0 0 12px #00a0ff14,inset 2px 0 #00d7ff73,inset -2px 0 #0046968c}.dark[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed=false]:hover{background:repeating-linear-gradient(0deg,#0000 0 2px,#00beff0a 2px 3px),linear-gradient(#00143299 0%,#005aa02e 35% 65%,#00143299 100%),#060d1c;box-shadow:0 0 16px #00c8ff61,0 3px 16px #000000e6,inset 0 0 0 1px #00d7ff73,inset 0 0 14px #00aaff1f,inset 2px 0 #00e1ff99,inset -2px 0 #0046968c}.dark[data-tone=poet] .interface-row{grid-template-columns:1fr 768px 1fr;display:grid;overflow:visible}.dark[data-tone=poet] .interface-box{z-index:1;position:relative}.dark[data-tone=poet] .window-panel{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Crect width='40' height='40' fill='%231e0605'/%3E%3Cpath d='M20 1L39 20L20 39L1 20Z' fill='none' stroke='rgba(190,150,60,0.45)' stroke-width='0.8'/%3E%3Cpath d='M20 8L32 20L20 32L8 20Z' fill='none' stroke='rgba(190,150,60,0.22)' stroke-width='0.5'/%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='40' height='40' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E"),#1e0605;flex-direction:column;min-height:0;display:flex;overflow:hidden}.dark[data-tone=poet] .window-panel--left{align-items:flex-end}.dark[data-tone=poet] .window-panel--right{align-items:flex-start}.dark[data-tone=poet] .window-frame{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;flex:1;width:45vh;min-height:0;margin:12px;position:relative}.dark[data-tone=poet] .window-glass{background:linear-gradient(#04061424,#04061424),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='400'%3E%3Cg%3E%3Cg%3E%3Cline x1='15' x2='5' y1='0' y2='20' stroke='rgba(180,210,255,0.4)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-20' to='-120,420' dur='0.30s' begin='0s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='36' x2='24' y1='0' y2='25' stroke='rgba(180,210,255,0.3)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-25' to='-120,425' dur='0.28s' begin='-0.12s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='55' x2='45' y1='0' y2='18' stroke='rgba(180,210,255,0.38)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-18' to='-120,418' dur='0.35s' begin='-0.22s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='76' x2='64' y1='0' y2='22' stroke='rgba(180,210,255,0.25)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-22' to='-120,422' dur='0.27s' begin='-0.08s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='97' x2='83' y1='0' y2='28' stroke='rgba(180,210,255,0.42)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-28' to='-120,428' dur='0.32s' begin='-0.18s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='115' x2='105' y1='0' y2='20' stroke='rgba(180,210,255,0.32)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-20' to='-120,420' dur='0.38s' begin='-0.30s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='136' x2='124' y1='0' y2='25' stroke='rgba(180,210,255,0.38)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-25' to='-120,425' dur='0.29s' begin='-0.05s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='155' x2='145' y1='0' y2='18' stroke='rgba(180,210,255,0.28)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-18' to='-120,418' dur='0.40s' begin='-0.15s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='175' x2='165' y1='0' y2='22' stroke='rgba(180,210,255,0.35)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-22' to='-120,422' dur='0.31s' begin='-0.25s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='196' x2='184' y1='0' y2='28' stroke='rgba(180,210,255,0.40)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-28' to='-120,428' dur='0.26s' begin='-0.10s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='215' x2='205' y1='0' y2='20' stroke='rgba(180,210,255,0.30)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-20' to='-120,420' dur='0.36s' begin='-0.20s' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cline x1='235' x2='225' y1='0' y2='24' stroke='rgba(180,210,255,0.36)' stroke-width='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='120,-24' to='-120,424' dur='0.33s' begin='-0.35s' repeatCount='indefinite'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),url(/images/poet/poet-dark-city-skyline.png?v=2) top/cover no-repeat,#04040f;position:absolute;inset:12px;box-shadow:inset 0 8px 12px #0006,inset 0 -6px 10px #00000047,inset 8px 0 12px #0006,inset -6px 0 10px #00000047}.dark[data-tone=poet] .window-frame:before{content:"";z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;width:12px;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}.dark[data-tone=poet] .window-frame:after{content:"";z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;height:12px;position:absolute;inset:50% 0 0;transform:translateY(-50%)}.dark[data-tone=poet] .window-frame{background:0 0}.dark[data-tone=poet] .window-glass{z-index:0;box-shadow:none;background-image:linear-gradient(#04061424,#04061424),url(/images/poet/poet-dark-rain-0deg.svg?v=2),url(/images/poet/poet-dark-city-skyline.png?v=2);background-repeat:no-repeat,repeat,no-repeat;background-size:auto,auto,cover;inset:0}.dark[data-tone=poet] .window-panel--left .window-glass{background-position:0 0,0 0,0 0}.dark[data-tone=poet] .window-panel--right .window-glass{background-position:0 0,0 0,100% 0}.dark[data-tone=poet] .window-glass:before,.dark[data-tone=poet] .window-glass:after{content:"";z-index:1;pointer-events:none;background:url(/images/poet/poet-dark-city-skyline.png?v=2) top/cover no-repeat;position:absolute;inset:0}.dark[data-tone=poet] .window-glass:before{clip-path:inset(0 0 97.6%)}.dark[data-tone=poet] .window-glass:after{clip-path:inset(96.8% 0 0)}.dark[data-tone=poet] .window-panel--left .window-glass:before,.dark[data-tone=poet] .window-panel--left .window-glass:after{background-position:0 0}.dark[data-tone=poet] .window-panel--right .window-glass:before,.dark[data-tone=poet] .window-panel--right .window-glass:after{background-position:100% 0}.dark[data-tone=poet] .window-frame:before{content:"";z-index:2;pointer-events:none;clip-path:polygon(0 0,74% 0,86% 1px,94% 3px,99% 6px,100% 10px,65% 84%,53% 96%,34% 100%,0 96%);background:radial-gradient(at 62% 0,#cd919117 0%,#cd919106 30%,#0000 62%),repeating-linear-gradient(90deg,#1d0307 0 5px,#350810 5px 10px,#4a0d18 10px 14px,#29050c 14px 20px);border-radius:0 13px 0 0;width:46px;position:absolute;inset:-1px auto 0 -1px;transform:none;box-shadow:5px 0 10px #1403053d,inset 0 9px 10px -9px #0c0103e6}.dark[data-tone=poet] .window-frame:after{content:"";z-index:2;pointer-events:none;clip-path:polygon(0 10px,1% 6px,6% 3px,14% 1px,26% 0,100% 0,100% 96%,66% 100%,47% 96%,35% 84%);background:radial-gradient(at 38% 0,#cd919117 0%,#cd919106 30%,#0000 62%),repeating-linear-gradient(270deg,#1d0307 0 5px,#350810 5px 10px,#4a0d18 10px 14px,#29050c 14px 20px);border-radius:13px 0 0;width:46px;height:auto;position:absolute;inset:-1px -1px 0 auto;transform:none;box-shadow:-5px 0 10px #1403053d,inset 0 9px 10px -9px #0c0103e6}.dark[data-tone=poet] .window-wall{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;flex-direction:column;flex-shrink:0;align-items:center;gap:16px;width:45vh;height:45vh;margin:0 12px;padding:16px;display:flex;box-shadow:0 4px 8px #0009,0 8px 16px #0000004d,inset 0 1px #ffffff0f}.dark[data-tone=poet] .drawer-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;flex:1;width:100%;position:relative;box-shadow:0 2px 4px #00000080,0 4px 8px #0003,inset 0 1px #ffffff0f}.dark[data-tone=poet] .drawer-box:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='18' height='18' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E"),radial-gradient(circle,#965a1e66 0%,#0000 55%),radial-gradient(circle,#7a4a1a 0% 48%,#3d1e06 68%,#100400 100%);border-radius:50%;width:18px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 6px #000000e6,0 1px 3px #000000b3,inset 0 0 6px #000c,inset 0 1px 2px #78787840}.dark[data-tone=poet]{--foreground:#e8e0f0;--muted:#e8e0f080}.dark[data-tone=poet] .user-bubble{background:0 0;border-radius:12px;font-size:17px;position:relative;overflow:visible}.dark[data-tone=poet] .user-bubble:before{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);border:1px solid #000;border-radius:12px;position:absolute;inset:-1px}.dark[data-tone=poet] .input-box{background:0 0;padding-top:0}.dark[data-tone=poet] .input-field-wrapper:before{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(90deg,#9a7542 3px,#0000 3px),linear-gradient(270deg,#9a7542 3px,#0000 3px);position:absolute;inset:0 -2px}.dark[data-tone=poet] .input-field-wrapper:after{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(0deg,#9a7542 3px,#0000 3px);position:absolute;inset:0 0 -2px}.dark[data-tone=poet] .textarea-inner-border{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),#9a7542}.dark[data-tone=poet] .chat-textarea{box-shadow:none;color:#000;background:0 0;border-color:#0000001f;border-radius:0;font-size:17px;font-weight:600;-webkit-mask-image:linear-gradient(#00000040 0,#000 12px calc(100% - 12px),#00000040 100%);mask-image:linear-gradient(#00000040 0,#000 12px calc(100% - 12px),#00000040 100%)}.dark[data-tone=poet] .chat-textarea::placeholder{color:#0a060866}.dark[data-tone=poet] .send-button{color:#9a7542;z-index:11;background:0 0;border-radius:0;width:36px;height:40px;padding:0;bottom:5px;right:15px}.dark[data-tone=poet] .send-button:before{content:"";clip-path:path("M8,9 H28 V14 H27 V20 L34,24 V38 Q34,40 18,40 Q2,40 2,38 V24 L9,20 V14 H8 Z");pointer-events:none;background:#0a0608;position:absolute;inset:0}.dark[data-tone=poet] .send-button svg{z-index:1;position:relative;transform:translateY(9px)}.dark[data-tone=poet] .send-button:after{content:"";clip-path:path("M 16 73 L 18 63 Q 14 55 24 42 Q 32 25 47 18 Q 40 25 40 36 Q 34 50 24 62 L 20 73 Z");pointer-events:none;background:#0a0608;position:absolute;inset:-60px -18px 0 0}.dark[data-tone=poet] body{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"),radial-gradient(53px at 95% 14%,#fffde1e8 0%,#fffbd7de 82%,#fff9cd73 94%,#0000 100%),radial-gradient(450px at 95% 14%,#b4d7ff36 0%,#a0c8ff0f 50%,#0000 100%),linear-gradient(#040410 0%,#070718 50%,#0a0920 100%)!important}.dark[data-tone=poet] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;border-top:16px solid #0000;border-left:16px solid #0000;border-right:16px solid #0000;box-shadow:-4px 0 8px #0009,-8px 0 16px #0000004d,4px 0 8px #0009,8px 0 16px #0000004d,inset 4px 0 8px #0009,inset 8px 0 16px #0000004d,inset -4px 0 8px #0009,inset -8px 0 16px #0000004d}.dark[data-tone=poet] .profile-photo-wrapper{background:padding-box padding-box,linear-gradient(#0009 0%,#0003 25%,#0000 50%) border-box,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E") border-box,linear-gradient(#c49430 0%,#d4a030 22%,#b07c18 50%,#c49030 75%,#9a6810 100%) border-box;border:12px solid #0000;border-radius:0;height:222px;box-shadow:-6px 0 12px #00000080}.dark[data-tone=poet] .profile-photo-wrapper:after{content:"";pointer-events:none;background:padding-box padding-box,linear-gradient(#0009 0%,#0003 25%,#0000 50%) border-box,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E") border-box,linear-gradient(#d4a030 0%,#d8b840 35%,#c8a030 65%,#d4a030 100%) border-box;border:1px solid #0000;position:absolute;inset:-6px;box-shadow:0 0 0 1px #00000052,0 0 4px 1px #00000024,inset 0 0 0 1px #00000052,inset 0 0 4px 1px #00000024}.dark[data-tone=poet] .profile-photo-frame{z-index:1;border-radius:0;position:relative}.dark[data-tone=poet] .profile-photo-frame:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000006b 0%,#00000024 15%,#0000 30%);position:absolute;inset:0}.dark[data-tone=poet] header+.box-divider{background:linear-gradient(90deg,#0000 0%,#ffffff21 3% 97%,#0000 100%) 0 0/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;margin-bottom:16px;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d}.dark[data-tone=poet] .tone-selector-box{background:0 0;padding-top:0}.dark[data-tone=poet] .tone-selector-box+.box-divider{background:linear-gradient(90deg,#0000 0%,#ffffff21 3% 97%,#0000 100%) 0 0/100% 1px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;margin-top:-16px;margin-bottom:16px;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d}.dark[data-tone=poet] .tone-group-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;height:10px;margin-top:-16px;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d,inset 0 1px #ffffff21}.dark[data-tone=poet] .box-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E"),#1e0605;height:10px;margin:0;box-shadow:0 8px 16px #0009,0 16px 32px #0000004d,inset 0 1px #ffffff0f}.dark[data-tone=poet] .conversation-frame+.box-divider{display:none}.dark[data-tone=poet] .conversation-scroll{scrollbar-color:#0a060866 transparent}.dark[data-tone=poet] .conversation-scroll::-webkit-scrollbar-thumb{background:#0a060866}.dark[data-tone=poet] .conversation-scroll::-webkit-scrollbar-thumb:hover{background:#0a060866}.dark[data-tone=poet] .chat-textarea{scrollbar-color:#0a060866 transparent;scrollbar-width:thin}.dark[data-tone=poet] .chat-textarea::-webkit-scrollbar{width:6px}.dark[data-tone=poet] .chat-textarea::-webkit-scrollbar-track{background:0 0}.dark[data-tone=poet] .chat-textarea::-webkit-scrollbar-thumb{background:#0a060866;border-radius:3px}.dark[data-tone=poet] .chat-textarea::-webkit-scrollbar-thumb:hover{background:#0a060866}.dark[data-tone=poet] .conversation-box{--foreground:#000;--muted:#000;--surface:#7d5c2e;color:#000;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(#9a7542,#9a7542);background-repeat:repeat,no-repeat;background-size:auto,100% 100%;background-origin:content-box,content-box;background-clip:content-box,content-box;padding:0 16px;overflow:visible}.dark[data-tone=poet] .conversation-box:before{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(90deg,#9a7542 3px,#0000 3px),linear-gradient(270deg,#9a7542 3px,#0000 3px);position:absolute;inset:0 14px}.dark[data-tone=poet] .conversation-box:after{content:"";pointer-events:none;z-index:10;filter:url(#paper-roughen)drop-shadow(0 0 3px #0000004d);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),linear-gradient(#9a7542 3px,#0000 3px);position:absolute;inset:-2px 14px 0}[data-tone=consultant] body{font-family:var(--font-source-sans), sans-serif;letter-spacing:0}[data-tone=consultant] .assistant-body,[data-tone=consultant] .message-text,[data-tone=consultant] .user-bubble,[data-tone=consultant] .chat-textarea,[data-tone=consultant] .controls-subtitle,[data-tone=consultant] .tone-group-row-label,[data-tone=consultant] .tone-dimension-label,[data-tone=consultant] .tone-selector-panel button[aria-pressed]{font-size:15.7px}.dark[data-tone=consultant] .control-btn{color:#bcbbbe}.dark[data-tone=consultant] .control-btn:hover{color:#e9e9ea;background:0 0}[data-tone=consultant] .controls-title{font-size:20.5px}[data-tone=consultant] .profile-photo-wrapper{height:203px}[data-tone=consultant] .message-label,[data-tone=consultant] .control-btn{font-size:13px}[data-tone=consultant] .tone-selector-panel button[aria-pressed]{padding:4px 12px}.dark[data-tone=consultant]{--background:#000;--foreground:#eceded;--surface:#1d2226;--border:#5c6670;--muted:#afb5b6;--input:#364547;--accent:#70b5f9}.dark[data-tone=consultant] .controls-box,.dark[data-tone=consultant] .tone-selector-box{background:#1b1f23}.dark[data-tone=consultant] .tone-selector-box img{box-shadow:0 0 0 4px #000}.dark[data-tone=consultant] .conversation-box,.dark[data-tone=consultant] .conversation-scroll,.dark[data-tone=consultant] .input-box{background:#1b1f23}.dark[data-tone=consultant] .box-divider{display:none}.dark[data-tone=consultant] .controls-box,.dark[data-tone=consultant] .tone-selector-box{border-bottom:1px solid #393a3d}.dark[data-tone=consultant] .tone-group-divider{background:#393a3d}.dark[data-tone=consultant] .conversation-box{border-bottom:3px solid #393a3d}[data-tone=consultant] .conversation-inner-border{position:relative}[data-tone=consultant] .conversation-inner-border:after{content:"";clip-path:inset(0 100% 0 0);z-index:1;background:#36c898;height:1.5px;transition:clip-path .15s;position:absolute;bottom:0;left:0;right:0}[data-tone=consultant] .interface-box:has(.chat-textarea:focus) .conversation-inner-border:after{clip-path:inset(0 0% 0 0)}[data-tone=consultant] .chat-textarea{border:none;border-radius:8px}[data-tone=consultant] .chat-textarea:focus{box-shadow:none}[data-tone=consultant] .input-field-wrapper{flex-direction:row;align-items:flex-end;gap:16px;display:flex}[data-tone=consultant] .textarea-frame{flex:1}[data-tone=consultant] .send-button{border-radius:999px;flex-shrink:0;padding:8px;position:static}.dark[data-tone=consultant] .send-button:not(:disabled){color:#0c1219;opacity:1;background:#71b7fb}.dark[data-tone=consultant] .send-button:disabled{color:#747678;opacity:1;background:#383a3d}.dark[data-tone=consultant] .user-bubble{color:#e1e9f1;background:#364547}.dark[data-tone=consultant] button[aria-pressed]{color:#70b5f9;background:0 0;box-shadow:inset 0 0 0 1px #70b5f9}.dark[data-tone=consultant] button[aria-pressed]:hover{background:#70b5f91a;box-shadow:inset 0 0 0 1px #70b5f9}.dark[data-tone=consultant] button[aria-pressed=true]{color:#000;box-shadow:none;background:#70b5f9}.dark[data-tone=consultant] button[aria-pressed=true]:hover{box-shadow:none;background:#70b5f9}:not(.dark)[data-tone=consultant]{--background:#f4f2ee;--foreground:#191919;--surface:#e0dfdc;--border:#e7e8e7;--muted:#666;--input:#f4f2ef;--accent:#0a66c2}:not(.dark)[data-tone=consultant] .controls-box,:not(.dark)[data-tone=consultant] .tone-selector-box,:not(.dark)[data-tone=consultant] .conversation-box,:not(.dark)[data-tone=consultant] .conversation-scroll,:not(.dark)[data-tone=consultant] .input-box{background:#fff}:not(.dark)[data-tone=consultant] .box-divider{display:none}:not(.dark)[data-tone=consultant] .controls-box,:not(.dark)[data-tone=consultant] .tone-selector-box{border-bottom:1px solid var(--border)}:not(.dark)[data-tone=consultant] .conversation-box{border-bottom:3px solid var(--border)}:not(.dark)[data-tone=consultant] .send-button:not(:disabled){color:#fff;opacity:1;background:#0a66c2}:not(.dark)[data-tone=consultant] .send-button:disabled{color:#a2a2a2;opacity:1;background:#e7e7e7}:not(.dark)[data-tone=consultant] .user-bubble{color:#1d2226;background:#e3edf8}:not(.dark)[data-tone=consultant] button[aria-pressed]{color:#0a66c2;background:#fff;box-shadow:inset 0 0 0 1px #0a66c2}:not(.dark)[data-tone=consultant] button[aria-pressed]:hover{background:#0a66c21a;box-shadow:inset 0 0 0 1px #0a66c2}:not(.dark)[data-tone=consultant] button[aria-pressed=true]{color:#fff;box-shadow:none;background:#0a66c2}:not(.dark)[data-tone=consultant] button[aria-pressed=true]:hover{box-shadow:none;background:#0a66c2}:not(.dark)[data-tone=consultant] .chat-textarea{color:#181817}:not(.dark)[data-tone=consultant] .chat-textarea::placeholder{color:#616160}:not(.dark)[data-tone=consultant] .conversation-inner-border:after{background:#00764f}:not(.dark)[data-tone=consultant] .controls-subtitle,:not(.dark)[data-tone=consultant] .tone-dimension-label,:not(.dark)[data-tone=consultant] .control-btn{color:#666}:not(.dark)[data-tone=consultant] .control-btn:hover{color:#191819;background:0 0}[data-tone=chill] body{font-family:var(--font-nunito), Arial, sans-serif}[data-tone=chill] .interface-box{border-left:3px solid var(--chill-edge);border-right:3px solid var(--chill-edge);position:relative;box-shadow:-10px 0 28px #0d272d47,10px 0 28px #0d272d47,inset 1px 0 #ffffff4d,inset -1px 0 #ffffff4d}[data-tone=chill] .controls-title{font-family:var(--font-caveat), cursive;letter-spacing:0;font-size:25px;font-weight:700}[data-tone=chill] .controls-subtitle,[data-tone=chill] .tone-dimension-label,[data-tone=chill] .message-label{letter-spacing:.025em}[data-tone=chill] .box-divider,[data-tone=chill] .tone-group-divider{background:radial-gradient(ellipse at 5px 0, transparent 5px, var(--chill-wave) 5.5px 6.5px, transparent 7px) 0 0 / 20px 6px repeat-x;opacity:.8;border:0;height:6px}[data-tone=chill] .profile-photo-wrapper{background:repeating-linear-gradient(135deg,#c39c61 0 3px,#8a6336 3px 6px,#dfbd7d 6px 9px);border-radius:18px;padding:6px;box-shadow:0 5px 14px #132b2a4d,inset 0 0 0 1px #fff5cd75}[data-tone=chill] .profile-photo-frame{border-radius:13px}[data-tone=chill] .tone-selector-panel button[aria-pressed]{border:1px solid var(--chill-chip-border);font-family:var(--font-nunito), Arial, sans-serif;letter-spacing:.015em;border-radius:999px;padding:6px 13px;font-weight:700;transition:transform .14s,background .14s,box-shadow .14s;box-shadow:0 2px 5px #10323733,inset 0 1px #ffffff47}[data-tone=chill] .tone-selector-panel button[aria-pressed=false]:hover{transform:translateY(-2px)rotate(-1deg)}[data-tone=chill] .conversation-box{box-shadow:inset 0 0 0 1px var(--chill-panel-line), inset 0 0 24px var(--chill-panel-shadow);border-radius:16px}[data-tone=chill] .message-label{text-transform:uppercase;font-size:13px;font-weight:800}[data-tone=chill] .user-bubble{border:1px solid var(--chill-bubble-edge);border-radius:14px 14px 4px;box-shadow:0 3px 7px #102b2f2e}[data-tone=chill] .input-box{border-top:1px solid var(--chill-edge)}[data-tone=chill] .input-field-wrapper{border:1px solid var(--chill-chip-border);border-radius:18px;box-shadow:inset 0 1px 4px #112c2f26,0 3px 8px #0f2b2f29}[data-tone=chill] .chat-textarea{font-family:var(--font-nunito), Arial, sans-serif;font-size:16px}[data-tone=chill] .send-button{box-shadow:0 4px 0 var(--chill-send-shadow), 0 6px 10px #0f292e42, inset 0 1px #ffffff70;border:2px solid #ffffff73;border-radius:50%;background:linear-gradient(145deg, var(--chill-send-top), var(--chill-send-bottom))!important;color:#fffaf0!important}[data-tone=chill] .send-button:not(:disabled):active{box-shadow:0 2px 0 var(--chill-send-shadow), 0 3px 6px #0f292e3d, inset 0 1px #ffffff4d;transform:translateY(2px)rotate(4deg)}:not(.dark)[data-tone=chill]{--chill-edge:#af9364;--chill-wave:#278c99;--chill-chip-border:#69a6a7;--chill-panel-line:#3e848947;--chill-panel-shadow:#26777d14;--chill-bubble-edge:#df8878;--chill-send-top:#ef8e79;--chill-send-bottom:#cf5e55;--chill-send-shadow:#8d3f3a;--background:#edf4ec;--foreground:#173d42;--muted:#55767a;--surface:#dbe9df;--border:#9ebfb5;--button-fill:#278c99;--input:#fbfcf4}:not(.dark)[data-tone=chill] body{background:linear-gradient(#ebf8ef09,#ebf8ef09),url(/images/chill/chill-light-beach-veranda.png) top/cover no-repeat,#65bfd1!important}:not(.dark)[data-tone=chill] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.45' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='150' height='150' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"),#eef6edf6}:not(.dark)[data-tone=chill] .controls-box,:not(.dark)[data-tone=chill] .tone-selector-box,:not(.dark)[data-tone=chill] .input-box{background:#e1efe4e6}:not(.dark)[data-tone=chill] .conversation-box{background:linear-gradient(135deg,#ffffff73,#0000 45%),#f7f8ed}:not(.dark)[data-tone=chill] .tone-selector-panel button[aria-pressed=false]{color:#245159;background:linear-gradient(#fffdf2,#dcebe1)}:not(.dark)[data-tone=chill] .tone-selector-panel button[aria-pressed=false]:nth-of-type(3n+2){border-color:#df8878}:not(.dark)[data-tone=chill] .tone-selector-panel button[aria-pressed=false]:hover{background:linear-gradient(#fff,#e5f2e9);box-shadow:0 4px 9px #124e5333}:not(.dark)[data-tone=chill] .tone-selector-panel button[aria-pressed=true]{color:#fffdf3;background:linear-gradient(#3aa5ae,#237984);border-color:#efaa8f;box-shadow:0 4px 9px #124e5340,inset 0 1px #ffffff47}:not(.dark)[data-tone=chill] .user-bubble{color:#3d3530;background:#ffe1d5}:not(.dark)[data-tone=chill] .input-field-wrapper,:not(.dark)[data-tone=chill] .chat-textarea{color:#173d42;background:#fffdf5}.dark[data-tone=chill]{--chill-edge:#76502e;--chill-wave:#4a9ba2;--chill-chip-border:#436f71;--chill-panel-line:#4e9fa440;--chill-panel-shadow:#0000004d;--chill-bubble-edge:#aa5b55;--chill-send-top:#e18b58;--chill-send-bottom:#a94c3d;--chill-send-shadow:#642b26;--background:#101d27;--foreground:#e4eee7;--muted:#91a8a6;--surface:#1f3038;--border:#3e6267;--button-fill:#df8e4b;--input:#14232c}.dark[data-tone=chill] body{background:linear-gradient(#030b1214,#030b1214),url(/images/chill/chill-dark-beach-bar.png) top/cover no-repeat,#07111c!important}.dark[data-tone=chill] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.08 .45' numOctaves='4' seed='8' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23w)' opacity='.05'/%3E%3C/svg%3E"),#101e27f7;border-color:#6d492d;box-shadow:-12px 0 32px #0000009e,12px 0 32px #0000009e,inset 1px 0 #ebaa561f,inset -1px 0 #ebaa561f}.dark[data-tone=chill] .controls-box,.dark[data-tone=chill] .tone-selector-box,.dark[data-tone=chill] .input-box{background:#12222beb}.dark[data-tone=chill] .conversation-box{background:linear-gradient(135deg,#4e91940f,#0000 46%),#14252e}.dark[data-tone=chill] .tone-selector-panel button[aria-pressed=false]{color:#c8dcda;background:linear-gradient(#263c44,#192c35)}.dark[data-tone=chill] .tone-selector-panel button[aria-pressed=false]:nth-of-type(3n+2){border-color:#89504c}.dark[data-tone=chill] .tone-selector-panel button[aria-pressed=false]:hover{color:#f1eee0;background:linear-gradient(#31505a,#203b45);box-shadow:0 4px 10px #00000052}.dark[data-tone=chill] .tone-selector-panel button[aria-pressed=true]{color:#fff4df;background:linear-gradient(#d77850,#a34640);border-color:#e6ad69;box-shadow:0 0 12px #e79f5029,inset 0 1px #ffffff2e}.dark[data-tone=chill] .user-bubble{color:#f0ded3;background:#33282a}.dark[data-tone=chill] .input-field-wrapper,.dark[data-tone=chill] .chat-textarea{color:#e4eee7;background:#0f2029}.dark[data-tone=chill] .chat-textarea::placeholder{color:#789396}[data-tone=naturalist]{--background:#f2e4b8;--foreground:#222;--surface:#e4d090;--border:#c8a85a;--muted:#4a4a4a;--accent:#222}[data-tone=naturalist] body{font-family:var(--font-typewriter), monospace;letter-spacing:-.08em;font-size:15px}:not(.dark)[data-tone=naturalist] body{background:#75b8e5 url(/images/naturalist/naturalist-light-rift-valley-v3.png) 50%/cover no-repeat!important}[data-tone=naturalist] .message-text,[data-tone=naturalist] .assistant-body,[data-tone=naturalist] .user-bubble{line-height:1.4}[data-tone=naturalist] .conversation-box{letter-spacing:-.03em}[data-tone=naturalist] .chat-textarea{line-height:1.65}[data-tone=naturalist] .language-code{font-size:14.5px}[data-tone=naturalist] .controls-title,[data-tone=naturalist] .controls-subtitle,[data-tone=naturalist] .message-text,[data-tone=naturalist] .assistant-body,[data-tone=naturalist] .user-bubble,[data-tone=naturalist] .tone-dimension-label,[data-tone=naturalist] .tone-group-row-label,[data-tone=naturalist] .message-label,[data-tone=naturalist] .tone-selector-panel button[aria-pressed]{text-shadow:0 0 1px #0003}[data-tone=naturalist] .controls-title{word-spacing:-.25em}.dark[data-tone=naturalist] body{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.70' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='900'%3E%3Cdefs%3E%3Cfilter id='sn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.333' numOctaves='1' seed='14'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.95 25 0 0 0 -20'/%3E%3C/filter%3E%3CclipPath id='cn'%3E%3Crect x='43' y='27' width='1354' height='243'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect width='1440' height='900' filter='url(%23sn)' clip-path='url(%23cn)'/%3E%3C/svg%3E") 0 0/100% 100% no-repeat,linear-gradient(#020a16 0%,#030d1e 40%,#061828 100%),#020a16!important}.dark[data-tone=naturalist] .interface-box{filter:brightness(.38)}[data-tone=naturalist] .interface-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.45' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeColorMatrix type='matrix' values='1.5%200%200%200%200%200.8%200%200%200%200%200.1%200%200%200%200%200%200%200%201%200'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E"),radial-gradient(at 50% 45%,#0000 35%,#00000026 100%),#f2e4b8;position:relative}[data-tone=naturalist] .paper-edge{pointer-events:none;z-index:10;filter:url(#paper-roughen);background:linear-gradient(#0000001a,#0000001a),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.45' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeColorMatrix type='matrix' values='1.5%200%200%200%200%200.8%200%200%200%200%200.1%200%200%200%200%200%200%200%201%200'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E"),#f2e4b8;width:3px;display:block;position:absolute;top:0;bottom:0}[data-tone=naturalist] .paper-edge--left{filter:url(#paper-roughen)drop-shadow(-3px 0 3px #00000040);left:-2px}[data-tone=naturalist] .paper-edge--right{filter:url(#paper-roughen)drop-shadow(3px 0 3px #00000040);right:-2px}[data-tone=naturalist] .tone-selector-panel button[aria-pressed]{padding:7px 12px 5px;font-size:14px}[data-tone=naturalist] .tone-grid .tone-group-row-label:first-child,[data-tone=naturalist] .tone-selector-panel button[data-tone=professional],[data-tone=naturalist] .tone-selector-panel button[data-tone=naturalist]{font-weight:700}[data-tone=naturalist] .tone-selector-panel button[data-tone=naturalist][aria-pressed=true]{background:#2a2a2a}[data-tone=naturalist] .profile-photo-wrapper{height:192px}[data-tone=naturalist] .profile-photo-frame{border-radius:0;position:relative;overflow:visible;box-shadow:3px 3px 6px #00000047,0 5px 8px #0003}[data-tone=naturalist] .profile-photo-wrapper:before,[data-tone=naturalist] .profile-photo-wrapper:after,[data-tone=naturalist] .profile-photo-frame:before,[data-tone=naturalist] .profile-photo-frame:after{content:"";z-index:2;pointer-events:none;filter:url(#tape-roughen-photo)drop-shadow(0 1px 3px #2a2a2a47);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.20'/%3E%3C/svg%3E"),#ddd4af;width:50px;height:16px;position:absolute}[data-tone=naturalist] .profile-photo-wrapper:before{display:none;top:-1px;left:-17px;transform:rotate(-45deg)}[data-tone=naturalist] .profile-photo-wrapper:after{display:none;top:2px;right:-17px;transform:rotate(45deg)}[data-tone=naturalist] .profile-photo-frame:before{display:none;bottom:2px;left:-17px;transform:rotate(45deg)}[data-tone=naturalist] .profile-photo-frame:after{display:none;bottom:-1px;right:-17px;transform:rotate(-45deg)}[data-tone=naturalist] .profile-photo-paperclip{pointer-events:none;z-index:100;position:absolute;top:10px;left:calc(50% - 91px);overflow:visible}[data-tone=naturalist] button[aria-pressed]{color:#222;background:0 0;box-shadow:inset 0 0 0 1.5px #2a2a2a}[data-tone=naturalist] button[aria-pressed]:hover{background:#00000012;box-shadow:inset 0 0 0 1.5px #2a2a2a}[data-tone=naturalist] button[aria-pressed=true]{color:#f2e4b8;box-shadow:none;background:#222}[data-tone=naturalist] button[aria-pressed=true]:hover{box-shadow:none;background:#222}[data-tone=naturalist] .chat-textarea:focus{box-shadow:none}[data-tone=naturalist] .chat-textarea{font-family:var(--font-typewriter), monospace;caret-color:#0000;scrollbar-color:#2a2a2ae6 transparent;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.20'/%3E%3C/svg%3E"),#ddd4af;border:none;border-radius:0}[data-tone=naturalist] .chat-textarea::-webkit-scrollbar-thumb{background:#2a2a2ae6}[data-tone=naturalist] .chat-textarea::-webkit-scrollbar-thumb:hover{background:#2a2a2ae6}[data-tone=naturalist] .used-car-input-caret{box-sizing:border-box;color:#0000;font-size:15px;font-family:var(--font-typewriter), monospace;letter-spacing:-.005em;white-space:pre-wrap;overflow-wrap:anywhere;scrollbar-width:none;pointer-events:none;border:1.5px solid #0000;border-radius:0;padding:12px 16px 52px;font-weight:400;line-height:1.65;display:block;position:absolute;inset:0;overflow:auto}[data-tone=naturalist] .used-car-input-caret::-webkit-scrollbar{display:none}[data-tone=naturalist] .used-car-input-caret-line{animation:1s step-end infinite used-car-caret-blink}[data-tone=naturalist] .used-car-input-caret-line:before{content:"_";color:#222;font-family:var(--font-typewriter), monospace;font-size:15px;line-height:1.65}[data-tone=naturalist] .input-field-wrapper:before,[data-tone=naturalist] .input-field-wrapper:after{content:"";pointer-events:none;z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.20'/%3E%3C/svg%3E"),#ddd4af;width:6px;position:absolute;top:-1px;bottom:2px}[data-tone=naturalist] .input-field-wrapper:before{filter:url(#tape-roughen-input)drop-shadow(-2px 0 3px #00000014);left:-2px}[data-tone=naturalist] .input-field-wrapper:after{filter:url(#tape-roughen-input)drop-shadow(2px 0 3px #00000014);right:-2px}[data-tone=naturalist] .chat-textarea::placeholder{letter-spacing:-.08em;font-size:14px}[data-tone=naturalist] .send-button{color:#f2e4b8;background:#2a2a2a}[data-tone=naturalist] .send-button:disabled{opacity:.35;background:#2a2a2a}[data-tone=naturalist] .user-bubble{color:#222;box-shadow:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.20'/%3E%3C/svg%3E"),#ddd4af;position:relative}[data-tone=naturalist] .bubble-tape-edge{pointer-events:none;z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.50' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.20'/%3E%3C/svg%3E"),#ddd4af;width:6px;position:absolute;top:-1px;bottom:2px}[data-tone=naturalist] .bubble-tape-edge--left{left:-2px}[data-tone=naturalist] .bubble-tape-edge--right{right:-2px}[data-tone=naturalist] .tone-group-divider{background:#2a2a2aa6;height:1.5px}[data-tone=naturalist] .conversation-scroll{scrollbar-color:#2a2a2ae6 transparent}[data-tone=naturalist] .conversation-scroll::-webkit-scrollbar-thumb{background:#2a2a2ae6}[data-tone=naturalist] .conversation-scroll::-webkit-scrollbar-thumb:hover{background:#2a2a2ae6}[data-tone=naturalist] .box-divider{z-index:11;background:linear-gradient(#0000 0%,#0000000a 50%,#0000 100%);height:4px;margin:0 -3px;position:relative}:not(.dark)[data-tone=stoic]{--background:#f2e8d0;--foreground:#2c1e0c;--surface:#e2d4b4;--border:#c8b080;--muted:#8a6840;--input:#faf4e4;--accent:#7a5020;--stoic-ground-texture:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.095 0.46' numOctaves='3' seed='31'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.34 0 0 0 0 0.23 0 0 0 0 0.10 0 0 0 0.30 0'/%3E%3C/filter%3E%3Cfilter id='blotch'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.12' numOctaves='2' seed='9'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.46 0 0 0 0 0.31 0 0 0 0 0.13 0 0 0 0.42 0'/%3E%3CfeGaussianBlur stdDeviation='1.4'/%3E%3C/filter%3E%3C/defs%3E%3Crect y='83.333' width='400' height='16.667' fill='rgba(114,78,31,0.32)'/%3E%3Crect y='83.333' width='400' height='16.667' filter='url(%23blotch)'/%3E%3Crect y='83.333' width='400' height='16.667' filter='url(%23grain)' opacity='.72'/%3E%3C/svg%3E") no-repeat 0 0 / 100% 100%;--stoic-pillar-top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 67.25' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='cap' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(150,128,78)'/%3E%3Cstop offset='0.3' stop-color='rgb(230,215,178)'/%3E%3Cstop offset='0.5' stop-color='rgb(246,234,208)'/%3E%3Cstop offset='0.7' stop-color='rgb(228,212,174)'/%3E%3Cstop offset='1' stop-color='rgb(148,126,76)'/%3E%3C/linearGradient%3E%3ClinearGradient id='slab' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='rgb(235,222,190)'/%3E%3Cstop offset='0.7' stop-color='rgb(218,202,164)'/%3E%3Cstop offset='1' stop-color='rgb(195,178,138)'/%3E%3C/linearGradient%3E%3CradialGradient id='gold' cx='0.5' cy='0.35' r='0.7' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='rgb(158,132,84)'/%3E%3Cstop offset='0.3' stop-color='rgb(130,106,62)'/%3E%3Cstop offset='0.65' stop-color='rgb(108,84,48)'/%3E%3Cstop offset='1' stop-color='rgb(72,52,24)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect x='4' y='0' width='117' height='20' fill='url(%23slab)'/%3E%3Crect x='4' y='18' width='117' height='2' fill='rgb(148,126,76)'/%3E%3Cpolygon points='13,20 112,20 99,57 26,57' fill='url(%23cap)'/%3E%3Crect x='26' y='57' width='73' height='10.25' fill='url(%23gold)'/%3E%3C/svg%3E");--stoic-pillar-shaft:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 849' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='shaft' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(155,132,82)'/%3E%3Cstop offset='0.08' stop-color='rgb(200,180,132)'/%3E%3Cstop offset='0.22' stop-color='rgb(235,218,182)'/%3E%3Cstop offset='0.38' stop-color='rgb(248,236,206)'/%3E%3Cstop offset='0.5' stop-color='rgb(252,242,215)'/%3E%3Cstop offset='0.62' stop-color='rgb(245,232,202)'/%3E%3Cstop offset='0.78' stop-color='rgb(228,210,170)'/%3E%3Cstop offset='0.92' stop-color='rgb(196,175,128)'/%3E%3Cstop offset='1' stop-color='rgb(152,130,80)'/%3E%3C/linearGradient%3E%3ClinearGradient id='flutes' x1='22' y1='0' x2='103' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.167' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.192' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.272' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.333' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.358' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.438' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.500' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.525' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.605' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.667' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.692' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.772' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.833' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.858' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.938' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='1.000' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='26,0 99,0 103,849 22,849' fill='url(%23shaft)'/%3E%3Cpolygon points='26,0 99,0 103,849 22,849' fill='url(%23flutes)'/%3E%3C/svg%3E");--stoic-pillar-base:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 49' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='cap' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(150,128,78)'/%3E%3Cstop offset='0.3' stop-color='rgb(230,215,178)'/%3E%3Cstop offset='0.5' stop-color='rgb(246,234,208)'/%3E%3Cstop offset='0.7' stop-color='rgb(228,212,174)'/%3E%3Cstop offset='1' stop-color='rgb(148,126,76)'/%3E%3C/linearGradient%3E%3ClinearGradient id='slab' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='rgb(235,222,190)'/%3E%3Cstop offset='0.7' stop-color='rgb(218,202,164)'/%3E%3Cstop offset='1' stop-color='rgb(195,178,138)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='16,0 109,0 114,26 11,26' fill='url(%23cap)'/%3E%3Crect x='11' y='26' width='103' height='3' fill='rgb(148,126,76)'/%3E%3Crect x='4' y='29' width='117' height='20' fill='url(%23slab)'/%3E%3Crect x='4' y='29' width='117' height='4' fill='rgb(168,148,98)'/%3E%3C/svg%3E")}[data-tone=stoic] .tone-selector-panel{padding-right:40px}.dark[data-tone=stoic] .chat-textarea:focus{box-shadow:0 0 0 .5px #fff6}.dark[data-tone=stoic] .send-button:disabled{color:var(--muted);opacity:1;background:0 0;box-shadow:inset 0 0 0 1px #ffffff14}.dark[data-tone=stoic] .send-button:not(:disabled){color:#fffde1;background:#05130abf;box-shadow:inset 0 0 0 1px #fffde180,0 0 8px #fffde147,0 0 20px #b4d7ff21,0 0 40px #b4d7ff0d}:not(.dark)[data-tone=stoic] body{background:url(/images/stoic-light-roman-landscape.png) top/cover no-repeat,#c3e0f0!important}:not(.dark)[data-tone=stoic] .box-divider{display:none}:not(.dark)[data-tone=stoic] .controls-box{padding:16px 32px}:not(.dark)[data-tone=stoic] .tone-selector-box:after{content:"";background:var(--border);height:1px;position:absolute;bottom:0;left:32px;right:32px}:not(.dark)[data-tone=stoic] .tone-group-divider{margin-right:-40px}:not(.dark)[data-tone=stoic] .controls-subtitle{display:none}:not(.dark)[data-tone=stoic] .profile-photo-wrapper{aspect-ratio:auto;width:142px;height:200px}:not(.dark)[data-tone=stoic] .conversation-scroll{padding:16px 32px}:not(.dark)[data-tone=stoic] .conversation-box{isolation:isolate;background:linear-gradient(90deg,#2a16043d 0,#2a160426 18px,#2a16040f 44px,#2a160400 72px),linear-gradient(270deg,#2a16043d 0,#2a160426 18px,#2a16040f 44px,#2a160400 72px),linear-gradient(0deg,#2a160447 0,#2a16042e 18px,#2a160414 44px,#2a160400 72px),#daceae;overflow:visible}:not(.dark)[data-tone=stoic] .tone-selector-box{background:linear-gradient(90deg,#2a16043d 0,#2a160426 18px,#2a16040f 44px,#2a160400 72px),linear-gradient(270deg,#2a16043d 0,#2a160426 18px,#2a16040f 44px,#2a160400 72px),linear-gradient(#2a160447 0,#2a16042e 18px,#2a160414 44px,#2a160400 72px),#daceae;padding:16px 32px;position:relative}:not(.dark)[data-tone=stoic] .tone-selector-panel button[aria-pressed]{font-family:var(--font-cinzel);background:linear-gradient(155deg,#ffffff38 0%,#fff0 45%),linear-gradient(135deg,#ebdab6 0%,#f8ecce 40%,#e4d2aa 70%,#f5e8ca 100%);border-radius:3px;padding:8px 12px;font-size:9.8px;font-weight:400;transition:background-color .15s,color .15s,box-shadow .15s;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #503c1e1c,0 1px 2px #2814001f,0 2px 5px #2814000f}:not(.dark)[data-tone=stoic] .tone-selector-panel button[aria-pressed=false]{color:#968668;letter-spacing:.1em;text-shadow:0 -.35px #2814003d,0 .35px #fffcda42,0 0 2px #28140029;filter:none;font-weight:700}:not(.dark)[data-tone=stoic] .tone-selector-panel button[aria-pressed=false]:hover{background:linear-gradient(155deg,#ffffff4d 0%,#ffffff0d 45%),linear-gradient(135deg,#f0e0be 0%,#fcf0d4 40%,#ead8b2 70%,#f8ecce 100%)}:not(.dark)[data-tone=stoic] .tone-selector-panel button[aria-pressed=true]{-webkit-text-stroke:.25px #c8a244;letter-spacing:.06em;text-shadow:0 .5px #28140066,0 1px 2px #1e0e002e;font-weight:700;color:#c8a244!important;filter:none!important;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #503c1e1c,0 1px 2px #2814001f,0 2px 5px #2814000f!important}:not(.dark)[data-tone=stoic] .input-box{--step:41px;background:var(--stoic-ground-texture),  linear-gradient(to bottom, transparent calc(16.667% - 8px), #28140533 16.667%, transparent 16.667%, transparent calc(33.333% - 8px), #28140533 33.333%, transparent 33.333%, transparent calc(50% - 8px), #28140533 50%, transparent 50%, transparent calc(66.667% - 8px), #28140533 66.667%, transparent 66.667%, transparent calc(83.333% - 8px), #2814051a 83.333%, transparent 83.333%, transparent 100%), linear-gradient(to bottom, #e8dabc 0%, #e8dabc 16.667%, #dcccab 16.667%, #dcccab 33.333%, #cfbf9a 33.333%, #cfbf9a 50%, #c3b18a 50%, #c3b18a 66.667%, #b4a073 66.667%, #b4a073 83.333%, #a48e5c 83.333%, #a48e5c 100%);padding:12px 0;position:relative}:not(.dark)[data-tone=stoic] .input-field-wrapper{background:linear-gradient(150deg,#ffffff57 0%,#ffffff1f 23%,#fff0 45%),linear-gradient(78deg,#0000 0 18%,#7058300d 18.5%,#0000 20% 52%,#ffffff14 53%,#0000 55% 100%),linear-gradient(118deg,#0000 0 38%,#6046220a 39%,#0000 42% 100%),linear-gradient(#ece1c5 0%,#e0d3b2 34%,#d6c7a4 62%,#e5d8b9 100%);border-radius:6px;padding:9px;box-shadow:inset 0 1px #ffffff9e,inset 0 -1px #523a1a33,inset 1px 0 #ffffff42,inset -1px 0 #523a1a1f,0 1px #fff3,0 4px 8px #28140033,0 10px 18px #2814001a}:not(.dark)[data-tone=stoic] .chat-textarea{background:linear-gradient(150deg,#ffffff29 0%,#ffffff0a 38%,#fff0 58%),linear-gradient(#dbceac 0%,#d3c5a0 55%,#dacdab 100%);border:none;border-radius:12px;box-shadow:0 0 0 1px #583e1c21,inset 0 5px 10px #2814003d,inset 0 -2px 5px #ffffff24,inset 5px 0 9px #28140024,inset -5px 0 9px #2814001a}:not(.dark)[data-tone=stoic] .chat-textarea:focus{box-shadow:0 0 0 1px #583e1c29,inset 0 5px 10px #2814003d,inset 0 -2px 5px #ffffff24,inset 5px 0 9px #28140024,inset -5px 0 9px #2814001a}:not(.dark)[data-tone=stoic] .send-button{color:#ae9e7c;background:linear-gradient(155deg,#ffffff5c 0%,#ffffff24 24%,#fff0 45%),linear-gradient(#daceae 0%,#d8cba8 36%,#d4c7a4 58%,#d8cba8 78%,#daceae 100%);border-radius:3px;bottom:20px;right:20px;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #503c1e1c,-1px 0 #60441e17,1px 0 #60441e17,0 -1px #60441e0f,0 1px #60441e1a,0 1px 2px #2814001f,0 2px 5px #2814000f}:not(.dark)[data-tone=stoic] .send-button svg{color:#968668;filter:drop-shadow(0 -.25px #28140029)drop-shadow(0 .25px #fffcda2e)drop-shadow(0 0 2.5px #28140024)}:not(.dark)[data-tone=stoic] .conversation-box:before{content:"";right:calc(100% - 26px);top:calc(-1 * var(--stoic-controls-height,214px));z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 1000' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='shaft' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(155,132,82)'/%3E%3Cstop offset='0.08' stop-color='rgb(200,180,132)'/%3E%3Cstop offset='0.22' stop-color='rgb(235,218,182)'/%3E%3Cstop offset='0.38' stop-color='rgb(248,236,206)'/%3E%3Cstop offset='0.5' stop-color='rgb(252,242,215)'/%3E%3Cstop offset='0.62' stop-color='rgb(245,232,202)'/%3E%3Cstop offset='0.78' stop-color='rgb(228,210,170)'/%3E%3Cstop offset='0.92' stop-color='rgb(196,175,128)'/%3E%3Cstop offset='1' stop-color='rgb(152,130,80)'/%3E%3C/linearGradient%3E%3ClinearGradient id='cap' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(150,128,78)'/%3E%3Cstop offset='0.3' stop-color='rgb(230,215,178)'/%3E%3Cstop offset='0.5' stop-color='rgb(246,234,208)'/%3E%3Cstop offset='0.7' stop-color='rgb(228,212,174)'/%3E%3Cstop offset='1' stop-color='rgb(148,126,76)'/%3E%3C/linearGradient%3E%3ClinearGradient id='slab' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='rgb(235,222,190)'/%3E%3Cstop offset='0.7' stop-color='rgb(218,202,164)'/%3E%3Cstop offset='1' stop-color='rgb(195,178,138)'/%3E%3C/linearGradient%3E%3ClinearGradient id='flutes' x1='22' y1='0' x2='103' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.167' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.192' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.272' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.333' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.358' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.438' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.500' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.525' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.605' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.667' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.692' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.772' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.833' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.858' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.938' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='1.000' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3C/linearGradient%3E%3CradialGradient id='gold' cx='0.5' cy='0.35' r='0.7' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='rgb(158,132,84)'/%3E%3Cstop offset='0.3' stop-color='rgb(130,106,62)'/%3E%3Cstop offset='0.65' stop-color='rgb(108,84,48)'/%3E%3Cstop offset='1' stop-color='rgb(72,52,24)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect x='4' y='0' width='117' height='32' fill='url(%23slab)'/%3E%3Crect x='4' y='28' width='117' height='4' fill='rgb(148,126,76)'/%3E%3Cpolygon points='4,32 121,32 99,78 26,78' fill='url(%23cap)'/%3E%3Crect x='26' y='78' width='73' height='15' fill='url(%23gold)'/%3E%3Cpolygon points='26,93 99,93 103,942 22,942' fill='url(%23shaft)'/%3E%3Cpolygon points='26,93 99,93 103,942 22,942' fill='url(%23flutes)'/%3E%3Cpolygon points='18,942 107,942 112,968 13,968' fill='url(%23cap)'/%3E%3Crect x='13' y='968' width='99' height='3' fill='rgb(148,126,76)'/%3E%3Crect x='8' y='971' width='109' height='29' fill='url(%23slab)'/%3E%3Crect x='8' y='971' width='109' height='4' fill='rgb(168,148,98)'/%3E%3C/svg%3E") 100% 0/125px 100% no-repeat;background:var(--stoic-pillar-top) no-repeat right 16px / 125px 67.25px, var(--stoic-pillar-base) no-repeat right bottom / 125px 49px, var(--stoic-pillar-shaft) no-repeat right 83.25px / 125px calc(100% - 132.25px);filter:drop-shadow(-2px 0 5px #00000038)drop-shadow(2px 0 5px #00000024);pointer-events:none;width:50vw;position:absolute;bottom:0}:not(.dark)[data-tone=stoic] .conversation-box:after{content:"";left:calc(100% - 26px);top:calc(-1 * var(--stoic-controls-height,214px));z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 1000' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='shaft' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(155,132,82)'/%3E%3Cstop offset='0.08' stop-color='rgb(200,180,132)'/%3E%3Cstop offset='0.22' stop-color='rgb(235,218,182)'/%3E%3Cstop offset='0.38' stop-color='rgb(248,236,206)'/%3E%3Cstop offset='0.5' stop-color='rgb(252,242,215)'/%3E%3Cstop offset='0.62' stop-color='rgb(245,232,202)'/%3E%3Cstop offset='0.78' stop-color='rgb(228,210,170)'/%3E%3Cstop offset='0.92' stop-color='rgb(196,175,128)'/%3E%3Cstop offset='1' stop-color='rgb(152,130,80)'/%3E%3C/linearGradient%3E%3ClinearGradient id='cap' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='rgb(150,128,78)'/%3E%3Cstop offset='0.3' stop-color='rgb(230,215,178)'/%3E%3Cstop offset='0.5' stop-color='rgb(246,234,208)'/%3E%3Cstop offset='0.7' stop-color='rgb(228,212,174)'/%3E%3Cstop offset='1' stop-color='rgb(148,126,76)'/%3E%3C/linearGradient%3E%3ClinearGradient id='slab' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='rgb(235,222,190)'/%3E%3Cstop offset='0.7' stop-color='rgb(218,202,164)'/%3E%3Cstop offset='1' stop-color='rgb(195,178,138)'/%3E%3C/linearGradient%3E%3ClinearGradient id='flutes' x1='22' y1='0' x2='103' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.167' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.192' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.272' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.333' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.358' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.438' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.500' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.525' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.605' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.667' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.692' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.772' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.833' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='0.858' stop-color='rgb(40,20,0)' stop-opacity='0.22'/%3E%3Cstop offset='0.938' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3Cstop offset='1.000' stop-color='rgb(0,0,0)' stop-opacity='0'/%3E%3C/linearGradient%3E%3CradialGradient id='gold' cx='0.5' cy='0.35' r='0.7' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='rgb(158,132,84)'/%3E%3Cstop offset='0.3' stop-color='rgb(130,106,62)'/%3E%3Cstop offset='0.65' stop-color='rgb(108,84,48)'/%3E%3Cstop offset='1' stop-color='rgb(72,52,24)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect x='4' y='0' width='117' height='32' fill='url(%23slab)'/%3E%3Crect x='4' y='28' width='117' height='4' fill='rgb(148,126,76)'/%3E%3Cpolygon points='4,32 121,32 99,78 26,78' fill='url(%23cap)'/%3E%3Crect x='26' y='78' width='73' height='15' fill='url(%23gold)'/%3E%3Cpolygon points='26,93 99,93 103,942 22,942' fill='url(%23shaft)'/%3E%3Cpolygon points='26,93 99,93 103,942 22,942' fill='url(%23flutes)'/%3E%3Cpolygon points='18,942 107,942 112,968 13,968' fill='url(%23cap)'/%3E%3Crect x='13' y='968' width='99' height='3' fill='rgb(148,126,76)'/%3E%3Crect x='8' y='971' width='109' height='29' fill='url(%23slab)'/%3E%3Crect x='8' y='971' width='109' height='4' fill='rgb(168,148,98)'/%3E%3C/svg%3E") 0 0/125px 100% no-repeat;background:var(--stoic-pillar-top) no-repeat left 16px / 125px 67.25px, var(--stoic-pillar-base) no-repeat left bottom / 125px 49px, var(--stoic-pillar-shaft) no-repeat left 83.25px / 125px calc(100% - 132.25px);filter:drop-shadow(-2px 0 5px #00000024)drop-shadow(2px 0 5px #00000038);pointer-events:none;width:50vw;position:absolute;bottom:0}:not(.dark)[data-tone=stoic] .input-box:before{content:"";background:var(--stoic-ground-texture),  linear-gradient(to bottom, transparent calc(16.667% - 8px), #28140533 16.667%, transparent 16.667%, transparent calc(33.333% - 8px), #28140533 33.333%, transparent 33.333%, transparent calc(50% - 8px), #28140533 50%, transparent 50%, transparent calc(66.667% - 8px), #28140533 66.667%, transparent 66.667%, transparent calc(83.333% - 8px), #2814051a 83.333%, transparent 83.333%, transparent 100%), linear-gradient(to bottom, #e8dabc 0%, #e8dabc 16.667%, #dcccab 16.667%, #dcccab 33.333%, #cfbf9a 33.333%, #cfbf9a 50%, #c3b18a 50%, #c3b18a 66.667%, #b4a073 66.667%, #b4a073 83.333%, #a48e5c 83.333%, #a48e5c 100%);clip-path:none;filter:drop-shadow(-3px 0 5px #0000003d);pointer-events:none;width:max(50vw - 400px,345px);height:100%;position:absolute;top:0;right:100%;-webkit-mask-image:linear-gradient(#0000 0% 83.333%,#000 83.333% 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 345 123' preserveAspectRatio='none'%3E%3Cpath d='M216,0 H345 V123 H0 V102.5 H49 V85 Q49,82 52,82 H90 V64.5 Q90,61.5 93,61.5 H131 V44 Q131,41 134,41 H172 V23.5 Q172,20.5 175,20.5 H213 V3 Q213,0 216,0 Z' fill='black'/%3E%3C/svg%3E");mask-image:linear-gradient(#0000 0% 83.333%,#000 83.333% 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 345 123' preserveAspectRatio='none'%3E%3Cpath d='M216,0 H345 V123 H0 V102.5 H49 V85 Q49,82 52,82 H90 V64.5 Q90,61.5 93,61.5 H131 V44 Q131,41 134,41 H172 V23.5 Q172,20.5 175,20.5 H213 V3 Q213,0 216,0 Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-position:0 0,100% 0;mask-position:0 0,100% 0;-webkit-mask-size:calc(100% - 345px) 100%,345px 100%;mask-size:calc(100% - 345px) 100%,345px 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}:not(.dark)[data-tone=stoic] .input-box:after{content:"";background:var(--stoic-ground-texture),  linear-gradient(to bottom, transparent calc(16.667% - 8px), #28140533 16.667%, transparent 16.667%, transparent calc(33.333% - 8px), #28140533 33.333%, transparent 33.333%, transparent calc(50% - 8px), #28140533 50%, transparent 50%, transparent calc(66.667% - 8px), #28140533 66.667%, transparent 66.667%, transparent calc(83.333% - 8px), #2814051a 83.333%, transparent 83.333%, transparent 100%), linear-gradient(to bottom, #e8dabc 0%, #e8dabc 16.667%, #dcccab 16.667%, #dcccab 33.333%, #cfbf9a 33.333%, #cfbf9a 50%, #c3b18a 50%, #c3b18a 66.667%, #b4a073 66.667%, #b4a073 83.333%, #a48e5c 83.333%, #a48e5c 100%);clip-path:none;filter:drop-shadow(3px 0 5px #0000003d);pointer-events:none;width:max(50vw - 400px,345px);height:100%;position:absolute;top:0;left:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 345 123' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H129 Q132,0 132,3 V20.5 H170 Q173,20.5 173,23.5 V41 H211 Q214,41 214,44 V61.5 H252 Q255,61.5 255,64.5 V82 H293 Q296,82 296,85 V102.5 H345 V123 H0 Z' fill='black'/%3E%3C/svg%3E"),linear-gradient(#0000 0% 83.333%,#000 83.333% 100%);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 345 123' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H129 Q132,0 132,3 V20.5 H170 Q173,20.5 173,23.5 V41 H211 Q214,41 214,44 V61.5 H252 Q255,61.5 255,64.5 V82 H293 Q296,82 296,85 V102.5 H345 V123 H0 Z' fill='black'/%3E%3C/svg%3E"),linear-gradient(#0000 0% 83.333%,#000 83.333% 100%);-webkit-mask-position:0 0,100% 0;mask-position:0 0,100% 0;-webkit-mask-size:345px 100%,calc(100% - 345px) 100%;mask-size:345px 100%,calc(100% - 345px) 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}:not(.dark)[data-tone=stoic] .controls-title{text-align:center;font-family:var(--font-cinzel);color:#c8a244;letter-spacing:.06em;text-shadow:0 1px #28140066,0 2px 4px #1e0e002e;font-size:17.5px}:not(.dark)[data-tone=stoic] .controls-actions .language-code{font-family:var(--font-cinzel);color:#c8a244;text-shadow:0 1px #28140066,0 2px 4px #1e0e002e}:not(.dark)[data-tone=stoic] .theme-toggle,:not(.dark)[data-tone=stoic] .visibility-toggle{color:#c8a244}:not(.dark)[data-tone=stoic] .theme-toggle svg *,:not(.dark)[data-tone=stoic] .visibility-toggle svg *{stroke:#c8a244}:not(.dark)[data-tone=stoic] .theme-toggle svg,:not(.dark)[data-tone=stoic] .visibility-toggle svg{filter:drop-shadow(0 1px #28140059)drop-shadow(0 2px 3px #1e0e002b)}:not(.dark)[data-tone=stoic] .controls-row{width:calc(100% + 190px);margin-left:-95px;padding-left:120px}:not(.dark)[data-tone=stoic] .controls-actions{top:134.75px;right:-79px}:not(.dark)[data-tone=stoic] .controls-box{z-index:1;min-height:176px;margin-top:-75px;padding-top:125px}:not(.dark)[data-tone=stoic] .controls-box:before{content:"";pointer-events:none;z-index:-1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 880' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='pediment' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='rgb(230,218,190)'/%3E%3Cstop offset='1' stop-color='rgb(218,206,174)'/%3E%3C/linearGradient%3E%3ClinearGradient id='stoneBand' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='rgb(224,211,178)'/%3E%3Cstop offset='1' stop-color='rgb(214,199,164)'/%3E%3C/linearGradient%3E%3Cfilter id='soft'%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M-3,486 L500,5 L1003,486 Z' fill='rgba(66,42,18,0.13)' filter='url(%23soft)'/%3E%3Cpolygon points='500,38 69,452 29,486 971,486 931,452' fill='url(%23pediment)'/%3E%3Cpolygon points='500,5 -20,486 29,486 500,80' fill='rgb(196,174,130)'/%3E%3Cpolygon points='500,5 1020,486 971,486 500,80' fill='rgb(182,158,114)'/%3E%3Cpath d='M500,5 L-20,486 M500,5 L1020,486' stroke='rgba(255,248,220,0.22)' stroke-width='8' stroke-linecap='round'/%3E%3Cpath d='M500,80 L29,486 M500,80 L971,486' stroke='rgba(92,64,28,0.14)' stroke-width='8' stroke-linecap='round'/%3E%3Cpath d='M500,58 L66,452 M500,58 L934,452' stroke='rgba(88,58,24,0.12)' stroke-width='14' stroke-linecap='round' filter='url(%23soft)'/%3E%3Crect x='30' y='486' width='940' height='82' fill='url(%23stoneBand)'/%3E%3Crect x='30' y='486' width='940' height='4' fill='rgba(255,248,220,0.22)'/%3E%3Crect x='30' y='564' width='940' height='4' fill='rgba(92,64,28,0.14)'/%3E%3Crect x='30' y='568' width='940' height='212' fill='rgb(218,206,174)'/%3E%3Crect x='30' y='780' width='940' height='20' fill='rgb(238,226,200)'/%3E%3Crect x='30' y='800' width='940' height='20' fill='rgb(228,215,185)'/%3E%3Crect x='30' y='820' width='940' height='20' fill='rgb(220,207,172)'/%3E%3Crect x='30' y='840' width='940' height='20' fill='rgb(214,202,168)'/%3E%3Crect x='30' y='860' width='940' height='20' fill='rgb(218,206,174)'/%3E%3C/svg%3E") top/100% 100% no-repeat;height:100%;position:absolute;top:0;left:-125.5px;right:-125.5px}.dark[data-tone=stoic]{--foreground:#fff;--muted:#ffffff80}[data-tone=stoic] body{font-family:var(--font-spectral), Georgia, serif;font-weight:400}.dark[data-tone=stoic] body{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.70' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='900'%3E%3Cdefs%3E%3Cfilter id='ss'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.18' numOctaves='1' seed='12'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.95 25 0 0 0 -20'/%3E%3C/filter%3E%3CclipPath id='cs'%3E%3Crect x='43' y='27' width='965' height='243'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect width='1440' height='900' filter='url(%23ss)' clip-path='url(%23cs)'/%3E%3C/svg%3E") 0 0/100% 100% no-repeat,radial-gradient(70px at max(91%,50% + 454px) 14%,#fffde1e8 0%,#fffbd7de 82%,#fff9cd73 94%,#0000 100%),radial-gradient(600px at max(91%,50% + 454px) 14%,#b4d7ff47 0%,#a0c8ff14 50%,#0000 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 500'%3E%3Cpath d='M0,500 L0,460 A70,130 0 0 1 140,460 L148,460 A75,160 0 0 1 298,460 L306,460 A70,110 0 0 1 446,460 L454,460 A60,180 0 0 1 574,460 L582,460 A70,140 0 0 1 722,460 L730,460 A80,100 0 0 1 890,460 L898,460 A60,170 0 0 1 1018,460 L1026,460 A75,130 0 0 1 1176,460 L1184,460 A65,155 0 0 1 1314,460 L1322,460 A70,120 0 0 1 1462,460 L1470,460 A65,100 0 0 1 1600,460 L1600,500 Z' fill='%23030e05'/%3E%3C/svg%3E") bottom/100% no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 500'%3E%3Cpath d='M0,500 L0,420 A57,80 0 0 1 114,420 L120,420 A65,120 0 0 1 250,420 L256,420 A67,60 0 0 1 390,420 L396,420 A47,150 0 0 1 490,420 L496,420 A65,90 0 0 1 626,420 L632,420 A62,130 0 0 1 756,420 L762,420 A75,75 0 0 1 912,420 L918,420 A50,110 0 0 1 1018,420 L1024,420 A72,70 0 0 1 1168,420 L1174,420 A55,145 0 0 1 1284,420 L1290,420 A65,95 0 0 1 1420,420 L1426,420 A60,80 0 0 1 1546,420 L1600,420 L1600,500 Z' fill='%23061a0a'/%3E%3C/svg%3E") bottom/100% no-repeat,linear-gradient(#0000 78%,#1234268c 100%),linear-gradient(#020a16 0%,#030c1a 35%,#081c20 65%,#0e2c22 100%),#020a16!important}.dark[data-tone=stoic] .box-divider,.dark[data-tone=stoic] .tone-group-divider{display:none}.dark[data-tone=stoic] .chat-textarea{color:#dde4f0;background:#05130abf;border:1px solid #ffffff14}.dark[data-tone=stoic] .chat-textarea::placeholder{color:var(--muted)}.dark[data-tone=stoic] .tone-selector-panel button[aria-pressed=false]{color:#fff;background:0 0;font-weight:200;box-shadow:inset 0 0 0 1px #ffffff26}.dark[data-tone=stoic] .tone-selector-panel button[aria-pressed=false]:hover{color:#fffde1;text-shadow:0 0 6px #fffde173,0 0 14px #fffde12e;box-shadow:inset 0 0 0 1px #fffde180,0 0 8px #fffde147,0 0 20px #b4d7ff21,0 0 40px #b4d7ff0d}.dark[data-tone=stoic] .tone-selector-panel button[aria-pressed=true]{color:#fffde1;text-shadow:0 0 6px #fffde173,0 0 14px #fffde12e;background:0 0;font-weight:200;box-shadow:inset 0 0 0 1px #fffde180,0 0 8px #fffde147,0 0 20px #b4d7ff21,0 0 40px #b4d7ff0d}.dark[data-tone=stoic] .user-bubble{box-shadow:none;color:#ededed;background:0 0}[data-tone=used_car_salesman]{--background:#49687c;--foreground:#000;--surface:#e0cfa8;--border:#888890;--input:#f5ecd8;--muted:#000;--accent:#a03818}[data-tone=used_car_salesman] body{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.70' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E"),url(/images/used-car-salesman/used-car-salesman-light-background.png) top/cover no-repeat,#49687c!important}.dark[data-tone=used_car_salesman] body{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.70' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E"),url(/images/used-car-salesman/used-car-salesman-dark-background.png) top/cover no-repeat,#03070f!important}[data-tone=used_car_salesman] .interface-box{max-width:845px}[data-tone=used_car_salesman] .controls-box{z-index:1;background:#fff;border:0;border-radius:8px;width:calc(100% + 25px);margin-top:6.45px;margin-bottom:6.45px;margin-left:-12.5px;padding-left:50px;padding-right:20px;position:relative;overflow:hidden;box-shadow:0 0 0 4.3px #fb0404,0 0 0 6.45px #fff,0 2px 4px #00000029,inset 0 2px 4px #0000001f,inset 0 -1px 2px #ffffff2e}.dark[data-tone=used_car_salesman] .controls-box{background:#d9af00;box-shadow:0 0 0 4.3px #000,0 0 0 6.45px #d9af00,0 2px 4px #00000029,inset 0 2px 4px #0000001f,inset 0 -1px 2px #ffffff2e}.dark[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate,.dark[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate:hover{background:#05348a}[data-tone=used_car_salesman] .controls-box h1,[data-tone=used_car_salesman] .controls-box p{color:#000;text-shadow:0 -1px #ffffff80,-1px 0 #ffffff2e,0 1px 1px #0000003d;font-weight:700}[data-tone=used_car_salesman] .controls-actions{margin-right:-8px}[data-tone=used_car_salesman] .visibility-toggle{margin-left:8px}[data-tone=used_car_salesman] .controls-box button{color:#484850;text-shadow:0 1px 1px #ffffff73,0 -1px #0000004d;background:linear-gradient(#b8b8bc 0%,#909094 50%,#686870 100%);border:none;border-radius:4px;box-shadow:inset 0 1px #ffffff80,0 2px #3a3a42,0 3px 5px #00000038}[data-tone=used_car_salesman] .controls-box button:hover{background:linear-gradient(#c4c4c8 0%,#9c9ca0 50%,#747478 100%)}[data-tone=used_car_salesman] .controls-box button svg{filter:drop-shadow(0 1px 1px #ffffff73)drop-shadow(0 -1px #0000004d)}[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate{color:#fff;width:34px;height:100%;text-shadow:none;box-shadow:none;background:#063da2;border-radius:8px 0 0 8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:inline-flex;position:absolute;top:0;bottom:0;left:0}[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate:hover{color:#fff;box-shadow:none;background:#063da2}[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate .eu-stars{fill:#fc0;filter:none;width:18px;height:18px;display:block}[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate .eu-cross-lines{fill:none;stroke:#fb0404;stroke-width:2.2px;stroke-linecap:round}[data-tone=used_car_salesman] .controls-box .language-toggle--eu-license-plate .language-code{line-height:1}[data-tone=used_car_salesman] .controls-box .toggle-button{color:#676c74;width:34px;height:34px;text-shadow:none;background:radial-gradient(circle at 36% 24%,#ffffff94 0%,#ffffff38 16%,#0000 31%),radial-gradient(circle at 50% 54%,#cde1f24d 0%,#96afc32e 48%,#30343a42 72%),radial-gradient(circle at 50% 58%,#767c86 0%,#4b515a 64%,#2b3038 100%);border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #ffffff6b,inset 0 -3px 6px #00000057,inset 0 0 0 1.5px #ffffff75,0 1px 2px #00000042}[data-tone=used_car_salesman] .controls-box .toggle-button:before{content:"";border-radius:inherit;pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff2e 0 1px,#fff0 1px 4px),linear-gradient(135deg,#ffffff61,#ffffff14 42%,#fff0 62%),radial-gradient(circle at 34% 24%,#ffffff8c,#0000 22%),radial-gradient(circle at 50% 60%,#c8e1f529,#c8e1f50a 55%,#0000 72%);position:absolute;inset:4px;box-shadow:inset 0 1px 2px #ffffff5c,inset 0 -2px 4px #0000001f,inset 0 0 0 1.5px #ffffff75}[data-tone=used_car_salesman] .controls-box .toggle-button svg{z-index:1;filter:drop-shadow(0 1px 1px #ffffff6b);width:16px;height:16px;position:relative}[data-tone=used_car_salesman] .controls-box .theme-toggle svg{stroke-width:2.6px}[data-tone=used_car_salesman] .controls-box .toggle-button.toggle-on{color:#fff7c4;background:radial-gradient(circle at 36% 24%,#ffffffb8 0%,#ffffff47 16%,#0000 31%),radial-gradient(circle at 50% 52%,#fff2aac7 0%,#ffda6857 36%,#ffbe3817 67%),radial-gradient(circle at 50% 58%,#bea04280 0%,#5a4a2b 64%,#302a1c 100%);box-shadow:inset 0 2px 4px #ffffff85,inset 0 -3px 6px #5339004d,inset 0 0 0 1.5px #fff8be85,0 0 7px #ffe6828f,0 0 16px #ffd25040,0 1px 2px #00000038}[data-tone=used_car_salesman] .controls-box .toggle-button.toggle-on:hover{color:#f1dfa0;background:radial-gradient(circle at 36% 24%,#ffffff9e 0%,#ffffff38 16%,#0000 31%),radial-gradient(circle at 50% 52%,#ffe89194 0%,#ffca4c42 36%,#ffb42d12 67%),radial-gradient(circle at 50% 58%,#a6843070 0%,#4e4028 64%,#2b2519 100%);box-shadow:inset 0 2px 4px #ffffff6b,inset 0 -3px 6px #53390057,inset 0 0 0 1.5px #fff8be6b,0 0 5px #ffe68261,0 0 11px #ffd25029,0 1px 2px #00000038}[data-tone=used_car_salesman] .controls-box .toggle-button.toggle-on svg{filter:drop-shadow(0 0 3px #fff6b4f2)drop-shadow(0 0 8px #ffda5a9e)}[data-tone=used_car_salesman] .tone-selector-box{--foreground:#f5e8c0;--muted:#c0a060;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),#4a3a08;border-bottom:none;border-radius:10px 10px 0 0;gap:24px;padding:calc(1rem + 9px) 16px calc(1rem + 9px) 24px;position:relative;box-shadow:inset 0 5px 5px #ffeeb112,inset 5px 0 5px #ffeeb112,inset -5px 0 5px #00000047,0 -4px 8px #0003,-4px 0 8px #0003,4px 0 8px #0003}[data-tone=used_car_salesman] .tone-selector-box:before{content:none}[data-tone=used_car_salesman] .tone-selector-box:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),linear-gradient(#6a5010 0%,#3e2e06 60%,#2a1e04 100%);border-radius:999px;height:4.5px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -2px 3px #b4822859,0 3px 5px #00000061}[data-tone=used_car_salesman] .tone-selector-panel{gap:20px}[data-tone=used_car_salesman] .tone-group-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),linear-gradient(#6a5010 0%,#3e2e06 60%,#2a1e04 100%);border-radius:999px;height:5px;box-shadow:0 -1px 2px #b4822838,0 2px 3px #0000003d}[data-tone=used_car_salesman] .tone-dimension-label{font-family:var(--font-damion), cursive;font-synthesis-weight:none;text-shadow:0 -1px 1px #ffecaa6b,0 1px 1px #241602b8,0 2px 3px #2416025c;filter:drop-shadow(0 -1px 1px #ffecaa2e);font-size:1.3rem;font-weight:400;transform:translateY(-1px)}[data-tone=used_car_salesman] .tone-group-label{font-family:var(--font-damion), cursive;font-synthesis-weight:none;color:#f5e8c0;text-shadow:0 -1px 1px #ffecaa3d,0 1px 1px #24160270;filter:none;font-size:calc(1.2rem + 1px);font-weight:400}[data-tone=used_car_salesman] .tone-group-label-colon{font-family:var(--font-geist-sans), Arial, sans-serif;color:#f5e8c0;text-shadow:0 -1px 1px #ffecaa2e,0 1px 1px #24160257;margin-left:4px;font-size:.9375rem;font-weight:700}[data-tone=used_car_salesman] .profile-photo-wrapper{height:203px;position:relative}[data-tone=used_car_salesman] .profile-photo-wrapper:before{content:"";z-index:0;pointer-events:none;background:0 0;border-radius:10px;position:absolute;inset:-8px;box-shadow:inset 0 2px 3px #b482284d,inset 2px 0 3px #ffffff12,inset -2px 0 3px #ffffff12,inset 0 -2px 3px #0000003d,0 -1px 2px #b482281a,0 2px 3px #0000002e}[data-tone=used_car_salesman] .profile-photo-frame{z-index:1;border:none;border-radius:8px;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 0 0 1px #00000059,inset 0 4px 7px #00000080,inset 3px 0 5px #00000047,inset -3px 0 5px #00000047,inset 0 -1px 2px #b4822824}[data-tone=used_car_salesman] .profile-photo-frame:after{content:"";z-index:1;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #00000052,inset 0 5px 8px #0000005c,inset 4px 0 6px #0000003d,inset -4px 0 6px #0000003d,inset 0 -2px 4px #00000024,inset 0 -4px 6px #ffffff38,inset -4px 0 6px #ffffff29}[data-tone=used_car_salesman] .profile-photo-frame img{width:100%;height:100%;display:block}[data-tone=used_car_salesman] .photo-frame-top,[data-tone=used_car_salesman] .photo-frame-bottom,[data-tone=used_car_salesman] .photo-frame-left,[data-tone=used_car_salesman] .photo-frame-right{display:none}[data-tone=used_car_salesman] .conversation-box,[data-tone=used_car_salesman] .input-box{overflow:hidden}[data-tone=used_car_salesman] .box-divider{display:none}.dark[data-tone=used_car_salesman] .tone-selector-box{--foreground:#d7c797;--muted:#9f8248;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.13'/%3E%3C/svg%3E"),#281f04}.dark[data-tone=used_car_salesman] .tone-group-label,.dark[data-tone=used_car_salesman] .tone-group-label-colon{color:#d7c797}.dark[data-tone=used_car_salesman] .tone-selector-panel button[aria-pressed=false]{color:#292315}.dark[data-tone=used_car_salesman] .tone-selector-box:after,.dark[data-tone=used_car_salesman] .tone-group-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),linear-gradient(#382a08 0%,#201803 60%,#150f02 100%)}.dark[data-tone=used_car_salesman] .conversation-box:before{content:"";pointer-events:none;z-index:6;mix-blend-mode:screen;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='bf' x='-50%25' y='-5%25' width='200%25' height='115%25'%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3C/filter%3E%3CradialGradient id='g1' cx='12.5' cy='5' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g2' cx='31.25' cy='5' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g3' cx='50' cy='5' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g4' cx='68.75' cy='5' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g5' cx='87.5' cy='5' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g6' cx='12.5' cy='95' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g7' cx='31.25' cy='95' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g8' cx='50' cy='95' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g9' cx='68.75' cy='95' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3CradialGradient id='g10' cx='87.5' cy='95' r='150' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0%25' stop-color='rgba(255,242,185,0.30)'/%3E%3Cstop offset='45%25' stop-color='rgba(255,232,160,0.11)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,225,150,0)'/%3E%3C/radialGradient%3E%3Cmask id='m1'%3E%3Cpolygon points='10.125,5 14.875,5 32.5,50 0,50' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m2'%3E%3Cpolygon points='28.875,5 33.625,5 51.25,50 11.25,50' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m3'%3E%3Cpolygon points='47.625,5 52.375,5 70,50 30,50' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m4'%3E%3Cpolygon points='66.375,5 71.125,5 88.75,50 48.75,50' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m5'%3E%3Cpolygon points='85.125,5 89.875,5 100,50 67.5,50' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m6'%3E%3Cpolygon points='0,50 32.5,50 14.875,95 10.125,95' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m7'%3E%3Cpolygon points='11.25,50 51.25,50 33.625,95 28.875,95' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m8'%3E%3Cpolygon points='30,50 70,50 52.375,95 47.625,95' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m9'%3E%3Cpolygon points='48.75,50 88.75,50 71.125,95 66.375,95' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3Cmask id='m10'%3E%3Cpolygon points='67.5,50 100,50 89.875,95 85.125,95' fill='white' filter='url(%23bf)'/%3E%3C/mask%3E%3C/defs%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g1)' mask='url(%23m1)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g2)' mask='url(%23m2)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g3)' mask='url(%23m3)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g4)' mask='url(%23m4)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g5)' mask='url(%23m5)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g6)' mask='url(%23m6)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g7)' mask='url(%23m7)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g8)' mask='url(%23m8)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g9)' mask='url(%23m9)'/%3E%3Crect x='-10' y='0' width='120' height='100' fill='url(%23g10)' mask='url(%23m10)'/%3E%3C/svg%3E") top/100% 100% no-repeat;position:absolute;inset:0}.dark[data-tone=used_car_salesman] .conversation-scroll{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='800' height='200' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='300'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05%200.08' numOctaves='4' seed='12' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='900' height='300' filter='url(%23p)' opacity='0.12'/%3E%3C/svg%3E"),#7a6244}[data-tone=used_car_salesman] .input-box{background:linear-gradient(#7a7a7e 0%,#878788 20%,#a2a2a6 40%,#a8a8ac 50%,#a2a2a6 60%,#8c8c90 80%,#7a7a7e 100%);padding-left:16px;padding-right:16px;box-shadow:-4px 0 8px #0003,-8px 0 16px #00000014,4px 0 8px #0003,8px 0 16px #00000014}[data-tone=used_car_salesman] .conversation-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='600' height='300' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1100' height='550'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.08%200.03' numOctaves='3' seed='21' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.45%200%200%200%200'/%3E%3C/filter%3E%3Crect width='1100' height='550' filter='url(%23c)'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.018%200.13' numOctaves='8' seed='17' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.7%200%200%200%200%200.35%200%200%200%200%200.08%200%200%200%200%200%200%200%200.70%200'/%3E%3C/filter%3E%3Crect width='1200' height='600' filter='url(%23w)'/%3E%3C/svg%3E"),#2d1a05;border-radius:0;padding:16px;box-shadow:-4px 0 8px #0003,-8px 0 16px #00000014,4px 0 8px #0003,8px 0 16px #00000014}[data-tone=used_car_salesman] .conversation-scroll{-webkit-mask-composite:destination-in;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='800' height='200' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='300'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05%200.08' numOctaves='4' seed='12' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='900' height='300' filter='url(%23p)' opacity='0.12'/%3E%3C/svg%3E"),#b9986f;height:100%;margin:0;padding:16px;-webkit-mask-image:linear-gradient(90deg,#000000b3,#000 10px calc(100% - 10px),#000000b3),linear-gradient(#000000b3,#000 10px calc(100% - 10px),#000000b3);mask-image:linear-gradient(90deg,#000000b3,#000 10px calc(100% - 10px),#000000b3),linear-gradient(#000000b3,#000 10px calc(100% - 10px),#000000b3);-webkit-mask-composite:source-in;mask-composite:intersect}[data-tone=used_car_salesman] .conversation-box:after{content:"";pointer-events:none;z-index:5;filter:drop-shadow(0 2px 4px #00000047);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='26'%3E%3Cdefs%3E%3ClinearGradient id='m' x1='0' y1='0' x2='0' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235C5C60'/%3E%3Cstop offset='0.2' stop-color='%236E6E72'/%3E%3Cstop offset='0.4' stop-color='%23848488'/%3E%3Cstop offset='0.5' stop-color='%238A8A8E'/%3E%3Cstop offset='0.6' stop-color='%23848488'/%3E%3Cstop offset='0.8' stop-color='%2369696A'/%3E%3Cstop offset='1' stop-color='%235C5C60'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M92,10 L108,10 L119,12 L119,23 L81,23 L81,12 Z' fill='url(%23m)'/%3E%3Crect x='92' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M242,10 L258,10 L269,12 L269,23 L231,23 L231,12 Z' fill='url(%23m)'/%3E%3Crect x='242' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M392,10 L408,10 L419,12 L419,23 L381,23 L381,12 Z' fill='url(%23m)'/%3E%3Crect x='392' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M542,10 L558,10 L569,12 L569,23 L531,23 L531,12 Z' fill='url(%23m)'/%3E%3Crect x='542' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M692,10 L708,10 L719,12 L719,23 L681,23 L681,12 Z' fill='url(%23m)'/%3E%3Crect x='692' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3C/svg%3E") top/100% 26px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='26'%3E%3Cdefs%3E%3ClinearGradient id='m' x1='0' y1='0' x2='0' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235C5C60'/%3E%3Cstop offset='0.2' stop-color='%236E6E72'/%3E%3Cstop offset='0.4' stop-color='%23848488'/%3E%3Cstop offset='0.5' stop-color='%238A8A8E'/%3E%3Cstop offset='0.6' stop-color='%23848488'/%3E%3Cstop offset='0.8' stop-color='%2369696A'/%3E%3Cstop offset='1' stop-color='%235C5C60'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M92,16 L108,16 L119,14 L119,3 L81,3 L81,14 Z' fill='url(%23m)'/%3E%3Crect x='92' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M242,16 L258,16 L269,14 L269,3 L231,3 L231,14 Z' fill='url(%23m)'/%3E%3Crect x='242' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M392,16 L408,16 L419,14 L419,3 L381,3 L381,14 Z' fill='url(%23m)'/%3E%3Crect x='392' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M542,16 L558,16 L569,14 L569,3 L531,3 L531,14 Z' fill='url(%23m)'/%3E%3Crect x='542' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M692,16 L708,16 L719,14 L719,3 L681,3 L681,14 Z' fill='url(%23m)'/%3E%3Crect x='692' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3C/svg%3E") bottom/100% 26px no-repeat;position:absolute;inset:0}.dark[data-tone=used_car_salesman] .conversation-box:after{filter:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='26'%3E%3Cdefs%3E%3ClinearGradient id='m' x1='0' y1='0' x2='0' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='rgb(62,62,65)'/%3E%3Cstop offset='0.2' stop-color='rgb(75,75,78)'/%3E%3Cstop offset='0.4' stop-color='rgb(92,92,95)'/%3E%3Cstop offset='0.5' stop-color='rgb(96,96,99)'/%3E%3Cstop offset='0.6' stop-color='rgb(92,92,95)'/%3E%3Cstop offset='0.8' stop-color='rgb(71,71,72)'/%3E%3Cstop offset='1' stop-color='rgb(62,62,65)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M92,10 L108,10 L119,12 L119,23 L81,23 L81,12 Z' fill='url(%23m)'/%3E%3Crect x='92' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M242,10 L258,10 L269,12 L269,23 L231,23 L231,12 Z' fill='url(%23m)'/%3E%3Crect x='242' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M392,10 L408,10 L419,12 L419,23 L381,23 L381,12 Z' fill='url(%23m)'/%3E%3Crect x='392' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M542,10 L558,10 L569,12 L569,23 L531,23 L531,12 Z' fill='url(%23m)'/%3E%3Crect x='542' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M692,10 L708,10 L719,12 L719,23 L681,23 L681,12 Z' fill='url(%23m)'/%3E%3Crect x='692' y='6' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3C/svg%3E") top/100% 26px no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='26'%3E%3Cdefs%3E%3ClinearGradient id='m' x1='0' y1='0' x2='0' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='rgb(62,62,65)'/%3E%3Cstop offset='0.2' stop-color='rgb(75,75,78)'/%3E%3Cstop offset='0.4' stop-color='rgb(92,92,95)'/%3E%3Cstop offset='0.5' stop-color='rgb(96,96,99)'/%3E%3Cstop offset='0.6' stop-color='rgb(92,92,95)'/%3E%3Cstop offset='0.8' stop-color='rgb(71,71,72)'/%3E%3Cstop offset='1' stop-color='rgb(62,62,65)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M92,16 L108,16 L119,14 L119,3 L81,3 L81,14 Z' fill='url(%23m)'/%3E%3Crect x='92' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M242,16 L258,16 L269,14 L269,3 L231,3 L231,14 Z' fill='url(%23m)'/%3E%3Crect x='242' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M392,16 L408,16 L419,14 L419,3 L381,3 L381,14 Z' fill='url(%23m)'/%3E%3Crect x='392' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M542,16 L558,16 L569,14 L569,3 L531,3 L531,14 Z' fill='url(%23m)'/%3E%3Crect x='542' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3Cpath d='M692,16 L708,16 L719,14 L719,3 L681,3 L681,14 Z' fill='url(%23m)'/%3E%3Crect x='692' y='16' width='16' height='4' rx='1.5' fill='url(%23m)'/%3E%3C/svg%3E") bottom/100% 26px no-repeat;height:auto;inset:0}.dark[data-tone=used_car_salesman] .input-box{background:linear-gradient(#66666a 0%,#737374 20%,#8e8e92 40%,#949498 50%,#8e8e92 60%,#78787c 80%,#66666a 100%)}.dark[data-tone=used_car_salesman] .send-button{background:linear-gradient(#a4a4a8 0%,#7c7c80 50%,#54545c 100%);box-shadow:inset 0 1px #ffffff80,0 2px #26262e,0 3px 5px #00000038}[data-tone=used_car_salesman] .input-box .chat-textarea{color:#1a1a22;text-shadow:0 -1px #ffffff61,0 1px 1px #000000a6,0 2px 2px #0003;background:0 0;font-size:15px;box-shadow:inset 0 4px 8px #00000061}[data-tone=used_car_salesman] .input-box .chat-textarea::placeholder{color:#3f3f46;opacity:1;text-shadow:0 1px 1px #ffffff61,0 -1px #00000047}[data-tone=used_car_salesman] .send-button{color:#484850;background:linear-gradient(#b8b8bc 0%,#909094 50%,#686870 100%);border:none;border-radius:4px;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff80,0 2px #3a3a42,0 3px 5px #00000038}[data-tone=used_car_salesman] .send-button svg{filter:drop-shadow(0 1px 1px #ffffff73)drop-shadow(0 -1px #0000004d)}[data-tone=used_car_salesman] .user-bubble{isolation:isolate;--postit-side-shadow:#37270b1a;color:#28200b;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23p)' opacity='.035'/%3E%3C/svg%3E"),#efd35a;border-radius:0;position:relative;box-shadow:0 3px 3px -2px #37270b4d}[data-tone=used_car_salesman] .user-bubble:before,[data-tone=used_car_salesman] .user-bubble:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(to bottom, transparent 0%, var(--postit-side-shadow) 100%);filter:blur(1px);width:3px;position:absolute;top:0;bottom:0}[data-tone=used_car_salesman] .user-bubble:before{left:-2px}[data-tone=used_car_salesman] .user-bubble:after{right:-2px}.dark[data-tone=used_car_salesman] .user-bubble{--postit-side-shadow:#0000002e;color:#211907;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23p)' opacity='.045'/%3E%3C/svg%3E"),#cfae43;box-shadow:0 3px 4px -2px #0000007a}[data-tone=used_car_salesman] button[aria-pressed]{color:#3a3020;text-shadow:0 0 1px #ffffff42,0 0 2px #24160247;background:radial-gradient(at 50% 12%,#ffffff52,#fff0 45%),linear-gradient(#f0e8c8 0%,#d8d0a8 50%,#b8b090 100%);border:none;border-radius:20px;font-size:14px;font-weight:700;box-shadow:inset 0 2px 3px #ffffffa6,inset 0 -1px 2px #00000026,0 0 0 1.5px #3a3020,0 4px 10px #00000047}[data-tone=used_car_salesman] button[aria-pressed]:hover{background:radial-gradient(at 50% 12%,#ffffff5c,#fff0 45%),linear-gradient(#fdf8e2 0%,#ece4be 50%,#d0c8a2 100%)}[data-tone=used_car_salesman] button[aria-pressed=true]{color:#a80000;text-shadow:0 1px 1px #dc78781a,0 0 2px #96000059;background:radial-gradient(at 50% 12%,#ffffff3d,#fff0 42%),linear-gradient(#f0e8c8 0%,#d8d0a8 50%,#b8b090 100%);border:none;border-radius:20px;box-shadow:inset 0 3px 6px #00000061,inset 0 -1px 2px #0000001a,0 0 0 1.5px #3a3020}[data-tone=used_car_salesman] button[aria-pressed=true]:hover{color:#a80000;text-shadow:0 1px 1px #dc78781a,0 0 2px #96000059;background:radial-gradient(at 50% 12%,#ffffff47,#fff0 42%),linear-gradient(#fdf8e2 0%,#ece4be 50%,#d0c8a2 100%);box-shadow:inset 0 3px 6px #00000061,inset 0 -1px 2px #0000001a,0 0 0 1.5px #3a3020}.dark[data-tone=used_car_salesman] .tone-selector-panel button[aria-pressed=false]{color:#292315;background:radial-gradient(at 50% 12%,#ffffff38,#fff0 45%),linear-gradient(#d8d1b6 0%,#c1ba99 50%,#a29a7d 100%)}.dark[data-tone=used_car_salesman] .tone-selector-panel button[aria-pressed=false]:hover{background:radial-gradient(at 50% 12%,#ffffff45,#fff0 45%),linear-gradient(#e5dfc7 0%,#cec6a7 50%,#afa789 100%)}.dark[data-tone=used_car_salesman] .tone-selector-panel button[aria-pressed=true]{background:radial-gradient(at 50% 12%,#ffffff29,#fff0 42%),linear-gradient(#d8d1b6 0%,#c1ba99 50%,#a29a7d 100%)}.dark[data-tone=used_car_salesman] .tone-selector-panel button[aria-pressed=true]:hover{background:radial-gradient(at 50% 12%,#fff3,#fff0 42%),linear-gradient(#e5dfc7 0%,#cec6a7 50%,#afa789 100%)}[data-tone=used_car_salesman] .used-car-input-caret{box-sizing:border-box;color:#0000;white-space:pre-wrap;overflow-wrap:anywhere;pointer-events:none;border:1px solid #0000;border-radius:.75rem;padding:13px 17px 52px;font-size:15px;font-weight:500;display:block;position:absolute;inset:0;overflow:hidden}[data-tone=used_car_salesman] .used-car-input-caret-line{vertical-align:-.2em;filter:drop-shadow(0 -1px #ffffff6b)drop-shadow(0 1px #0000009e)drop-shadow(1px 0 #00000047)drop-shadow(-1px 0 #00000038)drop-shadow(0 0 1px #ffffff29);border-left:2px solid #7a7a80;width:0;height:1.35em;margin-left:-2px;animation:1s step-end infinite used-car-caret-blink;display:inline-block}@keyframes used-car-caret-blink{0%,45%{opacity:1}46%,to{opacity:0}}[data-tone=used_car_salesman] .conversation-box,[data-tone=used_car_salesman] .input-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),#4a3a08;border:0;box-shadow:inset 5px 0 5px #ffeeb112,inset -5px 0 5px #00000047,-4px 0 8px #0003,4px 0 8px #0003}[data-tone=used_car_salesman] .conversation-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='120'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012%20.16' numOctaves='4' seed='37' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='.38%200%200%200%200%20.17%200%200%200%200%20.045%200%200%200%200%200%200%200%20.34%200'/%3E%3C/filter%3E%3Crect width='320' height='120' filter='url(%23w)'/%3E%3C/svg%3E"),linear-gradient(90deg,#472511 0%,#5c351b 22%,#6b3f21 50%,#59331a 78%,#45230f 100%);border-radius:0;padding:17px 18px 15px;position:relative;box-shadow:inset 5px 0 5px #ffeeb112,inset -5px 0 5px #00000047,-4px 0 8px #0003,4px 0 8px #0003}[data-tone=used_car_salesman] .conversation-box:before,[data-tone=used_car_salesman] .conversation-box:after,.dark[data-tone=used_car_salesman] .conversation-box:before,.dark[data-tone=used_car_salesman] .conversation-box:after{content:none;background:0 0;display:none}[data-tone=used_car_salesman] .conversation-box:before,[data-tone=used_car_salesman] .conversation-box:after{content:"";pointer-events:none;z-index:2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),linear-gradient(#6a5010 0%,#3e2e06 60%,#2a1e04 100%);border-radius:999px;height:4.5px;display:block;position:absolute;left:0;right:0;box-shadow:0 -2px 3px #b4822859,0 3px 5px #00000061}[data-tone=used_car_salesman] .conversation-box:before{top:0}[data-tone=used_car_salesman] .conversation-box:after{bottom:0}[data-tone=used_car_salesman] .conversation-scroll{color:#241b10;background-color:#dac79b;background-image:radial-gradient(circle at 14.5px 68px,#4c3824 0 6px,#0000 6px 7px,#fff4cf80 7px 7.2px,#0000 7.2px),linear-gradient(90deg,#0000 0 29px,#912f1f57 29px 30px,#0000 30px 100%),repeating-linear-gradient(#0000 0 22px,#4d5b5b21 22px 23px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='180'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.5' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='180' filter='url(%23p)' opacity='.045'/%3E%3C/svg%3E"),none;background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat-y,repeat,repeat,repeat,repeat;background-size:24px 184px,auto,auto,auto,auto;background-attachment:local;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;border:none;border-radius:0;height:100%;margin:0;padding:28px 28px 24px 42px;position:relative;box-shadow:inset 0 2px 6px #442d1038,inset 0 -1px 2px #fff8da5c,0 0 10px #00000047;-webkit-mask-image:none;mask-image:none}[data-tone=used_car_salesman] .message-list{gap:5px}[data-tone=used_car_salesman] .message-list>.message-text+div:has(>.message--user){margin-top:-7px}[data-tone=used_car_salesman] .message-list>div:has(>.message--user)+div:has(>.message--assistant){margin-top:2px}[data-tone=used_car_salesman] .message-list>div:has(>.message--assistant)+div:has(>.message--user){margin-top:16px}[data-tone=used_car_salesman] .assistant-body{padding-top:6px}[data-tone=used_car_salesman] .conversation-box .message-label{color:#174f96}.dark[data-tone=used_car_salesman] .conversation-box .message-label{color:#17457f}[data-tone=used_car_salesman] .message-text,[data-tone=used_car_salesman] .assistant-body,[data-tone=used_car_salesman] .conversation-closer,[data-tone=used_car_salesman] .opener-title{font-family:var(--font-kalam), cursive;letter-spacing:.02em;word-spacing:.1em;font-size:16px;font-weight:400;line-height:23px}[data-tone=used_car_salesman] .user-bubble{font-family:var(--font-kalam), cursive;letter-spacing:0;word-spacing:.06em;font-size:16px;font-weight:300;line-height:23px}[data-tone=used_car_salesman] .conversation-box .message-label{font-family:var(--font-kalam), cursive;letter-spacing:.01em;word-spacing:.06em;font-weight:400}[data-tone=used_car_salesman] .assistant-body{font-weight:400}[data-tone=used_car_salesman] .opener-title{font-weight:700}[data-tone=used_car_salesman] .message-text p+p,[data-tone=used_car_salesman] .user-bubble p+p,[data-tone=used_car_salesman] .assistant-body p+p{margin-top:23px}[data-tone=used_car_salesman] .input-box:before{content:"";pointer-events:none;z-index:2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),linear-gradient(#6a5010 0%,#3e2e06 60%,#2a1e04 100%);border-radius:999px;height:4.5px;position:absolute;top:0;left:0;right:0;box-shadow:0 -2px 3px #b4822859,0 3px 5px #00000061}[data-tone=used_car_salesman] .input-box:after{content:"";pointer-events:none;z-index:2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23r)' opacity='0.22'/%3E%3C/svg%3E"),linear-gradient(#6a5010 0%,#3e2e06 60%,#2a1e04 100%);border-radius:999px;height:4.5px;position:absolute;top:4.5px;left:0;right:0;box-shadow:0 -2px 3px #b4822859,0 3px 5px #00000061}[data-tone=used_car_salesman] .conversation-box:before,[data-tone=used_car_salesman] .conversation-box:after,[data-tone=used_car_salesman] .input-box:before,[data-tone=used_car_salesman] .input-box:after{content:none;box-shadow:none;filter:none;display:none}[data-tone=used_car_salesman] .input-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='120'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012%20.16' numOctaves='4' seed='37' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='.38%200%200%200%200%20.17%200%200%200%200%20.045%200%200%200%200%200%200%200%20.34%200'/%3E%3C/filter%3E%3Crect width='320' height='120' filter='url(%23w)'/%3E%3C/svg%3E"),linear-gradient(90deg,#472511 0%,#5c351b 22%,#6b3f21 50%,#59331a 78%,#45230f 100%);border-radius:0 0 10px 10px;margin-top:-1px;padding:16px 18px 15px;position:relative;overflow:visible;box-shadow:inset 5px 0 5px #ffeeb112,inset -5px 0 5px #00000047,inset 0 -4px 5px #00000057,-4px 0 8px #0003,4px 0 8px #0003,0 6px 11px #00000040}[data-tone=used_car_salesman] .input-box .chat-textarea{text-align:left;color:#202124;text-shadow:0 1px #fff6;background:repeating-linear-gradient(#ffffff0b 0 1px,#00000006 1px 3px),linear-gradient(90deg,#9b9d9f 0%,#afb1b3 22%,#a0a2a4 52%,#b2b4b6 82%,#959799 100%);border:0;border-radius:6px;min-height:74px;padding:8px 12px;line-height:24px;box-shadow:0 0 0 2px #2c2d30,0 0 0 3px #ffffff2e,inset 2px 2px 3px #0000002e,inset -2px -2px 3px #ffffff29,inset 0 0 9px #00000057}[data-tone=used_car_salesman] .input-box .chat-textarea::placeholder{color:#6a7274;text-shadow:-.5px -.5px #444d5085,.5px .5px #e0e5e594}[data-tone=used_car_salesman] .send-button{color:#d9a545;background:radial-gradient(circle, #292a2b 0 43%, #151617 44% 57%, transparent 58%), repeating-conic-gradient(from -3deg, #171819 0 5deg, #343537 5deg 9deg);border:3px solid #85868a;border-radius:999px;width:36px;min-width:36px;height:36px;padding:0;position:absolute;bottom:12px;right:12px;transform:none;box-shadow:0 0 0 2px #6f7072,0 0 0 4px #292a2c,inset 0 1px #ffffff1f,inset 0 -3px #0000009e,0 3px #17181a,0 5px 6px #00000057}[data-tone=used_car_salesman] .send-button:before{content:"";z-index:3;width:2px;height:5px;box-shadow:none;pointer-events:none;background:#b9b5a9;border-radius:2px;position:absolute;top:2px;left:50%;transform:translate(-50%)}[data-tone=used_car_salesman] .send-button:hover{color:#efbd5b;background:radial-gradient(circle, #303132 0 43%, #191a1b 44% 57%, transparent 58%), repeating-conic-gradient(from -3deg, #191a1b 0 5deg, #3c3d3f 5deg 9deg);box-shadow:0 0 0 2px #747577,0 0 0 4px #292a2c,inset 0 1px #ffffff24,inset 0 -3px #0000009e,0 3px #17181a,0 5px 6px #00000057}[data-tone=used_car_salesman] .send-button svg{z-index:2;filter:drop-shadow(0 1px 1px #251804d1);position:relative}.dark[data-tone=used_car_salesman] .conversation-box,.dark[data-tone=used_car_salesman] .input-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='120'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012%20.16' numOctaves='4' seed='37' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='.20%200%200%200%200%20.085%200%200%200%200%20.022%200%200%200%200%200%200%200%20.42%200'/%3E%3C/filter%3E%3Crect width='320' height='120' filter='url(%23w)'/%3E%3C/svg%3E"),linear-gradient(90deg,#201006 0%,#2c180b 22%,#35200f 50%,#2a160a 78%,#1e0e05 100%)}.dark[data-tone=used_car_salesman] .conversation-scroll{color:#21170c;background-color:#ad9265;background-image:radial-gradient(circle at 14.5px 68px,#352718 0 6px,#d3b88226 7px 8.5px,#0000 9px),linear-gradient(90deg,#0000 0 29px,#7d291b4d 29px 30px,#0000 30px 100%),repeating-linear-gradient(#0000 0 22px,#3e484624 22px 23px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='180'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.5' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='180' filter='url(%23p)' opacity='.055'/%3E%3C/svg%3E"),none;background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat-y,repeat,repeat,repeat,repeat;background-size:24px 184px,auto,auto,auto,auto;background-attachment:local;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;box-shadow:inset 0 2px 7px #1a0e0361,inset 0 -1px 2px #e8c1742e,0 0 13px #d88e2d1a,0 5px 10px #00000085}.dark[data-tone=used_car_salesman] .input-box .chat-textarea{color:#aeb3b8;text-shadow:0 1px 1px #000000b8;background:repeating-linear-gradient(#ffffff06 0 1px,#0000000d 1px 3px),linear-gradient(90deg,#62666c 0%,#6b6f75 22%,#666a70 52%,#6d7075 82%,#60646a 100%);box-shadow:0 0 0 2px #111214,0 0 0 3px #d2a9531a,inset 2px 2px 3px #00000042,inset -2px -2px 3px #ffffff14,inset 0 0 10px #00000094}.dark[data-tone=used_car_salesman] .input-box .chat-textarea::placeholder{color:#2b2f33;opacity:1;text-shadow:0 -1px #0000009e,0 1px #ebf0f533;font-weight:300}.dark[data-tone=used_car_salesman] .send-button{color:#c89438;background:radial-gradient(circle, #202123 0 43%, #0e0f10 44% 57%, transparent 58%), repeating-conic-gradient(from -3deg, #0e0f10 0 5deg, #292a2c 5deg 9deg);border-color:#4e5053;box-shadow:0 0 0 2px #4d4e51,0 0 0 4px #111214,inset 0 1px #ffffff14,inset 0 -3px #000000bd,0 3px #090a0b,0 5px 7px #00000085}.dark[data-tone=used_car_salesman] .send-button:before{background:#8f8b82}.dark[data-tone=used_car_salesman] .send-button:hover{color:#dfa948;background:radial-gradient(circle, #262729 0 43%, #111213 44% 57%, transparent 58%), repeating-conic-gradient(from -3deg, #101112 0 5deg, #303133 5deg 9deg);box-shadow:0 0 0 2px #55565a,0 0 0 4px #111214,inset 0 1px #ffffff1a,inset 0 -3px #000000bd,0 3px #090a0b,0 5px 7px #00000085}[data-tone=used_car_salesman] .input-field-wrapper{padding-right:68px}[data-tone=used_car_salesman] .send-button,[data-tone=used_car_salesman] .send-button:hover,.dark[data-tone=used_car_salesman] .send-button,.dark[data-tone=used_car_salesman] .send-button:hover{isolation:isolate;z-index:100;color:#0000;opacity:1;background:radial-gradient(circle,#8b8d8f 0 48%,#686a6d 49% 66%,#3c3e41 67% 76%,#747679 77% 100%);border:2px solid #595b5e;border-radius:999px;place-items:center;width:40px;min-width:40px;height:40px;padding:0;display:grid;top:50%;bottom:auto;right:5px;transform:translateY(-50%);box-shadow:inset 0 1px #ffffff3d,inset 0 -3px 4px #00000061,0 0 0 1px #222326,0 2px #191a1c,0 4px 5px #00000052}[data-tone=used_car_salesman] .send-button:before,.dark[data-tone=used_car_salesman] .send-button:before{content:"";z-index:0;pointer-events:none;background:#17181a;border:0;border-radius:3px;width:5px;height:17px;transition:transform .28s cubic-bezier(.22,.78,.26,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0);box-shadow:inset 1px 0 1px #000000d6,inset -1px 0 #ffffff14,0 1px #ffffff17}[data-tone=used_car_salesman] .send-button:not(:disabled):active:before,.dark[data-tone=used_car_salesman] .send-button:not(:disabled):active:before,[data-tone=used_car_salesman] .send-button.is-generating:before,.dark[data-tone=used_car_salesman] .send-button.is-generating:before{transform:translate(-50%,-50%)rotate(90deg)}[data-tone=used_car_salesman] .send-button.is-key-returning-from-turn:before,.dark[data-tone=used_car_salesman] .send-button.is-key-returning-from-turn:before{animation:.85s cubic-bezier(.2,.76,.24,1) both used-car-keyhole-return}@keyframes used-car-keyhole-return{0%{transform:translate(-50%,-50%)rotate(90deg)}33%,to{transform:translate(-50%,-50%)rotate(0)}}[data-tone=used_car_salesman] .send-button svg.send-button-icon--arrow{display:none}[data-tone=used_car_salesman] .used-car-ignition-key{z-index:9999;color:#303235;opacity:1;filter:drop-shadow(0 -1px 1px #ffffff0d)drop-shadow(0 1px 1px #00000075);transform-origin:50%;pointer-events:none;width:16px;height:58px;margin:0;transition:transform .28s cubic-bezier(.22,.78,.26,1);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 11px))rotate(0)}[data-tone=used_car_salesman] .send-button:disabled .used-car-ignition-key{opacity:0}[data-tone=used_car_salesman] .send-button:not(:disabled):not(.is-generating):not(.is-key-held) .used-car-ignition-key{animation:.6s cubic-bezier(.2,.76,.24,1) used-car-key-insert}[data-tone=used_car_salesman] .send-button.is-key-held .used-car-ignition-key{opacity:1;transform:translate(-50%,calc(-50% - 11px))scale(1)rotate(0)}@keyframes used-car-key-insert{0%{transform:translate(calc(55vw - 50%),calc(55vh - 50%))scale(.88)rotate(0)}to{transform:translate(-50%,calc(-50% - 11px))scale(1)rotate(0)}}[data-tone=used_car_salesman] .send-button:not(:disabled):active .used-car-ignition-key,[data-tone=used_car_salesman] .send-button.is-generating .used-car-ignition-key{transform:translate(-50%,calc(-50% - 11px))rotate(90deg)}[data-tone=used_car_salesman] .send-button.is-generating .used-car-ignition-key{opacity:1;transition-delay:0s}[data-tone=used_car_salesman] .send-button.is-key-returning-from-turn .used-car-ignition-key{opacity:1;animation:.85s cubic-bezier(.2,.76,.24,1) both used-car-key-remove}[data-tone=used_car_salesman] .send-button.is-key-returning:not(.is-key-returning-from-turn) .used-car-ignition-key{opacity:1;animation:.57s cubic-bezier(.76,0,.8,.24) both used-car-key-withdraw}@keyframes used-car-key-withdraw{0%{transform:translate(-50%,calc(-50% - 11px))scale(1)rotate(0)}to{transform:translate(calc(55vw - 50%),calc(55vh - 50%))scale(.88)rotate(0)}}@keyframes used-car-key-remove{0%{transform:translate(-50%,calc(-50% - 11px))scale(1)rotate(90deg)}33%{animation-timing-function:cubic-bezier(.76,0,.8,.24);transform:translate(-50%,calc(-50% - 11px))scale(1)rotate(0)}to{transform:translate(calc(55vw - 50%),calc(55vh - 50%))scale(.88)rotate(0)}}[data-tone=used_car_salesman] .send-button:disabled{pointer-events:none}[data-tone=used_car_salesman] .send-button .send-button-icon--stop{z-index:4;color:#5d1710;filter:drop-shadow(0 1px #ffffff24);width:16px;height:16px;display:block;position:relative}.dark[data-tone=used_car_salesman] .used-car-ignition-key{color:#202225}.dark[data-tone=used_car_salesman] .send-button .send-button-icon--stop{color:#8f2b20}.dark[data-tone=used_car_salesman] .send-button,.dark[data-tone=used_car_salesman] .send-button:hover{background:radial-gradient(circle,#5d5f62 0 48%,#414347 49% 66%,#232528 67% 76%,#515356 77% 100%);border-color:#3e4043;box-shadow:inset 0 1px #ffffff1f,inset 0 -3px 4px #00000085,0 0 0 1px #0d0e10,0 2px #08090a,0 4px 6px #0000007a}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed]{isolation:isolate;color:#15212a;width:78px;min-width:78px;height:78px;text-shadow:none;transform-origin:100% 100%;background:linear-gradient(118deg,#ffffff6b 0 8%,#0000 20% 72%,#527d9133 90%),#9ab2bc80;border:1px solid #60737dc7;border-radius:5px;padding:0;position:absolute;overflow:visible;transform:scale(.8);box-shadow:0 6px 13px #000000c2,inset 0 0 0 2px #e1f0f440,inset 0 -3px 5px #19273047}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed] .tone-button-surface{z-index:4;pointer-events:none;background:radial-gradient(circle at 8px 8px,#0000 0 1.7px,#4d5b6473 2px 2.5px,#fff6 2.7px 3.2px,#0000 3.4px),radial-gradient(circle at calc(100% - 8px) 8px,#0000 0 1.7px,#4d5b646b 2px 2.5px,#ffffff61 2.7px 3.2px,#0000 3.4px),radial-gradient(circle at 8px calc(100% - 8px),#0000 0 1.7px,#4d5b646b 2px 2.5px,#ffffff61 2.7px 3.2px,#0000 3.4px),radial-gradient(circle at calc(100% - 8px) calc(100% - 8px),#0000 0 1.7px,#4d5b6473 2px 2.5px,#fff6 2.7px 3.2px,#0000 3.4px);display:block;position:absolute;inset:0}[data-tone=poet] .poet-minidisc{z-index:1;pointer-events:none;display:block;position:absolute;inset:0}[data-tone=poet] .poet-minidisc-disc{background:radial-gradient(circle,#0000 0 17%,#d5e0e285 18% 21%,#0000 22%),conic-gradient(from 202deg,#261d18 0deg,#584538 38deg,#c4b894 72deg,#f2f5dc 87deg,#55dbe0 96deg,#e6b85c 111deg,#46352e 146deg,#151619 207deg,#694338 242deg,#b48d43 266deg,#e9f1df 281deg,#66dbe5 291deg,#ef6cb0 304deg,#e7d64c 319deg,#382d28 342deg,#261d18 360deg);border:1px solid #171d22a8;border-radius:50%;width:65px;height:65px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 2px #eef6f359,inset 0 0 10px #0000008c,0 0 1px #ffffffb3}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed]:hover .poet-minidisc-disc{animation:.5s linear infinite poet-minidisc-spin}@keyframes poet-minidisc-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}[data-tone=poet] .poet-minidisc-window{z-index:10;border:.5px solid #d5e4e8ad;border-radius:3px;width:34px;height:46px;position:absolute;top:50%;left:5px;transform:translateY(-50%);box-shadow:.5px .5px #2d3b436b,inset .5px .5px #ffffff3d}[data-tone=poet] .poet-minidisc-hub{z-index:3;background:radial-gradient(circle,#4d5559 0 2px,#c8d0d2 2.5px 6px,#737e82 6.5px 8px,#dae0df 8.5px 100%);border:2px solid #505e65cc;border-radius:50%;width:21px;height:21px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 1px 1px 2px #ffffffad,inset -1px -1px 2px #1a22267a}[data-tone=poet] .poet-minidisc-shutter{--poet-minidisc-metal:#aeb6b8;z-index:8;opacity:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.11'/%3E%3C/svg%3E");background-color:var(--poet-minidisc-metal);width:36px;height:25px;box-shadow:none;border-top:.5px solid #cbd1d2;border-bottom:.5px solid #737d80;border-left:.5px solid #cbd1d2;border-right:0;border-radius:2px 0 0 2px;position:absolute;top:50%;right:-1px;transform:translateY(-50%)}[data-tone=poet] .poet-minidisc-shutter:before{content:"The\a Alpha\a Archive";opacity:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08 0.75' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)' opacity='0.11'/%3E%3C/svg%3E");background-color:var(--poet-minidisc-metal);box-shadow:none;color:#a2aaac;letter-spacing:.04em;text-align:center;white-space:pre-line;text-shadow:-.2px -.2px #677174,.2px .2px #cbd1d2;border:.5px solid #7f898c;border-color:#cbd1d2 #7f898c #7f898c #cbd1d2;border-radius:1px;justify-content:center;align-items:center;font-family:Arial,Helvetica,sans-serif;font-size:5px;font-weight:700;line-height:1.05;display:flex;position:absolute;inset:3px 3px 3px 4px}[data-tone=poet] .poet-minidisc-shutter:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000 0 50%,#2d35381f 62%,#2d35386b 75%,#2d3538ad 100%);width:3px;position:absolute;top:0;bottom:0;right:0}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed] .tone-button-label{z-index:6;box-sizing:border-box;color:#17232b;letter-spacing:.075em;text-align:center;text-transform:uppercase;white-space:nowrap;width:36px;height:24px;text-shadow:none;background:#e0e8e8;border-top:1px solid #ffffff8a;border-bottom:1px solid #47565e66;flex-direction:column;justify-content:center;align-items:center;padding:2px;font-family:Arial,Helvetica,sans-serif;font-size:5.5px;font-weight:700;line-height:1;display:flex;position:absolute;top:50%;left:4px;right:auto;transform:translateY(-50%)}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed] .tone-button-label>span{display:block}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed=false]:hover{color:#15212a;background:linear-gradient(118deg,#ffffff6b 0 8%,#0000 20% 72%,#527d9133 90%),#9ab2bc80;transform:scale(.8)translateY(-2px)rotate(10deg);box-shadow:0 6px 13px #000000c2,inset 0 0 0 2px #e1f0f440,inset 0 -3px 5px #19273047}.dark[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed]{background:linear-gradient(118deg,#ffffff6b 0 8%,#0000 20% 72%,#527d9133 90%),#9ab2bc80;border-color:#60737dc7;box-shadow:0 6px 13px #000000c2,inset 0 0 0 2px #e1f0f440,inset 0 -3px 5px #19273047}.dark[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed=false]:hover{color:#15212a;background:linear-gradient(118deg,#ffffff6b 0 8%,#0000 20% 72%,#527d9133 90%),#9ab2bc80;border-color:#60737dc7;transform:scale(.8)translateY(-2px)rotate(10deg);box-shadow:0 6px 13px #000000c2,inset 0 0 0 2px #e1f0f440,inset 0 -3px 5px #19273047}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed]{color:#15212a;text-shadow:none;background:linear-gradient(118deg,#ffffff6b 0 8%,#0000 20% 72%,#527d9133 90%),#9ab2bc80;border-color:#60737dc7;box-shadow:0 6px 13px #000000c2,inset 0 0 0 2px #e1f0f440,inset 0 -3px 5px #19273047}:not(.dark)[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller][aria-pressed=false]:hover{color:#15212a;text-shadow:none;background:linear-gradient(118deg,#ffffff6b 0 8%,#0000 20% 72%,#527d9133 90%),#9ab2bc80;border-color:#60737dc7;transform:scale(.8)translateY(-2px)rotate(10deg);box-shadow:0 6px 13px #000000c2,inset 0 0 0 2px #e1f0f440,inset 0 -3px 5px #19273047}[data-tone=poet] .tone-selector-panel button[data-tone=time_traveller] .tone-lock-icon{z-index:9}
