@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600&family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Microsoft YaHei,PingFang SC,sans-serif;color:#2d3730;background:#f7f7f3;font-synthesis:none;--paper: #f7f7f3;--white: #fff;--ink: #2d3730;--muted: #858a80;--green: #3d5847;--green-dark: #2e4538;--line: #e5e7df;--soft: #ecefe7;--rose: #ede2dc;--serif: "Noto Serif SC", "Songti SC", "SimSun", serif}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.6}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit;text-decoration:none}button{color:inherit}button,input,select,textarea{outline:none}button:focus-visible,a:focus-visible{outline:2px solid #5b8065;outline-offset:4px}input:focus,select:focus,textarea:focus{border-color:#82947c;box-shadow:0 0 0 3px #92a68718}button{border:0;background:none}input,select,textarea{width:100%;border:1px solid #dfe3d9;border-radius:8px;background:#fff;padding:11px 13px;transition:.15s;color:var(--ink);font-size:13px}textarea{resize:vertical;line-height:1.8;min-height:80px}input::placeholder,textarea::placeholder{color:#a1a499}input:disabled{background:#f2f3ee;color:#888f84}select{cursor:pointer;padding-right:26px}h1,h2,h3,h4,p{margin:0}h1{font-size:36px;font-weight:500;letter-spacing:-1.2px;line-height:1.45}h2{font-size:21px;font-weight:600;letter-spacing:-.4px}h3{font-size:16px;font-weight:600}h4{font-size:14px;font-weight:600}p{line-height:1.85}small{font-size:11px;color:var(--muted)}img{max-width:100%;display:block}svg{flex-shrink:0;vertical-align:middle}video{display:block;max-width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#ced3c6;border-radius:8px}::selection{background:#d8e3d4}.button{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:10px 19px;border:1px solid var(--green);border-radius:9px;background:var(--green);color:#fff;font-size:13px;font-weight:500;line-height:1.4;transition:background .15s,transform .15s}.button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.button.outline{background:transparent;color:var(--ink);border-color:#dce1d5}.button.outline:hover:not(:disabled){background:#edf0e7;border-color:#b6c1ac}.button.ghost{background:transparent;border-color:transparent;color:#697261}.button.ghost:hover:not(:disabled){background:#e9ece4}.button.danger{background:#a55f53;border-color:#a55f53}.icon-button{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;color:#777f72;border:1px solid transparent;flex-shrink:0}.icon-button:hover:not(:disabled),.icon-button.active{background:#e8ede3;color:var(--green)}.text-button{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#516e53;padding:3px 0;background:transparent;border:none}.text-button:hover{text-decoration:underline}.badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;line-height:1.4;padding:5px 9px;background:#eeeee7;color:#7c806e;border-radius:5px;white-space:nowrap}.badge.green{background:#e9efe4;color:#4c714d}.badge.red{background:#f7eae6;color:#9c5a50}.tags{display:flex;gap:7px;flex-wrap:wrap}.field{display:block;margin:0 0 18px}.field>span{font-weight:500;display:block;font-size:12px;color:#5b6658;margin-bottom:7px}.field>small{display:block;font-size:11px;line-height:1.7;margin-top:6px}.field input,.field textarea,.field select{display:block}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.checkbox-field{display:flex;align-items:flex-start;gap:8px;line-height:1.8;margin:18px 0;font-size:12px;color:#6e7668}.checkbox-field input{width:15px;height:15px;margin-top:3px;accent-color:var(--green);flex-shrink:0}.eyebrow{font-size:10px;letter-spacing:2px;color:#87917e;font-weight:500}.muted{color:var(--muted)}.small{font-size:12px}.preserve-lines{white-space:pre-wrap}.spin{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading{min-height:240px;display:flex;align-items:center;justify-content:center;gap:12px;color:#7c8b70;font-size:13px}.error-box{display:flex;align-items:flex-start;gap:9px;background:#f9eae5;border:1px solid #f0d6ce;color:#965b4e;padding:12px 14px;border-radius:8px;font-size:12px;margin:12px 0}.error-box button{text-decoration:underline;white-space:nowrap;margin-left:auto}.empty{padding:62px 24px;text-align:center}.empty-icon{width:66px;height:66px;background:#ecf0e7;display:flex;align-items:center;justify-content:center;color:#8b9b7b;border-radius:50%;margin:0 auto 20px}.empty h3{font-weight:500;font-size:18px;margin-bottom:9px}.empty p{font-size:13px;color:#92988a;max-width:380px;margin:0 auto 23px}.image-fallback{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:linear-gradient(140deg,#e1e6d9,#f0e9dd);color:#8b9a7b;min-height:130px;font-size:12px}.tip{display:flex;align-items:flex-start;gap:8px;padding:13px 15px;background:#f0f3eb;color:#7a866e;line-height:1.75;font-size:12px;border-radius:8px;margin:12px 0}.tip svg{margin-top:3px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:25px}.panel h2{font-size:18px;margin-bottom:20px}.panel>p{color:#8d9386;font-size:12px;margin-bottom:18px}.avatar{width:37px;height:37px;border-radius:50%;background:#e5e9dc;color:#637355;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:14px;flex-shrink:0}.avatar.small{width:31px;height:31px;font-size:12px}.avatar.large{width:64px;height:64px;font-size:23px}.mini-avatar{width:20px;height:20px;background:#ecebdc;color:#8a8e72;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0}.brand{display:flex;gap:11px;align-items:center}.brand-mark{font-family:Georgia,serif;display:flex;align-items:center;justify-content:center;width:43px;height:45px;background:var(--green);color:#f9f7ee;border-radius:13px 13px 13px 4px;font-size:41px;line-height:1;padding:0 0 8px 2px;letter-spacing:-6px}.brand-mark>span{font-size:24px;margin-top:20px;margin-right:5px}.brand b{font-family:Georgia,serif;font-size:26px;font-weight:500;letter-spacing:-.8px;line-height:1.1}.brand b>span{font-family:var(--serif);font-size:13px;font-weight:500;margin-left:8px;letter-spacing:2px}.brand small{display:block;font-size:9px;letter-spacing:2px;color:#9ba18e;margin-top:6px}.sidebar{position:fixed;width:225px;inset:0 auto 0 0;background:#fdfdf9;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:31px 21px 18px;z-index:40}.sidebar .brand{margin-bottom:34px}.new-project{width:100%;justify-content:flex-start;padding-left:25px;min-height:44px;box-shadow:0 4px 7px #31493408;margin-bottom:33px;border-radius:8px}.nav-label{font-size:10px;color:#a2a896;letter-spacing:.8px;padding-left:13px;margin-bottom:13px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar nav>a{display:flex;align-items:center;gap:12px;padding:12px 14px;min-height:45px;border-radius:8px;color:#7c8476;font-size:13px}.sidebar nav>a.active{background:#edf1e6;color:#3f6042;font-weight:600}.nav-dot{width:5px;height:5px;border-radius:50%;background:#708f58;margin-left:auto}.sidebar nav>a:not(.active) .nav-dot{display:none}.sidebar nav>a:hover{background:#f0f2eb}.sidebar-bottom{margin-top:auto;padding-top:30px;display:flex;flex-direction:column}.tutorial-callout{padding:16px 13px 14px;border:1px solid #e7e8dc;background:linear-gradient(125deg,#f3f4eb,#f9f7ef);border-radius:9px;display:block;margin-bottom:18px}.small-flower{color:#8c9c74;margin-bottom:11px}.tutorial-callout h4{font-size:11px;font-weight:500;display:flex;gap:4px;align-items:center;line-height:1.7}.tutorial-callout h4 svg{margin-left:auto}.tutorial-callout p{font-size:10px;color:#979c88;margin-top:3px}.tutorial-callout>span{font-size:10px;margin-top:10px;display:flex;justify-content:space-between;color:#687a52}.utility-link{font-size:12px;display:flex;align-items:center;gap:10px;padding:9px;color:#909787}.utility-link.active{color:#39583c}.credit-mini{margin:12px 0 18px;background:#f1f2e9;border:1px solid #e9eadf;border-radius:8px;padding:12px 13px;display:flex;align-items:center;justify-content:space-between;color:#7c856a}.credit-mini>span{display:flex;gap:8px;align-items:center;font-size:15px;font-weight:600}.credit-mini small{font-size:10px;font-weight:400;margin-left:-4px;color:#9a9f88}.profile-mini{border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;gap:9px}.profile-mini b{font-size:11px;font-weight:500;display:block;max-width:93px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-mini small{font-size:9px}.profile-mini .icon-button{margin-left:auto}.main-content{margin-left:225px;min-height:100vh}.page{padding:26px 44px 60px;max-width:1700px;margin:0 auto}.page-topline{display:flex;justify-content:space-between;align-items:center;color:#909787;font-size:10px;letter-spacing:.3px;margin:0 0 30px}.page-topline>a,.page-topline>span{display:flex;align-items:center;gap:7px}.page-topline a{font-size:10px;color:#829170}.page-heading{margin:30px 0 37px}.page-heading .eyebrow{margin-bottom:16px}.page-heading h1{font-family:var(--serif);font-size:33px;font-weight:500;letter-spacing:1px;line-height:1.6;margin-bottom:13px}.page-heading>p,.page-heading>div>p{color:#919885;font-size:12px;letter-spacing:.4px}.heading-dot{color:#9caf80}.flex-heading{display:flex;align-items:center;justify-content:space-between;gap:30px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-heading h2{font-size:19px;font-weight:500}.section-heading h2>span{font-size:10px;color:#a7ad9d;font-weight:400;margin-left:13px;letter-spacing:0}.section-heading p{font-size:11px;color:#a0a694;margin-top:6px}.search-input{display:flex;gap:9px;align-items:center;background:#fcfcf9;border:1px solid #e3e6dc;border-radius:7px;padding:0 11px;min-height:37px;color:#9ba18e;min-width:0}.search-input input{background:transparent;border:0;box-shadow:none!important;padding:8px 0;font-size:11px;min-width:0}.search-input button{font-size:20px;padding:0 3px;color:#939b87}.search-filter{display:flex;gap:10px;align-items:center}.search-filter .search-input{width:233px}.search-filter .icon-button{background:#fcfcf8;border:1px solid #e2e5dc;width:37px;height:37px}.tabs{display:flex;align-items:center;gap:26px;border-bottom:1px solid var(--line)}.tabs button{padding:14px 0;position:relative;color:#939b88;font-size:12px;white-space:nowrap}.tabs button.active{color:#425c3e}.tabs button.active:after{content:"";position:absolute;height:2px;background:#536d46;bottom:-1px;left:0;right:0}.tabs button>span{font-size:10px;background:#e8eddf;border-radius:5px;padding:2px 6px;margin-left:6px}.tabs.wrap{gap:22px;flex-wrap:wrap}.list-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin:25px 0 26px;gap:18px}.list-toolbar>.tabs{border-bottom:0}.list-toolbar .search-input{max-width:280px;margin-bottom:8px}.list-toolbar>.button{margin-bottom:8px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#8f9882;font-size:12px;margin:5px 0 29px;padding:0}.back-link:hover{color:var(--green)}.mobile-menu{display:none}.discover-hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:337px;border:1px solid #e2e6d8;border-radius:14px;overflow:hidden;background:#edeedf}.hero-copy{padding:31px 32px 21px;background:radial-gradient(ellipse at 3% 30%,#f6f4e8 0,#eeefdf 60%,#e5e8d9);position:relative}.hero-copy .eyebrow{font-size:8px;letter-spacing:1.9px;display:flex;align-items:center;gap:7px;color:#90997c}.hero-copy .eyebrow>span{width:5px;height:5px;background:#9faa85;border-radius:50%}.hero-copy h1{font-family:var(--serif);font-size:31px;font-weight:500;line-height:1.65;letter-spacing:1px;margin:18px 0 15px;color:#3e5038}.hero-copy h1>span{color:#71845b}.hero-copy p{font-size:11px;color:#8c957a;letter-spacing:.5px;line-height:1.9}.hero-action{font-size:11px;display:flex;align-items:center;gap:26px;margin-top:24px;padding:0;color:#587147}.circle-arrow{display:inline-flex;border:1px solid #a8b494;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;font-size:14px}.hero-meta{display:flex;justify-content:space-between;font-size:7px;letter-spacing:1px;color:#a6ae96;margin-top:27px;gap:10px}.hero-photo{position:relative;overflow:hidden;min-height:100%;background:#a4ad88}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;position:absolute;filter:brightness(.87) saturate(.65)}.hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#1e362c77,transparent 60%)}.hero-photo-label{position:absolute;bottom:26px;left:27px;z-index:1;color:#fff}.hero-photo-label>span{font-size:8px;letter-spacing:2px;color:#ebeddfbd}.hero-photo-label h3{font-size:19px;font-family:var(--serif);font-weight:400;letter-spacing:3px;margin-top:5px}.hero-photo-label small{font-size:9px;color:#e6e9dab0;letter-spacing:1px}.hero-seal{position:absolute;right:20px;top:20px;z-index:1;background:#f6f5e9ec;width:66px;height:66px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-radius:50%;color:#81926e;transform:rotate(13deg);border:3px double #cad1b7}.hero-seal>span{font-size:6px;letter-spacing:.8px;text-align:center;line-height:1.5}.discover-list{margin-top:36px;scroll-margin-top:20px}.category-row{display:flex;align-items:center;gap:10px;padding:22px 0 24px;flex-wrap:wrap}.category-row button{font-size:11px;border:1px solid transparent;padding:6px 15px;border-radius:18px;color:#929980;white-space:nowrap}.category-row button.active{background:#e5ebdb;color:#597049;border-color:#dfe5d5}.category-row button:hover{background:#edf0e6}.category-note{margin-left:auto;font-size:8px;color:#acb29f;display:flex;align-items:center;gap:5px;letter-spacing:.5px}.category-note>span{height:4px;width:4px;border-radius:50%;background:#a4b28b}.filter-panel{border:1px solid var(--line);background:#fcfcf8;padding:16px 18px;display:flex;gap:16px;align-items:center;border-radius:10px;margin-bottom:25px}.filter-panel .field{margin:0;flex:1}.masonry{columns:4;column-gap:20px}.case-card{break-inside:avoid;display:inline-block;width:100%;margin-bottom:28px;vertical-align:top}.case-image-link{position:relative;display:block;border-radius:11px;overflow:hidden;background:#e3e4d7}.case-image-link>img{width:100%;height:auto;object-fit:cover;transition:transform .5s;filter:saturate(.78)}.case-image-link:hover>img{transform:scale(1.035);filter:saturate(.95)}.case-gradient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(0deg,#29302145,transparent 36%)}.case-label{position:absolute;left:10px;bottom:11px;font-size:8px;letter-spacing:.3px;color:#fff;background:#f8f9ec28;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:3px 7px;border-radius:4px;border:1px solid #ffffff39}.case-open{position:absolute;bottom:10px;right:9px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#ffffff19;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .15s}.case-image-link:hover .case-open{opacity:1}.save-button{position:absolute;right:9px;top:9px;border-radius:50%;width:28px;height:28px;background:#fcfcf1de;display:flex;align-items:center;justify-content:center;color:#737e66;opacity:0;transition:opacity .2s}.case-image-link:hover .save-button,.save-button.saved,.save-button:focus-visible{opacity:1}.case-info{padding:12px 1px 0}.case-title-row{display:flex;align-items:center;gap:7px;justify-content:space-between}.case-info h3{font-size:12px;font-weight:500;line-height:1.7}.template-dot{color:#a1ac8e}.case-info>p{font-size:9px;color:#a0a693;margin-top:4px}.case-info>p>span{padding:0 7px;color:#b7bcae}.case-author{display:flex;align-items:center;gap:6px;font-size:8px;color:#a3aa98;margin-top:12px}.case-author>small{margin-left:auto;font-size:8px;color:#9ba887;padding:2px 5px;border:1px solid #e3e9d9;border-radius:3px;line-height:1.4;white-space:nowrap}.discovery-footer{display:flex;align-items:center;flex-direction:column;padding:40px 0 10px;color:#b1b8a0;gap:8px}.discovery-footer p{font-family:var(--serif);font-size:13px;letter-spacing:2px;color:#919d80}.discovery-footer span{font-size:7px;letter-spacing:2px;margin-top:5px}.case-detail-grid{display:grid;grid-template-columns:minmax(0,1.17fr) minmax(320px,.9fr);gap:40px;align-items:start}.case-visuals{display:flex;flex-direction:column;gap:16px}.case-visuals>img{width:100%;border-radius:12px}.photo-credit{display:flex;gap:7px;align-items:flex-start;font-size:10px;color:#a1a68f;line-height:1.7;padding:0 4px}.photo-credit a{text-decoration:underline}.photo-credit svg{margin-top:2px}.case-story>.eyebrow{font-size:7px;margin:10px 0 18px}.case-story h1{font-family:var(--serif);font-size:28px;line-height:1.6;letter-spacing:1px;margin-bottom:18px}.author-block{display:flex;align-items:center;gap:10px;margin:26px 0;border-bottom:1px solid var(--line);padding-bottom:22px}.author-block b{font-size:11px;font-weight:500;display:block}.author-block small{display:block;font-size:9px;margin-top:3px}.author-block .icon-button{margin-left:auto}.case-description{font-size:12px;color:#8f9583;line-height:2;margin:20px 0}.recipe{background:#fdfdf8;border:1px solid var(--line);padding:20px;border-radius:10px}.recipe-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.recipe-heading h3{font-size:12px;display:flex;align-items:center;gap:7px}.recipe-heading+.recipe p,.recipe>p{font-size:10px;color:#9ca38e;margin:11px 0}.prompt-block{background:#f1f3ea;border:1px solid #e6eadd;border-radius:7px;padding:16px;font-size:12px;line-height:1.95;color:#7c8c68;white-space:pre-wrap;overflow-wrap:anywhere}.recipe>.text-button{font-size:10px;margin-top:10px}.recipe-facts{margin-top:15px;border-top:1px solid var(--line);padding-top:9px}.recipe-facts>div{display:flex;align-items:center;justify-content:space-between;font-size:10px;margin-top:8px;gap:10px}.recipe-facts span{color:#9fa792}.recipe-facts b{font-weight:400;color:#727e63}.case-cta{display:flex;flex-direction:column;gap:10px;margin:24px 0 15px}.case-cta>small{display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;margin-top:3px}.license-note{font-size:9px;color:#afb5a3;line-height:1.8}.case-detail.embedded{padding:0}.case-detail.embedded .case-detail-grid{gap:25px;grid-template-columns:1fr 1fr}.case-detail.embedded .case-story h1{font-size:21px}.case-detail.embedded .recipe{padding:14px}.case-detail.embedded .case-cta{position:sticky;bottom:0;background:#fff;padding:10px 0 0}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.project-card{border:1px solid var(--line);border-radius:12px;background:#fff;min-width:0}.project-cover{position:relative;display:block;height:205px;overflow:hidden;border-radius:11px 11px 0 0}.project-cover>img{width:100%;height:100%;object-fit:cover;transition:transform .4s;filter:saturate(.8)}.project-cover:hover>img{transform:scale(1.035)}.blank-cover{height:100%;background:radial-gradient(ellipse at 30% 30%,#e9ecdf,#e1e5d5);display:flex;align-items:center;justify-content:center;gap:17px;flex-direction:column;color:#acb69b}.blank-cover>span{font-size:9px;letter-spacing:3px;color:#9ca78d}.project-enter{position:absolute;right:13px;bottom:13px;width:30px;height:30px;background:#fbfcf8d9;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#788b65}.project-info{padding:18px 19px 12px}.project-info h3{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-info p{font-size:10px;color:#a1a890;margin-top:8px}.project-info p>span{margin:0 9px}.project-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f1e9;padding-top:10px;margin-top:16px}.project-bottom small{font-size:9px}.dropdown{position:relative}.dropdown>summary{display:flex;width:26px;height:26px;align-items:center;justify-content:center;list-style:none;color:#98a186;cursor:pointer}.dropdown-menu{position:absolute;right:0;top:28px;background:#fff;box-shadow:0 8px 25px #33472c14;border:1px solid #e1e7d7;border-radius:8px;min-width:140px;padding:5px;z-index:20}.dropdown-menu button{font-size:11px;text-align:left;width:100%;padding:8px;display:flex;align-items:center;gap:7px;border-radius:4px;color:#849274}.dropdown-menu button:hover{background:#f0f4e9}.project-new-card{min-height:330px;border:1px dashed #d8dfca;border-radius:12px;background:#f7f8f1;display:flex;align-items:center;justify-content:center;flex-direction:column}.project-new-card>span{width:48px;height:48px;border:1px solid #dfe5d3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#91a277;margin-bottom:20px}.project-new-card h3{font-size:13px;font-weight:400;color:#8b9b76}.project-new-card p{font-size:10px;color:#b1bba2;margin-top:8px}.workflow-feature{display:flex;align-items:center;gap:20px;background:#edf0e4;border:1px solid #e1e7d5;border-radius:11px;padding:22px 26px;margin:0 0 24px}.feature-icon{width:49px;height:49px;background:#dfe7d4;border:1px solid #d4dfc6;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#8a9d70}.workflow-feature h3{font-size:13px;font-weight:500}.workflow-feature p{font-size:11px;color:#9aa58b;margin-top:5px}.workflow-feature>a{margin-left:auto;display:flex;gap:8px;align-items:center;font-size:11px;color:#718557;white-space:nowrap}.workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.workflow-card{position:relative;padding:24px 19px 15px;background:#fff;border:1px solid #e7eadf;border-radius:11px;text-align:left;transition:.2s}.workflow-card:hover{transform:translateY(-3px);border-color:#becbac;box-shadow:0 6px 20px #68755308}.workflow-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.sage{background:#eff3e8;color:#819368}.rose{background:#f5eeeb;color:#b39282}.sand{background:#f3f0e5;color:#b2a375}.lavender{background:#eeeef4;color:#9b96b1}.blue{background:#eaf1f2;color:#8aa0a4}.workflow-number{position:absolute;right:19px;top:26px;font-family:Georgia,serif;font-size:10px;color:#c3c9b7}.workflow-card h3{font-size:13px;font-weight:500;margin-bottom:9px}.workflow-card>p{font-size:10px;line-height:1.9;color:#a3ab97;min-height:39px}.workflow-card>div:last-child{display:flex;align-items:center;justify-content:space-between;margin-top:19px;padding-top:13px;border-top:1px solid #eff2e9;color:#a1b087}.workflow-card>div:last-child small{font-size:8px;color:#a5b093}.steps-mini{display:flex;align-items:center;gap:10px;font-size:10px;color:#9aaa86;margin:5px 0 23px}.tutorial-feature{background:linear-gradient(110deg,#e9ecdb,#f1f0e5);border:1px solid #dfe4d1;border-radius:15px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;margin-bottom:43px}.tutorial-feature h2{font-family:var(--serif);font-size:25px;font-weight:500;letter-spacing:1px;margin:15px 0 12px}.tutorial-feature p{font-size:12px;color:#97a17f;margin-bottom:24px}.tutorial-feature .button{font-size:11px}.tutorial-illustration{display:flex;align-items:center;gap:24px;padding-right:10px;color:#b1bc9b}.tutorial-illustration>div{width:116px;height:140px;background:#fcfcf4;border:1px solid #dce3cc;border-radius:6px;box-shadow:0 7px 15px #52603e09;display:flex;align-items:center;justify-content:center;gap:12px;flex-direction:column;transform:rotate(-7deg)}.tutorial-illustration>div:last-child{transform:rotate(7deg);background:#e0e8ce}.tutorial-illustration span{font-size:10px;letter-spacing:3px}.section-title{font-size:18px;font-weight:500;margin-bottom:22px}.tutorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.tutorial-card{display:block;border:1px solid var(--line);border-radius:11px;background:#fff;padding:27px;position:relative}.tutorial-index{font-family:Georgia,serif;font-size:29px;color:#d9dfce;position:absolute;right:27px;top:19px}.tutorial-card h3{font-size:16px;font-weight:500;margin:19px 0 11px}.tutorial-card>p{font-size:12px;color:#a2ac91}.tutorial-card>div{display:flex;align-items:center;justify-content:space-between;margin-top:29px;color:#a3b18a}.tutorial-card>div>span{display:flex;align-items:center;gap:6px;font-size:10px}.gentle-note{display:flex;align-items:center;justify-content:center;gap:15px;padding:44px 20px;color:#adb99a;font-size:12px}.tutorial-article{max-width:1000px;padding-top:35px}.tutorial-article>.eyebrow{margin:15px 0 20px}.tutorial-article>h1{font-family:var(--serif);font-size:32px;margin:22px 0 17px;font-weight:500}.article-intro{font-size:14px;color:#a1ac92;padding-bottom:32px;border-bottom:1px solid var(--line)}.tutorial-step{display:grid;grid-template-columns:54px 1fr;gap:22px;margin:40px 0}.tutorial-step>span{font-family:Georgia,serif;font-size:30px;color:#b6c3a2}.tutorial-step h2{font-size:19px;font-weight:500;margin-bottom:14px}.tutorial-step p{font-size:13px;line-height:2;color:#8b997c}.example-note{background:#edf2e4;border-radius:9px;padding:22px;display:flex;gap:12px;color:#9bad82;margin-top:22px}.example-note b{font-size:12px;font-weight:500}.example-note p{font-size:12px;margin-top:10px;color:#9fac8d}.article-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#e9eddf;padding:26px;border-radius:11px;margin-top:45px}.article-bottom h3{font-size:14px;font-weight:500}.article-bottom p{font-size:11px;color:#9da98c;margin-top:5px}.balance-card{border:1px solid #d9e2cd;background:linear-gradient(110deg,#e6ecdb,#f1f2e7);border-radius:13px;padding:30px 37px;display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.balance-card>div>span{font-size:11px;color:#8f9b7d;letter-spacing:.5px}.balance-card strong{display:block;font-family:DM Sans,sans-serif;font-size:51px;font-weight:500;letter-spacing:-1px;color:#4e6a3b;line-height:1.2;margin:14px 0 9px}.balance-card strong small{font-size:12px;font-family:inherit;margin-left:12px;color:#9bab84}.balance-card p{font-size:10px;color:#a3ae94}.balance-held{display:flex;flex-direction:column;gap:11px;align-items:flex-start;border-left:1px solid #dce4d1;padding:10px 0 10px 35px;color:#9aaa83}.balance-held b{font-size:13px;font-weight:400}.balance-held>span{font-size:10px!important}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin-top:25px}.plan-card{border:1px solid var(--line);border-radius:11px;padding:30px 27px;background:#fff;position:relative}.plan-card.featured{border:1px solid #91a976;background:#fafcf5;box-shadow:0 6px 14px #64804606}.plan-popular{position:absolute;left:24px;top:-12px;background:#617e46;color:#fcfcf8;padding:4px 13px;font-size:9px;border-radius:14px;letter-spacing:.5px}.plan-card h3{font-size:17px;font-family:var(--serif);font-weight:500;letter-spacing:1px}.plan-card>p{font-size:10px;color:#a5ae96;margin-top:8px}.plan-price{font-size:39px;font-weight:500;margin:25px 0 12px;letter-spacing:-1px;line-height:1.2}.plan-price>span{font-size:21px;margin-right:5px}.plan-price>small{font-size:9px;color:#aeb69e;letter-spacing:0;margin-left:8px}.plan-credits{font-size:11px;font-weight:400;color:#8b9e73;display:block;padding-bottom:21px;border-bottom:1px solid #ecf0e4}.plan-card ul{list-style:none;padding:0;margin:20px 0 27px}.plan-card li{font-size:11px;color:#98a187;margin:12px 0;display:flex;align-items:center;gap:8px}.plan-card li>svg{color:#a0b183}.plan-card .button{width:100%;font-size:11px}.credit-explainer{display:grid;grid-template-columns:repeat(3,1fr);padding:29px 0;margin:11px 0 14px;border-bottom:1px solid var(--line)}.credit-explainer>div{text-align:center;color:#a6b390}.credit-explainer b{font-size:11px;font-weight:500;color:#879973;margin-left:8px}.credit-explainer p{font-size:9px;color:#acb69e;margin-top:6px}.table-wrap{border:1px solid var(--line);border-radius:10px;overflow:auto;background:#fff}.table-wrap table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap;font-size:11px}.table-wrap th{background:#f0f3e9;padding:14px 18px;color:#9ca68c;font-weight:400;font-size:10px}.table-wrap td{padding:16px 18px;border-top:1px solid #eff2e8;color:#7f8e6e;line-height:1.7}.table-wrap td b{font-weight:500}.table-wrap td small{display:block;font-size:9px;color:#a7b199;margin-top:4px}.table-wrap .positive{color:#6b8e43}.table-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.table-actions button{font-size:10px;color:#7b9660;padding:0}.table-actions button:hover{text-decoration:underline}.order-summary{text-align:center;background:#eff3e7;border-radius:10px;padding:23px;margin-bottom:24px}.order-summary>span{font-size:13px}.order-summary>strong{font-size:34px;font-weight:500;display:block;margin:12px 0;color:#54703e}.order-summary h3{margin-top:15px}.order-summary p{font-size:11px;color:#94a27e}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.account-avatar{display:flex;align-items:center;gap:17px;margin-bottom:30px}.account-avatar b{font-size:15px;font-weight:500}.account-avatar p{font-size:11px;color:#a9b197;margin-top:4px}.account-page .panel h3{margin:30px 0 20px;font-size:16px}.account-page .panel>.button{margin-top:10px}.account-tip{display:flex;gap:17px;margin-top:25px;border:1px solid #e3e9d8;background:#edf2e5;padding:25px;border-radius:11px;color:#a4b58b}.account-tip h3{font-size:13px;font-weight:500}.account-tip p{font-size:11px;margin-top:8px;color:#a1b087}.publication-item{display:flex;gap:12px;margin:20px 0;align-items:center}.publication-item>img{width:80px;height:70px;object-fit:cover;border-radius:7px}.publication-item b{font-size:11px;display:block;margin-bottom:8px}.publication-item p{font-size:10px;color:#a9a083}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#fbfcf7}.auth-art{position:relative;min-height:100vh;background:#455a44;overflow:hidden}.auth-art>img{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(.7) saturate(.65)}.auth-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#1f382dc7,transparent 90%)}.auth-art .brand{position:absolute;left:50px;top:43px;color:#f2f6e8}.auth-art .brand small{color:#d7dec2}.auth-art .brand-mark{background:#fbfcf7df;color:#4b643b}.auth-quote{position:absolute;left:60px;right:40px;bottom:23%;color:#fff}.auth-quote .eyebrow{color:#d8e2c1b0;font-size:9px;letter-spacing:2.4px}.auth-quote h1{font-family:var(--serif);font-size:41px;letter-spacing:4px;line-height:1.7;margin:25px 0}.auth-quote p{font-size:12px;color:#e0e8d1b3;line-height:2.1;letter-spacing:1px}.auth-caption{position:absolute;left:60px;bottom:43px;font-size:8px;color:#dce7c99c;letter-spacing:2px}.auth-form-wrap{display:flex;align-items:center;justify-content:center;position:relative;padding:80px 55px}.auth-back{position:absolute;top:40px;right:45px;font-size:11px;color:#9daa88;display:flex;align-items:center;gap:7px}.auth-form{width:100%;max-width:360px}.auth-form>.eyebrow{font-size:8px;margin-bottom:16px;color:#a3b18d}.auth-form h2{font-family:var(--serif);font-size:26px;font-weight:500;line-height:1.7;letter-spacing:.5px}.auth-form>p{font-size:11px;color:#a5b094;margin:13px 0 25px}.auth-form .tabs{margin-bottom:29px;gap:35px}.auth-form .field{margin-bottom:22px}.auth-form .button{width:100%;margin-top:7px}.auth-help{display:block;text-align:center;font-size:9px;line-height:1.9;margin-top:17px;color:#b0b99e}.auth-footer{position:absolute;bottom:30px;display:flex;align-items:center;gap:9px;color:#b3bea1;font-size:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#26302765;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:30px;overflow-y:auto}.modal{background:#fdfefb;box-shadow:0 20px 70px #162e2a22;border:1px solid #e2e8d8;border-radius:15px;padding:26px 30px 24px;max-height:calc(100dvh - 60px);overflow-y:auto;width:520px;max-width:100%;outline:none}.modal.wide{width:940px}.modal-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:27px}.modal-heading h2{font-size:19px;font-weight:500;font-family:var(--serif);letter-spacing:.6px;line-height:1.8}.modal-heading p{font-size:11px;color:#a0ab8f;margin-top:7px;line-height:1.9}.modal-heading>.icon-button{margin-right:-8px;margin-top:-3px}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:13px;margin-top:27px}.modal-actions>.muted{font-size:11px;margin-right:auto}.starter-choices{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:24px}.starter-choices button{border:1px solid #e0e6d5;border-radius:10px;padding:20px 14px;text-align:left;color:#a2b18b;background:#fff}.starter-choices button.selected{background:#eef3e5;border-color:#91a972}.starter-choices b{display:block;font-size:12px;font-weight:500;color:#70865a;margin:14px 0 7px}.starter-choices span{display:block;font-size:9px;color:#a7b395}.import-preview{display:flex;align-items:center;gap:16px;border:1px solid var(--line);padding:12px;background:#fff;border-radius:9px;margin-bottom:23px}.import-preview>img{width:80px;height:80px;object-fit:cover;border-radius:6px}.import-preview h3{font-size:13px;font-weight:500}.import-preview p{font-size:9px;color:#a7b294;margin:7px 0 8px}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:300;display:flex;align-items:center;gap:10px;background:#344d3a;color:#eff5e6;box-shadow:0 6px 30px #253b261a;border-radius:10px;padding:13px 15px 13px 18px;font-size:12px;max-width:calc(100vw - 35px);min-width:250px}.toast>.icon-button{color:#acbc97;margin-left:auto;width:24px;height:24px}.toast>button:not(.icon-button){color:#d4e4b8;font-size:11px;text-decoration:underline;white-space:nowrap;padding:0}.toast>svg{color:#bacd9f}.not-found,.startup-error{max-width:650px;margin:0 auto;padding:70px 30px}.not-found .brand{margin-bottom:75px}.not-found h1{font-family:var(--serif);font-size:30px;margin-bottom:20px}.not-found p{color:#a7b295;margin-bottom:25px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.workspace{height:100dvh;display:flex;flex-direction:column;background:#f6f7f1;overflow:hidden}.workspace-header{height:63px;min-height:63px;display:flex;align-items:center;gap:15px;background:#fcfdf8;border-bottom:1px solid #e5eadc;padding:0 20px;z-index:30}.workspace-back{color:#869b6d;display:flex;align-items:center}.workspace-brand{font-family:Georgia,serif;font-size:36px;letter-spacing:-4px;line-height:1;color:#426137;margin-top:-4px}.workspace-brand>span{font-size:25px;margin-left:2px}.project-name-button{display:flex;align-items:center;gap:12px;padding:6px 0;margin-left:5px;max-width:280px}.project-name-button b{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-name-button svg{color:#aebd99}.save-state{font-size:9px;color:#a9b493;display:flex;align-items:center;gap:5px;white-space:nowrap}.save-state.saved{color:#93a879}.workspace-header-actions{margin-left:auto;display:flex;align-items:center;gap:13px}.workspace-header-actions .button{min-height:32px;font-size:10px;padding:7px 13px;gap:7px;border-radius:7px}.workspace-help{display:flex;align-items:center;gap:6px;font-size:10px;color:#a3b18b;margin-right:3px}.header-credit{color:#8fa673;font-size:11px;display:flex;align-items:center;gap:6px;padding:0 12px;border-left:1px solid #e5ebdc}.workspace-body{display:flex;flex:1;min-height:0}.workspace-library{width:232px;flex-shrink:0;background:#fbfcf7;border-right:1px solid #e2e8d7;display:flex;flex-direction:column;min-height:0}.library-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8edde;padding:0 11px;height:49px;min-height:49px}.library-tabs{display:flex;gap:11px}.library-tabs button{display:flex;align-items:center;gap:4px;font-size:10px;color:#a0b089;padding:14px 0;position:relative}.library-tabs button.active{color:#637f4b}.library-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#8ca672}.library-top .icon-button{width:22px;height:25px}.library-body{padding:18px 15px;flex:1;min-height:0;overflow-y:auto}.library-body>h3{font-size:12px;font-weight:500;margin-bottom:6px}.library-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.library-section-title h3{font-size:12px;font-weight:500}.library-section-title>span{font-size:9px;color:#b0bd9c}.upload-button{width:100%;font-size:10px;min-height:35px;border-style:dashed!important;border-color:#d1dec0!important;color:#94a879!important;margin-bottom:16px}.search-input.compact{min-height:32px;border-color:#e7eddd;padding:0 9px;margin:12px 0}.search-input.compact input{font-size:10px;padding:6px 0}.small-tabs{display:flex;align-items:center;gap:7px;margin:15px 0}.small-tabs button{font-size:9px;padding:3px 9px;border-radius:4px;color:#9eaf87}.small-tabs button.active{background:#e6eedb;color:#779a51}.asset-library-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 9px}.library-asset{min-width:0}.library-asset>button{position:relative;padding:0;width:100%;height:84px;background:#edf1e4;border:1px solid #e6eddb;border-radius:6px;overflow:hidden}.library-asset>button>img{width:100%;height:100%;object-fit:cover}.library-asset>span{font-size:9px;color:#93a67c;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.asset-final{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:#eef5e4;color:#829f5d;display:flex;align-items:center;justify-content:center}.asset-quick-actions{display:flex;gap:10px;margin-top:4px;opacity:.7}.asset-quick-actions button{padding:0;font-size:8px;color:#95ae76}.library-asset:hover .asset-quick-actions{opacity:1}.library-empty{text-align:center;color:#b5c1a1;padding-top:40px}.library-empty p{font-size:10px;line-height:2;margin-top:15px;color:#adb999}.brief-entry{padding:17px 17px 19px;border-top:1px solid #e5ebda;text-align:left;background:#f3f6ed}.brief-entry>span{display:flex;align-items:center;gap:8px;font-size:11px;color:#839b65}.brief-entry small{display:block;font-size:9px;color:#a7b692;margin-top:7px;margin-left:24px}.library-community{display:flex;flex-direction:column;gap:20px;margin-top:19px}.library-community>button{text-align:left;padding:0}.library-community img{width:100%;max-height:200px;object-fit:cover;border-radius:7px;filter:saturate(.8)}.library-community span{display:block;font-size:10px;margin-top:7px;color:#7b9460}.library-community small{font-size:8px;color:#aaba96;display:block;margin-top:3px}.layer-row{display:flex;align-items:center;min-height:37px;border-radius:5px;padding:2px 3px;margin:4px -3px}.layer-row.active{background:#e9f1de}.layer-label{display:flex;align-items:center;gap:7px;flex:1;min-width:0;color:#91a974;font-size:9px;padding:5px}.layer-label>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-row .icon-button{width:22px;height:24px;color:#adc295}.layer-actions{display:flex;flex-direction:column;gap:7px;margin-top:20px}.layer-actions .button{font-size:9px;min-height:29px;padding:6px}.workspace-center{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}.canvas-topbar{height:49px;min-height:49px;background:#f8faf3;border-bottom:1px solid #e5ebdb;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px}.canvas-topbar>div{display:flex;align-items:center;gap:12px}.canvas-topbar .text-button{font-size:10px}.view-switch{display:flex;align-items:center;gap:3px;padding:3px;background:#eef2e6;border:1px solid #e9eede;border-radius:6px}.view-switch button{font-size:9px;display:flex;align-items:center;gap:6px;padding:4px 10px;color:#a2b18a;border-radius:4px}.view-switch button.active{background:#fff;color:#7d985d;box-shadow:0 1px 3px #5275330b}.canvas-area{flex:1;position:relative;overflow:hidden;touch-action:none;outline:0;cursor:default;background:#f1f3ec;-webkit-user-select:none;user-select:none}.canvas-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#bac5ab85 .7px,transparent .7px);pointer-events:none;opacity:.72}.canvas-world{position:absolute;left:0;top:0;transform-origin:0 0;will-change:transform}.canvas-element{position:absolute;border:1px solid transparent;touch-action:none;overflow:visible}.canvas-element.image{background:transparent}.canvas-element.image>img,.canvas-element.image>video,.canvas-element.image>.image-fallback{width:100%;height:100%;object-fit:contain;pointer-events:none}.canvas-element.image>video{pointer-events:auto}.canvas-element.frame{border:1px solid #dce5d1;border-radius:2px;box-shadow:0 2px 10px #48633903}.canvas-element.text{background:#fffefb;padding:12px;color:#4f6440;font-size:20px;border-radius:2px;box-shadow:0 1px 5px #23351b05}.canvas-element.selected{outline:2px solid #789a53}.canvas-element.locked{cursor:not-allowed}.element-label{position:absolute;top:-26px;left:0;font-size:11px;color:#83976c;height:22px;line-height:22px;display:flex;gap:5px;align-items:center;white-space:nowrap;pointer-events:none}.element-label>b{font-size:8px;font-weight:400;border-radius:3px;background:#dfeccd;color:#6f934a;padding:0 5px;line-height:15px;margin-left:5px}.canvas-element.frame>.element-label{pointer-events:auto;cursor:grab;font-size:12px;top:-29px;letter-spacing:.5px}.canvas-text{height:100%;overflow:hidden;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65}.canvas-element.text>textarea{width:100%;height:100%;font-size:inherit;border:0;padding:0;box-shadow:none;line-height:1.65;background:transparent;resize:none}.resize-handle{position:absolute;right:-5px;bottom:-5px;width:10px;height:10px;background:#fff;border:2px solid #789a53;cursor:nwse-resize;z-index:10}.frame-title-input{position:absolute;top:-32px;left:0;background:#fff;font-size:11px;padding:4px 7px;min-height:24px;max-width:300px;border-color:#a5bd88}.selection-rectangle{position:absolute;border:1px solid #84a765;background:#aac88b24;pointer-events:none}.hand-tool{cursor:grab}.hand-tool:active{cursor:grabbing}.canvas-tools{position:absolute;left:16px;top:19px;background:#fcfdf9;border:1px solid #e0e7d6;border-radius:10px;box-shadow:0 4px 12px #374f2510;display:flex;align-items:center;flex-direction:column;gap:4px;padding:6px;z-index:10}.canvas-tools>.icon-button{color:#9bb183;width:30px;height:31px}.canvas-tools>.icon-button.active{background:#e5efd7;color:#759747}.canvas-tools>span{width:20px;height:1px;background:#e9efdf;margin:3px 0}.canvas-empty-hint{position:absolute;top:43%;left:50%;transform:translate(-50%,-50%);width:330px;max-width:calc(100% - 150px);text-align:center;pointer-events:none}.canvas-empty-visual{margin-bottom:22px;opacity:.9}.canvas-empty-hint h2{font-family:var(--serif);font-size:18px;font-weight:400;color:#91a47a;letter-spacing:1px;line-height:1.9}.canvas-empty-hint p{font-size:10px;line-height:2;color:#adb999;margin-top:10px}.canvas-empty-hint button{pointer-events:auto;border:1px solid #d4e1c2;border-radius:7px;background:#fbfcf7;font-size:11px;padding:9px 15px;display:inline-flex;align-items:center;gap:7px;color:#8aa96b;margin-top:26px;box-shadow:0 3px 9px #2f4d1710}.canvas-empty-hint small{display:block;font-size:8px;color:#b7c2a5;margin-top:25px;white-space:nowrap}.selection-toolbar{position:absolute;left:50%;top:14px;transform:translate(-50%);display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #dae5cb;border-radius:8px;padding:4px 8px;box-shadow:0 4px 10px #384d2312;z-index:12;white-space:nowrap}.selection-toolbar>span{font-size:9px;color:#a8b793;padding:0 6px}.selection-toolbar>button:not(.icon-button){font-size:10px;color:#789a56;padding:5px 8px;border-right:1px solid #e1ead7}.selection-toolbar .icon-button{width:26px;height:27px}.canvas-navigation{position:absolute;bottom:18px;left:18px;display:flex;align-items:center;gap:3px;background:#fdfef9;border:1px solid #dfe8d1;border-radius:8px;padding:4px 6px;box-shadow:0 2px 8px #35482908;z-index:10}.canvas-navigation>span{font-size:10px;color:#92a875;min-width:41px;text-align:center}.canvas-navigation>.icon-button{width:27px;height:26px;color:#a0b787}.canvas-navigation>i{width:1px;height:17px;background:#e3ecd7;margin:0 4px}.minimap{position:absolute;width:140px;height:105px;right:17px;bottom:18px;border:1px solid #dde7ce;border-radius:7px;background:#fbfcf7ee;box-shadow:0 2px 8px #45602908;overflow:hidden;cursor:crosshair;z-index:8}.minimap>span{position:absolute;border:1px solid #9eaf8830;min-width:2px;min-height:2px;opacity:.8}.minimap>small{position:absolute;bottom:4px;right:8px;font-size:7px;color:#c0cbae;pointer-events:none}.canvas-task-card{position:absolute;width:280px;height:280px;background:#f7faf1;border:1px dashed #b6caa0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#a4bc88;border-radius:6px}.task-shimmer{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(#e6f0d9,transparent);margin-bottom:20px}.canvas-task-card h4{font-size:15px;color:#809d61}.canvas-task-card p{font-size:12px;margin-top:10px}.canvas-task-card small{font-size:10px;color:#bacba4;margin-top:10px}.creative-panel{width:333px;flex-shrink:0;display:flex;flex-direction:column;background:#fcfdf9;border-left:1px solid #e2e9d6;min-height:0}.creative-heading{display:flex;align-items:center;gap:9px;padding:18px 18px 15px;min-height:76px}.assistant-mark{background:#e9f0df;width:33px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#8eaa6d}.creative-heading h3{font-size:12px;font-weight:500;color:#596e45}.creative-heading small{font-size:8px;color:#a2b18c;display:block;margin-top:3px;letter-spacing:.2px}.creative-heading>.icon-button{margin-left:auto;width:25px;height:28px;color:#a1b58a}.creative-tabs{display:flex;gap:25px;align-items:center;border-bottom:1px solid #e4ebd9;padding:0 19px}.creative-tabs button{font-size:10px;padding:12px 0;display:flex;align-items:center;gap:6px;color:#a4b58e;position:relative}.creative-tabs button.active{color:#78975a}.creative-tabs button.active:after{position:absolute;content:"";left:0;right:0;bottom:-1px;height:2px;background:#8da969}.creative-tabs button>span{background:#edf3e3;font-size:8px;padding:0 4px;border-radius:3px;color:#a2b78a}.creative-form{flex:1;overflow-y:auto;padding:22px 19px 16px}.creative-form .field{margin-bottom:15px}.creative-form .field>span{font-size:10px;color:#879b70;font-weight:500;margin-bottom:8px}.creative-form select,.creative-form textarea{font-size:10px;border-color:#e0e8d3;background:#fff;padding:10px;color:#758b5d;border-radius:6px}.creative-form textarea{font-size:11px;line-height:2;padding:12px;min-height:144px}.creative-form textarea::placeholder{color:#b2bfa0}.workflow-hint{font-size:9px;color:#a3b390;margin-top:-7px;margin-bottom:24px;line-height:1.85}.reference-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.reference-heading h4{font-size:10px;color:#8a9e72;font-weight:500}.reference-heading .text-button{font-size:9px;color:#9ab57c}.reference-row{display:flex;align-items:center;gap:9px;background:#f3f7ec;border:1px solid #e2ebd5;padding:7px;border-radius:7px;margin-bottom:9px}.reference-row>img{width:42px;height:46px;object-fit:cover;border-radius:4px}.reference-row>div{flex:1;min-width:0}.reference-row>div>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:8px;color:#9aac84}.reference-row select{padding:3px 5px;font-size:9px;margin-top:3px;border-color:#dfebd0}.reference-row small{font-size:8px;color:#94af77;display:block;margin-top:3px}.reference-row>.icon-button{width:20px;height:24px}.missing-reference{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:1px dashed #d6e3c7;padding:12px;border-radius:7px;color:#acbe94;margin-bottom:10px;font-size:10px;background:#f9fbf4}.missing-reference>span{flex:1;color:#8ca572}.missing-reference small{display:block;font-size:8px;color:#b1c29a;margin-top:3px}.no-references{display:flex;align-items:center;gap:12px;border:1px dashed #e0e8d4;border-radius:7px;padding:12px 13px;font-size:9px;line-height:1.9;color:#b7c4a5;margin-bottom:22px}.no-references p{font-size:9px}.reference-row:last-of-type{margin-bottom:23px}.prompt-suggestions{display:flex;align-items:flex-start;flex-direction:column;gap:7px;margin-top:-2px;margin-bottom:20px}.prompt-suggestions button{display:flex;align-items:center;gap:10px;border:1px solid #e4ecd9;background:#f7faf2;font-size:8px;color:#a0b489;border-radius:4px;padding:4px 7px}.generation-options{display:grid;grid-template-columns:1fr 85px;gap:10px;margin-top:17px}.generation-options>.field:only-child{grid-column:1/-1}.advanced-toggle{font-size:9px;color:#a6b993;display:flex;align-items:center;gap:5px;padding:0 0 10px}.advanced-details{background:#f4f8ec;border:1px solid #e7eeda;padding:12px;border-radius:6px;font-size:9px;line-height:1.9;color:#a3b88c;margin-bottom:13px}.advanced-details>p{margin:5px 0}.advanced-details .text-button{font-size:9px}.creation-cost{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#a5b78e;padding:12px 0 9px;border-top:1px solid #e8eede;margin-top:6px}.creation-cost b{font-weight:500;color:#7a985b;margin-left:3px}.creation-cost>a{text-decoration:underline;font-size:8px}.generate-button{width:100%;font-size:12px;min-height:42px;background:#64844b;border-color:#64844b;border-radius:7px;gap:9px}.generate-button>svg:last-child{margin-left:auto}.generate-button>svg:first-child{margin-right:auto}.creation-note{text-align:center;color:#b0bfa0;font-size:8px;line-height:1.9;margin-top:10px}.workspace-tutorial{display:flex;align-items:center;gap:7px;font-size:8px;color:#9fb58b;border-top:1px solid #e9efdf;margin-top:24px;padding-top:13px}.workspace-tutorial>svg:last-child{transform:rotate(45deg);margin-left:auto}.task-history{padding:17px;overflow-y:auto;flex:1}.conversation-row{display:flex;gap:8px;align-items:center;margin-bottom:20px}.conversation-row select{font-size:10px;padding:7px 10px;border-color:#dfe8d0}.task-record{padding:14px;background:#fff;border:1px solid #e0ead3;border-radius:9px;margin-bottom:17px}.task-record-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.task-record-header>.badge{font-size:8px;padding:3px 6px}.task-record-header>small{font-size:7px;color:#b1c39b}.task-record h4{font-size:11px;font-weight:500;color:#7e985e;margin:12px 0 6px}.task-prompt{font-size:9px;color:#a6b68f;white-space:pre-wrap;max-height:110px;overflow:auto;line-height:1.9}.task-reference-thumbs{display:flex;gap:5px;margin:10px 0}.task-reference-thumbs>img{width:28px;height:29px;object-fit:cover;border-radius:4px;border:1px solid #e5eddc}.task-stage{display:flex;align-items:center;gap:7px;color:#95b273;font-size:9px;margin-top:13px;line-height:1.7}.task-error,.task-warning{font-size:9px;color:#b09878;background:#f8f3e9;padding:9px;border-radius:5px;margin-top:10px;line-height:1.8}.task-result{padding:0;display:block;margin-top:14px;border-radius:6px;overflow:hidden;width:100%;border:1px solid #e9eedf}.task-result img{width:100%;height:auto}.task-text{font-size:9px;color:#9fb587;margin-top:12px}.task-text>p{white-space:pre-wrap;margin-top:9px;max-height:260px;overflow:auto}.task-text summary{cursor:pointer}.task-record-footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding-top:10px;border-top:1px solid #edf3e4;font-size:8px;color:#b0c298;gap:8px}.task-record-footer .text-button{font-size:8px}.task-record>.button{font-size:10px;min-height:33px;width:100%;margin-top:12px}.history-empty{padding:55px 15px;text-align:center;color:#b1c49a}.history-empty h3{font-size:12px;color:#95ad77;font-weight:500;margin-top:20px}.history-empty p{font-size:10px;line-height:2;margin-top:12px;color:#b0c29b}.history-empty .button{font-size:10px;margin-top:24px;min-height:35px}.workspace-list{padding:30px;overflow:auto;flex:1;background:#f5f7ef}.workspace-list .section-heading h2{font-size:17px}.workspace-assets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px;margin-top:24px}.workspace-assets-grid>button{border:1px solid #e4ead7;background:#fff;border-radius:8px;padding:10px;text-align:left}.workspace-assets-grid img{width:100%;height:160px;object-fit:contain;background:#f5f7ef;border-radius:5px}.workspace-assets-grid h3{font-size:11px;font-weight:500;margin:10px 0}.text-asset-thumb{display:flex;align-items:center;justify-content:center;min-height:70px;height:100%;background:#ecf2e2;color:#aabd90;font-size:12px}.upload-indicator{position:fixed;top:75px;left:50%;transform:translate(-50%);z-index:80;display:flex;gap:9px;align-items:center;background:#3f5b31;color:#eff5e6;font-size:12px;padding:12px 22px;border-radius:8px;box-shadow:0 4px 15px #46543722}.asset-inspect-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:25px}.inspect-image{position:relative;display:block;background:#eef2e6;overflow:hidden;border-radius:8px;line-height:0;touch-action:none}.inspect-image>img{width:100%;height:auto;max-height:540px;object-fit:contain;pointer-events:none}.inspect-image>pre{font-size:11px;line-height:1.9;white-space:pre-wrap;padding:18px;max-height:480px;overflow:auto}.inspect-image.marking{cursor:crosshair}.image-region{position:absolute;border:2px solid #719a4c;background:#c0de9836;pointer-events:none;line-height:1.4}.image-region>span{position:absolute;top:-22px;left:-2px;background:#719a4c;color:#fff;font-size:9px;padding:3px 6px;border-radius:3px 3px 0 0;white-space:nowrap}.inspect-mark-tools{display:flex;align-items:center;gap:10px;margin-top:16px}.inspect-mark-tools .button{font-size:10px;min-height:33px;padding:8px 12px}.asset-inspect-grid>div>.badge{margin-bottom:15px}.asset-inspect-grid .field{margin-bottom:14px}.asset-inspect-grid .field>span{font-size:10px}.asset-inspect-grid input,.asset-inspect-grid textarea{font-size:11px}.asset-facts{display:grid;grid-template-columns:65px 1fr;gap:9px;font-size:9px;margin:22px 0}.asset-facts>span{color:#a8b591}.asset-facts>b{font-weight:400;color:#819e61;overflow-wrap:anywhere}.lineage{border:1px solid #e6edda;border-radius:6px;padding:12px;font-size:9px;color:#abc091}.lineage h4{font-size:10px;font-weight:400;margin-bottom:9px}.lineage>div{display:flex;gap:10px;margin:5px 0}.lineage b{font-weight:400}.stack-buttons{display:flex;flex-direction:column;gap:8px;margin-top:22px}.stack-buttons .button{font-size:10px;min-height:35px}.compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}.compare-grid>div>img{width:100%;height:300px;object-fit:contain;background:#f0f4e7;border-radius:7px}.compare-grid h3{font-size:13px;font-weight:500;margin:16px 0 9px}.compare-grid .button{display:flex;margin-top:18px;font-size:10px}.delivery-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:25px 0 8px}.delivery-controls>.field{min-width:230px;margin-bottom:12px}.delivery-controls .text-button,.delivery-controls>div>span{font-size:10px}.delivery-assets{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:17px 0 25px;max-height:320px;overflow-y:auto;padding:2px}.delivery-assets>button{position:relative;border:1px solid #e0e9d2;background:#fff;padding:8px;border-radius:7px;text-align:left;min-width:0}.delivery-assets>button.selected{outline:2px solid #87a864;background:#f2f7e9;border-color:transparent}.delivery-assets img{width:100%;height:106px;object-fit:cover;border-radius:4px}.delivery-assets>button>span{font-size:9px;display:block;margin-top:6px;color:#8fa973;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-assets small{font-size:7px;display:block;margin-top:4px;color:#b1c39b}.delivery-assets>button>i{position:absolute;top:12px;right:12px;width:20px;height:20px;border-radius:50%;background:#80a25e;color:#fff;display:flex;align-items:center;justify-content:center}.created-share{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid #d9e7c7;background:#edf5e1;border-radius:8px;margin-top:20px;color:#8ba96d}.created-share b{font-size:11px;font-weight:500}.created-share a{display:flex;align-items:center;gap:6px;font-size:10px;color:#9bb77b;margin-top:6px}.created-share>.button{margin-left:auto;font-size:10px}.share-history{padding:5px 0}.share-history>article{border:1px solid #e2ead6;border-radius:9px;padding:19px;margin-top:20px;background:#fff}.share-history h3{font-size:13px;font-weight:500}.share-history small{font-size:9px}.feedback-item{display:flex;align-items:flex-start;gap:10px;color:#a6ba8e;background:#f3f7ec;border-radius:7px;padding:13px;margin-top:14px;font-size:10px}.feedback-item b{font-size:10px;font-weight:500;display:block}.feedback-item small{font-size:8px;display:block;margin-top:4px}.feedback-item p{font-size:10px;margin-top:5px;color:#97ad7c}.publish-preview>h2{font-family:var(--serif);font-size:24px;margin-bottom:15px}.publish-preview>p{font-size:13px;color:#9cae86;margin-bottom:15px}.publish-preview h4{font-size:12px;margin:22px 0 13px;color:#93a975}.asset-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:25px;max-height:360px;overflow:auto}.asset-picker>button{padding:6px;border:1px solid #e3ecd7;border-radius:7px;min-width:0}.asset-picker img{width:100%;height:100px;object-fit:cover;border-radius:5px}.asset-picker span{display:block;font-size:9px;color:#9cb482;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:6px}.admin-nav{display:flex;gap:7px;border-bottom:1px solid #dfe7d2;margin-bottom:30px;padding-bottom:12px;flex-wrap:wrap}.admin-nav>a{font-size:11px;display:flex;align-items:center;gap:6px;padding:8px 12px;color:#a0b28a;border-radius:6px}.admin-nav>a.active{background:#e7efdc;color:#75984d}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:28px}.stat-card{background:#fff;border:1px solid #e4ead9;border-radius:11px;padding:23px;display:flex;align-items:flex-start;flex-direction:column;color:#acbd96}.stat-card strong{font-size:34px;font-weight:500;color:#698c4c;margin:14px 0 7px;line-height:1.2}.stat-card span{font-size:10px;color:#a2b58a}.admin-overview-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:25px}.admin-task-line{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #ecf1e3;padding:16px 0;font-size:11px}.admin-task-line b{font-size:11px;font-weight:500;display:block}.admin-task-line small{font-size:8px;color:#b5c39f;display:block;margin-top:5px}.admin-task-line>span{font-size:10px;color:#95ae79}.audit-row{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#95ae79;padding:15px 0;border-bottom:1px solid #edf3e4}.audit-row small{font-size:8px}.admin-settings{max-width:710px}.admin-settings .field{margin-bottom:24px}.admin-connection{border-top:1px solid #e6edda;margin-top:34px;padding-top:25px}.admin-connection h3{font-size:15px;font-weight:500;margin-bottom:11px}.admin-connection p{font-size:11px;line-height:2;color:#a9b998;margin-bottom:19px}.connection-result{margin-top:19px}.connection-result>div{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.connection-result>div>span{border:1px solid #dfebd0;border-radius:5px;padding:4px 9px;font-size:10px;color:#93ad76;background:#f3f8eb}.toolbar-right{display:flex;align-items:center;gap:12px;margin-bottom:8px}.toolbar-right>select{width:132px;font-size:11px;padding:8px 10px;min-height:36px}.toolbar-right>.button{font-size:10px;min-height:36px}.admin-model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.admin-model-grid .panel{padding:24px}.model-icon{width:40px;height:40px;border-radius:10px;background:#eff5e6;color:#94ae75;display:flex;align-items:center;justify-content:center}.admin-model-grid h3{margin:16px 0 8px;font-size:16px;font-weight:500}.admin-model-grid .panel>.section-heading h3{margin:0}.admin-model-grid .panel>p{font-size:11px;color:#a6b593;margin:10px 0}.admin-model-price{font-size:32px;color:#6e914d;font-weight:500;margin:22px 0}.admin-model-price>small{font-size:9px;margin-left:9px;color:#b0bf9d}.model-technical{background:#f4f7ed;border-radius:6px;padding:12px;font-size:10px!important;line-height:2.1!important;overflow-wrap:anywhere}.model-technical code{font-size:8px;color:#b1c19b}.admin-model-grid .button{width:100%;font-size:10px;margin-top:17px;min-height:35px}.plain-list{padding-left:14px;font-size:11px;line-height:2.2;color:#a4b78e;min-height:105px}.admin-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.admin-case{border:1px solid #e1ead4;border-radius:11px;background:#fff;overflow:hidden}.admin-case>img{width:100%;height:190px;object-fit:cover}.admin-case>div{padding:19px}.admin-case h3{font-size:13px;font-weight:500;margin:12px 0 8px}.admin-case p{font-size:10px;color:#a5b78e;margin-bottom:18px}.moderation-preview{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:25px}.moderation-preview>img{width:100%;max-height:400px;object-fit:contain;border-radius:7px;background:#edf4e3}.moderation-preview h3{font-size:17px;font-weight:500;margin-bottom:15px}.moderation-preview p{font-size:12px;color:#9db185;margin-bottom:18px;line-height:1.9}.moderation-preview small{font-size:9px}.task-admin-detail h3{font-size:16px;font-weight:500;margin:20px 0 12px}.task-admin-detail>p{font-size:12px;color:#96ab7c;margin:15px 0}.task-admin-detail dl{display:grid;grid-template-columns:110px 1fr;font-size:10px;line-height:2.3;gap:5px;margin-top:20px}.task-admin-detail dt{color:#adc39a}.task-admin-detail dd{margin:0;color:#7e9d5b;overflow-wrap:anywhere}.review-page{background:#f9faf4;min-height:100vh}.review-header{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:27px 36px;border-bottom:1px solid #e6ecda}.review-brand{font-family:Georgia,serif;font-size:30px;letter-spacing:-1px;color:#48653a}.review-brand>span{font-family:var(--serif);font-size:13px;letter-spacing:2px;margin-left:12px}.review-header>div{display:flex;align-items:center;gap:18px}.review-header .button{font-size:10px;min-height:34px}.review-intro{max-width:750px;margin:0 auto;text-align:center;padding:65px 30px 62px}.review-intro>.eyebrow{font-size:8px;letter-spacing:2.5px;color:#a9b795;margin-bottom:24px}.review-intro>svg{color:#b2c19a}.review-intro h1{font-family:var(--serif);font-size:37px;letter-spacing:2px;font-weight:500;margin:21px 0 24px;line-height:1.8}.review-intro>p{font-size:13px;line-height:2.2;color:#a1b089;white-space:pre-wrap}.review-intro>span{display:block;font-size:9px;letter-spacing:1px;color:#b2c29b;margin-top:28px}.review-designs{max-width:1050px;padding:0 40px;margin:0 auto}.review-design{margin:0 0 75px}.review-design-title{display:flex;gap:18px;align-items:center;margin-bottom:24px}.review-design-title>span{font-family:Georgia,serif;font-size:29px;color:#c3cfaf}.review-design-title h2{font-size:17px;font-weight:500;color:#768f5b}.review-design-title small{font-size:8px;color:#b6c69f}.review-design-title>.badge{margin-left:auto;font-family:inherit;font-size:9px;color:#85a661}.review-image-button{position:relative;padding:0;display:block;width:100%;border-radius:10px;overflow:hidden;background:#edf3e3}.review-image-button img{width:100%;max-height:700px;object-fit:contain}.review-image-button>span{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:7px;color:#f4f8ed;background:#3b542fac;padding:8px 16px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;white-space:nowrap;opacity:0;transition:opacity .2s}.review-image-button:hover>span{opacity:1}.review-design-notes{font-size:12px;color:#9aae81;white-space:pre-wrap;margin-top:20px;padding:15px 20px;background:#f0f5e7;border-left:2px solid #bbcea1;border-radius:0 6px 6px 0}.review-actions{display:flex;align-items:center;gap:12px;margin-top:23px}.review-actions .button{font-size:11px;min-height:37px;padding:9px 14px}.review-actions>.text-button{margin-left:auto;font-size:10px;color:#a3b98a}.review-feedback{margin-top:25px}.review-comment{display:flex;gap:12px;padding:17px 0;border-top:1px solid #e4ecd6}.review-comment .avatar{background:#e6efd9;color:#98ae7b}.review-comment b{font-size:11px;font-weight:500;color:#849e65;display:flex;gap:10px;align-items:center}.review-comment p{font-size:12px;color:#9caf85;margin:7px 0}.review-comment small{font-size:8px;color:#b3c49d}.review-comment .badge{font-size:8px}.review-footer{text-align:center;max-width:660px;margin:0 auto;padding:30px 30px 55px;color:#b3c49b}.review-footer h3{font-family:var(--serif);font-size:18px;font-weight:400;color:#96ac7b;letter-spacing:1px;margin:22px 0}.review-footer p{font-size:10px;color:#b2c39a;line-height:2}.review-footer>span{font-size:7px;letter-spacing:2.5px;color:#bccba8;display:block;margin-top:25px}.feedback-image{position:relative;max-width:550px;margin:0 auto 20px;cursor:crosshair;line-height:0}.feedback-image img{width:100%;height:auto;max-height:360px;object-fit:contain;border-radius:7px}.feedback-pin{position:absolute;transform:translate(-50%,-50%);width:25px;height:25px;background:#82a65a;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;font-size:10px;box-shadow:0 2px 6px #4e72262b}.text-document{display:flex;align-items:center;justify-content:center;gap:14px;min-height:150px;background:#edf4e1;border:1px solid #dce8ca;border-radius:10px;color:#8eac6b}.review-error{text-align:center;max-width:500px;margin:100px auto;padding:20px;color:#9bad85}.review-error h1{font-size:25px;font-family:var(--serif);margin:25px 0}.review-error>p{font-size:12px}@media(min-width:1550px){.page{padding-left:55px;padding-right:55px}.hero-copy{padding:43px 46px 26px}.hero-copy h1{font-size:38px}.hero-copy p{font-size:13px}.hero-meta{margin-top:39px;font-size:8px}.discover-hero{min-height:400px}.case-info h3{font-size:14px}.case-info>p{font-size:11px}.case-author{font-size:10px}.case-author>small{font-size:9px}.creative-panel{width:375px}.creative-form .field>span{font-size:12px}.creative-form select,.creative-form textarea{font-size:12px}.workspace-library{width:248px}.page-heading h1{font-size:38px}}@media(max-width:1250px){.sidebar{width:205px;padding-left:16px;padding-right:16px}.sidebar .brand b{font-size:23px}.brand b>span{font-size:11px;margin-left:6px}.main-content{margin-left:205px}.page{padding-left:30px;padding-right:30px}.masonry{columns:3;column-gap:19px}.hero-copy h1{font-size:26px}.hero-copy{padding:29px 25px 20px}.hero-meta>span:last-child{display:none}.discover-hero{min-height:325px}.category-note{display:none}.workflow-grid{grid-template-columns:repeat(3,1fr)}.category-row{gap:5px}.category-row button{padding:6px 12px}.project-grid{gap:18px}.project-cover{height:170px}.project-info{padding:16px}.project-info h3{font-size:12px}.project-new-card{min-height:293px}.creative-panel{width:302px}.workspace-library{width:203px}.library-tabs{gap:8px}.library-tabs button{font-size:9px;gap:3px}.library-tabs button>svg{width:14px}.workspace-header{gap:11px;padding:0 14px}.project-name-button{max-width:200px}.workspace-header-actions{gap:8px}.workspace-help span{display:none}.save-state{font-size:8px}.canvas-empty-hint h2{font-size:16px}.canvas-empty-hint{max-width:calc(100% - 100px)}.minimap{width:110px;height:90px}.canvas-navigation{left:12px;bottom:14px}.canvas-navigation .icon-button{width:24px}.admin-nav{gap:2px}.admin-nav>a{font-size:10px;padding:8px 9px}.admin-model-grid,.admin-cases-grid{gap:15px}.stat-card{padding:18px}.stat-card strong{font-size:28px}.stat-grid{gap:10px}.case-detail-grid{gap:27px;grid-template-columns:minmax(0,1fr) minmax(300px,.95fr)}.case-story h1{font-size:23px}.plan-card{padding:28px 21px}.tutorial-illustration{gap:13px}.tutorial-illustration>div{width:87px;height:114px}.tutorial-feature{padding:30px}.tutorial-feature h2{font-size:22px}.auth-quote{left:43px}.auth-quote h1{font-size:35px}.auth-art .brand,.auth-caption{left:43px}}@media(max-width:1020px){.sidebar{width:185px;padding:26px 13px 16px}.sidebar .brand{gap:8px}.brand-mark{width:35px;height:39px;font-size:35px;border-radius:10px 10px 10px 3px}.sidebar .brand b{font-size:22px}.brand b>span{font-size:10px}.brand small{font-size:7px;letter-spacing:1.3px}.main-content{margin-left:185px}.page{padding-left:24px;padding-right:24px}.new-project{padding-left:20px;font-size:12px}.tutorial-callout h4{font-size:10px}.tutorial-callout{padding:14px 11px}.sidebar nav>a{font-size:12px;gap:10px;padding:11px 12px}.profile-mini .avatar{width:31px;height:31px}.profile-mini{gap:7px}.profile-mini b{max-width:81px;font-size:10px}.discover-hero{grid-template-columns:1.1fr 1fr;min-height:310px}.hero-copy h1{font-size:23px;letter-spacing:0}.hero-copy{padding:26px 22px 20px}.hero-copy .eyebrow{font-size:6px;letter-spacing:1px}.hero-copy p{font-size:10px}.hero-action{font-size:10px;margin-top:20px}.hero-meta{margin-top:20px}.hero-photo-label{left:20px;bottom:22px}.hero-photo-label h3{font-size:15px;letter-spacing:1px}.hero-photo-label small{font-size:7px}.hero-seal{width:55px;height:55px;right:14px;top:14px}.section-heading h2{font-size:16px}.search-filter .search-input{width:185px}.search-input input{font-size:10px}.search-filter{gap:7px}.masonry{column-gap:15px}.case-info h3{font-size:11px}.case-author>small{display:none}.category-row button{font-size:10px;padding:5px 10px}.page-topline{font-size:9px}.page-heading h1{font-size:28px}.project-grid{grid-template-columns:1fr 1fr}.project-cover{height:195px}.project-new-card{min-height:310px}.workflow-grid{grid-template-columns:repeat(3,1fr);gap:12px}.workflow-card{padding:20px 15px 13px}.workflow-card h3{font-size:12px}.workflow-card p{font-size:9px}.workflow-feature>a{display:none}.workflow-feature{padding:20px}.tabs.wrap{gap:15px}.tabs button{font-size:10px}.list-toolbar .search-input{max-width:175px}.balance-card{padding:25px}.balance-held{padding-left:24px}.balance-held>b{font-size:11px}.balance-held>span{font-size:8px!important}.plans-grid{gap:14px}.plan-card{padding:28px 17px}.plan-card h3{font-size:15px}.plan-price{font-size:33px}.plan-price>small{font-size:8px}.plan-card li{font-size:9px;gap:6px}.plan-card>p{font-size:9px}.case-detail-grid{grid-template-columns:1fr}.case-visuals{display:grid;grid-template-columns:1fr}.case-visuals>img{max-height:580px;object-fit:contain;background:#eef1e5}.case-story{max-width:600px;margin:0 auto}.case-story h1{font-size:28px}.account-grid{grid-template-columns:1fr}.tutorial-feature{padding:28px}.tutorial-illustration{display:none}.tutorial-feature>div:first-child{width:100%}.tutorial-grid{gap:17px}.tutorial-card{padding:23px}.tutorial-card h3{font-size:14px}.stat-grid{grid-template-columns:repeat(3,1fr)}.admin-model-grid,.admin-cases-grid{grid-template-columns:1fr 1fr}.admin-overview-grid{grid-template-columns:1fr}.workspace-library{width:180px}.library-top{padding:0 8px}.library-tabs{gap:9px}.library-tabs button>svg{display:none}.library-body{padding:15px 11px}.library-asset>button{height:66px}.brief-entry{padding:13px 12px}.brief-entry>span{font-size:10px}.brief-entry small{font-size:8px}.creative-panel{width:280px}.creative-form{padding:18px 14px}.creative-heading{padding:15px 12px}.creative-heading h3{font-size:11px}.creative-heading small{font-size:7px}.workspace-header-actions .button.ghost,.workspace-header-actions .avatar,.save-state{display:none}.canvas-topbar{padding:0 8px}.view-switch button{padding:4px 6px;font-size:8px}.canvas-topbar .text-button{font-size:8px}.canvas-empty-hint{width:250px}.canvas-empty-hint p{font-size:9px}.canvas-empty-hint h2{font-size:14px}.canvas-empty-hint small{font-size:7px;white-space:normal}.canvas-tools{left:10px;padding:4px}.canvas-tools>.icon-button{width:25px;height:28px}.minimap{display:none}.selection-toolbar{gap:3px;padding:4px}.selection-toolbar>span{font-size:8px}.selection-toolbar>button:not(.icon-button){font-size:8px;padding:4px}.creative-tabs{gap:20px;padding:0 14px}.auth-quote h1{font-size:30px}.auth-form-wrap{padding:75px 35px}.auth-form h2{font-size:23px}.auth-form>p{font-size:10px}.auth-art .brand,.auth-quote{left:32px}.auth-caption{left:32px;font-size:6px}.hero-copy .desktop-break{display:none}}@media(max-width:760px){body{font-size:13px}.sidebar{transform:translate(-100%);transition:transform .2s;width:225px;padding:30px 20px}.sidebar.mobile-open{transform:translate(0)}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c41284d;z-index:39;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-menu{display:flex;position:fixed;left:14px;top:13px;z-index:38;background:#fbfdf6e6;border:1px solid #e3ebd6;box-shadow:0 2px 7px #2c412608;width:35px;height:35px;color:#90a773}.main-content{margin-left:0}.page{padding:20px 20px 40px}.page-topline{margin:0 0 30px;padding-left:43px;min-height:22px;font-size:9px}.page-topline>a{font-size:8px}.page-topline>span:last-child:not(:first-child){display:none}.discover-hero{grid-template-columns:1fr 1fr;min-height:300px}.hero-copy{padding:25px 20px 18px}.hero-copy h1{font-size:22px;line-height:1.8;margin-top:15px}.hero-copy p{font-size:9px;line-height:1.9}.hero-copy .eyebrow{font-size:5px;letter-spacing:.4px}.hero-meta{font-size:6px;letter-spacing:.5px}.hero-action{font-size:9px;gap:15px;margin-top:20px}.hero-photo-label h3{font-size:13px}.hero-photo-label{left:16px;bottom:22px}.hero-photo-label>span{font-size:6px;letter-spacing:1px}.hero-photo-label small{font-size:6px}.hero-seal{width:48px;height:48px;top:15px;right:12px}.hero-seal>svg{width:19px;height:19px}.hero-seal>span{font-size:5px}.hero-photo>img{object-position:55% 50%}.section-heading{align-items:flex-start;gap:18px}.discovery .section-heading{flex-direction:column}.search-filter{width:100%}.search-filter .search-input{width:auto;flex:1}.discover-list{margin-top:29px}.section-heading h2{font-size:17px}.section-heading p{font-size:10px}.category-row{gap:5px;padding:18px 0 21px}.category-row button{font-size:9px;padding:5px 10px}.masonry{columns:2;column-gap:16px}.case-info h3{font-size:12px}.case-author{font-size:9px}.case-label{font-size:7px}.save-button{opacity:1;width:26px;height:26px}.save-button svg{width:15px}.case-open{display:none}.case-author>small{display:block;font-size:7px}.case-card{margin-bottom:24px}.filter-panel{flex-wrap:wrap;gap:13px;padding:14px}.filter-panel>.field{min-width:90px}.filter-panel .text-button{font-size:10px}.field>span{font-size:11px}.page-heading{margin-top:33px}.page-heading h1{font-size:27px}.page-heading>p,.page-heading>div>p{font-size:11px;line-height:1.9}.page-heading .eyebrow{font-size:8px}.flex-heading{align-items:flex-start;flex-direction:column;gap:21px}.flex-heading>.button{font-size:11px;min-height:37px}.project-grid{gap:16px}.project-cover{height:170px}.project-info{padding:15px 13px 9px}.project-info p{font-size:8px}.project-info h3{font-size:11px}.project-bottom small{font-size:8px}.project-new-card{min-height:278px;padding:20px}.project-new-card h3{font-size:11px;line-height:1.8}.project-new-card p{font-size:9px}.project-new-card>span{width:40px;height:40px;margin-bottom:18px}.blank-cover>span{font-size:8px;letter-spacing:1px}.list-toolbar{gap:12px}.tabs{gap:20px}.tabs button{font-size:11px}.list-toolbar .search-input{max-width:170px}.workflow-feature{gap:15px;padding:19px}.workflow-feature h3{font-size:12px}.workflow-feature p{font-size:9px}.feature-icon{width:42px;height:42px}.workflow-page .list-toolbar{flex-wrap:wrap;padding-bottom:13px}.workflow-page .list-toolbar .tabs{width:100%;justify-content:space-between;gap:7px}.workflow-page .tabs button{font-size:9px;padding:11px 0}.workflow-page .list-toolbar .search-input{max-width:none;flex:1;margin-bottom:0}.workflow-grid{grid-template-columns:1fr 1fr;gap:13px}.workflow-card>p{font-size:10px;min-height:40px}.workflow-card h3{font-size:13px}.workflow-icon{width:37px;height:37px;margin-bottom:18px}.workflow-card{padding:20px 16px 13px}.workflow-card>div:last-child{margin-top:15px;padding-top:12px}.tutorial-feature{padding:26px}.tutorial-feature h2{font-size:24px}.tutorial-feature p{font-size:11px;line-height:2}.tutorial-grid{grid-template-columns:1fr;gap:19px}.tutorial-card h3{font-size:16px}.tutorial-card p{font-size:11px}.tutorial-index{font-size:31px}.gentle-note{font-size:10px;align-items:flex-start;padding:30px 12px}.tutorial-article{padding-top:70px}.tutorial-article>h1{font-size:26px;line-height:1.8}.tutorial-step{grid-template-columns:32px 1fr;gap:17px}.tutorial-step>span{font-size:25px}.tutorial-step h2{font-size:17px}.tutorial-step p{font-size:12px}.example-note{padding:17px}.example-note b,.example-note p{font-size:11px}.article-bottom{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}.balance-card{align-items:flex-start;flex-direction:column;padding:25px}.balance-card strong{font-size:44px}.balance-held{flex-direction:row;align-items:center;flex-wrap:wrap;border-left:0;border-top:1px solid #dae6c9;width:100%;margin-top:22px;padding:20px 0 0;gap:8px 10px}.balance-held>svg{width:18px;height:18px}.balance-held>span{width:100%;font-size:9px!important}.plans-grid{grid-template-columns:1fr;gap:28px}.plan-card{padding:27px;display:grid;grid-template-columns:1fr 1fr;column-gap:25px;align-items:start}.plan-card h3{font-size:19px;grid-column:1}.plan-card>p{font-size:10px;grid-column:1}.plan-price{font-size:37px;margin:20px 0 10px;grid-column:1}.plan-credits{grid-column:1;font-size:11px;border:0}.plan-card>ul{grid-column:2;grid-row:1/5;margin:5px 0 0;padding-left:20px;border-left:1px solid #e6efdc}.plan-card li{font-size:10px;line-height:1.6;margin:14px 0}.plan-card .button{grid-column:1/-1;margin-top:8px;font-size:12px}.credit-explainer{gap:14px}.credit-explainer>div{display:flex;flex-direction:column;align-items:center;gap:8px}.credit-explainer b{font-size:10px;margin-left:0}.credit-explainer p{font-size:8px;margin-top:0}.credits-page .section-heading{align-items:center}.credits-page .section-heading h2{font-size:16px}.credits-page .section-heading>.badge{font-size:8px}.account-grid{gap:22px}.panel{padding:22px}.panel h2{font-size:17px}.modal-backdrop{padding:16px}.modal{padding:23px 21px;max-height:calc(100dvh - 32px);border-radius:13px}.modal-heading{gap:14px}.modal-heading h2{font-size:17px;line-height:1.8}.modal-heading p{font-size:10px;line-height:1.9}.modal-heading>.icon-button{width:27px;height:28px}.modal-actions>.button{font-size:11px;padding:10px 15px;min-height:39px}.starter-choices{gap:11px}.starter-choices b{font-size:11px}.starter-choices span{font-size:8px}.import-preview>img{width:64px;height:68px}.case-detail{padding-top:70px}.case-detail.embedded{padding-top:0}.case-detail.embedded .case-detail-grid{grid-template-columns:1fr}.case-detail.embedded .case-visuals>img{max-height:300px}.case-detail-grid{gap:25px}.case-story h1{font-size:27px}.case-story>.eyebrow{font-size:6px}.case-description{font-size:12px}.asset-inspect-grid{grid-template-columns:1fr}.asset-inspect-grid .inspect-image>img{max-height:360px}.compare-grid{grid-template-columns:1fr 1fr;gap:12px}.compare-grid>div>img{height:200px}.compare-grid h3{font-size:11px}.compare-grid .button{font-size:9px;padding:8px;min-height:34px}.delivery-assets{grid-template-columns:repeat(3,1fr);gap:11px}.delivery-assets img{height:90px}.delivery-controls{gap:10px}.delivery-controls>.field{min-width:170px}.delivery-controls .text-button{font-size:9px}.delivery-controls select{font-size:11px}.created-share{flex-wrap:wrap}.created-share>.button{margin-left:30px}.created-share a{font-size:9px}.moderation-preview{grid-template-columns:1fr}.moderation-preview>img{max-height:280px}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.auth-form-wrap{min-height:100dvh;padding:80px 32px 90px}.auth-back{right:27px;top:27px;font-size:11px}.auth-form{max-width:400px}.auth-form h2{font-size:27px}.auth-form>.eyebrow{font-size:9px}.auth-form>p{font-size:12px}.auth-form .field{margin-bottom:24px}.auth-form .button{font-size:13px;min-height:45px}.auth-footer{font-size:9px;bottom:30px}.admin-nav{margin-bottom:23px;gap:6px}.admin-nav>a{font-size:10px;padding:8px 10px}.admin-model-grid,.admin-cases-grid{grid-template-columns:1fr 1fr;gap:15px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{padding:18px 14px}.stat-card strong{font-size:27px}.stat-card span{font-size:9px}.admin-page .list-toolbar{flex-wrap:wrap;padding-bottom:12px}.admin-page .list-toolbar .search-input{max-width:none;flex:1;min-width:190px;margin-bottom:0}.toolbar-right{margin-bottom:0}.toolbar-right>select{width:120px}.admin-model-grid .panel{padding:20px 17px}.admin-model-grid h3{font-size:14px}.model-technical{font-size:9px!important}.admin-model-price{font-size:29px}.admin-model-price>small{display:block;margin-left:0;margin-top:7px;font-size:9px}.admin-case>img{height:150px}.admin-case>div{padding:15px}.admin-case h3{font-size:12px}.review-header{padding:19px 22px}.review-brand{font-size:25px}.review-brand>span{font-size:11px;margin-left:8px}.review-header>div>.badge{display:none}.review-header .button{font-size:9px;min-height:31px;padding:7px 9px}.review-intro{padding:47px 25px}.review-intro h1{font-size:28px;margin-top:18px}.review-intro>p{font-size:12px}.review-intro>.eyebrow{font-size:6px}.review-designs{padding:0 22px}.review-design-title{gap:13px}.review-design-title h2{font-size:15px}.review-design-title>span{font-size:26px}.review-design-title>.badge{font-size:8px}.review-actions{flex-wrap:wrap;gap:10px}.review-actions .button{font-size:10px;min-height:35px}.review-actions>.text-button{font-size:9px}.review-design-notes{font-size:11px}.review-image-button>span{opacity:1;font-size:8px;bottom:12px}.review-design{margin-bottom:50px}.review-footer h3{font-size:16px;line-height:1.9}.review-footer p{font-size:9px}.workspace-library{position:absolute;left:0;top:0;bottom:0;z-index:25;width:218px;box-shadow:4px 0 15px #34472712}.workspace-body{position:relative}.creative-panel{width:285px;max-width:80vw;position:absolute;right:0;top:0;bottom:0;z-index:25;box-shadow:-4px 0 15px #34472712}.workspace-header{height:57px;min-height:57px;padding:0 11px;gap:10px}.workspace-brand{font-size:29px}.project-name-button{max-width:145px;gap:7px;margin-left:0}.project-name-button b{font-size:10px}.workspace-header-actions{gap:5px}.workspace-header-actions>.header-credit,.workspace-help{display:none}.workspace-header-actions .button{font-size:9px;padding:6px 8px;min-height:31px;gap:4px}.workspace-header-actions .button svg{width:13px}.canvas-topbar{padding:0 10px;z-index:26;background:#f8faf3;pointer-events:none}.canvas-topbar button{pointer-events:auto}.canvas-topbar .text-button{font-size:9px}.canvas-topbar>div{gap:6px}.view-switch button{font-size:9px;padding:5px 8px}.canvas-tools{left:12px;top:16px}.canvas-tools>.icon-button{width:29px;height:30px}.canvas-navigation{left:12px;bottom:14px}.canvas-empty-hint{max-width:calc(100% - 110px);width:310px}.canvas-empty-hint h2{font-size:17px}.canvas-empty-hint p{font-size:10px}.canvas-empty-hint small{font-size:8px}.creative-heading{padding-top:12px;min-height:73px}.creative-heading h3{font-size:12px}.creative-heading small{font-size:8px}.library-tabs button>svg{display:block;width:15px}.library-tabs button{font-size:10px}.library-top{padding:0 12px}.library-top .icon-button{width:26px}.library-body{padding:18px 14px}.library-asset>button{height:80px}.library-asset>span{font-size:9px}.workspace-list{padding:22px}.workspace-assets-grid{grid-template-columns:1fr 1fr;gap:14px}.workspace-assets-grid img{height:150px}.workspace-list .section-heading h2{font-size:15px}.selection-toolbar{top:14px;padding:4px 7px;gap:5px}.selection-toolbar .icon-button{width:25px}.selection-toolbar>span{font-size:8px}.selection-toolbar>button:not(.icon-button){font-size:9px}.toast{font-size:11px;padding:12px 13px;bottom:20px;min-width:0;max-width:calc(100vw - 24px);width:max-content}.table-wrap th,.table-wrap td{padding:13px 15px;font-size:10px}}@media(max-width:420px){.page{padding-left:16px;padding-right:16px}.hero-copy{padding:23px 16px 17px}.hero-copy h1{font-size:19px;line-height:1.85}.hero-copy p{font-size:8px}.hero-copy .eyebrow{font-size:4px;letter-spacing:0}.discover-hero{min-height:275px}.hero-action{font-size:8px;gap:14px}.circle-arrow{width:21px;height:21px}.hero-photo-label h3{font-size:12px;letter-spacing:1px}.hero-photo-label{left:14px}.hero-photo-label small{font-size:5px}.hero-meta{font-size:5px;margin-top:20px}.hero-seal{width:42px;height:42px}.masonry{column-gap:13px}.case-info h3{font-size:11px}.case-author>small{display:none}.case-info>p{font-size:8px}.case-author{font-size:8px}.category-row{gap:3px}.category-row button{padding:5px 8px;font-size:8px}.case-story h1{font-size:25px}.project-cover{height:145px}.project-new-card{min-height:260px;padding:12px}.project-info p,.project-bottom small{font-size:7px}.list-toolbar .search-input{max-width:146px}.project-info h3{font-size:10px}.project-grid{gap:13px}.workflow-card{padding:18px 13px 12px}.workflow-card h3{font-size:12px}.workflow-card>p{font-size:9px}.workflow-number{right:13px;top:21px;font-size:9px}.plan-card{padding:27px 20px;gap:0 15px}.plan-card>ul{padding-left:13px}.plan-card li{font-size:9px}.plan-card h3{font-size:17px}.plan-price>small{display:block;margin-top:8px;margin-left:0}.plan-price{font-size:33px}.admin-model-grid{grid-template-columns:1fr}.admin-cases-grid{gap:12px}.admin-case>img{height:130px}.admin-case>div{padding:13px}.admin-case h3{font-size:11px}.stat-card{padding:16px 12px}.stat-card strong{font-size:25px}.stat-card span{font-size:8px}.toolbar-right>select{width:110px}.admin-nav>a{font-size:9px;padding:7px 8px}.admin-nav>a>svg{width:14px}.form-grid{gap:0 12px}.delivery-assets{grid-template-columns:repeat(2,1fr)}.delivery-controls{align-items:flex-end}.delivery-controls>.field{min-width:150px;max-width:160px}.delivery-controls>div{margin-bottom:15px}.asset-inspect-grid{gap:22px}.compare-grid{grid-template-columns:1fr}.project-name-button{max-width:124px}.workspace-header{gap:8px}.workspace-header-actions .button{font-size:8px}.workspace-back svg{width:16px}.workspace-brand{font-size:28px}.review-actions .button{font-size:9px;padding:8px 10px}.review-actions>.text-button{width:100%;margin-top:4px}.review-design-title h2{font-size:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}}:root{--muted: #717b66}.sidebar{overflow-y:auto}.page-topline,.page-topline a{font-size:11px;color:#737f65}.nav-label{color:#788369}.sidebar nav>a{color:#68745e}.sidebar nav>a.active{color:#3f6042}.utility-link{color:#738167}.tutorial-callout p{color:#7b896b}.profile-mini small{color:#7b8b6b}.search-input{color:#7a8967}.search-input input{font-size:12px}.search-input input::placeholder{color:#7f8c70}.page-heading>p,.page-heading>div>p{font-size:13px;color:#748267}.hero-copy p{font-size:12px;color:#697759}.hero-action{font-size:12px;color:#4f6b3d}.section-heading p{font-size:12px;color:#7d896e}.section-heading h2>span{font-size:11px;color:#7a886b}.category-row button{font-size:12px;color:#768564}.category-row button.active{color:#4c6738}.case-info h3{font-size:13px;color:#46543b}.case-info>p{font-size:11px;color:#7e8d6e}.case-author{font-size:10px;color:#7e8d6d}.case-author>small{font-size:9px;color:#7a8c65}.case-label{font-size:10px}.save-button{opacity:.88}.case-description{font-size:13px;color:#758568}.recipe-heading h3{font-size:13px}.recipe>p{font-size:12px;color:#7e8d6d}.prompt-block{color:#63794e}.recipe-facts>div{font-size:11px}.recipe-facts span{color:#7d8c6b}.recipe-facts b{color:#657853}.author-block b{font-size:12px}.author-block small{font-size:10px;color:#7e8f6c}.case-cta>small{font-size:11px;color:#7c8d68}.tip{color:#6c8057}.field>span{color:#627651}.field>small{color:#7f916d}.tabs button{font-size:12px;color:#7c8b6c}.project-info p{font-size:11px;color:#7c8d69}.project-bottom small{font-size:10px;color:#82936f}.project-new-card h3{color:#758e5c}.project-new-card p{color:#8d9f77}.workflow-card h3{font-size:14px}.workflow-card>p{font-size:12px;color:#7c8e68;min-height:46px}.workflow-card>div:last-child small{font-size:10px;color:#7e9566}.workflow-feature p{font-size:12px;color:#778c60}.workflow-feature h3{font-size:14px}.tutorial-feature p,.tutorial-card>p{color:#7e9068;font-size:13px}.tutorial-card>div>span{font-size:11px;color:#7a9162}.tutorial-step p{color:#70865b}.balance-card p{font-size:12px;color:#80976a}.balance-card>div>span{font-size:12px;color:#748b5e}.balance-held b{color:#738e5b}.balance-held>span{font-size:11px!important;color:#80966b}.plan-card>p{font-size:12px;color:#7a8f65}.plan-credits{font-size:12px;color:#718c55}.plan-card li{font-size:12px;color:#7a8c66}.plan-price>small{font-size:11px;color:#7e8f6c}.credit-explainer p{font-size:11px;color:#7d9567}.credit-explainer b{font-size:12px;color:#6a8652}.table-wrap table{font-size:12px}.table-wrap th{font-size:11px;color:#71885b}.table-wrap td{color:#667e50;font-size:12px}.table-wrap td small{font-size:10px;color:#8b9d76}.table-actions button{font-size:11px}.auth-form>p{color:#7d9267;font-size:13px}.auth-help{font-size:11px;color:#869c70}.auth-back{color:#748b5b}.modal-heading p{font-size:12px;color:#7f9369}.modal .badge{font-size:11px}.import-preview p{font-size:11px;color:#81956a}.import-preview h3{font-size:14px}.modal-actions>.muted{color:#7c9465}.workspace-header-actions .button{font-size:11px}.project-name-button b{font-size:13px}.save-state{font-size:10px}.library-tabs button{font-size:11px;color:#7a9465}.library-section-title h3{font-size:13px}.library-section-title>span{font-size:11px;color:#889e72}.small-tabs button{font-size:11px;color:#78965e}.library-asset>span{font-size:10px;color:#718d56}.asset-quick-actions button{font-size:10px;color:#718f56}.library-empty p{font-size:12px;color:#849c70}.library-community span{font-size:12px;color:#698651}.library-community small{font-size:10px;color:#8a9f75}.brief-entry>span{font-size:12px;color:#6e8b54}.brief-entry small{font-size:10px;color:#8a9f75}.creative-heading h3{font-size:13px}.creative-heading small{font-size:10px;color:#869d70}.creative-tabs button{font-size:12px;color:#8b9f76}.creative-tabs button.active{color:#5b7f3d}.creative-form .field>span{font-size:12px;color:#68844f}.creative-form select,.creative-form textarea{font-size:12px;color:#5c7a44}.creative-form textarea::placeholder{color:#8a9f74}.workflow-hint{font-size:11px;color:#80996a}.reference-heading h4{font-size:12px;color:#6d8852}.reference-heading .text-button{font-size:11px;color:#6f8d51}.reference-row>div>span{font-size:10px;color:#738e57}.reference-row select{font-size:11px;color:#587d39}.reference-row small{font-size:9px;color:#79995a}.missing-reference{font-size:12px}.missing-reference>span{color:#77945b}.missing-reference small{font-size:10px;color:#8a9f75}.no-references{color:#8fa478}.no-references p{font-size:11px}.prompt-suggestions button{font-size:10px;color:#7d965f}.advanced-toggle{font-size:11px;color:#7e9565}.advanced-details{font-size:11px;color:#7c9860}.advanced-details .text-button{font-size:10px}.creation-cost{font-size:11px;color:#7d9564}.creation-cost>a{font-size:10px}.creation-note{font-size:10px;color:#8b9f76}.workspace-tutorial{font-size:10px;color:#7e9a60}.canvas-empty-hint h2{color:#7a9361}.canvas-empty-hint p{font-size:12px;color:#8ea576}.canvas-empty-hint small{font-size:9px;color:#96a97f}.canvas-empty-hint button{font-size:12px;color:#698f48}.view-switch button{font-size:10px;color:#859d6b}.view-switch button.active{color:#5f813f}.task-record h4{font-size:12px;color:#658549}.task-prompt{font-size:11px;color:#849d6b}.task-record-header>small{font-size:9px;color:#96ac7e}.task-record-header>.badge{font-size:10px}.task-stage{font-size:11px;color:#71964c}.task-error,.task-warning{font-size:11px;color:#957b56}.task-text{font-size:11px;color:#7e9a60}.task-record-footer{font-size:10px;color:#879f6b}.task-record-footer .text-button{font-size:10px}.history-empty p{font-size:12px;color:#849f68}.history-empty h3{font-size:14px;color:#739256}.admin-nav>a{font-size:12px;color:#80966a}.stat-card span{font-size:12px;color:#779260}.admin-model-grid .panel>p{font-size:12px;color:#78955e}.admin-case p{font-size:11px;color:#829e68}.review-intro>p{color:#718d56}.review-intro>span{font-size:11px;color:#849d6b}.review-design-title small{font-size:10px;color:#819e64}.review-design-notes{color:#748e5c}.review-comment p{color:#749158}.review-footer p{font-size:11px;color:#839b6b}.review-actions>.text-button{color:#738e59;font-size:11px}@media(max-height:800px){.sidebar .tutorial-callout{display:none}.sidebar-bottom{padding-top:18px}.sidebar .brand{margin-bottom:26px}.new-project{margin-bottom:24px}}@media(max-width:760px){.hero-copy p,.hero-action{font-size:10px}.category-row button{font-size:11px}.case-info h3{font-size:12px}.case-author{font-size:10px}.case-info>p{font-size:10px}.case-label{font-size:9px}.page-topline,.page-topline a{font-size:10px}.section-heading p{font-size:12px}.sidebar .tutorial-callout{display:block}.workflow-card>p{font-size:11px}.workflow-card h3{font-size:13px}.plan-card li{font-size:11px}.plan-card>p{font-size:11px}.project-info p{font-size:10px}.project-bottom small{font-size:9px}.project-name-button b{font-size:11px}.workspace-header-actions .button{font-size:10px}.creative-tabs button{font-size:11px}.creative-form select,.creative-form textarea{font-size:12px}.view-switch button{font-size:10px}.canvas-empty-hint p{font-size:11px}.admin-nav>a{font-size:11px}.stat-card span{font-size:10px}.table-wrap td,.modal-heading p{font-size:11px}}@media print{body{background:#fff!important;color:#222!important}.review-header .button,.review-header .badge,.review-actions,.review-image-button>span,.modal-backdrop,.toast,.review-feedback{display:none!important}.review-header{padding:12px 0;border-bottom:1px solid #aaa}.review-intro{padding:30px 0}.review-intro h1{font-size:26px;color:#222}.review-intro p,.review-intro span{color:#555}.review-designs{padding:0;max-width:100%}.review-design{break-inside:avoid;margin-bottom:35px}.review-design h2{color:#333}.review-image-button img{max-height:650px}.review-footer{padding:20px 0}.review-footer p{color:#666}.review-page{background:#fff}.review-design-notes{color:#444;background:#f6f6f6}.review-intro .eyebrow{color:#888}@page{size:A4;margin:15mm}}.creative-footer{padding:0 19px 13px;background:#fcfdf9;border-top:1px solid #e3ebd7;flex-shrink:0}.creative-footer .creation-cost{margin:0;border:0;padding:11px 0 9px}.creative-footer .creation-note{margin-top:8px;line-height:1.8}.creative-footer .creation-note br{display:none}.creative-footer .workspace-tutorial{margin-top:10px;padding-top:10px;font-size:9px}.creative-footer .generate-button{min-height:40px}.creative-form{min-height:0}.creative-form .field textarea{min-height:120px}.case-image-wrap{position:relative}.inspect-image>img,.feedback-image img{max-height:none;display:block}.asset-inspect-grid{align-items:start}.variable-edit-row{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center}.template-variables-editor{padding:18px 0;border-top:1px solid var(--border);margin-top:18px}.template-variables-editor>p{font-size:13px;line-height:1.8;margin:10px 0 18px}.publication-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.share-history small,.feedback-item small,.asset-facts,.delivery-assets>button>small{font-size:12px;color:#63705b}.feedback-item b,.feedback-item p,.delivery-assets>button>span{font-size:13px;color:#4f6142}.review-hero p{font-size:14px;color:#5c6f4b}.moderation-images{display:grid;gap:12px;align-content:start}.moderation-images img{display:block;width:100%;height:auto;border-radius:7px}.design-text{font-size:14px;line-height:1.85;color:#384333;white-space:normal;overflow-wrap:anywhere}.design-text h1,.design-text h2,.design-text h3{font-family:inherit;line-height:1.5;margin:20px 0 10px;color:#304738}.design-text h1{font-size:22px}.design-text h2{font-size:18px}.design-text h3{font-size:16px}.design-text p{margin:10px 0;font-size:inherit;color:inherit;line-height:inherit}.design-text ul,.design-text ol{padding-left:24px;margin:12px 0}.design-text li{margin:5px 0}.design-text table{border-collapse:collapse;display:block;max-width:100%;overflow:auto;margin:15px 0}.design-text th,.design-text td{border:1px solid #d7dfd0;padding:8px 12px;min-width:90px}.design-text th{background:#edf1e8}.design-text hr{border:0;border-top:1px solid #d7dfd0;margin:20px 0}.design-text blockquote{border-left:3px solid #91a47b;padding-left:14px;margin:14px 0}.design-text input{width:auto}.inspect-image>.design-text{padding:22px;max-height:580px;overflow:auto;background:#fff;line-height:1.85}.task-text .design-text{font-size:13px}.task-text .design-text h1{font-size:18px}.task-text .design-text h2{font-size:15px}.asset-inspect-grid .inspect-image>img{max-height:none}@media(max-width:600px){.discover-hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:26px 24px 24px}.hero-copy h1{font-size:29px;line-height:1.5;letter-spacing:-.6px;margin:18px 0 14px}.hero-copy p{font-size:13px;line-height:1.9;max-width:100%}.hero-copy .eyebrow{font-size:8px;letter-spacing:1.6px}.hero-action{margin-top:18px;font-size:13px}.hero-meta{display:none}.hero-photo{height:145px;min-height:0}.hero-photo-label{bottom:20px;left:24px}.hero-photo-label h3{font-size:20px}.hero-seal{right:18px;top:16px}.sidebar:not(.mobile-open){visibility:hidden}.modal-heading p,.starter-choices span,.import-preview p,.case-description,.recipe p,.license-note,.case-title-row h3{font-size:12px}.case-info p,.case-author{font-size:11px}.plan-card li,.plan-card>p,.credit-explainer p,.balance-held>span{font-size:12px!important}.variable-edit-row{grid-template-columns:1fr auto}.variable-edit-row>.field:first-child{grid-column:1}.variable-edit-row>.field:nth-child(2){grid-column:1}.variable-edit-row>.icon-button{grid-column:2;grid-row:1/3}}.element-name{min-width:0;overflow:hidden;text-overflow:ellipsis;display:block}.element-label>b{flex:none}@media(max-width:600px){.hero-copy h1{font-size:clamp(22px,6.6vw,26px);letter-spacing:-.7px}}@media(max-width:760px){.workspace-body>.creative-panel,.workspace-body>.library-panel{top:49px;bottom:0;height:auto;width:100%;max-width:none;z-index:27}.creative-heading{flex-shrink:0}.creative-panel .creative-scroll{min-height:0;overflow:auto}}@media(max-width:760px){.workspace-body>.workspace-library{top:49px;bottom:0;height:auto;width:100%;z-index:27}}.brand-logo{display:block;width:174px;height:auto;max-width:100%;flex-shrink:0}.auth-art .brand-logo{width:228px;filter:brightness(0) invert(1)}.review-brand img{display:block;width:180px;height:auto}img.workspace-brand{display:block;width:39px;height:44px;margin-top:0;object-fit:contain;flex-shrink:0}@media(max-width:1020px){.sidebar .brand-logo{width:156px}}@media(max-width:760px){.brand-logo{width:156px}.review-brand img{width:146px}img.workspace-brand{width:33px;height:37px}}
