@charset "UTF-8";.advanced-page{max-width:1200px}.advanced-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:22px 0}.advanced-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.4fr);gap:24px;align-items:start}.advanced-panel{padding:24px;margin-bottom:20px}.advanced-field{display:flex;flex-direction:column;gap:7px;margin:16px 0}.advanced-field textarea,.advanced-field input,.advanced-field select{width:100%}.advanced-field input[type=checkbox]{width:auto}.advanced-item{padding:18px 0;border-bottom:1px solid var(--border, #e4e8df)}.advanced-item:last-child{border-bottom:0}.advanced-item h3{margin:0 0 7px}.advanced-item small{display:block;color:#778172}.advanced-row{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.advanced-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.advanced-danger{color:#a14d42!important}.advanced-checks{display:grid;gap:9px;max-height:260px;overflow:auto;margin:14px 0}.advanced-checks label{display:flex;align-items:flex-start;gap:10px;padding:9px;background:#f7f9f3;border-radius:9px}.advanced-checks small{display:block;color:#7e8978;font-size:12px}.advanced-preview{background:#fff;border:1px solid #e1e7db;padding:22px;border-radius:14px;max-height:55vh;overflow:auto;margin:16px 0}.advanced-preview p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.advanced-preview h3{margin-top:20px}.advanced-preview table{width:100%;border-collapse:collapse}.advanced-preview th,.advanced-preview td{border:1px solid #dce3d6;padding:9px;white-space:pre-wrap}.advanced-code{white-space:pre-wrap;overflow-wrap:anywhere;background:#f4f7ef;padding:12px;border-radius:10px}.advanced-active{background:#eff5e9}.advanced-batch-item{padding:18px;border:1px solid #dfe6d7;border-radius:14px;margin:14px 0;background:#fbfcf8}.advanced-public{max-width:880px;margin:30px auto;padding:20px}.advanced-public .advanced-preview{max-height:none}.advanced-stage{font-size:12px;color:#537449;padding:4px 9px;border-radius:30px;background:#edf4e7}.advanced-description{white-space:pre-wrap;overflow-wrap:anywhere}.advanced-fullwidth{width:100%}.advanced-modal-scroll{max-height:68vh;overflow:auto;padding-right:6px}@media(max-width:850px){.advanced-grid{grid-template-columns:1fr}.advanced-panel{padding:18px}.advanced-actions .button{flex:1}.advanced-preview{padding:14px}.advanced-public{padding:14px;margin:8px auto}}:root{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#303a32;background:#f8f9f6;font-synthesis:none;font-size:14px;font-weight:400;--green: #607b50;--green-dark: #455f39;--green-light: #edf2e6;--text: #303a32;--muted: #8a9287;--line: #e8ebe3;--paper: #fff;--background: #f8f9f6;--shadow: 0 5px 25px #29382206}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #99b881;outline-offset:4px}input,textarea,select{width:100%;border:1px solid #e0e5da;border-radius:10px;background:#fff;padding:12px 13px;color:#384235;outline:none;transition:border .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:#94ac7e;box-shadow:0 0 0 3px #718f5414}input::placeholder,textarea::placeholder{color:#a2a99d}textarea{resize:vertical;line-height:1.8;min-height:72px}input[type=checkbox]{width:16px;height:16px;accent-color:var(--green);flex:none}input[type=color]{padding:3px;height:35px;min-width:38px;cursor:pointer}select{padding-right:28px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:600;letter-spacing:-.3px}h1{font-size:30px;line-height:1.45}h2{font-size:19px;line-height:1.6}h3{font-size:16px;line-height:1.6}h4{font-size:14px;line-height:1.6}p{line-height:1.85}small{font-size:12px}svg{flex-shrink:0}ul{padding-left:22px;line-height:1.8}fieldset{min-width:0}button.text-button{padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;padding:11px 17px;font-weight:500;line-height:1.4;white-space:nowrap;transition:background .18s,transform .18s}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--green);border-color:var(--green);color:#fff}.button.primary:hover:not(:disabled){background:var(--green-dark);border-color:var(--green-dark)}.button.outline{background:#fff;border-color:#e2e7dc}.button.outline:hover:not(:disabled){background:#f4f7f0;border-color:#c7d5ba}.button.soft{background:#edf3e6;color:#5b754b}.button.text{background:transparent;color:#7a846f}.button.small{padding:8px 12px;font-size:12px}.button.wide{width:100%}.button.danger-ghost{color:#ac675e;background:#fff5f2}.text-button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;font-size:12px;color:#6e865c;font-weight:500;line-height:1.7}.text-button:hover{color:#3b552f}.icon-button{width:33px;height:33px;padding:5px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#89947e;border-radius:7px}.icon-button:hover:not(:disabled){color:#4e6841;background:#eef3e8}.icon-button.bordered{border:1px solid var(--line);background:#fff;width:40px;height:40px}.inline-actions{display:flex;align-items:center;gap:7px}.eyebrow{display:block;font-size:11px;letter-spacing:1px;color:#829171;font-weight:500}.subtle-text{font-size:11px;color:#a0a797}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.field-label{display:block;font-size:12px;font-weight:500;color:#52604c;margin-bottom:8px;line-height:1.6}.field-label input,.field-label textarea,.field-label select{margin-top:7px}.field-help{font-size:11px;line-height:1.75;color:#97a18c;margin-top:7px}.required-dot{color:#b67c64;margin-left:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.form-field{min-width:0}.form-field.full{grid-column:1/-1}.notice{display:flex;align-items:flex-start;gap:11px;border:1px solid #ebe5d1;background:#faf8ee;color:#8b805f;padding:14px 16px;border-radius:10px;margin:15px 0;font-size:12px;line-height:1.8}.notice p{font-size:11px;margin-top:3px}.notice strong{font-size:12px;font-weight:500}.notice.compact{padding:10px 12px;font-size:11px}.notice.error{background:#fff2ef;border-color:#f0dad3;color:#a96859;justify-content:space-between}.error-text{color:#ac645b;font-size:12px;line-height:1.7;margin:10px 0}.error .text-button{color:#a96859;white-space:nowrap}.toast{position:fixed;z-index:200;bottom:28px;left:50%;transform:translate(-50%);background:#344630;color:#fff;box-shadow:0 10px 35px #26372122;padding:14px 24px;border-radius:11px;font-size:13px;max-width:calc(100vw - 32px);animation:fadein .2s}.loading-state{display:flex;align-items:center;justify-content:center;gap:10px;min-height:170px;color:#8c9981;font-size:13px}.empty-state{text-align:center;padding:57px 22px}.empty-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:22px;background:#f0f3e9;color:#9eaf86;margin-bottom:17px}.empty-state h3{color:#617057;font-size:16px}.empty-state p{color:#9ba28f;font-size:12px;margin:8px auto 20px;max-width:400px}.empty-state .button{margin-top:3px}.page-title{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:11px 0 28px}.page-title .eyebrow{margin-bottom:8px}.page-title h1{font-size:28px}.page-title p{color:#939c8a;font-size:12px;margin-top:9px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:20px}.section-heading h2{font-size:17px}.section-heading p{font-size:11px;color:#9ca592;margin-top:4px}.section-heading>a{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:11px;color:#95a084}.back-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:#8a967e;margin-bottom:21px}.back-link:hover{color:#587145}.app-shell{display:flex;min-height:100vh}.sidebar{width:237px;flex-shrink:0;border-right:1px solid #e8ebe3;background:#fbfcf9;position:fixed;inset:0 auto 0 0;padding:36px 21px 16px;display:flex;flex-direction:column;z-index:50}.brand{display:flex;align-items:center;gap:11px;padding-left:9px;font-size:20px;font-weight:600;letter-spacing:.1px;white-space:nowrap}.brand b{font-size:10px;display:inline-block;background:#ecf1e4;color:#7e916b;border-radius:5px;padding:2px 4px;margin-left:2px;vertical-align:3px}.brand small{display:block;font-size:9px;font-weight:400;color:#a1ac91;letter-spacing:1px;margin-top:5px}.brand-mark{position:relative;display:block;width:33px;height:33px;transform:rotate(-12deg)}.brand-mark span{position:absolute;width:18px;height:18px;border-radius:9px 9px 5px;background:#809463}.brand-mark span:nth-child(1){left:0;top:0;transform:rotate(90deg)}.brand-mark span:nth-child(2){right:0;top:0;transform:rotate(180deg)}.brand-mark span:nth-child(3){right:0;bottom:0;transform:rotate(270deg)}.brand-mark span:nth-child(4){left:0;bottom:0}.workspace-label{display:flex;align-items:center;gap:8px;color:#a0aa92;font-size:10px;padding:38px 12px 16px;letter-spacing:.5px}.workspace-label svg{margin-left:auto}.workspace-dot{width:5px;height:5px;border-radius:50%;background:#a3b494}.sidebar nav{display:flex;flex-direction:column;gap:9px}.sidebar nav a{display:flex;align-items:center;gap:12px;color:#7e8a71;font-size:13px;padding:14px 15px;border-radius:10px;transition:background .15s}.sidebar nav a:hover{background:#f0f4e9}.sidebar nav a.active{background:#eaf0e1;color:#5b7449;font-weight:500}.nav-tag{font-size:9px;color:#afba9f;background:#f6f8ef;border:1px solid #e9eedf;border-radius:4px;padding:2px 5px;margin-left:auto}.sidebar-note{margin:48px 6px 30px;padding:21px 18px;background:#f2f3e9;border:1px solid #e8eadb;border-radius:14px;position:relative;overflow:hidden}.sidebar-note:after{content:"";position:absolute;width:140px;height:140px;border:1px solid #e2e7d4;border-radius:50%;right:-98px;top:33px}.note-doodle{color:#d3bf86;font-size:26px;line-height:1;margin-bottom:14px}.sidebar-note h3{font-size:14px;font-weight:500;line-height:1.8;color:#6a7856;letter-spacing:1px}.sidebar-note p{font-size:10px;color:#a0aa8d;margin-top:9px;line-height:1.9}.sidebar-note a{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#7e9165;margin-top:23px}.sidebar-bottom{margin-top:auto}.settings-link{display:flex;align-items:center;gap:12px;padding:13px 15px;margin-bottom:16px;font-size:12px;color:#8c977f}.settings-link.active{color:#597447;background:#edf1e6;border-radius:9px}.profile-row{border-top:1px solid #ebeee5;padding:17px 6px 0;display:flex;align-items:center;gap:9px}.avatar{width:35px;height:35px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;border-radius:12px;background:#eae7d6;color:#8e8868}.avatar.small{width:32px;height:32px;font-size:12px;border-radius:10px;background:#eef3e6;color:#788e5f}.profile-row strong{font-size:11px;font-weight:500;display:block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-row small{display:block;font-size:9px;color:#a4ae97;margin-top:4px}.profile-row .icon-button{margin-left:auto}.main-shell{margin-left:237px;width:calc(100% - 237px);min-width:0;display:flex;flex-direction:column}.topbar{height:80px;padding:0 43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef0e9;background:#fbfcf980;gap:20px}.topbar-path{display:flex;align-items:center;gap:13px;font-size:10px;color:#8f9a82}.topbar-path span{color:#c7cebc}.topbar-right{display:flex;align-items:center;gap:27px}.topbar-date{font-size:10px;color:#a3ac97}.online-status{display:flex;align-items:center;gap:6px;color:#94a381;font-size:9px}.online-status>span{width:5px;height:5px;border-radius:50%;background:#a2b98d}.main-content{padding:33px 43px 48px;max-width:1530px;width:100%;margin:0 auto;flex:1}.site-footer{padding:19px 43px 27px;font-size:9px;color:#b4bba9;text-align:center;letter-spacing:.5px}.site-footer span{margin-left:17px}.mobile-menu,.mobile-close{display:none}.greeting-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 17px}.greeting-row .eyebrow{font-size:10px;letter-spacing:.6px}.tiny-flower{color:#b0ba93;font-size:13px;margin-right:6px}.home-hero{display:flex;position:relative;min-height:352px;overflow:hidden;border:1px solid #e7ecdd;background:linear-gradient(112deg,#f0f3e7,#f2f4e8 46%,#eeefe0);border-radius:18px;padding:36px 39px}.hero-content{position:relative;z-index:2;width:67%;max-width:700px}.hero-kicker{font-size:13px;letter-spacing:1px;color:#8b9a72;margin-bottom:14px}.hero-kicker span{color:#b3ba81;font-size:19px;margin-left:6px}.hero-content h1{font-size:33px;line-height:1.58;letter-spacing:2px;font-weight:550;color:#3f4c35}.hero-content h1 span{position:relative;color:#748a57}.hero-content h1 span:after{content:"";height:6px;background:#d5ddbbcc;position:absolute;bottom:3px;left:-1px;right:0;z-index:-1;border-radius:40%}.hero-content>p{font-size:11px;color:#99a389;margin:15px 0 25px;letter-spacing:.4px}.hero-search{display:flex;align-items:center;gap:12px;max-width:640px;padding:9px 10px 9px 16px;border:1px solid #e5e9db;background:#ffffffd9;border-radius:11px;box-shadow:0 4px 15px #86916d06;color:#acb89a}.hero-search input{padding:5px 0;border:0;background:none;font-size:12px;box-shadow:none;min-width:0}.hero-search input::placeholder{color:#b2bba5}.hero-search button{width:35px;height:35px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#809363;color:#fff}.hero-prompts{display:flex;align-items:center;gap:10px;margin-top:13px}.hero-prompts>span{font-size:9px;color:#a8b198;margin-right:2px}.hero-prompts button{display:flex;align-items:center;gap:4px;border:1px solid #e5e8d9;background:#f6f7edaa;border-radius:5px;font-size:9px;color:#8f9f79;padding:4px 7px}.hero-art{position:absolute;right:15px;top:18px;width:325px;height:323px}.art-orbit{position:absolute;border:1px solid #dde5cf;border-radius:50%;transform:rotate(-35deg)}.orbit-one{width:330px;height:232px;top:52px;left:4px}.orbit-two{width:246px;height:307px;top:0;left:41px;transform:rotate(-25deg)}.paper-note{position:absolute;box-shadow:3px 9px 19px #7c85591c;border-radius:6px}.paper-note.back{width:171px;height:205px;top:39px;left:87px;background:#e4dbc1;transform:rotate(17deg);padding:28px 20px}.paper-note.back div{height:4px;background:#c6b89966;border-radius:4px;margin-bottom:13px}.paper-note.front{width:204px;height:213px;top:51px;left:51px;background:#fffdf2;transform:rotate(-8deg);padding:33px 20px;color:#8a9872;border:1px solid #f5f1df}.note-tab{position:absolute;top:-10px;left:75px;width:61px;height:23px;background:#c2cba577;transform:rotate(-3deg)}.note-title{font-size:13px;font-weight:500;letter-spacing:2px;color:#778265;margin-bottom:23px}.note-line{display:flex;align-items:center;gap:11px;font-size:10px;color:#a5ae95;margin:12px 0}.note-line i{font-style:normal;font-size:12px;color:#a3b283;border:1px solid #d5dbc8;width:14px;height:14px;line-height:12px;text-align:center;border-radius:3px}.note-sticker{font-family:Georgia,serif;font-style:italic;position:absolute;font-size:9px;color:#c5b58f;bottom:19px;right:20px}.art-flower{position:absolute;right:11px;bottom:5px;color:#d8bb79;transform:rotate(17deg)}.art-flower span{width:24px;height:24px;position:absolute;background:#eddfb2;border-radius:50%;left:38px;top:38px}.art-star{position:absolute;color:#b8c393;font-family:serif;font-size:30px}.star-one{top:8px;left:48px}.star-two{top:65px;right:11px;font-size:16px;color:#c9bb8c}.little-label{position:absolute;bottom:12px;left:35px;display:flex;align-items:center;gap:7px;font-size:9px;color:#92a276;background:#f6f8ed;padding:9px 12px;border:1px solid #e0e7d2;border-radius:7px;transform:rotate(-4deg)}.home-section{margin-top:30px}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);padding:23px 20px;border-radius:13px;box-shadow:var(--shadow);transition:transform .2s,border-color .2s,box-shadow .2s;min-width:0}.feature-card:hover{transform:translateY(-3px);border-color:#c8d5ba;box-shadow:0 8px 22px #5763440a}.feature-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;width:45px;height:45px;flex-shrink:0;color:#8a9d70;background:#f0f4e9}.feature-icon.large{width:61px;height:61px;border-radius:17px}.tone-reply{background:#edf3e7;color:#88a168}.tone-lesson{background:#f5eddf;color:#bfa371}.tone-writing{background:#f3ebe4;color:#b99f87}.tone-observation{background:#eaf1f1;color:#86a7a2}.tone-image{background:#f6ebe4;color:#c4a28a}.tone-presentation{background:#eeeaf3;color:#a79db9}.tone-research{background:#f0eddf;color:#b1a26c}.tone-audio{background:#e7f1f0;color:#78aaa0}.tone-music{background:#f4e7ee;color:#b690a6}.tone-video{background:#ebedf5;color:#93a0bd}.tone-utility{background:#edf0e8;color:#8a9c7e}.feature-copy{display:block;margin-top:16px;min-width:0}.feature-copy strong{font-size:14px;font-weight:500;display:block}.feature-copy>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.8;font-size:10px;color:#a1a995;margin-top:7px;min-height:35px}.card-arrow{position:absolute;right:20px;top:26px;color:#c3ccba}.more-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card.compact{flex-direction:row;align-items:center;gap:12px;padding:18px 15px}.compact .feature-icon{width:36px;height:36px;border-radius:10px}.compact .feature-copy{margin:0}.compact .feature-copy strong{font-size:12px}.compact .feature-copy>span{font-size:9px;margin-top:4px;-webkit-line-clamp:1;min-height:auto}.compact .card-arrow{display:none}.inspiration-banner{display:flex;align-items:center;gap:18px;padding:24px 27px;background:#f2f1e9;border:1px solid #eae9db;border-radius:13px}.inspiration-icon{color:#b6b085;background:#ebe9d8;border-radius:11px;width:51px;height:51px;display:flex;align-items:center;justify-content:center;transform:rotate(-6deg)}.inspiration-banner strong{font-size:14px;font-weight:500;color:#737b5c}.inspiration-banner p{font-size:10px;color:#a5aa93;margin-top:5px}.inspiration-banner .button{font-size:10px;margin-left:auto;border-color:#dedfcd;background:#f8f8ee;color:#939b7b;padding:9px 12px}.recent-empty{display:flex;align-items:center;gap:17px;background:#fff;border:1px dashed #dfe6d5;padding:24px 27px;border-radius:13px}.recent-empty>span{color:#bec8af;display:flex;align-items:center;justify-content:center;width:49px;height:49px;background:#f5f7f0;border-radius:12px}.recent-empty strong{font-size:12px;color:#839173;font-weight:500}.recent-empty p{font-size:10px;color:#b0b9a3;margin-top:6px}.recent-empty .text-button{margin-left:auto;font-size:10px}.mobile-only{display:none}.library-toolbar{display:flex;align-items:center;gap:15px;margin:25px 0 20px}.library-toolbar>select{width:180px;font-size:12px}.search-field{display:flex;align-items:center;gap:10px;border:1px solid #e3e8db;background:#fff;border-radius:10px;padding:2px 13px;color:#a5b096;flex:1;min-width:0}.search-field input{border:0;box-shadow:none;font-size:12px;background:none;padding:11px 0}.search-field .text-button{flex-shrink:0}.category-chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:23px}.category-chips button,.choice-chips button{display:flex;align-items:center;gap:8px;border:1px solid #e4e9dc;color:#8a987b;background:#fff;border-radius:8px;padding:8px 12px;font-size:11px}.category-chips button.selected,.choice-chips button.selected{background:#eaf1e1;color:#627c4e;border-color:#d4e1c6}.category-chips button span{font-size:9px;opacity:.7}.results-label{font-size:10px;color:#a1ab95;margin-bottom:15px}.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.library-grid .feature-card{flex-direction:row;align-items:flex-start;gap:15px;padding:23px 20px;min-height:126px}.library-grid .feature-copy{margin-top:0;padding-right:8px}.library-grid .feature-copy strong{font-size:13px}.library-grid .card-arrow{bottom:16px;top:auto;right:17px;width:14px}.library-grid .feature-copy>span{font-size:10px;min-height:0}.library-grid .feature-icon{width:39px;height:39px;border-radius:10px}.segmented{display:flex;padding:4px;background:#eef2e9;border-radius:9px;gap:3px;flex-shrink:0}.segmented button{border:0;border-radius:6px;background:transparent;padding:7px 15px;font-size:11px;color:#92a07e}.segmented button.active{background:#fff;box-shadow:0 2px 5px #57634406;color:#607b49}.works-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.work-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}.work-card:hover{transform:translateY(-2px);border-color:#cbd7c0}.work-thumbnail{height:142px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;gap:13px;opacity:.8}.work-thumbnail>span{font-size:10px;letter-spacing:.7px}.work-thumbnail .thumbnail-detail{font-size:9px;position:absolute;bottom:10px;right:10px;letter-spacing:0}.work-card-body{padding:17px 15px}.work-card-body h3{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-card-body p{font-size:9px;color:#a6b097;margin-top:8px;display:flex;justify-content:space-between}.create-heading{display:flex;gap:18px;align-items:center;margin:4px 0 29px}.create-heading h1{font-size:27px;margin:4px 0}.create-heading p{color:#99a38c;font-size:11px}.create-heading .eyebrow{font-size:10px}.creation-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:25px;align-items:start}.creation-main{padding:28px 29px}.panel-heading{display:flex;gap:13px;align-items:flex-start;margin-bottom:23px}.panel-heading h2{font-size:17px}.panel-heading p{font-size:11px;color:#9aa58d;margin-top:6px}.step-number{width:25px;height:25px;background:#eaf1e1;border-radius:8px;color:#82986b;display:inline-flex;align-items:center;justify-content:center;font-size:12px;margin-top:2px}.dynamic-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dynamic-form textarea{font-size:13px;background:#fdfefa}.scenario-picker{margin:-5px 0 21px}.choice-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.choice-chips button{font-size:10px;padding:6px 9px}.scenario-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px;padding:13px;background:#f7f9f3;border-radius:9px}.scenario-list button{border:0;background:transparent;color:#92a27f;padding:4px 7px;font-size:11px;border-radius:5px}.scenario-list button.selected{background:#e0e9d5;color:#657f50}.upload-area{margin-top:22px}.upload-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.upload-actions>small{font-size:9px;color:#b2bca6;margin-left:auto}.attachment-list{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.attachment{display:flex;align-items:center;gap:10px;border:1px solid #e8ede0;border-radius:9px;padding:10px 11px;background:#fafcf7;color:#91a279}.attachment>div{min-width:0;flex:1}.attachment strong{font-size:10px;font-weight:400;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment small{display:block;font-size:9px;color:#aeb8a0;margin-top:4px}.recording{color:#b77565!important;background:#fff3ee!important}.advanced-toggle{display:flex;align-items:center;width:100%;gap:7px;border:0;border-top:1px solid #eef1e8;background:none;padding:18px 0 0;margin-top:26px;font-size:11px;color:#7d9069}.advanced-toggle span{font-size:9px;color:#abb59c;margin-left:7px}.advanced-toggle>svg:last-child{margin-left:auto;transition:transform .2s}.rotated{transform:rotate(180deg)}.advanced-fields{margin-top:19px;padding:17px;background:#f8faf3;border-radius:10px}.capability-notice{margin-top:25px}.notice-icon{padding-top:2px;color:#ac9c72}.creation-actions{display:flex;gap:12px;margin-top:25px;align-items:center}.creation-actions .primary{min-width:160px}.form-footnote{text-align:center;font-size:9px;color:#adb69f;margin-top:16px}.guidance-card{padding:27px 23px;background:#f2f5ea;border-color:#e6eddc;box-shadow:none}.guide-icon{width:47px;height:47px;display:flex;align-items:center;justify-content:center;color:#9baa7e;background:#e8eedc;border-radius:12px;margin-bottom:18px}.guidance-card h3{font-size:17px;line-height:1.8;color:#738660}.guidance-card>p{font-size:11px;color:#9baa87;margin-top:13px;line-height:1.95}.guide-divider{height:1px;background:#e2e9d7;margin:23px 0 17px}.guide-note{display:flex;align-items:center;gap:10px;color:#90a576;font-size:11px;line-height:1.8}.guide-note small{font-size:9px;color:#a9b69a}.examples-card{padding:23px 9px}.examples-card h3{font-size:12px;color:#8b9c79}.examples-card>p{font-size:9px;color:#b1baa5;margin:8px 0 10px}.examples-card button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-bottom:1px solid #e9ede1;background:none;padding:11px 0;text-align:left;color:#9cac8b;font-size:10px;line-height:1.8}.outputs-note{padding:12px 10px}.outputs-note h4{font-size:11px;color:#95a285}.outputs-note p{font-size:10px;color:#b0baa1;margin:6px 0 12px}.outputs-note>div{display:flex;gap:5px;flex-wrap:wrap}.outputs-note>div>span{font-size:8px;background:#f0f4e9;border:1px solid #e8eedf;color:#a4b195;border-radius:4px;padding:4px 6px}.switch-row{display:flex;align-items:center;gap:10px;padding:11px 0;font-size:12px;color:#889a75}.task-panel{padding:24px 21px}.task-status-heading{display:flex;gap:10px;color:#8ca270;align-items:center;margin-top:16px}.task-status-heading h3{font-size:15px}.task-panel>p{font-size:11px;color:#a0ac91;margin-top:12px}.progress-track{height:5px;background:#edf2e5;border-radius:10px;overflow:hidden;margin-top:22px}.progress-track>span{display:block;height:100%;background:#9aae83;border-radius:10px;transition:width .3s}.task-id{display:block;font-size:9px;color:#b1bca1;margin-top:9px}.task-panel>.button,.task-panel>.text-button{margin-top:20px}.work-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.work-topline .back-link{margin:0}.save-status{display:inline-flex;align-items:center;gap:4px;color:#9aab84;font-size:10px}.save-status.dirty{color:#bb9e70}.work-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.work-title-group{display:flex;align-items:center;gap:15px;min-width:0;flex:1}.work-title-group>div{min-width:0;flex:1}.work-title-input{font-size:23px;font-weight:500;background:none;padding:4px 0;border:0;border-radius:0;color:#3f4e35;box-shadow:none!important}.work-title-group .eyebrow{font-size:9px}.work-heading-actions{display:flex;align-items:center;gap:9px}.work-heading-actions .button{font-size:11px;padding:10px 13px}.export-wrapper{position:relative}.export-menu{position:absolute;right:0;top:calc(100% + 7px);width:210px;z-index:20;background:#fff;border:1px solid #e1e8d7;box-shadow:0 8px 30px #40583014;border-radius:10px;padding:6px}.export-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;border:0;background:none;padding:11px 12px;font-size:11px;color:#698451;border-radius:6px}.export-menu button:hover{background:#f0f6e8}.export-menu button span{font-size:9px;color:#a5b395}.work-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:23px;align-items:start}.result-panel{overflow:hidden}.result-heading{display:flex;justify-content:space-between;align-items:center;padding:19px 23px;border-bottom:1px solid #eef1e7}.result-heading>div{display:flex;align-items:center;gap:8px}.result-heading h2{font-size:13px}.result-heading .text-button{font-size:10px}.result-dot{width:6px;height:6px;background:#b2c197;border-radius:50%}.editor-fieldset{padding:0;margin:0;border:0}.editor-busy{pointer-events:none;opacity:.65}.document-editor{padding:25px 29px}.document-text-label{font-size:0;display:block}.document-textarea{font-size:14px!important;border:1px solid transparent!important;padding:0!important;line-height:2.1!important;box-shadow:none!important;min-height:250px}.document-textarea:focus{border-color:#d8e5c9!important;padding:9px!important}.document-section{margin-bottom:27px}.section-editor-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px}.section-editor-heading>input{font-size:15px;font-weight:500;border:1px solid transparent;padding:6px 0;border-radius:5px;color:#71845f}.section-editor-heading>input:focus{border-color:#d8e3cc;padding:6px 8px}.section-editor-heading .inline-actions{opacity:.45}.section-editor-heading:hover .inline-actions{opacity:1}.document-section textarea{border:1px solid #f0f3ea;background:#fdfefa;font-size:12px;line-height:2;padding:13px 15px}.document-add-row{display:flex;gap:10px;padding-top:17px;border-top:1px solid #edf1e5}.document-table{margin:25px 0}.document-table table{min-width:350px}.document-table td,.document-table th{padding:0;border:1px solid #e7edde}.document-table th{background:#edf3e5}.document-table td input,.document-table th input,.document-table td textarea{border:0;border-radius:0;min-width:75px;font-size:11px;background:transparent;padding:9px;box-shadow:none}.document-table th input{font-weight:500;color:#82966b}.document-table td:last-child,.document-table th:last-child{width:35px}.table-scroll{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}th{font-weight:500;color:#899977;background:#f5f8ee}td,th{padding:15px 17px;border-bottom:1px solid #edf1e5;vertical-align:top}td{color:#8a9780;line-height:1.8}td strong{font-weight:500;color:#627654}td small{display:block;font-size:9px;color:#a6b398;margin-top:4px}.table-actions{display:flex;gap:18px;margin-top:10px}.table-actions .text-button{font-size:10px}.reply-action-bar{display:flex;align-items:center;gap:14px;padding:8px 27px 25px}.reply-action-bar span{font-size:9px;color:#a4b090}.facts-section{border-top:1px solid #eef2e7;background:#fcfdf9}.facts-section summary{display:flex;align-items:center;gap:8px;padding:18px 23px;list-style:none;cursor:pointer;color:#95a87e;font-size:11px}.facts-section summary::-webkit-details-marker{display:none}.facts-section summary small{font-size:9px;color:#afba9f;margin-left:auto}.facts-content{padding:0 24px 22px}.facts-content>p{font-size:11px;color:#9baa8c}.fact-row{display:flex;gap:9px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #edf1e5}.fact-row>span{font-size:9px;flex-shrink:0;background:#eef4e5;color:#8eaa6e;padding:2px 6px;border-radius:4px;margin-top:2px}.fact-row.fact-unknown>span{background:#f8efdf;color:#b89a66}.fact-row.fact-parent_claim>span{background:#edf1f4;color:#8cabb4}.fact-row>p{font-size:11px;color:#8b9a7d}.missing-facts{background:#fbf6e9;padding:13px;margin-top:13px;border-radius:8px;color:#b49b6c;font-size:11px}.missing-facts strong{font-weight:500}.missing-facts ul{margin:7px 0 0;font-size:10px}.source-row{padding:13px 0;border-bottom:1px solid #e9eedf;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.source-row>div{flex:1}.source-row strong{font-size:11px;font-weight:500}.source-row small{display:block;font-size:9px;color:#a7b496;margin-top:3px}.source-row>a{display:flex;align-items:center;gap:4px;font-size:10px;color:#829d65}.source-row>p{width:100%;font-size:10px;color:#a1b08e}.revise-panel{padding:23px 20px}.revise-heading{display:flex;gap:10px;align-items:center}.revise-heading h3{font-size:14px}.revise-heading .feature-icon{width:36px;height:36px;border-radius:10px}.revise-panel>p{font-size:10px;color:#a3b091;margin:15px 0}.modify-actions{display:flex;flex-direction:column;gap:7px;margin:18px 0}.modify-actions button{display:flex;align-items:center;justify-content:space-between;border:1px solid #e8eedf;background:#f8fbf3;border-radius:8px;padding:10px 12px;font-size:11px;color:#8ba674;text-align:left}.modify-actions button:hover:not(:disabled){background:#edf5e3}.revise-panel textarea{font-size:11px;background:#fdfefa;margin-bottom:12px}.revise-panel>.button{font-size:11px}.work-help{margin:27px 12px;color:#9bae86}.work-help h4{font-size:12px;margin-top:11px}.work-help p{font-size:10px;color:#aab89a;margin:8px 0 13px}.work-help .text-button{font-size:10px}.work-device-note{font-size:10px;color:#a6b494;border-top:1px dashed #dde6d2;margin:22px 12px;padding-top:19px}.work-device-note>span{color:#8fa477}.work-device-note>p{font-size:9px;margin:8px 0 10px}.work-device-note .text-button{font-size:9px}.task-inline{font-size:11px;color:#9bac84;margin-top:15px;line-height:1.8}.task-inline small{display:block;font-size:9px;color:#b0bea0;margin:8px 0}.wide-editor{grid-template-columns:minmax(0,1fr) 237px}.canvas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 18px;border-bottom:1px solid #e9efdf;flex-wrap:wrap}.canvas-pagination{display:flex;align-items:center;gap:3px;font-size:10px;color:#9bac86}.canvas-workspace{display:flex;min-height:520px}.canvas-stage{flex:1;min-width:0;background-color:#f0f2eb;background-image:radial-gradient(#dce4d3 1px,transparent 1px);background-size:12px 12px;padding:24px 12px;display:flex;flex-direction:column;align-items:center}.canvas-page{box-shadow:0 4px 20px #3f57231f;position:relative;overflow:hidden}.canvas-element{position:absolute;cursor:move;white-space:pre-wrap;overflow:hidden;line-height:1.4;outline:2px solid transparent;outline-offset:2px}.canvas-element.selected{outline:3px solid #90a87a}.canvas-element:hover{outline:2px dashed #9aaa8e}.canvas-caption{font-size:8px;color:#aab699;margin-top:14px}.element-inspector{width:184px;flex-shrink:0;border-left:1px solid #e9efde;padding:18px 15px;color:#94a680}.element-inspector>.eyebrow{font-size:9px;margin-bottom:16px}.element-inspector .field-label{font-size:10px}.element-inspector textarea{font-size:11px;padding:8px}.element-inspector h4{font-size:12px;margin:13px 0 8px}.element-inspector>p{font-size:10px;color:#aebba0}.property-row,.property-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:13px 0}.property-row label,.property-grid label{font-size:9px;color:#a0b08d}.property-row input,.property-grid input{font-size:11px;padding:7px;margin-top:5px;border-radius:6px}.align-controls{margin-top:13px}.align-controls button{padding:6px 10px}.element-inspector .danger-ghost{font-size:9px;margin-top:8px}.color-label{display:flex;align-items:center;gap:8px;font-size:10px;margin-top:19px}.color-label input{width:45px;margin-left:auto}.canvas-empty{padding:70px 20px;text-align:center;color:#97ad7c;display:flex;flex-direction:column;align-items:center;gap:17px}.canvas-empty h3{font-size:15px}.slides-editor{display:flex;min-height:600px}.slide-list{width:146px;flex-shrink:0;background:#f5f8f0;padding:14px 10px;border-right:1px solid #e9efdf}.slide-list>button{display:flex;gap:7px;width:100%;background:#fff;border:1px solid #e5eddc;padding:11px 8px;border-radius:7px;text-align:left;margin-bottom:10px;align-items:flex-start;color:#a0b487;min-height:65px}.slide-list>button.selected{border-color:#9fb886;box-shadow:0 0 0 2px #8ba76b13}.slide-list button>span{font-size:8px;color:#b0bca1}.slide-list button strong{font-size:9px;font-weight:500;display:block;line-height:1.6}.slide-list button small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:8px;line-height:1.6;color:#b9c3ad;margin-top:5px}.slide-list>.add-slide{min-height:0;align-items:center;justify-content:center;background:#edf3e6;color:#90a776;font-size:9px;border-style:dashed}.slide-main{flex:1;min-width:0;padding:20px}.slide-preview{aspect-ratio:16/9;background:#f4f3e8;border:1px solid #e7e7d6;border-radius:5px;padding:9% 8%;position:relative;overflow:hidden;color:#74845e;box-shadow:0 4px 13px #3f57230a}.slide-preview h2{font-size:20px;line-height:1.4;max-width:90%;font-weight:500}.slide-preview p{font-size:11px;line-height:1.9;color:#9ca587;white-space:pre-wrap;margin-top:7%}.slide-flower{position:absolute;bottom:5%;right:6%;font-size:29px;color:#c5cdac}.slide-page-number{position:absolute;top:7%;right:5%;font-size:9px;color:#c1c7b0}.slide-preview.layout-title{display:flex;flex-direction:column;justify-content:center;text-align:center}.slide-preview.layout-title h2{max-width:100%;font-size:24px}.slide-preview.layout-title p{font-size:11px}.slide-content-preview img{max-width:45%;max-height:150px;object-fit:contain}.layout-image .slide-content-preview{display:flex;gap:15px;align-items:center}.slide-edit-fields{padding-top:20px}.slide-edit-fields .field-label{margin-top:14px;font-size:10px}.slide-edit-fields input,.slide-edit-fields textarea{font-size:11px}.slide-edit-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px}.slide-edit-toolbar>select{width:150px;font-size:10px;padding:8px}.media-editor{padding:23px}.media-editor video{width:100%;max-height:450px}.media-editor audio{width:100%;margin-bottom:24px}.media-editor .document-editor{padding:25px 0}.asset-missing{display:flex;justify-content:center;align-items:center;height:100%;color:#b8bda8;font-size:12px;background:#edf0e5}.project-intro{display:flex;gap:22px;align-items:center;background:#eef3e5;border:1px solid #e4ecd8;border-radius:14px;padding:26px 30px;margin-bottom:30px}.project-intro-icon{width:64px;height:64px;border-radius:17px;background:#e3eccf;display:flex;align-items:center;justify-content:center;color:#9bb374}.project-intro h3{font-size:16px;color:#7b9460}.project-intro p{font-size:11px;color:#a6b68f;margin-top:8px;max-width:650px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{padding:27px 25px;border:1px solid #e2e9d7;border-radius:15px;background:#f4f7ed;transition:transform .2s}.project-card:hover{transform:translateY(-3px)}.project-folder{display:flex;width:50px;height:50px;align-items:center;justify-content:center;background:#e9f0dc;color:#95ac72;border-radius:13px;margin-bottom:22px}.project-card h3{font-size:17px;color:#667e51}.project-card>p{font-size:11px;color:#a0b087;line-height:1.9;margin:10px 0 27px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:62px}.project-card>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e0e9d1;padding-top:16px;font-size:10px;color:#9ab47e}.project-color-1{background:#f6f2e9;border-color:#ede5d5}.project-color-1 .project-folder{background:#ede5d4;color:#bda476}.project-color-1 h3{color:#9b865f}.project-color-1>p{color:#b0a38a}.project-color-2{background:#eef3f1;border-color:#e0e9e2}.project-color-2 .project-folder{background:#e0ebe4;color:#8aab97}.project-color-2 h3{color:#759582}.project-color-2>p{color:#a2b4a5}.project-task-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.project-task{display:flex;align-items:center;gap:10px;padding:20px;background:#fff;border:1px solid #e2ead6;border-radius:11px;color:#90a578}.project-task strong{font-size:12px;font-weight:500}.project-task>svg:last-child{margin-left:auto}.project-context{margin-top:29px;padding:25px}.project-context h3{font-size:15px;color:#849970;margin-bottom:18px}.project-context>div{display:flex;gap:25px;padding:12px 0;border-top:1px solid #ebf0e1}.project-context span{font-size:11px;color:#acb99d;min-width:70px}.project-context p{font-size:12px;color:#8fa47c}.preferences-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:25px}.settings-section{padding:27px;margin-bottom:23px}.settings-heading{display:flex;align-items:center;gap:10px;color:#8ba574;margin-bottom:24px}.settings-heading h2{font-size:16px;color:#738b5d}.settings-section>p{font-size:11px;color:#a6b595;margin:-7px 0 20px}.preferences-layout .field-label{font-size:11px}.preferences-layout input,.preferences-layout select{font-size:12px}.favorite-grid{display:flex;flex-wrap:wrap;gap:8px;max-height:340px;overflow:auto;padding:2px}.favorite-grid>label{display:flex;align-items:center;gap:6px;font-size:10px;color:#a1b58b;border:1px solid #e7eeda;padding:9px 10px;border-radius:7px;background:#fafcf6;cursor:pointer}.favorite-grid>label.selected{border-color:#cbdcb7;background:#f0f6e7;color:#839e69}.favorite-grid input{width:13px;height:13px}.class-list>div{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #eaf0df}.class-list strong{font-size:11px;font-weight:500;color:#7c9562}.class-list p{font-size:9px;color:#a8b895;margin-top:5px}.class-list{margin-bottom:24px}.privacy-note{font-size:10px;color:#acb99e;padding:0 12px;line-height:1.9}.quota-hero{display:flex;align-items:center;justify-content:space-between;background:#eff3e6;border:1px solid #e2ead5;border-radius:16px;padding:33px 37px;margin-bottom:25px;overflow:hidden}.quota-amount{font-size:52px;color:#7f975e;font-weight:500;line-height:1.6}.quota-amount small{font-size:12px;font-weight:400;margin-left:12px;color:#9aad82}.quota-hero p{font-size:11px;color:#a8b794}.quota-flower{color:#cfdbb7;transform:rotate(-14deg);margin-right:35px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan-card{padding:25px}.plan-label{display:inline-block;font-size:9px;padding:4px 7px;background:#f0f5e7;border-radius:5px;color:#9fb989}.plan-card h3{font-size:18px;margin:19px 0 10px;color:#768e5f}.plan-card>p{font-size:11px;color:#aab99b;min-height:45px}.plan-price{font-size:30px;font-weight:500;color:#8fa675;margin:20px 0}.plan-price small{font-size:10px;color:#b3bfa4;font-weight:400}.plan-credits{display:flex;align-items:center;gap:6px;font-size:11px;color:#97b07e}.plan-unavailable{text-align:center;border:1px solid #e7eedc;background:#f9fbf6;color:#bdc8af;border-radius:8px;padding:11px;font-size:10px;margin-top:22px}.ledger-table{overflow:hidden}.positive{color:#8eaa6d}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#28321c50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:24px;animation:fadein .15s}.modal{width:510px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto;border:1px solid #e4ead9;background:#fffef9;border-radius:18px;box-shadow:0 20px 70px #26371a26;padding:29px}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.dialog-heading h2{font-size:21px;color:#728a5b}.modal>p,.dialog-description{font-size:12px;color:#9aab89;margin-bottom:19px;line-height:1.9}.modal .field-label{margin-top:17px}.modal .wide{margin-top:20px}.modal input,.modal select,.modal textarea{font-size:12px}.dialog-button-stack{display:flex;flex-direction:column;gap:12px;margin-top:24px}.dialog-button-stack .button{font-size:12px}.dialog-button-stack .text-button{justify-content:center;margin-top:4px}.login-modal{width:440px;padding:36px}.login-modal h2{font-size:27px;margin:13px 0;color:#5c7549}.login-modal>p{font-size:12px;color:#a1b28d;margin-bottom:26px}.modal-close{display:block!important;margin:20px auto 0;font-size:11px!important}.version-list>div{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid #e8eedc}.version-number{font-size:11px;color:#95ae75;background:#edf4e3;width:39px;height:39px;border-radius:10px;display:flex;align-items:center;justify-content:center}.version-list>div>div{flex:1;min-width:0}.version-list strong{display:block;font-size:12px;color:#849c6b;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-list small{display:block;font-size:10px;color:#b0be9e;margin-top:6px}.admin-login-page{min-height:100vh;background:radial-gradient(at 20% 20%,#eaf1df 0,transparent 45%),#f7f9f2;padding:35px 45px}.admin-login-panel{max-width:470px;padding:38px;margin:5vh auto;background:#fffef9}.admin-emblem{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:17px;color:#829c65;background:#eaf2de;margin-bottom:25px}.admin-emblem.small{width:39px;height:39px;border-radius:11px;margin:0}.admin-login-panel h1{font-size:25px;margin:10px 0 17px;color:#566e42}.admin-login-panel>p{color:#9cac88;font-size:11px;margin-bottom:25px}.admin-login-panel .field-label{margin-top:18px}.admin-login-panel .wide{margin-top:24px}.admin-shell{display:flex;min-height:100vh;background:#f5f7f1}.admin-sidebar{width:213px;position:fixed;left:0;top:0;bottom:0;border-right:1px solid #e0e8d5;background:#fcfdf8;padding:25px 15px;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:10px;font-size:15px;color:#65804b;padding:0 9px;margin-bottom:33px}.admin-brand small{font-size:9px;letter-spacing:1px;color:#a4b890;display:block;margin-top:5px}.admin-sidebar nav{display:flex;flex-direction:column;gap:5px}.admin-sidebar nav button{display:flex;gap:11px;align-items:center;border:0;background:none;padding:12px 14px;border-radius:8px;color:#8eaa75;font-size:12px;text-align:left}.admin-sidebar nav button.active{background:#e9f1df;color:#69874e}.admin-sidebar nav button:hover{background:#f0f5e8}.admin-sidebar-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e4edda;padding:18px 10px 10px;margin-top:auto;color:#879f6e;font-size:12px}.admin-sidebar-footer small{display:block;margin-top:5px;font-size:9px;color:#b0bf9e}.admin-return{display:flex;align-items:center;gap:7px;font-size:10px;color:#a0b58a;padding:12px 10px}.admin-main{margin-left:213px;flex:1;min-width:0;padding:0 30px 40px}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px 0;margin-bottom:8px}.admin-header h1{font-size:24px;margin-top:6px}.admin-header .eyebrow{font-size:9px}.admin-content{animation:fadein .2s}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.stat-card{padding:22px 25px}.stat-card>span{font-size:11px;color:#a0b58b}.stat-card>strong{display:block;font-size:34px;font-weight:500;color:#769654;margin:14px 0 4px}.stat-card>small{font-size:9px;color:#b6c3a7}.admin-two-column{display:grid;grid-template-columns:1.2fr 1fr;gap:23px}.admin-panel{padding:25px}.admin-panel>h2{font-size:17px;color:#78965b;margin-bottom:8px}.admin-panel>p{font-size:11px;color:#a7ba93;margin-bottom:22px}.capability-list>div{display:flex;align-items:center;gap:11px;padding:14px 0;border-bottom:1px solid #e8efdd;flex-wrap:wrap}.capability-dot{width:6px;height:6px;border-radius:50%;background:#d2c08e}.capability-dot.available{background:#9dbb76}.capability-list strong{font-size:11px;color:#8baa6c;font-weight:500}.capability-list>div>span:last-of-type{font-size:10px;color:#b0be9d;margin-left:auto}.capability-list small{font-size:9px;width:100%;padding-left:17px;color:#b5c2a4;line-height:1.8}.attention-row{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid #e9f0dc;font-size:12px;color:#a4b98c}.attention-row strong{font-size:20px;font-weight:500;color:#8ba768}.admin-panel>.field-help{margin:17px 0}.admin-panel>.text-button{font-size:11px}.admin-panel>h3{color:#94ad78;font-size:13px}.admin-section-intro{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:0 0 20px}.admin-section-intro>p{font-size:11px;color:#a1b78b;max-width:650px}.admin-section-intro>.search-field{max-width:300px}.admin-feature-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,1fr);gap:23px;align-items:start}.admin-table{overflow:hidden;max-height:calc(100vh - 190px);overflow-y:auto}.admin-table td,.admin-table th{padding:13px 14px;font-size:10px}.admin-table th{position:sticky;top:0;background:#f4f8ec;z-index:1}.admin-table .selected-row{background:#f4f9ed}.admin-feature-editor{padding:24px;max-height:calc(100vh - 190px);overflow-y:auto}.admin-feature-editor>h2{font-size:18px;color:#839f64;margin:6px 0 22px}.admin-feature-editor .field-label{margin-top:18px;font-size:10px}.admin-feature-editor input,.admin-feature-editor select,.admin-feature-editor textarea{font-size:11px}.admin-feature-editor .form-grid{gap:14px}.admin-select-hint{padding:65px 24px;text-align:center;color:#abc392}.admin-select-hint h3{font-size:14px;margin:18px 0 9px;color:#92af73}.admin-select-hint p{font-size:11px;color:#b2c59d}.status-badge{display:inline-block;font-size:9px;padding:3px 7px;border-radius:4px;background:#f2f1e7;color:#b3aa7b;white-space:nowrap;font-weight:400}.status-published,.status-completed{background:#edf5e3;color:#90ad70}.status-disabled,.status-failed{background:#faeeea;color:#c79985}.status-unknown{background:#fff3df;color:#c2a068}.admin-json-section{padding:17px 20px;margin-top:22px}.admin-json-section summary{font-size:11px;color:#8fab6e;cursor:pointer}.admin-feature-editor .admin-json-section{padding:13px 0}.json-editor{margin-top:17px}.json-editor textarea{font:10px/1.85 SFMono-Regular,Consolas,monospace;background:#f9fbf5;color:#7e9861;-moz-tab-size:2;tab-size:2;resize:vertical}.json-editor .button{font-size:10px;margin-top:10px}.admin-scenario-list>details{border:1px solid #e7efdc;border-radius:9px;padding:14px 17px;margin-top:10px}.admin-scenario-list summary{display:flex;gap:12px;align-items:center;cursor:pointer;list-style:none}.admin-scenario-list summary>span{font-size:9px;background:#f0f5e8;color:#a4ba8d;padding:3px 7px;border-radius:4px}.admin-scenario-list summary strong{font-size:11px;color:#89a96c;font-weight:500}.admin-scenario-list summary>svg{margin-left:auto;color:#b2c69c}.admin-template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.template-setting{padding:20px;border:1px solid #e5eed8;border-radius:11px;background:#fafff5}.template-setting summary{display:flex;flex-direction:column;gap:11px;cursor:pointer;color:#a4be89}.template-setting summary strong{font-size:13px;font-weight:500;color:#8ca86d}.template-setting summary small{font-size:10px;color:#b2c69c}.source-setting{border:1px solid #e6eedb;border-radius:10px;padding:18px;margin-top:13px}.source-setting summary{display:flex;align-items:center;gap:20px;cursor:pointer}.source-setting summary>div{flex:1}.source-setting summary strong{font-size:12px;color:#8ea971;font-weight:500}.source-setting summary small{display:block;font-size:10px;color:#aabd93;margin-top:6px}.release-item{display:flex;align-items:flex-start;gap:15px;padding:23px 0;border-bottom:1px solid #e7eedb}.release-marker{display:flex;width:36px;height:36px;align-items:center;justify-content:center;background:#f1f5e9;border:1px solid #e8f0dc;border-radius:11px;color:#adc498;flex-shrink:0}.release-marker.active{background:#e8f3dc;color:#8aaf64}.release-item>div{flex:1}.release-item h3{display:flex;gap:12px;font-size:14px;color:#8ba66c}.release-item p{font-size:11px;color:#a8bd92;margin-top:6px}.release-item small{font-size:9px;color:#bdcda9;display:block;margin-top:9px}.feedback-list article{display:flex;align-items:flex-start;gap:16px;padding:22px 0;border-bottom:1px solid #e6eed9}.feedback-avatar{display:flex;width:38px;height:38px;align-items:center;justify-content:center;background:#f0f5e7;color:#b0c793;border-radius:12px;flex-shrink:0}.feedback-list p{font-size:12px;color:#92ae73}.feedback-list small{display:block;font-size:9px;color:#b3c79d;margin-top:9px}@media(min-width:1550px){.home-hero{min-height:370px}.hero-content h1{font-size:37px}.hero-art{right:65px;top:20px;transform:scale(1.04)}.featured-grid .feature-card{padding:26px}.library-grid{grid-template-columns:repeat(4,1fr)}.hero-content{width:66%}}@media(max-width:1250px){.sidebar{width:213px;padding:30px 16px 16px}.brand{font-size:18px;padding-left:7px;gap:9px}.brand-mark{width:31px;height:31px}.main-shell{margin-left:213px;width:calc(100% - 213px)}.main-content{padding:27px 29px 40px}.topbar{padding:0 29px}.home-hero{padding:30px;min-height:345px}.hero-content h1{font-size:29px}.hero-content{width:70%}.hero-art{right:-34px;top:29px;transform:scale(.89)}.hero-search{max-width:560px}.featured-grid{gap:11px}.featured-grid .feature-card{padding:20px 15px}.feature-copy strong{font-size:13px}.featured-grid .feature-copy>span{font-size:9px}.more-features-grid{gap:10px}.compact .feature-icon{width:31px;height:31px}.feature-card.compact{padding:16px 12px;gap:9px}.compact .feature-copy strong{font-size:11px}.creation-layout{grid-template-columns:minmax(0,1fr) 230px;gap:19px}.creation-main{padding:25px 22px}.work-layout{grid-template-columns:minmax(0,1fr) 220px;gap:18px}.work-heading-actions .button{font-size:10px;padding:10px}.work-title-input{font-size:20px}.document-editor{padding:23px}.element-inspector{width:150px;padding:15px 10px}.wide-editor{grid-template-columns:minmax(0,1fr)}.wide-editor .work-aside{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.wide-editor .work-device-note{display:none}.slide-list{width:135px}.preferences-layout{grid-template-columns:minmax(0,1fr) 250px;gap:18px}.settings-section{padding:23px}.admin-main{padding:0 24px 35px}.admin-feature-layout{grid-template-columns:minmax(0,1fr) minmax(280px,1fr);gap:17px}}@media(max-width:1000px){.sidebar{width:190px;padding:28px 12px 16px}.brand{font-size:16px;gap:7px}.brand-mark{width:28px;height:28px}.brand-mark span{width:16px;height:16px}.brand small{font-size:8px}.sidebar nav a{padding:12px 13px;font-size:12px;gap:10px}.sidebar-note{padding:20px 15px;margin-top:35px}.sidebar-note h3{font-size:13px}.main-shell{margin-left:190px;width:calc(100% - 190px)}.topbar{height:68px;padding:0 23px}.topbar-path{font-size:9px;gap:9px}.topbar-right{gap:14px}.online-status{display:none}.main-content{padding:25px 23px 40px}.hero-art{opacity:.45;right:-45px;top:29px;transform:scale(.82)}.hero-content{width:82%}.hero-content h1{font-size:28px}.home-hero{min-height:335px;padding:29px}.hero-search{max-width:490px}.featured-grid{grid-template-columns:repeat(2,1fr);gap:13px}.featured-grid .feature-card{flex-direction:row;gap:14px;align-items:center;padding:22px}.featured-grid .feature-copy{margin:0;padding-right:10px}.featured-grid .feature-copy>span{font-size:10px;min-height:0}.featured-grid .card-arrow{top:24px;right:16px;opacity:.7}.featured-grid .feature-copy strong{font-size:13px}.more-features-grid{grid-template-columns:repeat(2,1fr)}.feature-card.compact{padding:18px}.compact .feature-copy strong{font-size:12px}.works-grid{grid-template-columns:repeat(3,1fr)}.library-grid{grid-template-columns:repeat(2,1fr)}.inspiration-banner{padding:20px;gap:13px}.inspiration-banner strong{font-size:12px}.inspiration-banner p{font-size:9px}.inspiration-banner .button{font-size:9px;padding:8px}.creation-layout{grid-template-columns:minmax(0,1fr)}.creation-aside{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guidance-card{padding:22px}.guidance-card h3{font-size:15px}.outputs-note{display:none}.work-layout{grid-template-columns:minmax(0,1fr)}.work-aside{display:grid;grid-template-columns:1.4fr 1fr;gap:17px}.work-device-note{display:none}.work-heading{gap:13px}.work-title-group{gap:10px}.work-title-group .feature-icon{width:36px;height:36px;border-radius:9px}.work-title-input{font-size:18px}.work-heading-actions{gap:6px}.work-heading-actions .button{padding:9px 10px}.work-heading-actions .icon-button{width:34px;height:34px}.projects-grid,.project-task-grid{grid-template-columns:repeat(2,1fr)}.preferences-layout{grid-template-columns:1fr}.preferences-layout>aside{display:grid;grid-template-columns:1fr 1fr;gap:15px}.plans-grid{grid-template-columns:repeat(2,1fr)}.admin-sidebar{width:185px;padding:23px 10px}.admin-main{margin-left:185px;padding:0 20px 30px}.admin-header{align-items:flex-start}.admin-header .inline-actions{flex-wrap:wrap;justify-content:flex-end;max-width:320px}.admin-header .save-status{width:100%;justify-content:flex-end;margin-bottom:3px}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-two-column,.admin-feature-layout{grid-template-columns:1fr}.admin-feature-editor{max-height:none}.admin-table{max-height:450px}.admin-select-hint{display:none}.admin-section-intro{flex-direction:column;align-items:stretch;gap:16px}.admin-section-intro>.search-field{max-width:none}.admin-template-grid{grid-template-columns:1fr}}@media(max-width:720px){:root{font-size:14px}.sidebar{transform:translate(-100%);width:242px;transition:transform .23s;padding:30px 21px 19px}.sidebar.open{transform:translate(0)}.brand{font-size:20px}.brand-mark{width:32px;height:32px}.brand-mark span{width:18px;height:18px}.brand small{font-size:9px}.mobile-close{display:flex;position:absolute;right:9px;top:9px}.mobile-menu{display:flex;position:absolute;top:17px;left:17px;z-index:20;width:30px;height:30px}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#35452850;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:40}.sidebar nav a{font-size:13px;padding:14px 15px}.sidebar-note{margin-top:34px}.sidebar-note h3{font-size:14px}.main-shell{margin-left:0;width:100%}.topbar{height:65px;padding:0 20px 0 60px}.topbar-path{font-size:10px;gap:9px}.topbar-date{font-size:9px}.main-content{padding:23px 19px 35px}.site-footer{padding:10px 20px 25px;font-size:8px}.greeting-row{margin:0 0 15px}.greeting-row>.subtle-text{display:none}.greeting-row .eyebrow{font-size:9px}.home-hero{padding:27px 23px 24px;min-height:334px;border-radius:14px}.hero-content{width:100%;max-width:none}.hero-content h1{font-size:27px;line-height:1.6;letter-spacing:1px}.hero-kicker{font-size:11px}.hero-art{width:325px;right:-120px;top:4px;transform:scale(.6);opacity:.17}.hero-content>p{font-size:10px;line-height:1.9;margin-top:14px;margin-bottom:24px}.hero-search{padding:8px 8px 8px 12px;gap:8px;border-radius:9px}.hero-search input{font-size:11px}.hero-search>svg{width:18px}.hero-search button{width:32px;height:32px;border-radius:6px}.hero-prompts{gap:6px;flex-wrap:wrap;margin-top:13px}.hero-prompts>span{font-size:8px}.hero-prompts button{font-size:8px;padding:4px 6px}.home-section{margin-top:27px}.section-heading{gap:14px;margin-bottom:16px}.section-heading h2{font-size:16px}.section-heading p{font-size:10px;margin-top:5px}.section-heading>a{font-size:10px}.featured-grid{grid-template-columns:repeat(2,1fr);gap:11px}.featured-grid .feature-card{flex-direction:column;align-items:flex-start;gap:13px;padding:18px 15px}.featured-grid .feature-icon{width:40px;height:40px;border-radius:10px}.featured-grid .feature-copy{padding:0}.featured-grid .feature-copy strong{font-size:13px}.featured-grid .feature-copy>span{font-size:9px;margin-top:5px;min-height:32px}.featured-grid .card-arrow{right:14px;top:21px;width:15px}.more-features-grid{gap:10px}.feature-card.compact{padding:17px 13px;gap:10px}.compact .feature-copy strong{font-size:11px}.compact .feature-copy>span{font-size:8px}.inspiration-banner{position:relative;padding:20px 18px;align-items:flex-start;flex-wrap:wrap;gap:12px}.inspiration-icon{width:39px;height:39px;border-radius:10px}.inspiration-icon svg{width:22px}.inspiration-banner>div{width:calc(100% - 52px)}.inspiration-banner strong{font-size:12px}.inspiration-banner p{font-size:9px;line-height:1.9}.inspiration-banner .button{margin-left:51px;padding:7px 9px;font-size:9px}.recent-empty{padding:20px 17px;gap:12px;flex-wrap:wrap}.recent-empty>span{width:40px;height:40px}.recent-empty strong{font-size:11px}.recent-empty p{font-size:9px}.recent-empty>div{flex:1}.recent-empty .text-button{margin-left:52px;font-size:9px;margin-top:0}.page-title{align-items:flex-start;margin-top:3px;margin-bottom:23px;gap:12px}.page-title h1{font-size:24px}.page-title .eyebrow{font-size:9px}.page-title p{font-size:11px;line-height:1.8;margin-top:8px}.page-title>.button{font-size:10px;padding:9px 11px;flex-shrink:0;margin-top:22px}.library-toolbar{gap:10px;margin-top:23px;flex-wrap:wrap}.library-toolbar .search-field{flex-basis:100%}.library-toolbar>select{font-size:11px;padding:9px 12px;width:158px}.library-grid{grid-template-columns:1fr;gap:12px}.library-grid .feature-card{min-height:108px;padding:21px 19px;gap:15px}.library-grid .feature-copy strong{font-size:14px}.library-grid .feature-copy>span{font-size:10px}.library-grid .feature-icon{width:43px;height:43px;border-radius:12px}.category-chips{gap:7px;margin-bottom:19px}.category-chips button{font-size:10px;padding:7px 10px}.category-chips button span{font-size:8px}.works-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.work-thumbnail{height:120px}.work-card-body{padding:14px 12px}.work-card-body h3{font-size:11px}.work-card-body p{font-size:8px}.empty-state{padding:45px 15px}.empty-state h3{font-size:15px}.empty-state p{font-size:11px}.create-heading{gap:13px;margin:3px 0 23px;align-items:flex-start}.create-heading h1{font-size:25px}.create-heading p{font-size:10px}.create-heading .eyebrow{font-size:9px}.create-heading .feature-icon.large{width:51px;height:51px;border-radius:14px;margin-top:3px}.creation-layout{gap:18px}.creation-main{padding:22px 18px}.panel-heading{gap:10px;margin-bottom:22px}.panel-heading h2{font-size:17px}.panel-heading p{font-size:10px}.dynamic-form{grid-template-columns:1fr;gap:21px}.dynamic-form .field-label{font-size:12px}.dynamic-form textarea{font-size:13px}.creation-actions{gap:9px;flex-wrap:wrap}.creation-actions .primary{width:100%}.creation-actions .text{font-size:11px;width:100%;padding:8px}.form-footnote{font-size:8px}.upload-actions .button{font-size:10px;padding:8px 10px}.upload-actions>small{font-size:8px;width:100%;margin:4px 0}.attachment-list{grid-template-columns:1fr}.advanced-toggle{font-size:10px}.advanced-toggle span{font-size:8px;margin-left:1px}.creation-aside{display:block}.guidance-card{display:none}.examples-card{padding:7px 4px}.examples-card h3{font-size:12px}.examples-card p{font-size:10px}.examples-card button{font-size:11px;padding:14px 0}.advanced-fields{padding:15px 12px;gap:12px}.advanced-fields label{font-size:10px}.advanced-fields select{font-size:11px;padding:10px}.work-topline{margin-top:0;margin-bottom:20px}.work-heading{align-items:flex-start;flex-direction:column;gap:18px}.work-title-group{width:100%}.work-title-input{font-size:22px}.work-heading-actions{width:100%;gap:9px}.work-heading-actions>.button{flex:1}.work-heading-actions>.export-wrapper{flex:1}.work-heading-actions>.export-wrapper>.button{width:100%}.work-heading-actions .button{font-size:11px;padding:10px 13px}.work-layout{gap:18px}.result-heading{padding:17px 16px;gap:10px}.result-heading h2{font-size:12px}.result-heading .inline-actions{gap:8px}.result-heading .text-button{font-size:9px}.result-heading .button{font-size:9px;padding:7px 8px}.document-editor{padding:21px 18px}.document-textarea{font-size:14px!important}.section-editor-heading>input{font-size:14px}.document-section textarea{font-size:12px;padding:12px}.document-add-row .button{font-size:10px}.reply-action-bar{padding:7px 18px 23px;flex-direction:column;align-items:stretch;gap:11px}.reply-action-bar>span{text-align:center;font-size:9px}.facts-section summary{padding:16px;flex-wrap:wrap;font-size:10px}.facts-section summary small{font-size:8px}.facts-content{padding:0 16px 17px}.fact-row>p{font-size:10px}.fact-row>span{font-size:8px}.work-aside,.wide-editor .work-aside{display:block}.revise-panel{padding:22px 19px}.revise-panel>p{font-size:11px}.modify-actions{flex-direction:row;flex-wrap:wrap;gap:8px}.modify-actions button{font-size:10px;padding:8px 11px;gap:12px}.revise-panel textarea{font-size:12px}.revise-panel>.button{font-size:12px}.work-help{margin:25px 5px}.work-help h4{font-size:13px}.work-help p{font-size:11px}.canvas-toolbar{padding:13px 12px;gap:12px}.canvas-toolbar .button{font-size:10px;padding:7px 9px}.canvas-toolbar>.inline-actions{gap:6px}.canvas-workspace{flex-direction:column;min-height:0}.canvas-stage{padding:20px 12px}.element-inspector{width:100%;padding:20px;border-top:1px solid #e1eacf;border-left:0}.element-inspector textarea{font-size:12px}.element-inspector .property-row,.element-inspector .property-grid{grid-template-columns:repeat(4,1fr)}.element-inspector .property-row{grid-template-columns:1fr 1fr}.element-inspector .field-label{font-size:11px}.element-inspector .property-grid label{font-size:10px}.canvas-pagination{margin-left:auto}.slides-editor{flex-direction:column}.slide-list{display:flex;gap:9px;width:100%;padding:13px;overflow-x:auto;border-right:0;border-bottom:1px solid #e1ebd1}.slide-list>button{width:108px;min-width:108px;margin:0;padding:9px}.slide-list>.add-slide{width:90px;min-width:90px;flex-direction:column;font-size:9px}.slide-main{padding:17px}.slide-preview{padding:8%;aspect-ratio:16/10}.slide-preview h2{font-size:17px}.slide-preview p{font-size:10px}.slide-preview.layout-title h2{font-size:21px}.slide-edit-fields .field-label{font-size:11px}.slide-edit-fields input,.slide-edit-fields textarea{font-size:12px}.project-intro{padding:22px 19px;gap:15px}.project-intro-icon{width:48px;height:48px;border-radius:13px}.project-intro-icon svg{width:27px}.project-intro h3{font-size:14px}.project-intro p{font-size:10px;margin-top:6px}.projects-grid{grid-template-columns:1fr;gap:17px}.project-card{padding:24px}.project-card>p{min-height:0;margin-bottom:22px}.project-card h3{font-size:18px}.project-task-grid{gap:10px}.project-task{padding:17px 13px;gap:8px}.project-task strong{font-size:11px}.project-task>svg{width:15px}.project-context{padding:21px}.project-context>div{gap:18px}.project-context span{font-size:10px;min-width:60px}.project-context p{font-size:11px}.settings-section{padding:23px 19px}.preferences-layout>aside{display:block;margin-top:10px}.favorite-grid{max-height:300px;gap:7px}.favorite-grid>label{font-size:10px;padding:9px}.settings-heading h2{font-size:16px}.preferences-layout .form-grid{gap:20px 15px}.quota-hero{padding:29px 25px}.quota-amount{font-size:47px}.quota-hero p{font-size:10px}.quota-flower{margin-right:-35px;transform:rotate(-14deg) scale(.8)}.plans-grid{grid-template-columns:1fr}.plan-card{padding:25px}.plan-card>p{min-height:0}.ledger-table td,.ledger-table th{padding:14px 13px;white-space:nowrap;font-size:10px}.modal-backdrop{padding:17px}.modal{padding:25px 22px;border-radius:15px;max-height:calc(100dvh - 34px)}.modal h2{font-size:21px}.login-modal{padding:30px 25px}.login-modal h2{font-size:25px}.modal>p{font-size:11px}.modal .form-grid{gap:14px}.dialog-button-stack .button{font-size:11px}.admin-login-page{padding:23px 20px}.admin-login-panel{padding:29px 24px;margin-top:4vh}.admin-login-panel h1{font-size:23px}.admin-sidebar{position:static;width:100%;padding:17px 16px;border-right:0;border-bottom:1px solid #e2ead4}.admin-shell{display:block}.admin-brand{margin-bottom:17px}.admin-sidebar nav{flex-direction:row;overflow-x:auto;gap:6px}.admin-sidebar nav button{white-space:nowrap;padding:10px 12px;font-size:10px;gap:6px}.admin-sidebar nav button svg{width:15px}.admin-sidebar-footer{position:absolute;right:16px;top:16px;margin:0;padding:0;border:0;font-size:10px;gap:5px}.admin-sidebar-footer small{font-size:8px;margin-top:3px}.admin-return{display:none}.admin-main{margin-left:0;padding:0 17px 25px}.admin-header{padding:24px 0 17px;gap:13px;flex-direction:column}.admin-header .inline-actions{justify-content:flex-start;max-width:none;gap:7px;width:100%}.admin-header .save-status{width:auto;margin:0 auto 0 0;font-size:9px}.admin-header .button{font-size:9px;padding:8px 10px;gap:4px}.admin-header .button svg{width:13px}.admin-header h1{font-size:23px}.admin-stat-grid{gap:11px}.stat-card{padding:21px 19px}.stat-card strong{font-size:30px}.admin-panel{padding:22px 18px}.admin-panel>h2{font-size:16px}.admin-panel>p{font-size:10px}.admin-two-column{gap:17px}.admin-table td,.admin-table th{padding:12px 11px;font-size:9px}.admin-table td small{font-size:8px}.admin-feature-editor{padding:21px 18px}.admin-scenario-list>details{padding:12px}.admin-scenario-list summary{gap:7px}.admin-scenario-list summary>span{font-size:8px;padding:3px 5px}.admin-scenario-list summary strong{font-size:10px}.source-setting{padding:15px 12px}.source-setting summary{gap:10px}.source-setting summary strong{font-size:11px}.source-setting summary small{font-size:9px}.release-item{gap:10px;flex-wrap:wrap}.release-item h3{font-size:12px;gap:8px}.release-item p{font-size:10px}.release-item small{font-size:8px}.release-item>.button{margin-left:46px;font-size:9px}.admin-content .table-scroll>table{min-width:520px}.feedback-list article{gap:12px}.feedback-list p{font-size:11px}.feedback-list small{font-size:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.featured-grid{grid-template-columns:repeat(3,1fr)}.hero-content>p,.section-heading p,.feature-copy>span,.recent-empty p,.create-heading p,.field-help,.examples-card>p,.guide-note small,.page-title p,.panel-heading p,.guidance-card>p,.revise-panel>p,.work-help p,.form-footnote,.outputs-note p{color:#748268}.feature-copy>span{font-size:11px}.featured-grid .feature-copy>span{font-size:11px}.hero-content>p{font-size:12px}.section-heading p,.recent-empty p{font-size:11px}.greeting-row .subtle-text,.topbar-date,.topbar-path,.site-footer{color:#859176}.field-label{color:#5f7054}.field-help{font-size:11px}.dynamic-form textarea{font-size:14px}.document-section textarea{font-size:13px}.reply-editor{padding:26px 28px}.reply-textarea{font-size:15px;line-height:2.15;padding:8px 0;border:1px solid transparent;background:#fff;min-height:250px;box-shadow:none!important}.reply-textarea:focus{border-color:#d7e3ca;padding:8px 12px}.reply-notes{margin-top:19px;border-top:1px solid #e9eee1;padding-top:17px}.reply-notes summary{color:#899d75;font-size:11px;cursor:pointer}.reply-notes>div{margin-top:19px}.reply-notes h4{font-size:12px;color:#7e926a;margin-bottom:8px}.reply-notes textarea{font-size:12px;line-height:1.9;background:#fbfdf7}.login-mode{margin:0 0 24px}.login-mode>button{flex:1;font-size:11px}.qr-login{text-align:center}.qr-code-frame{width:205px;height:205px;margin:5px auto 21px;background:#f6f9ef;border:1px solid #e2ead7;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#a2b989;overflow:hidden}.qr-code-frame>img{width:100%;height:100%;object-fit:contain}.qr-login>p{font-size:12px;color:#7d916a}.qr-login>small{font-size:10px;color:#a2b58d;display:block;margin-top:8px}.recognition-details{margin-top:10px;background:#f7faf2;border:1px solid #e5eddc;border-radius:9px;padding:13px}.recognition-details summary{font-size:11px;color:#8ca374;cursor:pointer}.recognition-details textarea{font-size:12px;margin-top:12px}.recognition-details .field-help{font-size:10px}.recognition-status{font-size:10px;color:#a1936d;margin:7px 0}.all-tools-card{background:#f7f9f1;border-style:dashed}@media(max-width:1000px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.hero-content>p{font-size:11px}.section-heading p{font-size:10px}.featured-grid .feature-copy>span{font-size:10px}.reply-editor{padding:21px 18px}.reply-textarea{font-size:15px}.hero-prompts button{font-size:9px}.field-help{font-size:10px}.library-grid .feature-copy>span{font-size:11px}.work-help p{font-size:11px}}.export-settings{display:grid;gap:14px}.export-format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.export-format-grid button{display:flex;flex-direction:column;gap:3px;border:1px solid #dddeda;background:#fafbf8;text-align:left;padding:12px;border-radius:10px;color:#32433a}.export-format-grid button span{font-size:11px;color:#58675e}.export-format-grid button.selected{border-color:#547b5c;background:#edf3e9;box-shadow:0 0 0 1px #547b5c}.export-template{border-top:1px solid #e7e9e1;padding-top:14px}.export-template summary{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600;cursor:pointer}.export-template p{font-size:12px;line-height:1.8}.placeholder-list{display:grid;grid-template-columns:110px 1fr;gap:8px;font-size:12px;background:#f4f6f0;padding:12px;border-radius:8px}.placeholder-list code,.export-template code{color:#315c42}.template-variable{display:grid;grid-template-columns:1fr 1.5fr 30px;gap:7px;margin-bottom:8px}.template-variable input{min-width:0}.preview-fields{margin:16px 0;display:grid;gap:12px}.preview-fields>div{display:grid;grid-template-columns:110px 1fr;gap:12px;font-size:13px}.preview-fields dt{color:#526057;font-weight:600}.preview-fields dd{margin:0;white-space:pre-wrap;line-height:1.75;overflow-wrap:anywhere}.preview-sections{padding-left:22px;font-size:13px}.preview-sections li{padding:8px 0}.preview-sections li span{display:block;font-size:11px;color:#63716a;margin-top:3px}.admin-test-filters{display:flex;gap:12px;margin:20px 0}.admin-test-filters .search-field{flex:1}.admin-test-filters>select{width:180px}.admin-tests-list>details{border-bottom:1px solid #e5e9e1;padding:13px 0}.admin-tests-list>details>summary{display:flex;gap:12px;align-items:center;cursor:pointer;font-size:13px}.admin-tests-list>details>summary span{margin-left:auto;color:#667066}.admin-tests-list>details>summary small{background:#f4eee0;color:#816a42;padding:3px 8px;border-radius:10px}.admin-tests-body{padding:20px 0 8px}.test-case{border:1px solid #e5e9e1;border-radius:10px;padding:18px;margin-top:12px;background:#fafbf8}.test-case h3{font-size:14px;margin:0}.test-case h4{font-size:12px;margin:10px 0}.test-case ul{font-size:12px;line-height:1.9;padding-left:18px}.admin-sidebar nav{overflow:auto;max-height:calc(100dvh - 220px)}@media(max-width:600px){.export-format-grid{grid-template-columns:repeat(2,1fr)}.preview-fields>div{grid-template-columns:1fr;gap:4px}.admin-test-filters{flex-direction:column}.admin-test-filters>select{width:100%}}.material-filters{display:flex;align-items:center;gap:18px;margin-bottom:24px}.material-filters .search-field{flex:1}.material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.material-card{padding:22px;min-width:0}.material-card-heading{display:flex;justify-content:space-between;align-items:center}.material-card h3{font-size:17px;margin:18px 0 8px;overflow-wrap:anywhere}.material-card>p{font-size:13px;line-height:1.8;color:#5c6c60;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:70px;white-space:pre-wrap}.material-tags{display:flex;flex-wrap:wrap;gap:5px;min-height:23px;margin:12px 0}.material-tags span{font-size:11px;padding:3px 7px;background:#eff3ea;color:#56664f;border-radius:5px}.material-actions{display:flex;align-items:center;gap:10px;border-top:1px solid #eceee8;padding-top:14px}.material-actions .text-button{margin-right:auto}.material-picker-list{display:grid;gap:8px;margin-top:15px}.material-picker-list>button{display:flex;align-items:center;gap:12px;padding:14px;background:#f8faf5;border:1px solid #e2e8dc;border-radius:9px;text-align:left;color:#344b3b}.material-picker-list>button>span{flex:1}.material-picker-list strong{display:block;font-size:13px}.material-picker-list small{font-size:11px;color:#5f6c62;display:block;margin-top:5px}.attachment-review .attachment{width:100%}.attachment-review .attachment>div{min-width:0;flex:1}.attachment-review .attachment strong{overflow-wrap:anywhere}.attachment-review>.field-help{padding:0 10px}.upload-actions{flex-wrap:wrap}.export-settings .attachment strong{min-width:0;overflow-wrap:anywhere;flex:1}@media(max-width:1100px){.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.material-grid{grid-template-columns:1fr}.material-filters{align-items:stretch;flex-direction:column;gap:12px}.attachment-review .attachment{flex-wrap:wrap}}.button.danger{background:#a84235;border-color:#a84235;color:#fff}.button.danger:hover{background:#963b30}.delete-related-list{max-height:240px;overflow:auto;margin:12px 0;padding-left:24px;line-height:1.9;font-size:13px}.save-scope{border:1px solid #e4e9dc;border-radius:10px;background:#f7f9f2;padding:14px 16px;margin-top:20px}.save-scope .field-help{margin-bottom:0;line-height:1.8}.temporary-work{display:flex;align-items:center;gap:16px;margin:20px 0}.temporary-work>div{flex:1}.temporary-work p{margin:4px 0 0;font-size:12px;line-height:1.8}@media(max-width:650px){.temporary-work{align-items:flex-start;flex-direction:column}}.quota-preview{padding:13px 15px;border:1px solid #dedfd2;border-radius:10px;background:#fcfbf4;margin:16px 0}.quota-preview>div{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:baseline}.quota-preview strong{font-size:12px;font-weight:500;color:#555d49}.quota-preview strong b{color:#405c3b;font-size:16px;font-weight:700;margin-left:4px}.quota-preview span{font-size:11px;color:#60674f}.quota-preview p{font-size:11px!important;line-height:1.8!important;color:#626854!important;margin:7px 0 0!important}.revise-panel .quota-preview{padding:11px 12px}.slide-image-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0}.slide-image-actions>.field-help{flex-basis:100%;margin:0}.slide-preview{border-left:8px solid var(--slide-accent, #4c7b61)}.slide-preview.layout-title{text-align:center}.slide-preview.layout-title.has-image .slide-content-preview{display:flex;flex-direction:row-reverse;align-items:center;text-align:left}.slide-preview.layout-content .slide-content-preview{display:flex;flex-direction:row-reverse;gap:20px}.slide-preview.layout-image .slide-content-preview{display:flex;flex-direction:row;gap:20px}.slide-content-preview>p{flex:1;min-width:0}.managed-work-card{position:relative}.managed-work-card>.work-card{height:100%}.work-delete{position:absolute;right:12px;top:12px;background:#ffffffde;border:1px solid #ffffffd9;z-index:1}.work-delete:hover{background:#fff0e9;color:#a44331}.works-tabs{width:max-content;margin-bottom:22px}.works-context-filters{display:flex;align-items:center;gap:12px;margin:0 0 22px}.works-context-filters select{width:200px}.works-context-filters>span{margin-left:auto;font-size:12px;color:#61705f}.class-list>div{flex-wrap:wrap}.class-actions{margin-left:auto}.task-center-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:22px 0 15px}.task-center-toolbar h2{font-size:19px;margin:0 0 5px}.task-center-toolbar p{font-size:13px;color:#64705f;margin:0;line-height:1.8}.task-center>select{width:200px;margin-bottom:20px}.task-history-list{display:grid;gap:14px}.task-history-card{padding:21px}.task-history-heading{display:flex;justify-content:space-between;gap:15px;align-items:center}.task-history-heading>strong{font-size:15px}.task-history-card>p{font-size:13px;color:#586752;line-height:1.8;margin:10px 0}.task-history-card>small{font-size:11px;color:#6a7565}.task-history-actions{display:flex;gap:10px;align-items:center;margin-top:16px;flex-wrap:wrap}.task-history-card .progress-track{margin-top:12px}@media(max-width:650px){.works-context-filters{flex-wrap:wrap}.works-context-filters select{flex:1;width:auto;min-width:140px}.works-context-filters>span{flex-basis:100%;margin:0}.task-center-toolbar{flex-direction:column}.task-center>select{width:100%}.slide-preview.layout-title.has-image .slide-content-preview{gap:10px}}.project-works-heading{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:20px}.project-works-heading>.section-heading{margin-bottom:0}.project-linked-work{min-width:0}.project-linked-work>.text-button{margin:9px 6px 0;color:#65705f;font-size:12px}.project-select-list{max-height:300px;overflow:auto;display:grid;gap:7px;margin:16px 0}.project-select-list>label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #e3e8dc;border-radius:9px;background:#f9fbf6}.project-select-list input{margin-top:4px;width:auto;flex:none}.project-select-list strong{display:block;font-size:13px}.project-select-list small{display:block;font-size:11px;color:#64705c;margin-top:5px;line-height:1.7}.project-select-list .unavailable{background:#f3f3ef;color:#65725d}.project-review-context{padding:12px 14px;background:#f1f5eb;border-radius:10px;font-size:12px}.project-review-context summary{cursor:pointer;font-weight:600}.project-review-context p{font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.project-update-results{display:grid;gap:9px;margin-top:18px}.project-update-results>div{border:1px solid #e4e8dc;border-radius:9px;padding:13px;background:#fafbf7}.project-update-results strong{font-size:13px}.project-update-results p{font-size:12px;margin:7px 0;line-height:1.7}.project-update-results small{font-size:10px;color:#677260;display:block;margin-bottom:6px}@media(max-width:900px){.project-works-heading{flex-direction:column;align-items:flex-start}.project-works-heading .inline-actions{flex-wrap:wrap}}.sidebar{overflow-y:auto}.sidebar nav,.sidebar .brand,.sidebar .workspace-label,.sidebar-bottom{flex-shrink:0}.sidebar-note{flex-shrink:0;margin-top:24px;margin-bottom:24px}@media(min-width:1001px)and (max-height:950px){.sidebar-note{display:none}.sidebar nav{gap:4px}.sidebar nav a{padding-top:12px;padding-bottom:12px}}.example-mode{margin-top:20px;padding:12px 15px;border-radius:9px;background:#f3f1e9;border:1px solid #e7e1ce}.example-mode .field-help{line-height:1.8;margin:7px 0 0}.example-work{display:flex;gap:14px;margin-top:18px;font-size:12px;background:#faf2df;color:#766439}.example-work strong{flex-shrink:0}.example-badge{display:inline-block;font-size:10px;color:#846725;background:#f7edcc;padding:3px 7px;border-radius:5px;margin-bottom:7px}.saved-docx-toolbar{display:flex;align-items:center;gap:10px;margin:14px 0}.saved-docx-toolbar .search-field{flex:1;min-width:0}.saved-docx-list{max-height:400px;overflow-y:auto;padding-bottom:3px}.saved-docx-list button>span{min-width:0}.saved-docx-list strong,.saved-docx-list small{overflow-wrap:anywhere}.saved-template-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0}.export-presentation h3{font-size:14px;margin:0 0 7px}.presentation-preset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:12px 0}.presentation-preset-grid>button{padding:9px;border:1px solid #dce3d7;border-radius:10px;background:#fff;color:#344b3b;text-align:left}.presentation-preset-grid>button.selected{border-color:#547b5c;box-shadow:0 0 0 1px #547b5c;background:#f3f7ef}.presentation-preset-grid strong{display:block;font-size:12px;padding:8px 1px 1px}.presentation-color-sample{display:flex;flex-direction:column;justify-content:center;gap:8px;height:63px;padding:10px 12px;border-left:5px solid;border-radius:3px}.presentation-color-sample i{display:block;width:65%;height:6px;border-radius:2px}.presentation-color-sample>span{display:block;width:85%;height:3px;opacity:.48;border-radius:2px}@media(max-width:520px){.presentation-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.saved-template-actions{align-items:stretch;flex-direction:column}.saved-docx-list{max-height:310px}}.theme-suite-panel{padding:22px;margin:20px 0}.theme-suite-panel h3{margin:0;font-size:17px}.suite-history{display:grid;gap:8px;margin-top:14px}.workflow-dialog-content{display:grid;gap:14px;max-height:72vh;overflow-y:auto;padding:0 3px 3px}.workflow-dialog-content>p{font-size:13px;line-height:1.8;margin:0}.workflow-dialog-content h3{font-size:14px;margin:7px 0}.workflow-selection-list{display:grid;gap:8px;max-height:310px;overflow-y:auto}.workflow-selection-list>label{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#fafbf8;border:1px solid #e1e8db;border-radius:9px}.workflow-selection-list input{margin-top:4px;flex-shrink:0}.workflow-selection-list label>span{min-width:0;flex:1}.workflow-selection-list strong{display:block;font-size:13px}.workflow-selection-list small{display:block;color:#607154;font-size:11px;margin-top:4px}.workflow-selection-list p{font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0}.workflow-coverage{padding:15px;background:#edf3e8;border-radius:9px;display:grid;gap:8px;font-size:12px}.workflow-coverage>div{display:flex;gap:9px;flex-wrap:wrap}.workflow-coverage>div>span{padding:4px 7px;background:#fff;border-radius:5px}.workflow-reference{padding:14px;border:1px solid #e1e7dc;border-radius:10px;background:#fcfdf9;min-width:0}.workflow-reference>small{display:block;color:#5d6b55;margin-top:6px;font-size:11px}.workflow-reference p{font-size:12px;line-height:1.8;overflow-wrap:anywhere}.workflow-reference a{font-size:12px}.workflow-exact-text{white-space:pre-wrap}.workflow-task-result{padding:16px;background:#f7f9f3;border-radius:11px}.workflow-task-result p{font-size:13px;line-height:1.8}.suite-feature-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:245px;overflow:auto;padding:3px}.suite-feature-options>label{display:flex;gap:8px;align-items:flex-start;border:1px solid #e0e6da;background:#fafcf7;border-radius:8px;padding:10px;font-size:12px}.suite-feature-options small{display:block;font-size:10px;color:#637358;margin-top:4px}.suite-item-settings{border:1px solid #e0e5d9;border-radius:9px;padding:12px}.suite-item-settings>summary{font-size:13px;font-weight:600;cursor:pointer}.suite-item-settings>summary>small{font-size:10px;font-weight:400;color:#617356;display:block;margin-top:4px}.suite-item-fields{display:grid;gap:12px;padding-top:12px}.suite-item-fields .form-field{margin-bottom:10px}.suite-item-fields .attachment-list{min-width:0}.suite-cost-list{display:grid;gap:7px}.suite-cost-list>div{display:flex;justify-content:space-between;flex-wrap:wrap;gap:7px;font-size:12px;border-bottom:1px solid #e6ebdf;padding:8px 0}.suite-cost-list p{width:100%;margin:0;color:#8b5637;font-size:11px}@media(max-width:620px){.theme-suite-panel>.advanced-row{align-items:flex-start;flex-direction:column;gap:12px}.workflow-dialog-content{max-height:72dvh}.suite-feature-options{grid-template-columns:1fr}.workflow-selection-list{max-height:240px}}.image-target-settings{display:grid;gap:9px;margin:16px 0;padding:13px;background:#f6f9f0;border:1px solid #dde6d4;border-radius:10px}.image-target-settings h4{font-size:13px;margin:0 0 2px}.image-target-settings .field-label{font-size:11px;margin:0}.image-target-settings .field-help{font-size:10px;line-height:1.8;margin:0}.image-target-settings select{font-size:11px;padding:9px;min-width:0}.image-target-settings .switch-row{font-size:11px;line-height:1.5}.image-target-settings .property-grid{gap:7px}.element-lock{font-size:11px;margin:13px 0}.canvas-element.locked{cursor:default}.canvas-element.locked.selected{outline:3px solid #a18750}.mobile-bottom-nav{display:none}@media(max-width:720px){html{scroll-padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))}.app-shell>.main-shell{padding-bottom:calc(74px + env(safe-area-inset-bottom,0px))}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:fixed;inset:auto 0 0;z-index:30;min-height:calc(66px + env(safe-area-inset-bottom,0px));padding:5px max(10px,env(safe-area-inset-right,0px)) calc(5px + env(safe-area-inset-bottom,0px)) max(10px,env(safe-area-inset-left,0px));border-top:1px solid #dce4d6;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -3px 18px #34472c08}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:54px;color:#606b5a;border-radius:11px;font-size:11px;font-weight:500}.mobile-bottom-nav a.active{color:#405c31;background:#eef4e6}}.payment-resume{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.payment-orders{display:grid;gap:10px}.payment-order{display:flex;justify-content:space-between;align-items:center;gap:18px;width:100%;text-align:left;padding:18px;cursor:pointer}.payment-order small{display:block;color:var(--muted);margin-top:6px}.payment-detail{text-align:center;display:grid;justify-items:center;gap:14px;padding:18px 0}.payment-detail p{margin:0;line-height:1.8}.payment-total{font-size:36px;color:var(--green);font-weight:600}.payment-qr{background:#fff;border-radius:8px;max-width:100%}.payment-id{color:var(--muted);overflow-wrap:anywhere}@media(max-width:720px){.payment-order{flex-direction:column;align-items:flex-start}}.quota-lot{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 20px;padding:18px}.quota-lot small{color:var(--muted);grid-column:1 / -1}@media(max-width:720px){.quota-lot{grid-template-columns:1fr}}
