@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap";
:root{--ink:#292823;--muted:#79766c;--paper:#f8f7f2;--panel:#f0eee7;--line:#dedbd1;--dark:#22231f;--orange:#d66c3f;--orange-soft:#f3e1d7;--white:#fff}*{box-sizing:border-box}html,body{background:var(--paper);min-height:100%;color:var(--ink);margin:0;font-family:DM Sans,sans-serif}button,textarea{font:inherit}button{color:inherit}.app-frame{min-height:100vh}.app-frame>.topbar{display:none}.app-frame>main{min-height:100vh}.ai-shell{background:var(--paper);grid-template-columns:264px 1fr;min-height:100vh;display:grid}.ai-sidebar{background:var(--dark);color:#e9e7df;z-index:30;flex-direction:column;height:100vh;padding:20px 14px 14px;display:flex;position:sticky;top:0}.side-top{justify-content:space-between;align-items:center;height:42px;margin-bottom:20px;padding:0 7px;display:flex}.ai-brand{color:#f5f2e8;align-items:center;gap:10px;font:27px Instrument Serif,serif;text-decoration:none;display:flex}.brand-orbit{border:1px solid #77786f;border-radius:50%;place-items:center;width:30px;height:30px;font-size:16px;display:grid;position:relative}.brand-orbit:after{content:"";border:1px solid var(--orange);border-radius:50%;position:absolute;inset:5px;transform:rotate(42deg)scaleX(.38)}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.sidebar-close{color:#bbb;font-size:24px;display:none}.new-chat{color:#fff;cursor:pointer;text-align:left;background:#30312c;border:1px solid #4b4c46;border-radius:9px;align-items:center;gap:9px;width:100%;height:44px;padding:0 12px;font-size:13px;font-weight:600;display:flex}.new-chat:hover{background:#393a34}.new-chat span{color:#ddd;font-size:19px}.new-chat kbd{color:#8f9188;border:0;margin-left:auto;font-size:10px}.side-nav{gap:3px;margin-top:18px;display:grid}.side-nav a{color:#adada4;border-radius:8px;align-items:center;gap:11px;height:39px;padding:0 12px;font-size:13px;text-decoration:none;display:flex}.side-nav a span{font-size:17px}.side-nav a:hover,.side-nav a.active{color:#f6f4ed;background:#2e2f2a}.side-label{text-transform:uppercase;letter-spacing:.13em;color:#74766e;padding:28px 12px 9px;font-size:10px}.recent-list{gap:1px;display:grid}.recent-list button{color:#b6b6ae;text-align:left;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 12px;font-size:12px;overflow:hidden}.recent-list button:hover{color:#fff;background:#2e2f2a}.side-spacer{flex:1}.usage-card{background:#292a26;border:1px solid #40413c;border-radius:10px;margin:10px 3px;padding:13px}.usage-card>div:first-child{color:#a7a89f;justify-content:space-between;font-size:10px;display:flex}.usage-card b{font-weight:500}.usage-track{background:#44453f;border-radius:5px;height:3px;margin:10px 0 12px}.usage-track i{background:var(--orange);border-radius:5px;width:30%;height:100%;display:block}.usage-card button{color:#e5e3db;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0;font-size:11px;font-weight:600}.usage-card button span{float:right}.profile{color:#eee;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #3b3c37;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:15px 7px 3px;display:grid}.avatar{background:#55584e;border-radius:50%;place-items:center;width:33px;height:33px;font-size:10px;font-weight:700;display:grid}.profile b,.profile small{display:block}.profile b{font-size:11px}.profile small{color:#84867d;margin-top:3px;font-size:9px}.profile i{color:#7e8078;font-size:9px}.ai-main{grid-template-rows:66px 1fr auto;min-width:0;min-height:100vh;display:grid;position:relative}.ai-topbar{border-bottom:1px solid #dedbd1b8;justify-content:space-between;align-items:center;height:66px;padding:0 24px;display:flex}.model-picker{cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:8px 10px;font-size:13px;display:flex}.model-picker b{font-weight:600}.model-dot{background:var(--orange-soft);width:25px;height:25px;color:var(--orange);border-radius:8px;place-items:center;display:grid}.top-actions{gap:3px;display:flex}.top-actions .icon-button{color:#77756d;width:34px;height:34px}.menu-button{width:35px;height:35px;font-size:18px;display:none}.welcome{text-align:center;align-self:center;width:min(900px,100% - 48px);margin:auto;padding:62px 0 32px}.welcome-mark{background:var(--orange-soft);border-radius:18px;place-items:center;width:57px;height:57px;margin:0 auto 21px;display:grid;transform:rotate(-5deg)}.welcome-mark span{color:var(--orange);font:28px Instrument Serif,serif;transform:rotate(5deg)}.hello{color:#5f5d55;margin:0 0 10px;font-size:14px}.welcome h1{letter-spacing:-.025em;margin:0;font:400 clamp(38px,4.4vw,60px)/1.02 Instrument Serif,serif}.welcome h1 em{color:var(--orange);font-weight:400}.welcome-copy{max-width:565px;color:var(--muted);margin:20px auto 35px;font:16px/1.65 Instrument Serif,serif}.prompt-grid{grid-template-columns:repeat(2,1fr);gap:10px;max-width:730px;margin:auto;display:grid}.prompt-grid button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#ffffff6b;border-radius:12px;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:17px;transition:all .18s;display:grid}.prompt-grid button:hover{background:#fff;border-color:#c9c5b9;transform:translateY(-2px);box-shadow:0 8px 20px #2d2a220d}.prompt-grid button>span{color:#7c776c;background:#eeece5;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.prompt-grid b,.prompt-grid small{display:block}.prompt-grid b{margin-bottom:5px;font-size:12px}.prompt-grid small{color:#858278;font-size:10px;line-height:1.35}.prompt-grid i{color:#a5a297;font-size:12px;font-style:normal}.composer-wrap{width:min(780px,100% - 48px);margin:0 auto;padding:6px 0 19px}.ai-composer{background:#fff;border:1px solid #d8d5cb;border-radius:16px;padding:14px 14px 10px;box-shadow:0 8px 28px #26241e12}.ai-composer textarea{resize:none;width:100%;min-height:36px;max-height:130px;color:var(--ink);background:0 0;border:0;outline:0;padding:4px 5px;font-size:14px;display:block}.ai-composer textarea::placeholder{color:#aaa79e}.composer-tools{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.composer-tools>div{gap:5px;display:flex}.composer-tools button{cursor:pointer;background:0 0;border:0}.composer-tools>div>button:first-child{border:1px solid #e0ddd4;border-radius:8px;width:30px;height:30px}.mode-button{color:#66645c;height:30px;padding:0 9px;font-size:10px;border:1px solid #e0ddd4!important;border-radius:8px!important}.mode-button span{color:var(--orange);margin-right:4px}.mode-button i{color:#aaa;margin-left:4px;font-style:normal}.send-button{color:#fff;width:31px;height:31px;font-size:17px;background:var(--dark)!important;border-radius:9px!important}.send-button:disabled{color:#aaa;cursor:default;background:#dedcd5!important}.composer-wrap>p{text-align:center;color:#aaa69c;margin:9px 0 0;font-size:9px}.conversation-demo{text-align:left;max-width:720px;margin:0 auto}.user-bubble{background:#ebe9e1;border-radius:16px 16px 3px;width:max-content;max-width:82%;margin-left:auto;padding:13px 17px;font-size:14px;line-height:1.5}.wore-answer{grid-template-columns:35px 1fr;gap:14px;margin-top:30px;display:grid}.answer-mark{background:var(--orange-soft);width:32px;height:32px;color:var(--orange);border-radius:10px;place-items:center;font-family:Instrument Serif,serif;display:grid}.wore-answer b{font:22px Instrument Serif,serif}.wore-answer p{color:#67645b;font-size:13px;line-height:1.65}.reason-tags{flex-wrap:wrap;gap:7px;display:flex}.reason-tags span{text-transform:uppercase;letter-spacing:.08em;background:#eeece5;border-radius:6px;padding:6px 8px;font-size:9px}.start-over{color:var(--orange);cursor:pointer;background:0 0;border:0;margin:35px 0 0 49px;font-size:11px}.sidebar-scrim{display:none}@media (max-width:760px){.ai-shell{display:block}.ai-sidebar{width:264px;transition:left .2s;position:fixed;left:-280px}.ai-sidebar.open{left:0;box-shadow:15px 0 50px #0003}.sidebar-close,.menu-button{display:grid}.sidebar-scrim{z-index:20;background:#19191659;border:0;display:block;position:fixed;inset:0}.ai-main{grid-template-rows:60px 1fr auto}.ai-topbar{height:60px;padding:0 13px}.welcome{width:calc(100% - 28px);padding:38px 0 24px}.welcome h1{font-size:40px}.welcome-copy{margin-bottom:28px;font-size:15px}.prompt-grid{grid-template-columns:1fr}.prompt-grid button:nth-child(n+4){display:none}.composer-wrap{width:calc(100% - 24px);padding-bottom:10px}.top-actions .icon-button:first-child{display:none}.conversation-demo{padding-top:20px}}.top-actions{align-items:center}.top-signin{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 13px;font-size:11px;font-weight:600;text-decoration:none}.top-signin:hover{border-color:#bbb7aa}.auth-wrap{background:radial-gradient(circle at 50% 8%,#f2e4dc,transparent 30%),var(--paper);place-items:center;min-height:100vh;padding:40px 20px;display:grid}.auth-card{border:1px solid var(--line);background:#fff;border-radius:18px;width:min(430px,100%);padding:38px;box-shadow:0 20px 60px #26241e14}.auth-brand{align-items:center;gap:9px;margin-bottom:30px;font:25px Instrument Serif,serif;text-decoration:none;display:flex}.auth-brand span{background:var(--orange-soft);width:30px;height:30px;color:var(--orange);border-radius:9px;place-items:center;font-size:17px;display:grid}.auth-card .eyebrow{letter-spacing:.14em;color:var(--orange);margin-bottom:10px;font-size:9px;font-weight:700}.auth-card h1{margin:0 0 10px;font:38px/1.05 Instrument Serif,serif}.auth-card>p{color:var(--muted);margin:0 0 25px;font-size:13px}.google-button{cursor:pointer;background:#fff;border:1px solid #d7d4ca;border-radius:10px;justify-content:center;align-items:center;gap:11px;width:100%;height:45px;font-size:12px;font-weight:600;display:flex}.google-button:hover{background:#faf9f5}.google-button:disabled{opacity:.55;cursor:wait}.google-button svg{width:18px;height:18px}.auth-divider{color:#aaa69b;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:21px 0;font-size:9px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e2d9;flex:1;height:1px}.auth-card form{gap:14px;display:grid}.auth-card label{gap:6px;font-size:10px;font-weight:600;display:grid}.auth-card input{background:#fdfcf9;border:1px solid #d7d4ca;border-radius:9px;outline:0;height:43px;padding:0 12px}.auth-card input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.auth-submit{background:var(--dark);color:#fff;cursor:pointer;border:0;border-radius:10px;height:44px;margin-top:3px;font-size:12px;font-weight:600}.auth-submit:disabled{opacity:.6}.forgot-button,.auth-switch{color:#77746c;cursor:pointer;background:0 0;border:0;font-size:10px}.forgot-button{text-align:right}.auth-switch{color:var(--orange);margin:22px auto 0;font-weight:600;display:block}.error{color:#9b3d34;background:#f9e9e4;border:1px solid #efcfc5;border-radius:8px;padding:9px 11px;font-size:10px;line-height:1.45}.loading{min-height:100vh;color:var(--muted);place-items:center;display:grid}@media (max-width:520px){.auth-card{padding:29px 23px}.top-signin{padding:7px 10px}}.landing{--cream:#f6f3eb;--navy:#152526;--rust:#cb6040;--sage:#8ca193;background:var(--cream);color:#1f2927}.landing a{color:inherit;text-decoration:none}.landing-nav{border-bottom:1px solid #d9d6cc;justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 34px;display:flex}.landing-brand{align-items:center;gap:10px;font:27px Instrument Serif,serif;display:flex}.landing-mark{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;font:17px Instrument Serif,serif;display:grid;box-shadow:inset 0 0 0 6px #314240}.landing-links{color:#59615d;gap:35px;font-size:12px;display:flex}.landing-links a:hover{color:var(--rust)}.landing-actions{align-items:center;gap:20px;display:flex}.landing-signin{font-size:12px;font-weight:600}.landing-cta{background:var(--rust);border-radius:3px;justify-content:space-between;align-items:center;gap:28px;min-width:178px;padding:15px 18px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex;color:#fff!important}.landing-cta:hover{background:#b84f32;transform:translateY(-1px)}.landing-cta.small{min-width:116px;padding:11px 14px}.landing-hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:74px;max-width:1240px;min-height:700px;margin:auto;padding:88px 34px 90px;display:grid}.product-kicker,.section-label{letter-spacing:.17em;color:var(--rust);font-size:10px;font-weight:700}.product-kicker{align-items:center;gap:9px;margin:0 0 25px;display:flex}.product-kicker span{background:var(--rust);width:20px;height:1px}.hero-copy h1{letter-spacing:-.045em;max-width:620px;margin:0;font:400 clamp(56px,6.4vw,91px)/.91 Instrument Serif,serif}.hero-copy h1 em,.section-intro h2 em,.truth-statement em{color:var(--rust);font-weight:400}.hero-lede{color:#5f6864;max-width:570px;margin:31px 0 30px;font-size:15px;line-height:1.75}.hero-actions{align-items:center;gap:28px;display:flex}.text-cta{border-bottom:1px solid #a9ada7;padding:8px 0;font-size:11px;font-weight:700}.text-cta span{margin-left:14px}.hero-proof{border-top:1px solid #d5d3ca;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;padding-top:20px;display:grid}.hero-proof b,.hero-proof span{display:block}.hero-proof b{font:18px Instrument Serif,serif}.hero-proof span{color:#7b817d;margin-top:5px;font-size:9px}.logic-console{background:var(--navy);color:#edf0eb;border-radius:4px;padding:22px;position:relative;box-shadow:25px 30px #e4dfd3}.logic-console:before{content:"";border-top:1px solid var(--rust);border-right:1px solid var(--rust);width:80px;height:80px;position:absolute;top:-20px;right:-18px}.console-head,.console-foot{justify-content:space-between;align-items:center;display:flex}.console-head>div{align-items:center;gap:9px;font-size:11px;display:flex}.console-mark{border:1px solid #50615e;border-radius:50%;place-items:center;width:25px;height:25px;font-family:Instrument Serif,serif;display:grid}.live-pill{letter-spacing:.08em;text-transform:uppercase;color:#a7b7ae;font-size:8px}.live-pill i{background:#8fc99b;border-radius:50%;width:5px;height:5px;margin-right:5px;display:inline-block;box-shadow:0 0 8px #8fc99b}.console-question{border-left:2px solid var(--rust);background:#1d3030;margin:25px 0 19px;padding:19px}.console-question small,.reason-tree small{letter-spacing:.14em;color:#82928d;font-size:7px}.console-question p{margin:8px 0 0;font:20px Instrument Serif,serif}.reason-tree{color:#26312f;background:#f2f0e9;padding:18px}.tree-row{grid-template-columns:27px 1fr auto;align-items:center;gap:11px;display:grid}.tree-row>span{background:var(--rust);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.tree-row b,.tree-row small{display:block}.tree-row b{margin-top:4px;font:14px/1.35 Instrument Serif,serif}.tree-row>i{text-transform:uppercase;color:#42604c;background:#dbe6dc;padding:5px;font-size:7px;font-style:normal}.tree-line{border-left:1px solid #c8c8be;height:20px;margin-left:12px}.tree-grid{grid-template-columns:1fr 1fr;gap:9px;margin-left:12px;display:grid}.tree-grid>div{background:#e7e5dc;border-top:2px solid #90a69a;padding:12px}.tree-grid b{margin:6px 0;font-size:10px;display:block}.tree-grid p{color:#6d746f;margin:0;font-size:8px}.tree-row.caution{border-top:1px solid #d6d3c8;grid-template-columns:27px 1fr;margin:12px 0 0 12px;padding-top:12px}.tree-row.caution>span{background:#d5a356}.console-foot{color:#8fa09b;text-transform:uppercase;letter-spacing:.06em;padding-top:16px;font-size:7px}.console-foot b{color:#d5a356;font-weight:500}.logic-section,.uses-section{max-width:1240px;margin:auto;padding:120px 34px}.section-intro{grid-template-columns:.55fr 1fr .78fr;align-items:start;gap:40px;margin-bottom:62px;display:grid}.section-intro h2{margin:0;font:46px/1 Instrument Serif,serif}.section-intro>p:last-child{color:#6b736f;margin:0;font-size:12px;line-height:1.7}.logic-steps{border-top:1px solid #cac8be;border-bottom:1px solid #cac8be;grid-template-columns:repeat(4,1fr);display:grid}.logic-steps article{border-right:1px solid #cac8be;min-height:220px;padding:28px 26px 40px}.logic-steps article:last-child{border:0}.logic-steps span,.use-grid>article>span{color:var(--rust);font:17px Instrument Serif,serif}.logic-steps h3,.use-grid h3{margin:36px 0 13px;font:29px Instrument Serif,serif}.logic-steps p,.use-grid p{color:#6b736f;font-size:11px;line-height:1.7}.truth-section{background:var(--navy);color:#eef0ea;grid-template-columns:1.3fr .7fr;align-items:end;gap:100px;padding:100px max(34px,50vw - 586px);display:grid}.section-label.light{color:#9aafa3}.truth-statement blockquote{max-width:720px;margin:30px 0 0;font:48px/1.05 Instrument Serif,serif}.truth-copy{border-left:1px solid #455553;padding-left:35px}.truth-copy p{color:#b8c0bc;font-size:12px;line-height:1.8}.section-intro.compact{grid-template-columns:.7fr 1.5fr;margin-bottom:50px}.use-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.use-grid article{background:#eeebe2;border-top:2px solid #0000;flex-direction:column;min-height:260px;padding:27px;display:flex}.use-grid article:hover{border-color:var(--rust)}.use-grid h3{margin:48px 0 10px}.use-grid p{max-width:280px}.use-grid a{margin-top:auto;font-size:10px;font-weight:700}.use-grid a i{float:right;font-style:normal}.ishook-section{text-align:center;background:#e9e5da;padding:110px 25px}.ishook-badge{border:1px solid #b9b8af;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 26px;display:grid}.ishook-badge span{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:35px;height:35px;font:italic 24px Instrument Serif,serif;display:grid}.ishook-section h2{max-width:760px;margin:28px auto 22px;font:43px/1.1 Instrument Serif,serif}.ishook-section>p:last-child{color:#68716c;max-width:610px;margin:auto;font-size:12px;line-height:1.8}.final-cta{background:var(--rust);color:#fff;text-align:center;padding:90px 25px}.final-cta>p{letter-spacing:.17em;font-size:9px}.final-cta h2{margin:23px 0 30px;font:52px Instrument Serif,serif}.landing-cta.inverse{background:#fff;margin:auto;color:var(--navy)!important}.landing-footer{justify-content:space-between;align-items:center;max-width:1240px;height:95px;margin:auto;padding:0 34px;display:flex}.landing-footer p{color:#7a817c;font-size:9px}.landing-footer>div{gap:25px;font-size:10px;display:flex}.landing .app-frame>main{min-height:0}@media (max-width:900px){.landing-links{display:none}.landing-hero{grid-template-columns:1fr;padding-top:65px}.hero-copy h1{max-width:700px}.logic-console{max-width:620px}.section-intro{grid-template-columns:1fr}.logic-steps{grid-template-columns:1fr 1fr}.logic-steps article:nth-child(2){border-right:0}.truth-section{grid-template-columns:1fr;gap:40px}.use-grid{grid-template-columns:1fr}.use-grid article{min-height:210px}}@media (max-width:560px){.landing-nav{height:66px;padding:0 18px}.landing-signin{display:none}.landing-hero,.logic-section,.uses-section{padding:62px 20px}.hero-copy h1{font-size:55px}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.landing-cta{width:100%}.hero-proof{grid-template-columns:1fr}.logic-console{padding:12px;box-shadow:10px 12px #e4dfd3}.tree-grid{grid-template-columns:1fr}.console-foot{flex-wrap:wrap;gap:8px}.logic-steps{grid-template-columns:1fr}.logic-steps article{border-bottom:1px solid #cac8be;border-right:0}.truth-section{padding:72px 20px}.truth-statement blockquote,.ishook-section h2,.final-cta h2{font-size:38px}.landing-footer{flex-direction:column;align-items:flex-start;gap:25px;height:auto;padding:35px 20px}}.dashboard-actions{align-items:center;gap:10px;display:flex}.archive-link{border:1px solid var(--line);background:#fff;border-radius:9px;padding:11px 15px;font-size:12px;font-weight:600;text-decoration:none}.archive-page{background:var(--paper);min-height:100vh;padding:64px max(24px,50vw - 560px)}.archive-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:40px;padding-bottom:40px;display:flex}.archive-head a{color:var(--muted);margin-bottom:42px;font-size:11px;text-decoration:none;display:inline-block}.archive-head .eyebrow{letter-spacing:.16em;color:var(--orange);font-size:9px;font-weight:700}.archive-head h1{margin:13px 0;font:54px/1 Instrument Serif,serif}.archive-head p{max-width:650px;color:var(--muted);font-size:14px;line-height:1.65}.archive-seal{background:var(--dark);color:#fff;border-radius:50%;flex:none;place-items:center;width:74px;height:74px;font:24px Instrument Serif,serif;display:grid;box-shadow:inset 0 0 0 8px #3c3d37}.archive-search{grid-template-columns:2fr 1fr 110px 110px auto;align-items:end;gap:10px;padding:30px 0;display:grid}.archive-search label{text-transform:uppercase;letter-spacing:.08em;color:#77746c;gap:7px;font-size:9px;font-weight:700;display:grid}.archive-search input{border:1px solid var(--line);background:#fff;border-radius:8px;outline:0;height:45px;padding:0 12px}.archive-search input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.archive-search button{background:var(--dark);color:#fff;cursor:pointer;border:0;border-radius:8px;height:45px;padding:0 17px;font-size:11px;font-weight:700}.archive-search button:disabled{opacity:.6}.archive-summary{color:var(--muted);border-bottom:1px solid var(--line);padding:12px 0 22px;font-size:11px}.archive-results{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:20px;display:grid}.archive-results article{border:1px solid var(--line);background:#fff;flex-direction:column;min-height:290px;padding:22px;display:flex}.archive-meta{flex-wrap:wrap;gap:6px;display:flex}.archive-meta span{background:var(--panel);text-transform:uppercase;letter-spacing:.05em;color:#6e6b63;border-radius:4px;padding:5px 7px;font-size:8px}.archive-results h2{margin:24px 0 8px;font:25px/1.1 Instrument Serif,serif}.archive-creator{color:var(--orange);margin:0 0 15px;font-size:10px}.archive-description{color:var(--muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:10px;line-height:1.6;display:-webkit-box;overflow:hidden}.archive-results a{color:var(--ink);margin-top:auto;padding-top:20px;font-size:10px;font-weight:700;text-decoration:none}.archive-results a span{float:right}.archive-error{margin-bottom:15px}.archive-empty{text-align:center;color:var(--muted);padding:70px;font:24px Instrument Serif,serif}@media (max-width:960px){.archive-search{grid-template-columns:1fr 1fr}.archive-query{grid-column:1/-1}.archive-results{grid-template-columns:1fr 1fr}}@media (max-width:620px){.archive-page{padding:32px 18px}.archive-head h1{font-size:42px}.archive-seal{display:none}.archive-search,.archive-results{grid-template-columns:1fr}.archive-query{grid-column:auto}.archive-search button{width:100%}.archive-results article{min-height:250px}.dashboard-actions{flex-direction:column;align-items:stretch}}.wore-workspace{color:#24241f;background:#faf9f6;grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.wore-sidebar{color:#d8d8d1;background:#20211e;border-right:1px solid #30312d;flex-direction:column;height:100vh;padding:16px 12px 12px;display:flex;position:sticky;top:0}.wore-side-brand{justify-content:space-between;align-items:center;height:42px;padding:0 7px;display:flex}.wore-side-brand>a{color:#f6f5ee;align-items:center;gap:9px;font:25px Instrument Serif,serif;text-decoration:none;display:flex}.wore-side-brand>a span{color:#e17951;border:1px solid #61635c;border-radius:9px;place-items:center;width:28px;height:28px;font-size:16px;display:grid}.wore-side-brand>button{color:#7d7f78;background:0 0;border:0;font-size:20px}.wore-new-chat{color:#f6f5ee;background:#2a2b27;border:1px solid #43443f;border-radius:9px;align-items:center;gap:9px;height:43px;margin-top:16px;padding:0 12px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.wore-new-chat span{color:#d7d5ce;font-size:18px}.wore-nav{gap:2px;margin-top:15px;display:grid}.wore-nav a{color:#a9aaa3;border-radius:8px;align-items:center;gap:11px;height:38px;padding:0 12px;font-size:11px;text-decoration:none;display:flex}.wore-nav a:hover{color:#fff;background:#2b2c28}.wore-nav a span{text-align:center;width:17px;font-size:16px}.wore-side-label{color:#6f716a;letter-spacing:.13em;text-transform:uppercase;padding:26px 12px 8px;font-size:8px;font-weight:700}.wore-recents{gap:2px;min-height:0;display:grid;overflow:auto}.wore-recents a{color:#aaa;border-radius:8px;grid-template-columns:18px 1fr;gap:7px;min-width:0;padding:9px 10px;line-height:1.2;text-decoration:none;display:grid}.wore-recents a:hover,.wore-recents a.active{color:#f0efe8;background:#2b2c28}.wore-recents a>span{color:#777970}.wore-recents b,.wore-recents small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.wore-recents b{font-size:10px;font-weight:500}.wore-recents small{color:#72746d;margin-top:4px;font-size:8px}.wore-side-spacer{flex:1}.wore-network-card{background:#272824;border:1px solid #3c3e38;border-radius:10px;margin:10px 3px;padding:12px}.wore-network-card span{letter-spacing:.1em;color:#d27750;font-size:7px}.wore-network-card b{margin:8px 0 4px;font-size:10px;display:block}.wore-network-card p{color:#7e8078;margin:0 0 10px;font-size:8px}.wore-network-card a{color:#d5d4cd;font-size:8px;text-decoration:none}.wore-profile{color:#eee;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #373833;grid-template-columns:31px 1fr auto;align-items:center;gap:9px;padding:13px 7px 3px;display:grid}.wore-profile>span{background:linear-gradient(135deg,#d4734b,#754535);border-radius:50%;place-items:center;width:31px;height:31px;font-size:10px;font-weight:700;display:grid}.wore-profile b,.wore-profile small{text-overflow:ellipsis;white-space:nowrap;max-width:145px;display:block;overflow:hidden}.wore-profile b{font-size:9px}.wore-profile small{color:#777970;margin-top:3px;font-size:7px}.wore-profile i{color:#696b64;font-size:9px;font-style:normal}.wore-canvas{background:radial-gradient(circle at 50% 42%,#ebe3d78c,#0000 32%),#faf9f6;grid-template-rows:62px 1fr auto;min-width:0;min-height:100vh;display:grid;position:relative}.wore-topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:5;background:#faf9f6e0;border-bottom:1px solid #e7e4dc;justify-content:space-between;align-items:center;height:62px;padding:0 22px;display:flex}.wore-model{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:29px auto auto 15px;align-items:center;gap:8px;display:grid}.wore-model>span{color:#ca6842;background:#f3e1d7;border-radius:8px;place-items:center;width:27px;height:27px;font:16px Instrument Serif,serif;display:grid}.wore-model b{font-size:11px}.wore-model small{color:#99968e;border-left:1px solid #ddd9cf;padding-left:8px;font-size:8px}.wore-model i{color:#999;font-style:normal}.wore-topbar>div{align-items:center;gap:8px;display:flex}.wore-topbar a,.top-source{color:#6f6d65;background:0 0;border:0;padding:8px;font-size:9px;text-decoration:none}.round-action{width:32px;background:#fff!important;border:1px solid #dfdcd3!important;border-radius:9px!important;place-items:center!important;height:32px!important;padding:0!important;display:grid!important}.wore-welcome{text-align:center;width:min(820px,100% - 42px);margin:auto;padding:56px 0 34px}.wore-glyph{background:#f2dfd5;border-radius:18px;place-items:center;width:56px;height:56px;margin:0 auto 17px;display:grid;transform:rotate(-4deg)}.wore-glyph span{color:#cc6942;font:27px Instrument Serif,serif;transform:rotate(4deg)}.wore-overline{letter-spacing:.17em;color:#adaaa1;margin:0 0 12px;font-size:8px}.wore-welcome h1{letter-spacing:-.025em;margin:0;font:400 clamp(39px,4.2vw,57px)/1.04 Instrument Serif,serif}.wore-welcome h1 em{color:#ce6a43;font-weight:400}.wore-intro{color:#77746c;max-width:570px;margin:18px auto 30px;font:15px/1.55 Instrument Serif,serif}.wore-starters{grid-template-columns:1fr 1fr;gap:9px;max-width:700px;margin:auto;display:grid}.wore-starters button,.wore-starters a{text-align:left;min-width:0;color:inherit;cursor:pointer;background:#ffffffb8;border:1px solid #e0ddd4;border-radius:12px;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:14px;text-decoration:none;transition:all .18s;display:grid}.wore-starters button:hover,.wore-starters a:hover{background:#fff;border-color:#cbc6ba;transform:translateY(-1px);box-shadow:0 8px 24px #322f270d}.wore-starters>*>span{color:#777269;background:#eeece5;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.wore-starters b,.wore-starters small{display:block}.wore-starters b{margin-bottom:4px;font-size:10px}.wore-starters small{color:#8c8980;font-size:8px}.wore-starters i{color:#aaa69e;font-size:10px;font-style:normal}.wore-compose-dock{width:min(780px,100% - 40px);margin:0 auto;padding:4px 0 16px}.wore-compose-dock>.error{margin-bottom:7px}.wore-composer{background:#fff;border:1px solid #d9d6cc;border-radius:16px;padding:12px 12px 9px;box-shadow:0 10px 32px #2c292214}.wore-composer textarea{resize:none;color:#282721;background:0 0;border:0;outline:0;width:100%;min-height:40px;padding:5px;font:13px/1.5 DM Sans,sans-serif}.wore-composer textarea::placeholder{color:#aaa69d}.wore-compose-tools{justify-content:space-between;align-items:center;margin-top:5px;display:flex}.wore-compose-tools>div{gap:5px;display:flex}.wore-compose-tools button{cursor:pointer;background:#fff;border:1px solid #e2dfd7;border-radius:8px;height:29px;padding:0 9px;font-size:8px}.wore-compose-tools .tool-pill span{color:#d16d46;margin-right:4px}.wore-compose-tools .wore-send{color:#fff;background:#24251f;border:0;border-radius:9px;width:31px;height:31px;padding:0;font-size:16px}.wore-send:disabled{color:#aaa;cursor:default;background:#dfddd6}.wore-compose-dock>p{text-align:center;color:#aaa79e;margin:8px 0 0;font-size:7px}.wore-chat-canvas{background:#faf9f6}.wore-thread{width:min(780px,100% - 44px);margin:0 auto;padding:45px 0 30px;overflow:auto}.thread-empty{text-align:center;margin:10vh auto 0}.thread-empty h1{margin:18px 0 8px;font:38px Instrument Serif,serif}.thread-empty p{color:#88857c;font-size:11px}.wore-message{grid-template-columns:34px 1fr;gap:13px;margin:0 0 30px;display:grid}.wore-message.user{grid-template-columns:1fr;margin-left:16%}.wore-message.user>div{background:#eeece6;border-radius:14px 14px 3px;padding:13px 16px}.message-avatar{color:#cb6841;background:#f2dfd5;border-radius:10px;place-items:center;width:32px;height:32px;font:17px Instrument Serif,serif;display:grid}.wore-message small{letter-spacing:.11em;color:#9a968d;font-size:7px;font-weight:700}.wore-message p{color:#4f4d46;white-space:pre-wrap;margin:7px 0;font-size:12px;line-height:1.75}.wore-message.user p{color:#383730;margin:0}.message-actions{gap:5px;margin-top:12px;display:flex}.message-actions button{color:#77746c;background:#fff;border:1px solid #e1ded5;border-radius:7px;padding:6px 8px;font-size:7px}.thinking{color:#8b887f!important}.wore-compose-dock.compact{background:linear-gradient(#0000,#faf9f6 20%);padding-top:20px;position:sticky;bottom:0}.top-source{background:#fff!important;border:1px solid #dedbd2!important;border-radius:8px!important}.wore-chat-canvas .wore-topbar{position:sticky;top:0}@media (max-width:760px){.wore-workspace{grid-template-columns:1fr}.wore-sidebar{display:none}.wore-topbar{padding:0 12px}.wore-model{grid-template-columns:29px auto 15px}.wore-model small{display:none}.wore-welcome{padding-top:38px}.wore-starters{grid-template-columns:1fr}.wore-starters>:nth-child(n+4){display:none}.wore-compose-dock{width:calc(100% - 22px)}.tool-pill:last-of-type{display:none}.wore-thread{width:calc(100% - 26px);padding-top:28px}.wore-message.user{margin-left:8%}}.billing-text-link{text-align:center;color:var(--muted);margin-top:14px;font-size:10px;text-decoration:none;display:block}.billing-text-link:hover{color:var(--orange)}
