:root{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2923;background:#e6f2ec;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #1f2923;--muted: #4b554f;--line: #d8e2de;--paper: #ffffff;--paper-deep: #f8fcfa;--accent: #347c59;--accent-dark: #286247;--navy: #1f2923;--teal: #60a985;--yellow: #60a985}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f4ef}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer;color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(199,93,49,.25);outline-offset:2px}.icon{display:inline-block;vertical-align:middle;flex:0 0 auto}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;width:236px;padding:28px 18px 18px;background:#fbfaf6;border-right:1px solid #e8e3da;z-index:5}.brand{display:flex;align-items:center;gap:11px;padding:0 12px;margin-bottom:50px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--accent);color:#fffdf8;border-radius:11px 11px 11px 3px;font-weight:800;font-size:19px;box-shadow:0 6px 12px #c75d312e}.brand-name{font-size:17px;font-weight:800;letter-spacing:-.03em}.brand-sub{margin-top:2px;color:#9a958d;font-size:10px;letter-spacing:.06em}.nav-label{padding:0 14px;margin-bottom:10px;color:#aaa49a;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.nav-label.second{margin-top:34px}.main-nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:13px;width:100%;padding:12px 14px;border-radius:11px;background:transparent;color:#78746c;text-align:left;transition:.2s ease}.nav-item:hover{background:#f2eee8;color:var(--ink)}.nav-item.active{background:#f2e5dc;color:var(--accent-dark);font-weight:700}.sidebar-bottom{margin-top:auto}.help-note{display:flex;gap:10px;align-items:flex-start;padding:14px 11px;margin-bottom:18px;background:#f1eee7;border-radius:13px}.help-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fffaf0;color:#d59a31}.help-note strong,.help-note span{display:block;font-size:11px;line-height:1.4}.help-note strong{color:#5d574d}.help-note span{margin-top:3px;color:#a19b90;font-size:10px}.sidebar-user{display:flex;gap:10px;align-items:center;padding:12px 8px 2px;border-top:1px solid #e8e3da}.avatar,.top-avatar,.profile-avatar{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#6e948e,#315e5b);font-weight:700}.avatar,.top-avatar{width:31px;height:31px;border-radius:50%;font-size:13px}.user-copy{flex:1;min-width:0}.user-copy strong,.user-copy span{display:block}.user-copy strong{font-size:12px}.user-copy span{color:#9b968f;font-size:10px;margin-top:2px}.icon-button{display:grid;place-items:center;width:30px;height:30px;background:transparent;color:#9d978d;border-radius:8px}.icon-button:hover{background:#f0ece5;color:var(--ink)}.main-area{width:calc(100% - 236px);margin-left:236px}.topbar{display:flex;align-items:center;height:86px;padding:0 48px;border-bottom:1px solid #e8e3da;background:#f6f4efd1}.topbar-title{display:flex;align-items:baseline;gap:13px}.topbar-title>span{font-size:15px;font-weight:800}.topbar-title small{color:#99938b;font-size:11px}.topbar-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.credit-pill{display:flex;align-items:center;gap:6px;padding:8px 11px;background:#f1e2d8;color:var(--accent-dark);border-radius:9px}.credit-pill span{font-size:14px;font-weight:800}.credit-pill em{font-size:10px;font-style:normal;font-weight:600}.credit-pill i{display:grid;margin-left:3px;opacity:.65}.mobile-brand{display:none}.page-content{max-width:1340px;padding:43px 48px 72px;margin:0 auto}h1,h2,h3,p{margin:0}h1{font-size:clamp(28px,3vw,40px);line-height:1.18;letter-spacing:-.055em}.lead{color:var(--muted);font-size:13px;line-height:1.8}.eyebrow{margin-bottom:10px;color:#a19a91;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.welcome-row,.page-intro-row,.generate-intro,.result-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.welcome-row h1{font-size:34px}.wave{color:var(--accent);font-size:25px;letter-spacing:0;vertical-align:3px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:0 15px;border-radius:9px;font-size:12px;font-weight:700;transition:.2s ease;white-space:nowrap}.button-primary{background:var(--accent);color:#fff;box-shadow:0 7px 16px #c75d3126}.button-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 9px 20px #c75d3138}.button-secondary{background:#fffefa;border:1px solid #e1ddd3;color:#67635b}.button-secondary:hover{border-color:#c4bdb2;background:#fff}.button-large{min-height:46px;padding:0 19px}.home-grid{display:grid;grid-template-columns:minmax(0,1fr) 218px;gap:17px;margin-top:34px}.hero-card{position:relative;min-height:278px;overflow:hidden;display:flex;padding:33px 37px;background:var(--navy);border-radius:18px;color:#fffdf7}.hero-card:after{position:absolute;right:-70px;bottom:-100px;width:390px;height:250px;border:1px solid rgba(214,232,225,.13);border-radius:50%;transform:rotate(-10deg);content:""}.hero-copy{position:relative;z-index:1}.hero-kicker{display:inline-flex;padding:5px 9px;border-radius:5px;background:#edc48429;color:#f3c77e;font-size:10px;font-weight:700;letter-spacing:.06em}.hero-card h2{margin-top:19px;font-size:26px;line-height:1.35;letter-spacing:-.05em}.hero-card p{margin-top:13px;color:#bbcfca;font-size:12px;line-height:1.7}.text-button{display:inline-flex;align-items:center;gap:9px;margin-top:24px;background:transparent;font-size:11px;font-weight:700}.text-button.light{color:#f5ca8a}.text-button:hover{gap:13px}.hero-art{position:absolute;right:42px;top:0;width:42%;height:100%}.sun-ring{position:absolute;right:51px;top:48px;width:180px;height:180px;border:1px solid rgba(235,196,126,.28);border-radius:50%;box-shadow:0 0 0 22px #ebc47e0a,0 0 0 47px #ebc47e08}.art-card{position:absolute;width:170px;height:180px;border-radius:12px;transform:rotate(8deg)}.card-back{right:37px;top:68px;background:#688c85;opacity:.4;transform:rotate(18deg)}.card-mid{right:70px;top:57px;background:#e6ae57;opacity:.85;transform:rotate(-9deg)}.card-front{right:51px;top:49px;display:flex;flex-direction:column;padding:20px 18px;background:#f6eee1;color:var(--navy);transform:rotate(5deg);box-shadow:0 17px 32px #0e1b1f33}.card-front span{color:#ba8064;font-size:9px;font-weight:800;letter-spacing:.1em}.card-front strong{margin-top:20px;font-size:18px;line-height:1.45;letter-spacing:-.06em}.art-line{display:flex;gap:5px;margin-top:auto}.art-line i{height:4px;display:block;background:#d48a5e;border-radius:4px}.art-line i:nth-child(1){width:47px}.art-line i:nth-child(2){width:18px;opacity:.55}.art-line i:nth-child(3){width:8px;opacity:.35}.art-spark{position:absolute;color:#f4cd82;font-size:22px}.spark-one{top:44px;right:8px}.spark-two{bottom:38px;left:39px;font-size:12px;color:#79a59b}.credit-card{display:flex;flex-direction:column;padding:22px 22px 18px;background:#eee8db;border-radius:18px}.credit-top,.credit-foot{display:flex;align-items:center;justify-content:space-between}.credit-top{color:#817b70;font-size:11px}.credit-top .icon{color:var(--accent)}.credit-card>strong{margin:17px 0 13px;color:var(--accent-dark);font-size:40px;line-height:1;letter-spacing:-.06em}.credit-card>strong small{color:#a79b8c;font-size:12px;font-weight:500;letter-spacing:0}.credit-progress{height:4px;overflow:hidden;background:#dbd2c3;border-radius:4px}.credit-progress i{display:block;height:100%;background:var(--accent);border-radius:4px}.credit-foot{margin-top:auto;padding-top:12px;color:#9e9589;font-size:10px}.credit-foot button{display:flex;align-items:center;gap:2px;padding:0;background:transparent;color:var(--accent-dark);font-size:10px;font-weight:700}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:42px 0 17px}.section-heading h2{font-size:18px;letter-spacing:-.04em}.section-heading p{margin-top:5px;color:#99938a;font-size:11px}.link-button{display:inline-flex;align-items:center;gap:8px;padding:0 2px 3px;background:transparent;color:var(--accent-dark);font-size:11px;font-weight:700}.link-button:hover{gap:12px}.scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.scenario-card{min-height:137px;display:flex;flex-direction:column;align-items:flex-start;padding:17px;background:var(--paper);border:1px solid #e9e4db;border-radius:14px;text-align:left;transition:.2s ease}.scenario-card:hover{border-color:#d5c6b7;box-shadow:0 8px 20px #422d1a0f;transform:translateY(-2px)}.scenario-icon{display:grid;place-items:center;width:35px;height:35px;margin-bottom:auto;border-radius:10px}.scenario-icon.orange,.quick-icon.orange{background:#f8e7d9;color:#c75d31}.scenario-icon.violet,.quick-icon.violet{background:#eee4f5;color:#875a9c}.scenario-icon.teal,.quick-icon.teal{background:#dceee9;color:#3d867b}.scenario-icon.blue,.quick-icon.blue{background:#dfeaf5;color:#5382a5}.scenario-icon.pink,.quick-icon.pink{background:#f8e1e2;color:#bd686b}.scenario-icon.yellow,.quick-icon.yellow{background:#f7edcf;color:#b78835}.scenario-icon.green,.quick-icon.green{background:#e1efe1;color:#5f9365}.scenario-icon.purple,.quick-icon.purple{background:#e9e2f1;color:#765a9d}.scenario-info strong,.scenario-info span{display:block}.scenario-info strong{font-size:13px}.scenario-info span{margin-top:5px;color:#9c978e;font-size:10px}.scenario-arrow{display:grid;align-self:flex-end;margin-top:-18px;color:#b6b0a7}.recent-heading{margin-top:42px}.recent-list{overflow:hidden;border:1px solid #e9e4db;border-radius:14px;background:var(--paper)}.record-row{display:flex;align-items:center;min-height:68px;padding:10px 17px;border-bottom:1px solid #efebe4;gap:13px}.record-row:last-of-type{border-bottom:0}.record-type-icon{display:grid;place-items:center;flex:0 0 auto;width:31px;height:31px;border-radius:9px}.record-type-icon.short_video{background:#f7e3d7;color:#c75d31}.record-type-icon.xhs_post{background:#eee2f3;color:#8c5e99}.record-type-icon.moments_post{background:#dceee9;color:#3d867b}.record-type-icon.private_reply{background:#dfe8f3;color:#557f9f}.record-main{flex:1;min-width:0}.record-main>strong{display:block;overflow:hidden;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.record-main>div{display:flex;align-items:center;gap:8px;margin-top:5px;color:#9e988f;font-size:10px}.record-main i,.result-meta i{width:3px;height:3px;display:inline-block;background:#c1bbb1;border-radius:50%}.record-time,.record-cost{color:#aaa39a;font-size:10px;white-space:nowrap}.record-cost{width:63px;color:#a36b50;text-align:right}.record-cost small{color:#aaa39a;font-size:9px}.row-action{display:grid;padding:4px;background:transparent;color:#bbb4aa}.row-action:hover{color:var(--accent)}.recent-more{display:flex;align-items:center;justify-content:center;gap:8px;height:43px;color:#a36b50;background:#fdfbf6;border-top:1px solid #efebe4;font-size:11px;font-weight:700;cursor:pointer}.recent-more:hover{color:var(--accent)}.generate-intro{align-items:flex-start}.generate-credit{min-width:118px;padding:13px 16px;background:#eee8db;border-radius:12px}.generate-credit span{display:flex;align-items:center;gap:5px;color:#938b7f;font-size:10px}.generate-credit span .icon{color:var(--accent)}.generate-credit strong{display:block;margin-top:7px;color:var(--accent-dark);font-size:24px;letter-spacing:-.05em}.generate-credit small{color:#a89f92;font-size:10px;font-weight:500;letter-spacing:0}.generate-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:18px;align-items:start;margin-top:31px}.form-card{background:var(--paper);border:1px solid #e9e4db;border-radius:16px}.form-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 26px 18px}.form-card-heading>div{display:flex;gap:13px;align-items:flex-start}.form-card-heading h2{font-size:15px;letter-spacing:-.03em}.form-card-heading p{margin-top:5px;color:#a09a92;font-size:11px}.form-card-heading p b,.field-label b{color:var(--accent);font-weight:700}.step-no{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;color:var(--accent-dark);background:#f5e5db;font-size:10px;font-weight:800}.cost-tag{padding:6px 9px;border-radius:6px;background:#fbefe8;color:var(--accent-dark);font-size:10px;font-weight:700;white-space:nowrap}.form-card-heading.compact{padding-top:24px;padding-bottom:19px}.type-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:0 26px}.type-tab{position:relative;display:flex;align-items:center;gap:9px;min-height:70px;padding:10px;border:1px solid #e9e4db;background:#fffefa;border-radius:10px;text-align:left}.type-tab:hover{border-color:#d3c2b5}.type-tab.selected{border-color:#d8845e;background:#fcf2ec;box-shadow:0 0 0 1px #e8a17f inset}.tab-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:8px;background:#f3e4da;color:var(--accent)}.type-tab:nth-child(2) .tab-icon{background:#ece4f1;color:#8a5c99}.type-tab:nth-child(3) .tab-icon{background:#dfefea;color:#3d867b}.type-tab:nth-child(4) .tab-icon{background:#e2ebf5;color:#5782a0}.type-tab strong,.type-tab small{display:block}.type-tab strong{font-size:11px}.type-tab small{margin-top:4px;color:#a7a097;font-size:9px;white-space:nowrap}.radio-dot{position:absolute;top:9px;right:9px;width:9px;height:9px;border:1px solid #c3bbb0;border-radius:50%}.type-tab.selected .radio-dot{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 2px #f5e4da inset}.form-divider{height:1px;margin:28px 26px 0;background:#eee9e1}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;padding:0 26px 25px}.field.full{grid-column:1 / -1}.field-label{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:7px}.field-label label{color:#58544d;font-size:11px;font-weight:700}.field-label span{color:#b1aaa0;font-size:9px}.field input,.field select,.field textarea{width:100%;border:1px solid #e3ded5;border-radius:8px;background:#fdfcf9;color:var(--ink);font-size:12px;transition:.2s ease}.field input,.field select{height:39px;padding:0 11px}.field textarea{min-height:80px;resize:vertical;padding:10px 11px;line-height:1.65}.field input::placeholder,.field textarea::placeholder{color:#bcb7af}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9f988e 50%),linear-gradient(135deg,#9f988e 50%,transparent 50%);background-position:calc(100% - 15px) 16px,calc(100% - 11px) 16px;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.field input:focus,.field select:focus,.field textarea:focus{border-color:#ce886b;background:#fffefa;outline:none;box-shadow:0 0 0 3px #c75d3114}.char-count{display:flex;justify-content:flex-end;margin-top:4px;color:#b7b0a7;font-size:9px}.check-grid{display:flex;flex-wrap:wrap;gap:8px}.check-chip{display:inline-flex;align-items:center;gap:4px;min-height:31px;padding:0 11px;border:1px solid #e3ded5;border-radius:7px;background:#fdfcf9;color:#817b73;font-size:10px}.check-chip:hover{border-color:#d6b4a5}.check-chip.checked{border-color:#e8b099;background:#fcf0e9;color:var(--accent-dark);font-weight:700}.case-field{display:none}.case-field.show{display:block}.case-hint{display:flex;align-items:center;gap:5px;margin-top:6px;color:#a98b5c;font-size:9px}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 26px;border-top:1px solid #eee9e1;background:#fdfbf7;border-radius:0 0 16px 16px}.safety-note{display:flex;align-items:center;gap:5px;color:#aaa49a;font-size:10px}.button-generate{min-height:43px;padding:0 20px}.generate-aside{display:grid;gap:15px}.quick-card,.rule-card{background:var(--paper);border:1px solid #e9e4db;border-radius:15px}.quick-card{padding:19px 16px 10px}.quick-heading{display:flex;justify-content:space-between;align-items:baseline;margin:0 2px 13px}.quick-heading span{font-size:13px;font-weight:800}.quick-heading small{color:#b0aaa1;font-size:9px}.quick-item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 4px;background:transparent;color:#655f56;text-align:left;font-size:11px}.quick-item+.quick-item{border-top:1px solid #f0ebe4}.quick-item>span:nth-child(2){flex:1}.quick-item>.icon{color:#beb7ad}.quick-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px}.rule-card{padding:19px;background:#f0e9dc;border-color:#ebe0d0}.rule-card-title{font-size:12px;font-weight:800}.rule-card p{margin-top:10px;color:#8d8478;font-size:10px;line-height:1.7}.rule-quote{margin-top:15px;padding-top:13px;border-top:1px solid #dfd3c1;color:#a26a4d;font-size:11px;line-height:1.7;font-weight:700}.result-intro{align-items:flex-start}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:21px;padding:0;background:transparent;color:#9c958c;font-size:11px}.back-link:hover{color:var(--accent-dark)}.result-title-row{display:flex;align-items:flex-start;gap:13px}.success-mark{display:grid;place-items:center;width:35px;height:35px;margin-top:3px;border-radius:50%;background:#deefe7;color:#438872}.result-title-row h1{font-size:29px}.result-title-row .lead{margin-top:7px}.result-actions{display:flex;gap:9px}.result-meta{display:flex;align-items:center;gap:11px;margin-top:26px;color:#99938a;font-size:10px}.result-type{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:6px;background:#f5e8df;color:var(--accent-dark);font-weight:700}.result-content{max-width:910px;margin-top:28px}.result-block{padding:21px 23px;margin-bottom:14px;background:var(--paper);border:1px solid #e9e4db;border-radius:14px}.block-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.block-head>div{display:flex;align-items:center;gap:10px}.block-index{color:#b8b1a8;font-size:10px;font-weight:800}.block-head h3{font-size:14px;letter-spacing:-.02em}.block-head em{padding:3px 7px;border-radius:5px;background:#f2efe9;color:#9c968b;font-size:9px;font-style:normal}.mini-copy{display:inline-flex;align-items:center;gap:4px;padding:4px 0;background:transparent;color:#a97a63;font-size:10px}.mini-copy:hover{color:var(--accent-dark)}.title-list{display:grid;gap:0;margin-top:16px}.title-list>div{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-top:1px solid #f0ece5}.title-list span{color:#b5ada3;font-size:10px;font-weight:700}.title-list strong{font-size:13px;line-height:1.4}.script-box{position:relative;margin-top:16px;padding:22px 28px 22px 43px;border-radius:9px;background:#f5f1e9}.script-mark{position:absolute;top:12px;left:17px;color:#d08b6c;font-family:Georgia,serif;font-size:34px;line-height:1}.script-box p,.message-box{color:#57534c;font-size:13px;line-height:2;white-space:pre-line}.moments-box{padding:24px 27px}.moments-box p{color:#46433d}.two-col-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.two-col-results .result-block{margin-bottom:14px}.quote-box,.message-box,.cover-title-box,.suggestion-list,.question-list{margin-top:14px}.quote-box{padding:17px;border-left:3px solid #d48a64;background:#fbf4ee;color:#6b574d;font-size:13px;font-weight:700;line-height:1.65}.cover-title-box{padding:23px;background:#263e47;border-radius:9px;color:#f6e9d6;font-size:21px;line-height:1.5;font-weight:800;letter-spacing:-.05em;white-space:pre-line}.message-box{padding:17px 19px;border:1px solid #eee8df;background:#fdfbf7;border-radius:8px}.slide-list{display:grid;gap:10px;margin-top:16px}.slide-item{display:flex;gap:12px;padding:13px 14px;background:#fbf9f4;border-radius:8px}.slide-item>span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;border-radius:7px;background:#eee3f1;color:#865998;font-size:9px;font-weight:800}.slide-item strong{font-size:12px}.slide-item p{margin-top:5px;color:#8e8980;font-size:11px;line-height:1.6}.hashtags{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.hashtags span{padding:6px 9px;border-radius:5px;background:#eef3f0;color:#527e72;font-size:10px}.suggestion-list{display:grid;gap:11px}.suggestion-list div{display:flex;gap:7px;align-items:flex-start;color:#6d675e;font-size:11px;line-height:1.55}.suggestion-list .icon{color:#6ca092;margin-top:2px}.issue-card>p{margin-top:14px;padding:13px 15px;background:#f7efe6;border-radius:8px;color:#746b61;font-size:12px;line-height:1.65}.question-list{display:grid;gap:9px}.question-list div{display:flex;align-items:flex-start;gap:9px;color:#625d55;font-size:12px;line-height:1.6}.question-list span{display:grid;place-items:center;width:20px;height:20px;flex:0 0 auto;border-radius:50%;background:#f1e5db;color:var(--accent-dark);font-size:10px;font-weight:700}.compliance-note{display:flex;gap:10px;max-width:910px;padding:13px 16px;background:#f1ede4;border:1px solid #e8e1d4;border-radius:9px;color:#9a856d}.compliance-note .icon{margin-top:2px;color:#c6924e}.compliance-note strong,.compliance-note span{display:block}.compliance-note strong{color:#876c4e;font-size:10px}.compliance-note span{margin-top:3px;font-size:10px;line-height:1.6}.result-bottom-actions{display:flex;gap:10px;max-width:910px;justify-content:flex-end;margin-top:19px}.reuse-bar{display:flex;align-items:center;gap:14px;max-width:910px;margin-top:25px;padding:17px 19px;border-top:1px solid #e6e1d8;color:#aaa39a;font-size:10px}.reuse-bar button{display:inline-flex;align-items:center;gap:4px;padding:0;background:transparent;color:#a66d51;font-size:10px;font-weight:700}.reuse-bar button:hover{color:var(--accent-dark)}.history-page .page-intro-row,.me-page .page-intro-row{align-items:flex-end}.page-intro-row h1{font-size:34px}.history-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:34px}.filter-tabs{display:flex;gap:4px}.filter-tab{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border-radius:7px;background:transparent;color:#99928a;font-size:11px}.filter-tab:hover{background:#eeebe5;color:#6e675f}.filter-tab.active{background:#f2e3d9;color:var(--accent-dark);font-weight:700}.filter-tab span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#c75d311f;font-size:9px}.filter-button{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #e2ddd4;border-radius:7px;background:#fffefa;color:#8d877e;font-size:10px}.history-table{overflow:hidden;margin-top:13px;border:1px solid #e9e4db;border-radius:14px;background:var(--paper)}.history-table-head,.history-table-row{display:grid;grid-template-columns:minmax(280px,1.8fr) 1fr 1fr .7fr 30px;align-items:center;gap:20px;padding:0 21px}.history-table-head{height:42px;background:#faf8f3;border-bottom:1px solid #eee9e1;color:#aaa39a;font-size:10px}.history-table-row{min-height:78px;border-bottom:1px solid #f0ebe4}.history-table-row:last-child{border-bottom:0}.history-content{display:flex;align-items:center;gap:11px;min-width:0}.history-content>div:last-child{min-width:0}.history-content strong,.history-content span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-content strong{font-size:12px}.history-content span,.history-purpose,.history-time,.history-cost{margin-top:4px;color:#aaa39a;font-size:10px}.history-purpose,.history-time,.history-cost{margin-top:0}.history-cost{color:#aa7053}.history-cost small{color:#aaa39a;font-size:9px}.history-more{display:grid;padding:3px;background:transparent;color:#b7b0a7}.history-more:hover{color:var(--accent)}.history-table .empty-state{grid-column:1 / -1}.empty-state{display:grid;justify-items:center;padding:45px 20px;text-align:center}.empty-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:12px;border-radius:15px;background:#f5e5db;color:var(--accent)}.empty-state strong{font-size:14px}.empty-state p{max-width:270px;margin:7px 0 18px;color:#a7a097;font-size:11px;line-height:1.6}.profile-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:16px;margin-top:34px}.profile-card,.balance-card{padding:25px;border:1px solid #e9e4db;border-radius:15px;background:var(--paper)}.profile-main{display:flex;align-items:center;gap:13px}.profile-avatar{width:56px;height:56px;border-radius:17px;font-size:20px}.profile-main h2{font-size:17px}.profile-main p{margin-top:5px;color:#99938a;font-size:11px}.profile-main .icon-button{margin-left:auto}.profile-tag{display:inline-flex;margin-top:8px;padding:3px 7px;border-radius:4px;background:#e5f1eb;color:#528b74;font-size:9px;font-weight:700}.profile-facts{display:flex;gap:56px;margin-top:23px;padding-top:18px;border-top:1px solid #efebe4}.profile-facts span,.profile-facts strong{display:block}.profile-facts span{color:#aaa39a;font-size:10px}.profile-facts strong{margin-top:5px;font-size:11px}.balance-card{background:#eee8db;border-color:#ebe1d1}.balance-label{display:flex;justify-content:space-between;color:#80796d;font-size:11px}.balance-label span{color:var(--accent)}.balance-card>strong{display:block;margin-top:11px;color:var(--accent-dark);font-size:40px;letter-spacing:-.07em}.balance-card p{margin-top:2px;color:#a0988b;font-size:10px}.button-light{width:100%;margin-top:19px;background:#fffaf1;color:var(--accent-dark)}.button-light:hover{background:#fff}.me-section{margin-top:39px}.log-total{color:#aaa39a;font-size:10px}.credit-log-list{overflow:hidden;border:1px solid #e9e4db;border-radius:14px;background:var(--paper)}.credit-log{display:flex;align-items:center;min-height:68px;padding:10px 20px;gap:11px;border-bottom:1px solid #f0ebe4}.credit-log:last-child{border-bottom:0}.log-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px}.log-icon.plus{background:#e0f0e9;color:#4a9279}.log-icon.minus{background:#f7e4da;color:#c47755}.credit-log>div:nth-child(2){flex:1}.credit-log strong,.credit-log span{display:block}.credit-log strong{font-size:12px}.credit-log span{margin-top:3px;color:#aaa39a;font-size:10px}.log-amount{color:#b96c4e;font-size:13px}.log-amount.positive{color:#4b9278}.log-balance{width:70px;text-align:right}.reserved-card{display:flex;align-items:center;gap:12px;margin-top:18px;padding:17px 19px;background:#f0ebe2;border:1px solid #e6dfd3;border-radius:13px}.reserved-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e4e0ee;color:#766a99}.reserved-card>div:nth-child(2){flex:1}.reserved-card strong{font-size:12px}.reserved-card p{margin-top:4px;color:#9b9489;font-size:10px;line-height:1.6}.reserved-card>span{align-self:flex-start;color:#9c92ad;font-size:9px;font-weight:800}.toast{position:fixed;left:50%;bottom:30px;z-index:20;display:flex;align-items:center;gap:7px;padding:11px 16px;border-radius:9px;color:#fff;background:#2f3838;box-shadow:0 10px 30px #0000002e;transform:translate(-50%);font-size:12px;animation:toast-in .25s ease}.toast.success{background:#3e7d6a}.toast .icon{color:#d8f3e7}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.type-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.type-tab{min-width:0}.type-tab>span:nth-child(2){min-width:0;overflow:hidden}.type-tab strong,.type-tab small{overflow:hidden;text-overflow:ellipsis}.type-tab strong{white-space:nowrap}@media(max-width:1120px){.page-content{padding-left:30px;padding-right:30px}.topbar{padding:0 30px}.sidebar{width:208px}.main-area{width:calc(100% - 208px);margin-left:208px}.scenario-grid{grid-template-columns:repeat(2,1fr)}.hero-art{right:-20px;opacity:.8}.hero-card{padding-left:28px}.generate-layout{grid-template-columns:minmax(0,1fr) 220px}.type-tab small{display:none}.history-table-head,.history-table-row{grid-template-columns:minmax(230px,1.6fr) 1fr .8fr .6fr 25px;gap:12px}}@media(max-width:820px){.sidebar{width:72px;padding:20px 10px 13px}.brand{justify-content:center;padding:0;margin-bottom:42px}.brand>div:last-child,.nav-label,.nav-item span,.help-note,.user-copy,.sidebar-user .icon-button{display:none}.nav-item{justify-content:center;padding:12px}.nav-label.second{display:block;height:1px;padding:0;margin:27px 12px 14px;background:#e5dfd6;font-size:0}.sidebar-user{justify-content:center;padding:15px 0 0}.main-area{width:calc(100% - 72px);margin-left:72px}.topbar{padding:0 22px}.page-content{padding:35px 22px 55px}.topbar-title{display:none}.mobile-brand{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:800}.mobile-brand .brand-mark{width:29px;height:29px;font-size:15px;border-radius:9px 9px 9px 3px}.welcome-row,.page-intro-row,.generate-intro,.result-intro{align-items:flex-start;flex-direction:column}.welcome-row .button{width:100%}.home-grid{grid-template-columns:1fr}.hero-card{min-height:255px}.hero-art{right:-24px;transform:scale(.85);transform-origin:right center}.credit-card{min-height:180px}.generate-layout{grid-template-columns:1fr}.generate-aside{grid-row:1}.quick-card{display:none}.rule-card{padding:16px}.type-tabs{grid-template-columns:repeat(2,1fr)}.type-tab small{display:block}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.result-actions{width:100%}.result-actions .button{flex:1}.result-title-row h1{font-size:26px}.two-col-results{grid-template-columns:1fr;gap:0}.result-bottom-actions{justify-content:stretch;flex-direction:column-reverse}.reuse-bar{flex-wrap:wrap}.history-table-head{display:none}.history-table-row{grid-template-columns:minmax(0,1fr) auto 20px;gap:8px;padding:13px 15px}.history-purpose,.history-time{display:none}.history-cost{grid-column:2;grid-row:1}.history-more{grid-column:3;grid-row:1}.profile-grid{grid-template-columns:1fr}.profile-facts{gap:30px}.credit-log{padding:10px 15px}.log-balance{display:none}}@media(max-width:520px){.page-content{padding-left:16px;padding-right:16px}.topbar{height:70px;padding:0 16px}.topbar-actions{gap:8px}.credit-pill{padding:7px 8px}.credit-pill em,.credit-pill i{display:none}.welcome-row h1{font-size:29px}.hero-card{padding:25px 22px}.hero-card h2{font-size:21px}.hero-art{right:-74px;opacity:.5}.section-heading{margin-top:32px}.scenario-grid{grid-template-columns:1fr 1fr;gap:8px}.scenario-card{min-height:130px;padding:13px}.scenario-info strong{font-size:11px}.scenario-info span{font-size:9px}.record-time{display:none}.record-row{gap:9px;padding:9px 11px}.record-main>strong{font-size:11px}.form-card-heading{padding-left:17px;padding-right:17px}.form-divider,.type-tabs,.form-grid{margin-left:17px;margin-right:17px}.type-tabs{padding:0}.form-grid{padding:0 0 20px}.form-footer{align-items:stretch;flex-direction:column;padding:14px 17px}.button-generate{width:100%}.generate-credit{align-self:stretch}.result-block{padding:17px 15px}.result-title-row h1{font-size:23px}.result-title-row .lead{font-size:11px}.result-meta{flex-wrap:wrap}.result-actions{flex-direction:column}.result-actions .button{width:100%}.filter-tabs{overflow-x:auto;max-width:calc(100vw - 32px)}.filter-tab{flex:0 0 auto}.profile-card,.balance-card{padding:18px}}.profile-apply-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;margin:0 26px 24px;padding:14px 15px;border:1px solid #eadfd4;border-radius:11px;background:#fbf5ed}.profile-apply-main{display:flex;align-items:center;gap:10px;min-width:0}.profile-apply-icon,.organization-heading-icon,.profile-preview-mark{display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#f5e1d5;color:var(--accent-dark)}.profile-apply-icon{width:33px;height:33px}.profile-apply-main strong,.profile-apply-main span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-apply-main strong{font-size:12px}.profile-apply-main span{margin-top:4px;color:#9d9388;font-size:10px}.profile-status{padding:4px 7px;border-radius:5px;background:#f0ebe3;color:#9d958b;font-size:9px;font-weight:700;white-space:nowrap}.profile-status.ready{background:#e4f0e9;color:#4e8a72}.profile-edit-button{display:inline-flex;align-items:center;gap:5px;grid-column:2;grid-row:2;padding:0;background:transparent;color:var(--accent-dark);font-size:10px;font-weight:700}.profile-apply-points{display:flex;align-items:center;gap:8px;grid-column:1;grid-row:2;min-width:0;color:#aaa097;font-size:9px}.profile-apply-points b{overflow:hidden;color:#806e62;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.organization-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:18px;align-items:start;margin-top:31px}.organization-card,.profile-preview-card,.organization-tip-card{border:1px solid #e9e4db;border-radius:16px;background:var(--paper)}.organization-card{overflow:hidden}.organization-card-heading{display:flex;align-items:center;gap:12px;padding:24px 26px 21px;border-bottom:1px solid #eee9e1}.organization-heading-icon{width:39px;height:39px;background:#f5e5db}.organization-card-heading h2{font-size:16px;letter-spacing:-.03em}.organization-card-heading p{margin-top:5px;color:#a09a92;font-size:11px}.profile-completion{margin-left:auto;padding:6px 9px;border-radius:6px;background:#f4eee6;color:#9a8f83;font-size:10px;font-weight:700;white-space:nowrap}.organization-section{padding:24px 26px 26px;border-bottom:1px solid #eee9e1}.organization-section-title{display:flex;gap:11px;align-items:flex-start;margin-bottom:18px}.organization-section-title>span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#f5e5db;color:var(--accent-dark);font-size:10px;font-weight:800}.organization-section-title h3{font-size:13px}.organization-section-title p{margin-top:4px;color:#a5a097;font-size:10px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.profile-form-grid .field.full{grid-column:1 / -1}.profile-check-grid{gap:7px}.profile-background-field{margin-left:35px}.profile-background-field textarea{min-height:95px}.organization-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 26px;background:#fdfbf7}.profile-preview-card{padding:22px 21px 20px;background:#f8f3ea;border-color:#ece1d1}.aside-card-kicker{color:#ad9b88;font-size:10px;font-weight:700;letter-spacing:.06em}.profile-preview-mark{width:42px;height:42px;margin-top:20px;border-radius:12px;background:#f1ded2}.profile-preview-card h2{margin-top:13px;font-size:17px;letter-spacing:-.04em}.profile-preview-card>p{margin-top:5px;color:#968d83;font-size:10px}.preview-divider{height:1px;margin:20px 0 14px;background:#e7ddce}.preview-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;color:#a1978b;font-size:10px}.preview-row b{max-width:170px;color:#6e665e;font-size:10px;font-weight:600;line-height:1.5;text-align:right}.organization-tip-card{margin-top:15px;padding:20px;background:#eef2ed;border-color:#e1e9e0}.tip-title{color:#486c60;font-size:12px;font-weight:800}.organization-tip-card p{margin-top:10px;color:#7e8f86;font-size:10px;line-height:1.75}.tip-flow{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:17px;color:#6a857b;font-size:9px}.tip-flow span,.tip-flow strong{padding:5px 7px;border-radius:5px;background:#ffffff94;font-weight:600}.tip-flow strong{color:#477363;background:#dcebe2}.tip-flow i{display:grid;color:#9aac9f}.organization-summary-card{display:flex;align-items:center;gap:12px;width:100%;margin-top:18px;padding:17px 19px;background:#f0ebe2;border:1px solid #e6dfd3;border-radius:13px;text-align:left}.organization-summary-card:hover{border-color:#d6c6b7;background:#f5efe7}.organization-summary-card>div:nth-child(2){flex:1;min-width:0}.organization-summary-card strong,.organization-summary-card p{display:block}.organization-summary-card strong{font-size:12px}.organization-summary-card p{overflow:hidden;margin-top:4px;color:#9b9489;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.organization-summary-card>span{display:inline-flex;align-items:center;gap:4px;color:#9c92ad;font-size:9px;font-weight:700;white-space:nowrap}@media(max-width:1120px){.organization-layout{grid-template-columns:minmax(0,1fr) 240px}.organization-section,.organization-card-heading{padding-left:22px;padding-right:22px}.profile-apply-card{margin-left:22px;margin-right:22px}}@media(max-width:820px){.organization-layout{grid-template-columns:1fr}.organization-aside{grid-row:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.organization-tip-card{margin-top:0}.organization-card-heading{padding:20px 19px 18px}.organization-section{padding:20px 19px 22px}.organization-footer{padding:15px 19px}.profile-apply-card{margin-left:17px;margin-right:17px}}@media(max-width:520px){.profile-apply-card{grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:12px}.profile-apply-points{grid-column:1 / -1;grid-row:3}.profile-edit-button{grid-column:1;grid-row:2;justify-self:start}.profile-status{grid-column:2;grid-row:1}.organization-aside{grid-template-columns:1fr}.organization-card-heading{align-items:flex-start;flex-wrap:wrap}.profile-completion{margin-left:51px;margin-top:-8px}.profile-form-grid{grid-template-columns:1fr;gap:16px}.profile-form-grid .field.full{grid-column:auto}.profile-background-field{margin-left:0}.organization-footer{align-items:stretch;flex-direction:column}.organization-footer .button{width:100%}.organization-summary-card{padding:15px}}@media(max-width:520px){.generate-layout,.form-card,.type-tabs,.form-grid{min-width:0}.type-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.type-tab{min-width:0}.type-tab>span:nth-child(2),.form-card-heading>div,.form-card-heading>div>div{min-width:0}.type-tab small{overflow:hidden;text-overflow:ellipsis;white-space:normal}.form-card-heading{align-items:flex-start;flex-wrap:wrap}}.organization-layout{display:block}.organization-card{width:100%}.organization-card-heading{align-items:flex-start}.organization-card-heading>div:nth-child(2){min-width:0}.organization-section{padding-top:26px;padding-bottom:28px}.profile-form-grid{gap:19px 16px}.profile-form-grid .field.full textarea{min-height:92px}.profile-background-field{margin-left:0}.auth-screen{min-height:100vh;display:flex;flex-direction:column;padding:32px 6vw 24px;background:#f6f4ef}.auth-brand{display:flex;align-items:center;gap:11px}.auth-brand strong,.auth-brand span{display:block}.auth-brand strong{font-size:17px;letter-spacing:-.03em}.auth-brand span{margin-top:3px;color:#9a958d;font-size:10px;letter-spacing:.06em}.auth-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:12vw;width:min(1080px,100%);margin:auto}.auth-copy h1{margin-top:5px;font-size:clamp(32px,5vw,56px);line-height:1.2}.auth-copy>p:not(.eyebrow){max-width:420px;margin-top:18px;color:#77746e;font-size:14px;line-height:1.9}.auth-points{display:grid;gap:13px;margin-top:34px}.auth-points>div{display:grid;grid-template-columns:35px 1fr;column-gap:10px;align-items:center;max-width:300px}.auth-points span{display:grid;place-items:center;grid-row:span 2;width:35px;height:35px;border-radius:10px;background:#f3e5dc;color:var(--accent)}.auth-points b,.auth-points small{display:block}.auth-points b{font-size:12px}.auth-points small{margin-top:3px;color:#a29b91;font-size:10px}.auth-card{padding:30px;border:1px solid #e8e2d8;border-radius:17px;background:var(--paper);box-shadow:0 17px 45px #3f2f2112}.auth-card-top{display:flex;align-items:center;gap:12px}.auth-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#f5e5db;color:var(--accent-dark)}.auth-card h2{font-size:17px}.auth-card-top p{margin-top:5px;color:#a09a92;font-size:10px}.auth-card form{display:grid;gap:16px;margin-top:27px}.auth-card label{display:grid;gap:7px;color:#58544d;font-size:11px;font-weight:700}.auth-card input{width:100%;height:42px;padding:0 12px;border:1px solid #e3ded5;border-radius:8px;background:#fdfcf9;color:var(--ink);font-size:12px}.auth-card input:focus{border-color:#ce886b;background:#fffefa;outline:none;box-shadow:0 0 0 3px #c75d3114}.auth-submit{width:100%;min-height:44px;margin-top:3px}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-error{display:flex;align-items:center;gap:6px;padding:9px 10px;border-radius:7px;background:#fae9e1;color:#b25332;font-size:10px}.auth-help{margin-top:19px;padding-top:15px;border-top:1px solid #eee9e1;color:#aaa39a;font-size:10px;line-height:1.65}.auth-footer{color:#aaa39a;font-size:10px;text-align:center}@media(max-width:820px){.auth-screen{padding:24px 22px 18px}.auth-layout{grid-template-columns:1fr;gap:38px;width:min(470px,100%)}.auth-copy{text-align:center}.auth-copy>p:not(.eyebrow){margin-right:auto;margin-left:auto;font-size:12px}.auth-points{justify-items:center;margin-top:24px;text-align:left}.auth-card{padding:23px}}@media(max-width:520px){.auth-screen{padding:20px 16px 16px}.auth-layout{gap:25px}.auth-copy h1{font-size:32px}.auth-copy>p:not(.eyebrow){margin-top:12px;font-size:11px}.auth-points{display:none}.auth-card{padding:20px 17px}}body{color:#1f2923;background:linear-gradient(135deg,#e6f2ec,#f8fcfa 66%,#fff)}.sidebar{background:#f2f8f5;border-right-color:#d8e2de}.brand-mark{background:#347c59;box-shadow:0 6px 12px #347c5929}.brand-sub,.nav-label,.topbar-title small,.eyebrow,.section-heading p,.scenario-info span,.record-time,.record-cost small,.generate-credit span,.field-label span,.safety-note,.auth-brand span,.auth-copy>p:not(.eyebrow),.auth-card-top p,.auth-help,.auth-footer{color:#4b554f}.nav-item:hover,.icon-button:hover{background:#e6f2ec}.nav-item.active{background:#d8e2de;color:#347c59}.help-note{background:#e6f2ec}.help-icon,.auth-points span,.auth-icon{background:#f2f8f5;color:#347c59}.sidebar-user,.topbar{border-color:#d8e2de}.topbar{background:#f8fcfaeb}.credit-pill{background:#f2f8f5;color:#347c59}.button-primary{background:#347c59;box-shadow:0 7px 16px #347c5924}.button-primary:hover{background:#286247;box-shadow:0 9px 20px #347c5933}.button-secondary{border-color:#d8e2de;background:#fff;color:#4b554f}.button-secondary:hover{border-color:#60a985;background:#f8fcfa}.hero-card{background:#e6f2ec;border:1px solid rgba(52,124,89,.14);color:#1f2923;box-shadow:0 18px 48px #347c5914}.hero-kicker{background:#347c591f;color:#347c59}.hero-card h2{color:#1f2923}.hero-card p{color:#4b554f}.text-button.light{color:#347c59}.card-back{background:#d8e2de}.card-mid{background:#60a985}.card-front{background:#fff;color:#1f2923;box-shadow:0 17px 32px #347c591f}.card-front span{color:#347c59}.art-line i{background:#60a985}.art-spark{color:#347c59}.credit-card,.generate-credit,.balance-card{background:#f2f8f5;border:1px solid #D8E2DE}.credit-card>strong,.generate-credit strong{color:#347c59}.credit-progress{background:#d8e2de}.credit-progress i{background:#60a985}.scenario-card,.recent-list,.form-card,.quick-card,.result-block,.profile-card,.organization-card,.profile-preview-card,.organization-summary-card,.auth-card{background:#fff;border-color:#d8e2de}.scenario-card:hover,.organization-summary-card:hover{border-color:#60a985;background:#f8fcfa}.scenario-icon.orange,.scenario-icon.violet,.scenario-icon.teal,.scenario-icon.blue,.scenario-icon.pink,.scenario-icon.yellow,.scenario-icon.green,.scenario-icon.purple,.quick-icon.orange,.quick-icon.violet,.quick-icon.teal,.quick-icon.blue,.quick-icon.pink,.quick-icon.yellow,.quick-icon.green,.quick-icon.purple{background:#e6f2ec;color:#347c59}.record-row,.history-table-row,.admin-table-row{border-color:#d8e2de}.record-type-icon.short_video,.record-type-icon.xhs_post,.record-type-icon.moments_post,.record-type-icon.private_reply{background:#e6f2ec;color:#347c59}.recent-more{color:#347c59;background:#f8fcfa;border-top-color:#d8e2de}.form-card,.organization-card{box-shadow:0 12px 34px #347c590f}.step-no,.organization-heading-icon,.organization-section-title>span{background:#e6f2ec;color:#347c59}.cost-tag,.type-tab.selected{border-color:#60a985;background:#eff8f3}.type-tab,.field input,.field select,.field textarea,.check-chip,.admin-search,.admin-toolbar select,.auth-card input{border-color:#d8e2de;background:#f8fcfa}.type-tab.selected{box-shadow:0 0 0 1px #9cd0b4 inset}.field input:focus,.field select:focus,.field textarea:focus,.auth-card input:focus{border-color:#60a985;box-shadow:0 0 0 3px #347c591a}.check-chip.checked{border-color:#60a985;background:#eff8f3;color:#347c59}.rule-card,.organization-tip-card,.compliance-note,.modal-security-note{background:#f2f8f5;border-color:#d8e2de}.rule-quote{color:#347c59;border-top-color:#d8e2de}.success-mark,.profile-tag,.result-type,.filter-tab.active{background:#e6f2ec;color:#347c59}.script-box,.message-box,.slide-item,.cover-title-box{background:#f2f8f5;color:#1f2923}.quote-box{border-left-color:#60a985;background:#eff8f3;color:#347c59}.empty-icon{background:#e6f2ec;color:#347c59}.auth-screen{background:linear-gradient(135deg,#e6f2ec,#f8fcfa 66%,#fff)}.auth-error,.admin-login-error{background:#f1e7e7;color:#7a3f45}.organization-page .page-intro-row h1{font-size:clamp(38px,4vw,46px);letter-spacing:-.045em}.organization-card-heading h2{font-size:22px;line-height:1.25}.organization-card-heading p{font-size:12px;line-height:1.6}.organization-section-title{gap:13px;margin-bottom:23px}.organization-section-title>span{width:34px;height:34px;border-radius:10px;font-size:11px}.organization-section-title h3{font-size:19px;line-height:1.3;letter-spacing:-.025em}.organization-section-title p{margin-top:6px;color:#4b554f;font-size:11px;line-height:1.6}.organization-page .field-label label{font-size:12px}.field-label-main{display:inline-flex;align-items:center;gap:7px;min-width:0}.field-example-trigger{display:inline-flex;align-items:center;justify-content:center;width:56px;min-height:23px;padding:0 7px;border:1px solid #BFD7CA;border-radius:6px;background:#fff;color:#347c59;font-size:9px;font-weight:700;white-space:nowrap}.field-example-trigger:hover,.field-example-trigger[aria-expanded=true]{border-color:#60a985;background:#e6f2ec}.organization-reference-guide{display:flex;align-items:flex-start;gap:12px;padding:17px 26px;border-bottom:1px solid #D8E2DE;background:#f2f8f5}.reference-guide-icon{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:10px;background:#e0f0e7;color:#347c59}.organization-reference-guide strong,.organization-reference-guide p{display:block}.organization-reference-guide strong{color:#286247;font-size:12px}.organization-reference-guide p{margin-top:5px;color:#4b554f;font-size:10px;line-height:1.7}.field-reference{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:8px;padding:10px 11px;border:1px dashed #BFD7CA;border-radius:8px;background:#f2f8f5}.field-reference[hidden]{display:none}.field-reference>div{min-width:0}.field-reference span{display:block;color:#347c59;font-size:9px;font-weight:800;letter-spacing:.04em}.field-reference p{margin-top:4px;color:#4b554f;font-size:10px;line-height:1.65}.field-reference button{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;min-width:74px;padding:5px 8px;border:1px solid #BFD7CA;border-radius:6px;background:#fff;color:#347c59;font-size:9px;font-weight:700;white-space:nowrap}.field-reference button:hover{border-color:#60a985;background:#e6f2ec}.field-reference button.copied{border-color:#60a985;background:#347c59;color:#fff}.organization-page .char-count{margin-top:5px}@media(max-width:820px){.organization-page .page-intro-row h1{font-size:38px}.organization-reference-guide{padding-right:19px;padding-left:19px}}@media(max-width:520px){.organization-page .page-intro-row h1{font-size:34px}.organization-card-heading h2{font-size:19px}.organization-section-title h3{font-size:18px}.organization-section-title>span{width:32px;height:32px}.organization-reference-guide{padding:15px 16px}.field-reference{align-items:stretch;flex-direction:column;gap:8px}.field-reference button{align-self:flex-start}}.outline-block{border-color:#cfe3d8;background:#fbfefc}.outline-item>span{background:#e1f0e8;color:#347c59}.type-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.record-type-icon.wechat_article{background:#e6f2ec;color:#347c59}.article-digest{color:#3f6654;font-weight:600}.article-lead{margin-top:16px;padding:20px 23px;border-left:3px solid #60a985;background:#f2f8f5;color:#35453d;font-size:13px;line-height:2}.article-section-list{margin-top:18px}.article-section{padding:20px 3px;border-top:1px solid #e6eee9}.article-section:first-child{padding-top:4px;border-top:0}.article-section h4{color:#24342c;font-size:15px;line-height:1.5}.article-section p{margin-top:10px;color:#515d56;font-size:13px;line-height:2.05}@media(max-width:820px){.type-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--ink: #2b352d;--muted: #687369;--line: #d7e1d4;--paper: #fcfdf9;--paper-deep: #f5f8f3;--accent: #58745e;--accent-dark: #405a47;--navy: #2b352d;--teal: #78917d;--yellow: #78917d}body{background:#f5f8f3;color:var(--ink)}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:#58745e57}.sidebar{background:#eef4ec;border-right-color:var(--line)}.topbar{background:#f5f8f3f0;border-bottom-color:var(--line)}.brand-mark{background:var(--accent);box-shadow:none}.nav-item:hover,.icon-button:hover{background:#e7efe5}.nav-item.active{background:#dfe9dc;color:var(--accent-dark)}.help-note,.credit-pill,.credit-card,.generate-credit,.balance-card{background:#e7efe5;border-color:transparent}.button{border-radius:5px}.button-primary,.button-primary:hover{box-shadow:none}.button-primary:hover{transform:none}.button-secondary{border-color:transparent;background:#eaf1e7}.button-secondary:hover{border-color:transparent;background:#dde8d9}.content-flow-page,.content-flow-result{width:min(1120px,100%);margin:0 auto}.content-flow-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.content-flow-head h1{font-size:clamp(29px,3.2vw,39px);letter-spacing:-.045em}.content-flow-head .lead{max-width:550px;margin-top:9px}.flow-credit{min-width:88px;padding:8px 0;text-align:right}.flow-credit span,.flow-credit strong{display:block}.flow-credit span{color:var(--muted);font-size:10px}.flow-credit strong{margin-top:3px;color:var(--accent-dark);font-size:23px}.content-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));height:48px;margin-top:25px;border-bottom:1px solid var(--line)}.content-progress-step{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;color:#879087;font-size:11px}.content-progress-step b{font-size:9px;font-weight:700}.content-progress-step.done{color:var(--muted)}.content-progress-step.current{color:var(--accent-dark);box-shadow:inset 0 -3px 0 var(--accent);font-weight:800}.flow-theme-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(40px,7vw,90px);align-items:center;min-height:470px}.flow-theme-copy>span,.flow-kicker{color:var(--accent-dark);font-size:10px;font-weight:800;letter-spacing:.08em}.flow-theme-copy h2{max-width:520px;margin-top:10px;font-size:clamp(30px,4vw,48px);line-height:1.2;letter-spacing:-.05em}.flow-theme-copy p{max-width:410px;margin-top:14px;color:var(--muted);font-size:13px;line-height:1.8}.flow-theme-form{display:grid;align-content:start}.flow-theme-form>label{margin-bottom:8px;font-size:11px;font-weight:800}.flow-theme-form>input{width:100%;height:56px;padding:0 14px;border:1px solid var(--line);border-radius:5px;background:var(--paper);font-size:16px;font-weight:650}.flow-theme-form>input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #58745e1a}.flow-theme-form>small{margin-top:7px;color:var(--muted);font-size:10px;line-height:1.6}.flow-more-settings{margin-top:17px}.flow-more-settings summary{width:max-content;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.flow-more-settings[open] summary{color:var(--accent-dark)}.flow-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:15px;padding:16px;border-radius:5px;background:#eaf1e7}.flow-settings-grid .field.full{grid-column:1 / -1}.flow-settings-grid .field input,.flow-settings-grid .field select,.flow-settings-grid .field textarea{background:var(--paper)}.flow-primary-action{justify-self:end;min-height:45px;margin-top:22px;padding-inline:19px}.flow-section-head,.flow-channel-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);gap:28px;align-items:end;margin:31px 0 18px}.flow-section-head h2,.flow-channel-head h2{margin-top:7px;font-size:clamp(25px,3vw,36px);line-height:1.25;letter-spacing:-.045em}.flow-theme-slip{padding:11px 13px;border-left:3px solid var(--accent);border-radius:0 4px 4px 0;background:#eaf1e7}.flow-theme-slip span,.flow-theme-slip strong{display:block}.flow-theme-slip span{color:var(--muted);font-size:9px}.flow-theme-slip strong{margin-top:3px;font-size:12px;line-height:1.5}.flow-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.flow-topic-card{position:relative;display:grid;grid-template-rows:auto auto 1fr auto;min-height:194px;padding:17px 18px;border-radius:5px;background:var(--paper);box-shadow:0 6px 18px #2b352d0a;text-align:left}.flow-topic-card:hover{background:#f9fcf7}.flow-topic-card.selected{background:#f8fbf6;box-shadow:inset 0 4px 0 var(--accent),0 6px 18px #2b352d0a}.flow-topic-card.selected:after{position:absolute;top:14px;right:15px;padding:2px 6px;border-radius:3px;background:var(--accent);color:#fff;content:"已选择";font-size:9px;font-weight:700}.flow-topic-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px}.flow-topic-meta b{font-weight:650}.flow-topic-meta em{color:var(--accent-dark);font-style:normal;font-weight:800}.flow-topic-card>strong{max-width:86%;margin-top:16px;font-size:18px;line-height:1.45}.flow-topic-card>p{margin-top:8px;color:var(--muted);font-size:11px;line-height:1.7}.flow-topic-card>small{margin-top:12px;color:#929a92;font-size:9px}.flow-secondary-actions{display:flex;justify-content:flex-end;gap:18px;margin-top:14px}.flow-text-action,.flow-note-action,.flow-copy-all{display:inline-flex;align-items:center;gap:5px;padding:4px 0;background:transparent;color:var(--accent-dark);font-size:10px;font-weight:750;text-decoration:underline;text-underline-offset:4px}.flow-action-dock{position:sticky;z-index:3;bottom:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:67px;margin-top:14px;padding:10px 14px 10px 17px;border-radius:5px;background:var(--ink);color:#fff;box-shadow:0 10px 30px #2b352d1f}.flow-action-dock strong,.flow-action-dock span{display:block}.flow-action-dock strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.flow-action-dock span{margin-top:3px;color:#dce7db;font-size:9px}.flow-action-dock .button{min-width:170px}.button:disabled{opacity:.45;cursor:not-allowed}.flow-profile-note{display:grid;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-top:25px;padding:9px 12px 9px 9px;border-radius:5px;background:#eaf1e7}.flow-profile-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:4px;background:#dfe9dc;color:var(--accent-dark)}.flow-profile-note strong,.flow-profile-note span{display:block}.flow-profile-note strong{font-size:11px}.flow-profile-note span{margin-top:3px;color:var(--muted);font-size:9px}.flow-note-action{text-decoration:none}.flow-note-action.muted{color:var(--muted);text-decoration:underline}.flow-channel-head{grid-template-columns:minmax(0,1fr) auto;margin-top:27px}.flow-channel-head>div>p:last-child{margin-top:5px;color:var(--muted);font-size:10px}.flow-running-total{min-width:100px;text-align:right}.flow-running-total strong,.flow-running-total span{display:block}.flow-running-total strong{color:var(--accent-dark);font-size:23px}.flow-running-total span{margin-top:3px;color:var(--muted);font-size:9px}.flow-channel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.flow-channel-card{display:flex;flex-direction:column;justify-content:space-between;min-height:145px;padding:14px;border-radius:5px;background:var(--paper);box-shadow:0 6px 18px #2b352d0a;text-align:left}.flow-channel-card:hover{background:#e7efe5}.flow-channel-card>span{color:var(--muted);font-size:8px;letter-spacing:.04em}.flow-channel-card>strong{font-size:15px;line-height:1.35}.flow-channel-card>small{display:flex;justify-content:space-between;gap:7px;font-size:9px}.flow-channel-card.selected{background:var(--accent);color:#fff;box-shadow:none}.flow-channel-card.selected>span{color:#edf4ec}.flow-channel-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:17px}.flow-channel-actions>span{color:var(--muted);font-size:10px}.flow-channel-actions>div{display:flex;align-items:center;gap:17px}.flow-channel-actions .button{min-width:220px;min-height:45px}.flow-loading{display:grid;place-items:center;align-content:center;min-height:470px;text-align:center}.flow-loading>span{width:42px;height:42px;border:3px solid #d7e1d4;border-top-color:var(--accent);border-radius:50%;animation:flow-spin .8s linear infinite}.flow-loading h2{margin-top:17px;font-size:20px}.flow-loading p{margin-top:5px;color:var(--muted);font-size:11px}@keyframes flow-spin{to{transform:rotate(360deg)}}.content-flow-result .content-progress{margin-top:0}.flow-result-hero{padding:31px 0 22px}.flow-result-context{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:9px}.flow-result-context b{color:var(--accent-dark)}.flow-result-hero h1{max-width:900px;margin-top:8px;font-size:clamp(28px,3.4vw,43px);line-height:1.2}.flow-result-hero>p{max-width:760px;margin-top:9px;color:var(--muted);font-size:11px;line-height:1.7}.flow-result-workspace{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:25px;align-items:start}.flow-result-main{min-width:0}.flow-result-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px}.flow-result-tab{flex:0 0 auto;min-height:37px;padding:0 12px;border-radius:4px;background:#eaf1e7;color:var(--muted);font-size:10px;font-weight:750}.flow-result-tab:hover{background:#dfe9dc}.flow-result-tab.active{background:var(--accent);color:#fff}.content-flow-result .result-content{max-width:none;margin-top:10px}.content-flow-result .result-block{border:0;border-radius:5px;box-shadow:0 6px 18px #2b352d09}.content-flow-result .two-col-results{gap:10px}.content-flow-result .script-box,.content-flow-result .message-box,.content-flow-result .slide-item,.content-flow-result .cover-title-box{background:#f3f7f1}.flow-result-aside{position:sticky;top:105px;padding:17px;border-radius:5px;background:#eaf1e7}.flow-result-aside>span{color:var(--muted);font-size:9px}.flow-result-aside h2{margin-top:4px;font-size:16px}.flow-result-aside p{margin-top:8px;color:var(--muted);font-size:10px;line-height:1.7}.flow-result-aside .button{width:100%;margin-top:12px}.flow-result-aside .button+.button{margin-top:7px}.flow-copy-all{margin-top:13px;text-decoration:none}.flow-result-cost{margin-top:16px;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.flow-result-cost strong{color:var(--accent-dark)}.content-flow-result .compliance-note{max-width:calc(100% - 245px);margin-top:16px;border:0;border-radius:5px}@media(max-width:1120px){.flow-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-channel-card{min-height:130px}}@media(max-width:820px){.flow-theme-layout{grid-template-columns:1fr;gap:28px;min-height:0;padding:38px 0}.flow-theme-copy h2{max-width:600px}.flow-topic-grid,.flow-section-head{grid-template-columns:1fr}.flow-theme-slip{max-width:420px}.flow-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-result-workspace{grid-template-columns:1fr}.flow-result-aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:8px}.flow-result-aside>span,.flow-result-aside h2,.flow-result-aside p,.flow-copy-all,.flow-result-cost{grid-column:1 / -1}.flow-result-aside .button{margin-top:6px}.content-flow-result .compliance-note{max-width:none}}@media(max-width:520px){.content-flow-head{gap:12px}.content-flow-head h1{font-size:27px}.content-flow-head .lead{font-size:11px}.flow-credit{min-width:54px}.content-progress{margin-inline:-16px;padding-inline:10px}.content-progress-step{gap:3px;font-size:9px}.content-progress-step b{font-size:8px}.flow-theme-copy h2{font-size:32px}.flow-settings-grid{grid-template-columns:1fr;padding:13px}.flow-settings-grid .field.full{grid-column:auto}.flow-primary-action{width:100%}.flow-section-head h2,.flow-channel-head h2{font-size:25px}.flow-topic-card{min-height:205px}.flow-action-dock{bottom:8px;grid-template-columns:minmax(0,1fr) 122px;padding-left:12px}.flow-action-dock strong{font-size:10px}.flow-action-dock .button{min-width:0;padding-inline:9px;font-size:10px}.flow-profile-note{grid-template-columns:30px minmax(0,1fr)}.flow-profile-note .flow-note-action{justify-self:start}.flow-channel-head{grid-template-columns:1fr}.flow-running-total{text-align:left}.flow-channel-grid{grid-template-columns:1fr}.flow-channel-card{min-height:112px}.flow-channel-actions{align-items:stretch;flex-direction:column}.flow-channel-actions>div{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px}.flow-channel-actions .button{min-width:0;padding-inline:8px;font-size:10px}.flow-result-aside{grid-template-columns:1fr}.flow-result-aside>span,.flow-result-aside h2,.flow-result-aside p,.flow-copy-all,.flow-result-cost{grid-column:auto}}@media(prefers-reduced-motion:reduce){.flow-loading>span{animation-duration:1.8s}}.xhs-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.xhs-image-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.xhs-image-preview{position:relative;min-height:280px;padding:24px 20px 18px;overflow:hidden;background:linear-gradient(145deg,#eef5ea,#dce9d8)}.xhs-image-preview:after{position:absolute;top:-38px;right:-38px;width:130px;height:130px;border-radius:50%;background:#58745e;opacity:.9;content:""}.xhs-image-page{position:relative;z-index:1;color:var(--accent-dark);font-size:10px;font-weight:800}.xhs-image-preview strong,.xhs-image-preview p,.xhs-image-preview em{position:relative;z-index:1;display:block}.xhs-image-preview strong{margin-top:34px;color:var(--ink);font-size:18px;line-height:1.45}.xhs-image-preview p{margin-top:16px;color:#506055;font-size:11px;line-height:1.8}.xhs-image-preview em{position:absolute;right:20px;bottom:17px;color:var(--accent-dark);font-size:9px;font-style:normal}.xhs-page-download{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;height:36px;border-top:1px solid var(--line);background:#fff;color:var(--accent-dark);font-size:10px;font-weight:700}.xhs-page-download:hover{background:#f1f6ef}.xhs-empty{padding:30px;color:var(--muted);font-size:11px;text-align:center}@media(max-width:820px){.xhs-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.xhs-image-grid{grid-template-columns:1fr}}:root{--ink: #2b352d;--muted: #6d776f;--line: #dbe4d8;--paper: #fff;--paper-deep: #f7faf5;--accent: #58745e;--accent-dark: #405a47}body{background:#f7faf5}.sidebar{width:208px;padding:30px 22px 20px;background:#edf4eb;border-right:1px solid var(--line)}.brand{gap:10px;margin-bottom:42px;padding:0 8px}.brand-mark{width:34px;height:34px;border-radius:8px;font-size:18px}.brand-name{font-size:16px}.brand-sub{margin-top:1px;color:var(--muted);font-size:9px}.main-nav{gap:4px}.nav-item{gap:11px;min-height:44px;padding:0 12px;border-radius:7px;color:#727b73;font-size:13px}.nav-item .icon{opacity:.72}.nav-item:hover{background:#ffffff73}.nav-item.active{background:#dfe9dc;color:var(--accent-dark);font-weight:750}.nav-item.active .icon{opacity:1}.sidebar-user{padding:16px 4px 0;border-color:var(--line)}.sidebar-user .avatar{width:30px;height:30px}.user-copy span{color:var(--muted)}.main-area{width:calc(100% - 208px);margin-left:208px}.topbar{height:72px;padding:0 44px;background:#f7faf5f0;border-color:var(--line)}.topbar-title>span{font-size:13px}.topbar-actions{gap:0}.credit-pill{gap:4px;padding:7px 10px;border-radius:999px;background:#e5ede2}.credit-pill span{font-size:13px}.credit-pill em{color:var(--muted);font-size:10px}.page-content{width:min(1120px,100%);max-width:none;padding:48px 44px 80px}.button{min-height:42px;border-radius:6px;padding-inline:16px}.button-primary,.button-primary:hover{background:var(--accent);box-shadow:none;transform:none}.button-primary:hover{background:var(--accent-dark)}.button-secondary{border:0;background:#e8efe5}.link-button,.flow-text-action{color:var(--accent-dark);text-decoration:none}.simple-page-head{align-items:flex-end}.simple-page-head h1{font-size:clamp(34px,4.2vw,50px);line-height:1.12}.simple-page-head .lead{max-width:520px;margin-top:11px;font-size:12px}.auth-screen{display:grid;min-height:100vh;place-items:center;padding:28px 18px;background:#edf4eb}.auth-simple{width:min(420px,100%)}.auth-simple .auth-brand{justify-content:center;margin-bottom:24px}.auth-simple .auth-card{padding:30px;border:0;border-radius:10px;box-shadow:0 16px 50px #2b352d12}.auth-simple .auth-card-top{display:block}.auth-simple .auth-card h1{font-size:28px}.auth-simple .auth-card-top p{margin-top:7px;color:var(--muted);font-size:11px}.auth-simple .auth-card form{margin-top:25px}.auth-simple .auth-card input{height:45px;border-color:var(--line);border-radius:6px;background:#fafcf9}.auth-simple .auth-submit{width:100%;margin-top:2px}.auth-simple .auth-help{margin-top:18px;padding-top:16px;border-top:1px solid #edf1eb;color:var(--muted);font-size:10px;line-height:1.7}.home-page{max-width:980px}.home-page .section-heading{margin:44px 0 13px}.home-page .section-heading h2{font-size:15px}.home-page .recent-heading{margin-top:38px}.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.scenario-card{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:76px;padding:14px 15px;border:0;border-radius:7px;box-shadow:none}.scenario-card:hover{border:0;background:#f0f5ee;box-shadow:none;transform:none}.scenario-icon{width:32px;height:32px;margin:0;border-radius:7px;background:#e7efe5!important;color:var(--accent)!important}.scenario-info strong{font-size:12px}.scenario-info span{margin-top:3px;color:var(--muted);font-size:9px}.scenario-arrow{align-self:center;margin:0;color:#a0aaa1}.recent-list{border:0;border-radius:7px}.record-row{min-height:64px;border-color:#edf1eb}.record-type-icon{width:30px;height:30px;border-radius:6px;background:#e7efe5!important;color:var(--accent)!important}.record-cost{color:var(--muted)}.empty-state{padding:42px 20px}.empty-state>strong{font-size:13px}.empty-state p{margin-top:6px}.empty-state .button{margin-top:15px}.content-flow-page,.content-flow-result{width:min(1040px,100%)}.content-progress{display:block;width:max-content;height:auto;margin:0;border:0;color:var(--accent-dark);font-size:10px;font-weight:800;letter-spacing:.06em}.flow-theme-layout{display:grid;grid-template-columns:1fr;gap:30px;align-content:start;width:min(760px,100%);min-height:0;padding:52px 0 0}.flow-theme-copy h1{max-width:none;margin:0;font-size:clamp(36px,5vw,52px)}.flow-theme-copy p{margin-top:12px;font-size:12px}.flow-theme-form{width:100%}.flow-theme-form>input{height:58px;border:0;border-radius:7px;box-shadow:inset 0 0 0 1px var(--line)}.flow-theme-form>input:focus{box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px #58745e17}.flow-more-settings{margin-top:16px}.flow-settings-grid{gap:12px;margin-top:12px;padding:15px;background:#edf4eb}.flow-primary-action{justify-self:end;margin-top:20px}.flow-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:32px 0 17px}.flow-section-head h1,.flow-channel-head h1{font-size:clamp(34px,4.4vw,48px);line-height:1.15;letter-spacing:-.05em}.flow-theme-slip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:310px;max-width:430px;padding:9px 11px;border:0;border-radius:6px;background:#e8efe5}.flow-theme-slip span{font-size:9px}.flow-theme-slip strong{overflow:hidden;margin:0;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.flow-theme-slip .flow-text-action{font-size:9px}.flow-topic-grid{gap:10px}.flow-topic-card{display:block;min-height:154px;padding:17px 18px;border:0;border-radius:7px;background:#fff;box-shadow:none}.flow-topic-card:hover{background:#f1f6ef}.flow-topic-card.selected{background:#e3ece0;box-shadow:none}.flow-topic-card.selected:after{display:grid;top:14px;right:15px;width:22px;height:22px;place-items:center;padding:0;border-radius:50%;content:"✓";font-size:11px}.flow-topic-meta{display:block;padding-right:34px}.flow-topic-meta em{font-size:9px}.flow-topic-card>strong{display:block;max-width:calc(100% - 24px);margin-top:13px;font-size:17px;line-height:1.42}.flow-topic-card>p{margin-top:8px;font-size:10px;line-height:1.7}.flow-page-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.flow-page-actions .flow-text-action{font-size:10px}.flow-channel-head{display:block;margin:32px 0 15px}.flow-selected-topic{max-width:720px;margin-top:9px!important;color:var(--muted)!important;font-size:11px!important;line-height:1.6}.flow-profile-note{display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin:0 0 16px;padding:0;border-radius:0;background:transparent;color:var(--muted);font-size:10px}.flow-profile-note>span{margin:0;font-size:10px}.flow-note-action{padding:0;font-size:10px}.flow-note-action.muted{color:#909991;text-decoration:none}.flow-channel-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.flow-channel-card{min-height:104px;padding:14px;border:0;border-radius:7px;background:#fff;box-shadow:none}.flow-channel-card:hover{background:#f0f5ee}.flow-channel-card.selected{background:#dfe9dc;color:var(--accent-dark)}.flow-channel-card>strong{font-size:14px}.flow-channel-card>small{color:var(--muted);font-size:9px}.flow-channel-card.selected>small{color:var(--accent-dark)}.flow-channel-actions{margin-top:18px}.flow-channel-actions .button{min-width:220px}.flow-loading{min-height:460px}.flow-loading h1{margin-top:18px;font-size:25px}.flow-result-hero{padding:32px 0 22px}.flow-result-context{color:var(--accent-dark);font-size:10px}.flow-result-hero h1{margin-top:9px;font-size:clamp(31px,4vw,45px)}.flow-result-hero>p{margin-top:8px}.flow-result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:13px;border-bottom:1px solid var(--line)}.flow-result-tabs{gap:5px;padding:0}.flow-result-tab{min-height:34px;padding:0 11px;border-radius:999px;background:#e8efe5}.flow-result-tab.active{background:var(--accent)}.flow-result-actions{display:flex;align-items:center;gap:13px;flex:0 0 auto}.flow-result-actions .flow-text-action{font-size:10px}.flow-result-actions .button{min-height:36px}.content-flow-result .result-content{width:min(860px,100%);margin:12px auto 0}.content-flow-result .result-block{padding:20px;border:0;border-radius:7px;box-shadow:none}.content-flow-result .result-block+.result-block,.content-flow-result .two-col-results+.result-block,.content-flow-result .result-block+.two-col-results{margin-top:10px}.content-flow-result .script-box,.content-flow-result .message-box,.content-flow-result .slide-item,.content-flow-result .cover-title-box{background:#f1f6ef}.content-flow-result .compliance-note{display:flex;align-items:center;gap:8px;max-width:860px;margin:16px auto 0;padding:11px 0;border:0;background:transparent;color:var(--muted);font-size:9px}.content-flow-result .compliance-note span{flex:1}.content-flow-result .compliance-note em{font-style:normal;white-space:nowrap}.history-page{max-width:1040px}.history-toolbar{margin-top:27px}.filter-tabs{gap:5px;overflow-x:auto}.filter-tab{flex:0 0 auto;border-radius:999px}.filter-tab.active{background:#e3ece0}.history-table{margin-top:12px;border:0;border-radius:7px}.history-table-head{height:39px;background:#f0f5ee;border-color:var(--line)}.history-table-row{min-height:70px;border-color:#edf1eb}.history-table-row-clickable{cursor:pointer;transition:background-color .18s ease}.history-table-row-clickable:hover{background:#f8fbf7}.history-table-row-clickable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.history-cost{color:var(--muted)}.history-topic-icon{background:#e7efe5!important;color:var(--accent)!important}.history-channel-count{color:var(--accent-dark);font-weight:700}.history-detail-page{max-width:860px}.history-detail-head>.flow-text-action{display:inline-flex;align-items:center;gap:5px;margin-bottom:34px;padding:0}.history-detail-head h1{max-width:760px;margin-top:8px;font-size:clamp(28px,4vw,44px);line-height:1.25}.history-detail-head>div>p:last-child{margin-top:9px;color:var(--muted);font-size:11px}.history-channel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:38px;padding-bottom:14px;border-bottom:1px solid var(--line)}.history-channel-heading h2{font-size:18px}.history-channel-heading p{margin-top:5px;color:var(--muted);font-size:10px}.history-channel-heading>span{color:var(--muted);font-size:10px;white-space:nowrap}.history-channel-list{overflow:hidden;margin-top:12px;border-radius:7px;background:#fff}.history-channel-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto 22px;align-items:center;gap:12px;min-height:70px;padding:0 16px;border-bottom:1px solid #edf1eb}.history-channel-row:last-child{border-bottom:0}.history-channel-row>div:nth-child(2) strong,.history-channel-row>div:nth-child(2) span{display:block}.history-channel-row>div:nth-child(2) span{margin-top:4px;color:var(--muted);font-size:10px}.history-channel-status{color:var(--accent-dark);font-size:10px}.history-channel-row-missing{background:#fbfcfa}.history-channel-row-missing .record-type-icon{opacity:.62}.history-channel-row-missing strong,.history-channel-row-missing span{color:#8c968e}.history-generate-channel{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:5px;background:#e8efe5;color:var(--accent-dark);font-size:10px;font-weight:700}.history-generate-channel:hover{background:#dfe9dc}.organization-page{max-width:960px}.organization-layout{margin-top:24px}.organization-card{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.organization-card-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 14px;border:0;border-radius:6px;background:#e8efe5}.organization-card-heading>span{flex:0 0 auto;color:var(--accent-dark);font-size:10px;font-weight:750}.organization-card-heading>p{margin:0;color:var(--muted);font-size:10px;line-height:1.6;text-align:right}.organization-section{padding:31px 0 34px;border-bottom:1px solid var(--line)}.organization-section:last-of-type{border-bottom:0}.organization-section-title{display:block;margin-bottom:20px}.organization-section-title h2{font-size:19px;line-height:1.35}.organization-section-title p{margin-top:4px;color:var(--muted);font-size:10px}.profile-form-grid{gap:18px 15px}.organization-page .field-label label{font-size:11px}.organization-page .field input,.organization-page .field select,.organization-page .field textarea{border-color:var(--line);border-radius:6px;background:#fff}.field-example-trigger{width:auto;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--accent-dark);font-size:9px;text-decoration:underline;text-underline-offset:3px}.field-example-trigger:hover,.field-example-trigger[aria-expanded=true]{border:0;background:transparent}.field-reference{margin-top:7px;padding:10px;border:0;border-radius:5px;background:#edf4eb}.field-reference button{border:0;background:#ffffffb8}.organization-footer{padding:16px 0 0;border-top:1px solid var(--line);background:transparent;color:var(--muted);font-size:9px}.me-page{max-width:860px}.account-summary{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:27px;padding:20px;border-radius:7px;background:#fff}.account-summary .profile-avatar{width:50px;height:50px;border-radius:10px;font-size:18px}.account-summary h2{font-size:16px}.account-summary p{margin-top:4px;color:var(--muted);font-size:10px}.account-credit{min-width:90px;padding-left:22px;border-left:1px solid var(--line);text-align:right}.account-credit span,.account-credit strong{display:block}.account-credit span{color:var(--muted);font-size:9px}.account-credit strong{margin-top:3px;color:var(--accent-dark);font-size:26px}.account-links{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.account-links button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 10px;padding:14px 16px;border-radius:7px;background:#edf4eb;text-align:left}.account-links span{font-size:11px;font-weight:750}.account-links small{grid-column:1;color:var(--muted);font-size:9px}.account-links .icon{grid-column:2;grid-row:1 / 3}.me-section{margin:35px 0 12px}.credit-log-list{border:0;border-radius:7px}.credit-log{min-height:62px;padding:10px 16px;border-color:#edf1eb}.credit-log>div:first-child{flex:1}.logout-row{margin-top:20px;padding:7px 0;background:transparent;color:var(--muted);font-size:10px}@media(max-width:1120px){.page-content{padding-right:30px;padding-left:30px}.topbar{padding:0 30px}.flow-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.sidebar{inset:auto 0 0;width:100%;height:66px;padding:0 6px;border-top:1px solid var(--line);border-right:0}.sidebar .brand,.sidebar-bottom{display:none}.sidebar .main-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;gap:0}.sidebar .nav-item{display:flex;flex-direction:column;justify-content:center;gap:2px;min-height:65px;padding:5px 2px;border-radius:0;font-size:9px;text-align:center}.sidebar .nav-item span{display:block}.sidebar .nav-item.active{background:transparent;color:var(--accent-dark)}.sidebar .nav-item.active:before{position:absolute;top:0;width:24px;height:2px;border-radius:2px;background:var(--accent);content:""}.main-area{width:100%;margin-left:0;padding-bottom:66px}.topbar{height:64px;padding:0 20px}.topbar-title{display:none}.mobile-brand{display:flex;align-items:center;gap:8px;font-size:13px}.mobile-brand .brand-mark{width:27px;height:27px;border-radius:6px;font-size:14px}.page-content{padding:35px 20px 55px}.simple-page-head{align-items:flex-start}.flow-section-head{align-items:stretch;flex-direction:column}.flow-theme-slip{width:100%;min-width:0;max-width:none}.flow-topic-grid{grid-template-columns:1fr}.flow-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-result-toolbar{align-items:stretch;flex-direction:column}.flow-result-actions{justify-content:flex-end}.content-flow-result .two-col-results{gap:10px}.organization-page .simple-page-head{flex-direction:row;align-items:flex-end}.organization-card-heading{align-items:flex-start;flex-direction:column;gap:5px}.organization-card-heading>p{text-align:left}}@media(max-width:520px){.page-content{padding:28px 16px 45px}.simple-page-head{gap:20px}.simple-page-head h1{font-size:34px}.home-page .simple-page-head .button{width:auto}.scenario-grid{grid-template-columns:1fr}.scenario-card{min-height:68px}.record-cost{display:none}.flow-theme-layout{padding-top:38px}.flow-theme-copy h1,.flow-section-head h1,.flow-channel-head h1{font-size:33px}.flow-settings-grid{grid-template-columns:1fr}.flow-settings-grid .field.full{grid-column:auto}.flow-primary-action{width:100%}.flow-topic-card{min-height:0}.flow-page-actions{position:sticky;z-index:4;bottom:66px;align-items:center;margin:16px -16px 0;padding:10px 16px;background:#f7faf5f5}.flow-page-actions .button{flex:1;padding-inline:10px}.flow-channel-actions{flex-direction:row}.flow-channel-grid{grid-template-columns:1fr}.flow-channel-card{min-height:88px}.flow-result-actions{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:8px}.flow-result-actions .button{padding-inline:9px}.content-flow-result .compliance-note{align-items:flex-start;flex-wrap:wrap}.content-flow-result .compliance-note em{margin-left:22px}.organization-page .simple-page-head{align-items:flex-start}.organization-section{padding-top:27px;padding-bottom:29px}.profile-form-grid{grid-template-columns:1fr}.profile-form-grid .field.full{grid-column:auto}.organization-footer{align-items:center;flex-direction:row}.organization-footer .button{width:auto}.account-summary{grid-template-columns:42px minmax(0,1fr);padding:16px}.account-summary .profile-avatar{width:42px;height:42px}.account-credit{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:12px 0 0;border-top:1px solid var(--line);border-left:0;text-align:left}.account-credit strong{margin:0;font-size:21px}.account-links{grid-template-columns:1fr}.history-channel-heading{align-items:flex-start;flex-direction:column;gap:8px}}
