:root{--paper:#f6f5f0;--white:#fff;--ink:#24352f;--muted:#7b827c;--faint:#a2a69f;--green:#214c3f;--green-dark:#173c31;--green-soft:#edf3ed;--line:#e6e8df;--orange:#ba7547;--orange-soft:#fcf2e5;--danger:#a34d40;--shadow:0 3px 14px #253c2b05}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6}html[lang=ja] body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic,Meiryo,sans-serif}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.46}button,a{touch-action:manipulation}button{transition:background .15s,border-color .15s,box-shadow .15s,transform .15s}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #83a493}button svg,a svg,.button svg{flex-shrink:0}a{color:var(--green);text-decoration:none}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #dfe3d9;border-radius:7px;outline:none;padding:10px 12px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:#83a08d;box-shadow:0 0 0 3px #547b6111}input::placeholder,textarea::placeholder{color:#868d82;font-weight:400}input:disabled,textarea:disabled,select:disabled{opacity:.7;background:#f6f6f1}textarea{resize:vertical;min-height:70px;line-height:1.9}select{cursor:pointer}fieldset{border:0;min-width:0;margin:0;padding:0}input[type=checkbox]{width:16px;height:16px;accent-color:var(--green);cursor:pointer;flex:0 0 16px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{letter-spacing:-.035em;font-weight:650}svg{vertical-align:middle}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.muted{color:var(--muted)}.text-green{color:#497256}.text-amber{color:#a67036}.eyebrow{letter-spacing:.16em;color:#808878;font-size:12px;font-weight:650}.required{color:var(--orange)}.inline-actions{align-items:center;gap:10px;display:flex}.button{white-space:nowrap;min-height:40px;color:var(--ink);background:#fff;border:1px solid #dce1d5;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:550;line-height:1.5;display:inline-flex}.button:hover:not(:disabled){background:#f5f8f2;border-color:#a8b5a6}.button-primary{color:#fff;border-color:var(--green);background:var(--green);box-shadow:0 2px 2px #153d2810}.button-primary:hover:not(:disabled){background:#163e31;border-color:#163e31}.button-quiet{color:#647660;background:0 0;border-color:#0000}.button-quiet:hover:not(:disabled){background:#eff3eb;border-color:#0000}.button-small{gap:5px;min-height:30px;padding:5px 9px;font-size:13px}.icon-button{color:#8b9589;background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:29px;height:29px;padding:0;display:inline-flex}.icon-button:hover:not(:disabled){color:var(--green);background:#edf1e9}.danger-hover:hover:not(:disabled){color:var(--danger);background:#fbefeb}.count-badge{color:#7b8475;font-variant-numeric:tabular-nums;background:#eef0e8;border-radius:4px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;display:inline-flex}.status-dot{background:#b5b9ad;border-radius:50%;flex:0 0 6px;width:6px;height:6px;display:inline-block}.status-dot.green{background:#739778}.status-dot.orange{background:#ce9457}.pill{letter-spacing:0;white-space:nowrap;border-radius:4px;align-items:center;padding:2px 8px;font-size:12px;font-weight:450;display:inline-flex}.pill-neutral{color:#858571;background:#eeeee5;border:1px solid #e1e2d6}.error-notice{color:#9f4e38;background:#fff3ed;border:1px solid #eecbbd;border-radius:7px;align-items:flex-start;gap:8px;margin:12px 0;padding:11px 13px;font-size:14px;line-height:1.7;display:flex}.error-notice>svg{flex-shrink:0;margin-top:2px}.success-notice{color:#4c6c46;background:#edf5e9;border:1px solid #d8e4d1;border-radius:7px;align-items:center;gap:10px;margin-top:16px;padding:8px 14px;font-size:14px;display:flex}.success-notice>.icon-button:last-child{margin-left:auto}.subtle-note{color:#76806e;background:#f4f6ef;border-radius:7px;align-items:flex-start;gap:9px;padding:12px;font-size:14px;display:flex}.subtle-note>svg{flex-shrink:0;margin-top:2px}.loading-state{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.spinner{border:2px solid #dce4d9;border-top-color:var(--green);border-radius:50%;width:19px;height:19px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:60px 24px;display:flex}.empty-icon{color:#658361;background:#edf3e8;border:1px solid #dde6d4;border-radius:18px;place-items:center;width:68px;height:68px;margin-bottom:21px;display:grid}.empty-state h3{letter-spacing:-.02em;font-size:18px}.empty-state p{max-width:410px;color:var(--muted);margin:10px 0 24px;font-size:14px;line-height:1.9}.boot-screen{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;padding:30px;display:flex}.boot-screen .loading-state{min-height:80px}.brand{text-align:left;color:var(--green-dark);align-items:center;gap:11px;display:inline-flex}.brand-mark{border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.brand-mark img{width:100%;height:100%;display:block}.brand strong{letter-spacing:-.045em;font-size:25px;font-weight:650;line-height:1.1;display:block}.brand small{letter-spacing:.17em;color:#7c8576;margin-top:2px;font-size:10px;display:block}.brand-button{background:0 0;border:0;flex-shrink:0;padding:0}.app-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#fffefbf2;align-items:center;gap:25px;height:76px;padding:0 36px;display:flex;position:sticky;top:0}.header-divider{background:var(--line);width:1px;height:24px;margin-left:7px}.breadcrumbs{color:#81877d;white-space:nowrap;align-items:center;gap:12px;font-size:13px;display:flex}.breadcrumbs button{color:#66745f;background:0 0;border:0;padding:5px 0}.breadcrumbs span{color:#273d32}.header-right{align-items:center;gap:12px;margin-left:auto;display:flex}.language-switcher{border:1px solid var(--line);background:var(--white);border-radius:8px;flex-shrink:0;align-items:center;gap:2px;padding:3px;display:inline-flex}.language-switcher button{min-height:32px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:5px;padding:4px 10px;font-size:12px;line-height:1.4}.language-switcher button:hover{color:var(--green);background:var(--green-soft)}.language-switcher button[aria-pressed=true]{background:var(--green);color:var(--white)}.login-language-switcher{position:absolute;top:25px;right:28px}.environment-tag{color:#848c7b;align-items:center;gap:7px;margin-right:18px;font-size:12px;display:inline-flex}.environment-tag i{background:#8eac82;border-radius:50%;width:5px;height:5px}.user-email{color:#92988d;text-overflow:ellipsis;max-width:170px;font-size:12px;overflow:hidden}.avatar{color:#728363;background:#eff2e7;border:1px solid #dce3d4;border-radius:50%;place-items:center;width:29px;height:29px;font-family:Georgia,serif;font-size:14px;display:grid}.login-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-story{color:#f3f0df;background:#1d4336;flex-direction:column;padding:43px 55px 25px;display:flex;position:relative;overflow:hidden}.brand-light{color:#f5f2de}.brand-light .brand-mark{box-shadow:0 0 0 1px #72866a88}.brand-light small{color:#86957e}.login-story-body{width:100%;max-width:490px;margin:auto;padding:65px 0 58px;position:relative}.login-story-body>.eyebrow{color:#929e88;font-size:11px}.login-story-body h1{letter-spacing:.01em;margin:23px 0;font-size:clamp(36px,4vw,64px);font-weight:450;line-height:1.4}.login-story-body>p:not(.eyebrow){color:#92a28b;letter-spacing:.04em;font-size:14px;line-height:2}.story-sheet{color:#4a6447;background:#eae9d7;border-radius:2px;width:86%;max-width:340px;margin-top:45px;padding:24px 25px;position:relative;transform:rotate(-4deg);box-shadow:13px 14px #76907122}.sheet-number{letter-spacing:.16em;font-size:10px}.sheet-line{background:#91a181;border-radius:1px;width:37%;height:5px;margin-top:7px}.sheet-line.long{background:#436345;width:68%;height:8px;margin-top:17px}.sheet-composition{align-items:flex-end;gap:8px;height:102px;margin-top:21px;display:flex}.sheet-composition span{background:#c0c5a5;border-radius:35px 35px 3px 3px;width:33.33%;height:70%;display:block}.sheet-composition span:nth-child(2){background:#8b9e79;height:100%}.sheet-composition span:nth-child(3){background:#d4b58e;height:80%}.sheet-caption{letter-spacing:.12em;justify-content:space-between;margin-top:14px;font-size:6px;display:flex}.login-footer{letter-spacing:.16em;color:#88957e;justify-content:space-between;gap:20px;font-size:10px;display:flex;position:relative}.login-story:after{content:"";pointer-events:none;border:1px solid #81937544;border-radius:50%;width:460px;height:460px;position:absolute;bottom:50px;right:-320px;box-shadow:0 0 0 55px #81937510,0 0 0 110px #81937509}.login-form-side{background:#fbfaf6;justify-content:center;align-items:center;padding:80px 45px;display:flex;position:relative}.login-form-wrap{width:100%;max-width:355px}.login-form-wrap h2{letter-spacing:-.02em;margin-top:13px;font-size:27px}.login-intro{margin-top:10px;font-size:14px;line-height:1.9}.login-form-wrap form{margin-top:38px}.field-label{color:#626f5c;margin-bottom:20px;font-size:13px;font-weight:550;display:block}.field-label input,.field-label select{margin-top:8px;font-size:13px;font-weight:400}.login-form-wrap input{background:#fffefb;padding:12px 13px}.login-submit{justify-content:space-between;width:100%;min-height:46px;margin-top:10px;padding-left:19px;padding-right:18px}.login-help{color:#858d79;justify-content:center;align-items:center;gap:7px;margin-top:27px;font-size:12px;display:flex}.login-version{color:#8b9282;letter-spacing:.05em;font-size:11px;position:absolute;bottom:25px}.page-container{max-width:1410px;margin:0 auto;padding:43px 54px 0}.products-heading{justify-content:space-between;align-items:center;gap:25px;margin-bottom:29px;display:flex}.products-heading h1{letter-spacing:-.015em;margin:8px 0 9px;font-size:28px;font-weight:550}.products-heading .muted{font-size:14px}.products-heading>.button{margin-top:18px;padding:10px 20px}.overview-strip{border:1px solid var(--line);background:#fffefa;border-radius:11px;grid-template-columns:1fr 1fr 1fr 1.55fr;margin-bottom:39px;display:grid;overflow:hidden}.overview-stat{align-items:center;gap:20px;padding:28px;display:flex;position:relative}.overview-stat+.overview-stat:before{content:"";background:var(--line);width:1px;height:39px;position:absolute;left:0}.stat-icon{color:#7e9473;background:#f1f4eb;border-radius:11px;place-items:center;width:41px;height:41px;display:grid}.stat-icon.amber{color:#988058;background:#f8f1e6}.overview-stat strong{letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400;line-height:1.1;display:block}.overview-stat small{color:#808878;margin-top:7px;font-size:12px;display:block}.overview-note{background:#edf0e4;padding:29px 29px 23px;position:relative;overflow:hidden}.overview-note>span:not(.decorative-orbit){z-index:1;color:#5c704f;font-size:14px;position:relative}.overview-note p{z-index:1;color:#8d9980;margin-top:6px;font-size:12px;position:relative}.decorative-orbit{border:1px solid #cbd2b866;border-radius:50%;width:130px;height:130px;position:absolute;top:-37px;right:-13px;transform:skew(-17deg);box-shadow:0 0 0 24px #ced5ba44,0 0 0 48px #ced5ba33}.section-toolbar{justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px;display:flex}.section-title{align-items:center;gap:9px;display:flex}.section-title h2{letter-spacing:.01em;font-size:16px}.search-input{align-items:center;display:flex;position:relative}.search-input svg{color:#808a77;position:absolute;left:12px}.search-input input{background:#fafbf5;width:228px;padding:9px 12px 9px 36px;font-size:13px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;display:grid}.product-card{text-align:left;box-shadow:var(--shadow);background:#fffefa;border:1px solid #e3e6d9;border-radius:10px;padding:0;display:block;overflow:hidden}.product-card:hover{border-color:#b4c2a4;transform:translateY(-3px);box-shadow:0 12px 24px #3447290c}.product-card-art{background:#e7ecde;height:172px;position:relative;overflow:hidden}.art-1{background:#efe7db}.art-2{background:#e2e9e6}.product-art-grid{opacity:.32;background-image:linear-gradient(#afbb9925 1px,#0000 1px),linear-gradient(90deg,#afbb9925 1px,#0000 1px);background-size:25px 25px;position:absolute;inset:0}.product-art-index{color:#657d4f;letter-spacing:-.07em;font-family:Georgia,serif;font-size:56px;font-weight:400;line-height:1;position:absolute;top:30px;left:25px}.art-1 .product-art-index{color:#9b7d59}.art-2 .product-art-index{color:#617f75}.product-art-label{color:#80926b;letter-spacing:.11em;font-size:11px;position:absolute;top:96px;left:29px}.product-art-object{color:#80986b;background:#cad5b6;border-radius:52px 52px 9px 9px;place-items:center;width:107px;height:124px;display:grid;position:absolute;bottom:-12px;right:30px;transform:rotate(12deg);box-shadow:9px 9px #8c9f6b16}.art-1 .product-art-object{color:#928260;background:#ddd0ba}.art-2 .product-art-object{color:#6c8776;background:#c2d3c9}.draft-pill{color:#7a886b;background:#fff8;border:1px solid #fff8;border-radius:4px;align-items:center;gap:5px;padding:2px 7px;font-size:10px;display:flex;position:absolute;top:12px;right:13px}.draft-pill i{background:#a0ae80;border-radius:50%;width:4px;height:4px}.product-card-body{padding:21px 22px 0}.product-meta{color:#838c76;letter-spacing:.025em;justify-content:space-between;align-items:center;font-size:11px;display:flex}.product-card-body h3{letter-spacing:-.015em;white-space:nowrap;text-overflow:ellipsis;margin:6px 0 15px;font-size:17px;font-weight:600;overflow:hidden}.product-card-stats{color:#8b9580;align-items:center;gap:13px;padding-bottom:21px;font-size:11px;display:flex}.product-card-stats>span{align-items:center;gap:5px;display:flex}.product-card-footer{color:#848e7b;border-top:1px solid #edf0e5;justify-content:space-between;align-items:center;padding:13px 0;font-size:11px;display:flex}.open-workspace{color:#657b54;align-items:center;gap:8px;display:flex}.new-product-card{color:#8f9b7e;background:#f5f7ef;border:1px dashed #d7decb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:11px;min-height:280px;display:flex}.new-product-card>span{color:#7a8c67;background:#edf2e4;border:1px solid #dfe5d1;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:5px;display:grid}.new-product-card strong{font-size:14px;font-weight:500}.new-product-card small{color:#88947e;font-size:11px}.new-product-card:hover{background:#eef3e4;border-color:#a6b68f}.products-empty{border:1px solid var(--line);background:#fffefa;border-radius:11px;overflow:hidden}.products-empty .empty-state{padding:65px 25px 50px}.empty-steps{background:#f8f9f2;border-top:1px solid #eef0e7;justify-content:center;align-items:center;gap:25px;padding:22px 25px;display:flex}.empty-steps>span{color:#8e9b7e;align-items:center;gap:11px;font-size:12px;display:flex}.empty-steps b{color:#738a60;background:#edf2e3;border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;font-weight:450;display:grid}.empty-steps i{background:#dde5d2;width:45px;height:1px}.page-footer{border-top:1px solid var(--line);color:#868f7c;justify-content:space-between;align-items:center;margin-top:60px;padding:21px 0;font-size:11px;display:flex}.page-footer>span:first-child{letter-spacing:.05em;font-family:Georgia,serif}.modal{width:min(530px,100vw - 32px);color:var(--ink);background:#fdfdf9;border:1px solid #dfe5d4;border-radius:14px;max-height:calc(100vh - 48px);padding:29px;box-shadow:0 20px 90px #12241533}.modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#142f2466}.modal-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.modal-heading h2{margin:10px 0 8px;font-size:21px}.modal-heading .muted{font-size:13px;line-height:1.9}.modal-form{margin-top:24px}.form-grid{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.modal-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;margin-top:24px;padding-top:21px;display:flex}.workspace-page{max-width:1700px;margin:0 auto;padding:29px 34px 0}.workspace-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px;display:flex}.workspace-title-row{align-items:center;gap:16px;min-width:0;display:flex}.back-button{color:#8b997d;background:#fcfdf7;border:1px solid #dee3d5;border-radius:7px;width:31px;height:34px}.workspace-title{align-items:center;gap:12px;display:flex}.workspace-title h1{overflow-wrap:anywhere;font-size:23px;font-weight:600;line-height:1.5}.workspace-meta{color:#91998a;align-items:center;gap:9px;margin-top:5px;font-size:11px;display:flex}.workspace-meta i{background:#b4bda5;border-radius:50%;width:2px;height:2px}.export-button{padding:10px 17px}.workspace-tabs-row{border-bottom:1px solid #dde3d3;justify-content:space-between;align-items:stretch;display:flex}.workspace-tabs{align-items:stretch;gap:27px;display:flex}.workspace-tabs>button{color:#8e9782;background:0 0;border:0;align-items:center;gap:8px;padding:10px 1px 14px;font-size:14px;display:flex;position:relative}.workspace-tabs>button.active{color:var(--green);font-weight:550}.workspace-tabs>button.active:after{content:"";background:#486d48;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.workspace-tabs>button>span:not(.status-dot){background:#e9efdf;border-radius:4px;min-width:18px;margin-left:2px;padding:0 5px;font-size:11px}.workspace-tabs .status-dot{margin-left:2px}.workspace-substatus{color:#7d8776;align-items:center;gap:22px;padding-bottom:4px;font-size:11px;display:flex}.workspace-substatus>span{align-items:center;gap:6px;display:inline-flex}.workspace-grid{grid-template-columns:213px minmax(350px,1fr) 298px;align-items:start;gap:21px;margin-top:23px;display:grid}.workspace-alert{align-items:center;gap:15px;display:flex}.workspace-alert .error-notice{flex:1}.block-navigation{min-width:0;padding-top:3px;position:sticky;top:99px}.panel-heading{justify-content:space-between;align-items:center;padding-right:6px;display:flex}.outline-title{margin-top:6px;font-size:14px;font-weight:550}.panel-description{color:#7f8a76;margin-top:5px;font-size:12px;line-height:1.8}.block-list{margin:21px 0 12px;padding:0;list-style:none}.block-nav-item{border:1px solid #0000;border-radius:7px;align-items:center;margin-bottom:6px;display:flex;position:relative}.block-nav-item:hover{background:#eef1e6}.block-nav-item.selected{background:#eaf0df;border-color:#dce5cd}.block-select{text-align:left;background:0 0;border:0;align-items:flex-start;gap:10px;width:100%;min-width:0;padding:13px 26px 12px 11px;display:flex}.block-index{color:#88947d;font-family:Georgia,serif;font-size:13px;line-height:20px}.selected .block-index{color:#668152}.block-nav-copy{min-width:0}.block-nav-copy strong{color:#77846c;overflow-wrap:anywhere;font-size:13px;font-weight:500;line-height:20px;display:block}.selected .block-nav-copy strong{color:#3b623c;font-weight:600}.block-nav-copy small{color:#839078;margin-top:3px;font-size:10px;display:block}.selected .block-nav-copy small{color:#859773}.block-reorder{opacity:0;flex-direction:column;transition:opacity .1s;display:flex;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.block-nav-item:hover .block-reorder,.block-nav-item:focus-within .block-reorder,.block-nav-item.selected .block-reorder{opacity:1}.block-reorder .icon-button{width:24px;height:23px}.add-block-button{color:#8a9c76;background:#f4f7ed;border:1px dashed #d3ddc5;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 0;font-size:12px;display:flex}.add-block-button:hover{background:#eaf1e0;border-color:#94ab7b}.add-block-form input{padding:9px;font-size:12px}.add-block-form .inline-actions{margin-top:7px}.outline-footer{color:#7e8c72;border-top:1px solid #e2e7d7;margin-top:31px;padding:20px 10px 0}.outline-footer>svg{color:#809070;margin-right:9px}.outline-footer strong{font-size:12px;font-weight:500}.outline-footer p{margin-top:10px;font-size:11px;line-height:1.9}.block-editor{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffc;border-radius:9px;min-width:0}.block-editor>form{padding:22px 27px 0}.editor-topbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.editor-kicker{color:#808e73;letter-spacing:.06em;align-items:center;gap:9px;font-size:10px;display:flex}.editor-kicker i{background:#d7deca;width:1px;height:8px}.version-tag{color:#7c8a6d;background:#f3f5ec;border:1px solid #e6ebda;border-radius:3px;padding:1px 5px;font-family:ui-monospace,monospace;font-size:10px}.editor-heading{justify-content:space-between;align-items:center;gap:9px;margin-top:11px;margin-bottom:10px;display:flex}.block-title-label{flex:1;min-width:0}.block-title-input{letter-spacing:-.03em;background:0 0;border:1px solid #0000;border-radius:3px;padding:3px 0;font-size:22px;font-weight:550}.block-title-input:hover{border-bottom-color:#e4e9da}.block-title-input:focus{padding-left:6px}.editor-section{border-top:1px solid #ecefe4;padding:22px 0}.editor-section-title{align-items:center;gap:9px;min-height:22px;margin-bottom:9px;display:flex}.editor-section-title>span:first-child{color:#889678;font-family:Georgia,serif;font-size:12px}.editor-section-title h3{letter-spacing:.015em;font-size:14px;font-weight:600}.editor-section-title>small{color:#86927a;margin-left:3px;font-size:10px}.editor-section-title>.button{margin-left:auto}.editor-section-title>svg:last-child{color:#8f9c83;margin-left:auto}.field-hint{color:#848e79;margin-bottom:12px;font-size:12px}.block-editor textarea{background:#fffffd;border-color:#e3e8d9;padding:11px 13px;font-size:14px}.block-editor textarea:focus{border-color:#8eaa78}.purpose-input{color:#657456;background:#f8faf3!important}.copy-parts{flex-direction:column;gap:12px;display:flex}.copy-part{background:#fffffd;border:1px solid #e3e7d9;border-radius:7px;overflow:hidden}.copy-part:focus-within{border-color:#a8bb92;box-shadow:0 0 0 2px #89a9690a}.copy-part-header{background:#f8faf3;border-bottom:1px solid #eef1e5;align-items:center;gap:8px;padding:5px 10px;display:flex}.part-number{font-variant-numeric:tabular-nums;color:#8d9881;font-size:10px}.copy-part-header select{color:#788866;background:0 0;border:1px solid #0000;border-radius:3px;width:auto;height:25px;padding:1px 4px;font-size:11px}.part-controls{gap:1px;margin-left:auto;display:flex}.part-controls .icon-button{color:#869478;width:23px;height:23px}.copy-part textarea{background:0 0;border:0;border-radius:0;min-height:70px;padding:12px 14px 2px;font-size:14px;display:block;box-shadow:none!important}.headline-part textarea{letter-spacing:.015em;color:#365436;font-size:17px;font-weight:500;line-height:1.8}.character-count{color:#8f9a82;text-align:right;padding:2px 11px 7px;font-size:10px}.add-copy-empty{color:#768a66;background:#fafbf6;border:1px dashed #dce4ce;border-radius:7px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:27px 15px;display:flex}.add-copy-empty span{font-size:13px}.add-copy-empty small{color:#88947d;font-size:11px}.todo-section{padding-bottom:27px}.todo-empty{color:#89927e;padding-top:6px;font-size:12px}.todo-list{padding-top:3px}.todo-row{background:#fcfbf6;border:1px solid #efeade;border-radius:5px;align-items:center;gap:8px;margin-bottom:6px;padding:4px 7px;display:flex}.todo-row input[type=text]{box-shadow:none;color:#8d846a;background:0 0;border:0;border-radius:0;padding:5px 0;font-size:12px}.todo-row.done{background:#f7f9f1;border-color:#e9eedc}.todo-row.done input[type=text]{color:#8c987e;text-decoration:line-through}.todo-row .icon-button{width:23px;height:23px}.editor-savebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#fffffcf5;border-top:1px solid #e8eddd;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex;position:sticky;bottom:0}.editor-savebar>span{align-items:center;gap:7px;font-size:11px;display:flex}.editor-savebar .button{min-height:36px;padding:8px 13px;font-size:13px}.conflict-actions{flex-wrap:wrap;gap:7px;margin-bottom:17px;display:flex}.no-blocks{border:1px solid var(--line);background:#fffefb;border-radius:9px;grid-column:span 2}.workspace-footer{color:#86917a;justify-content:space-between;align-items:center;margin-top:9px;padding:22px 0;font-size:10px;display:flex}.workspace-footer>span{align-items:center;gap:11px;display:inline-flex}.workspace-footer i{background:#d5ddc8;width:1px;height:8px}.resource-panel{border:1px solid var(--line);background:#fffefb;border-radius:9px;min-width:0;overflow:hidden}.resource-tabs{border-bottom:1px solid var(--line);background:#fdfef8;gap:21px;padding:0 16px;display:flex}.resource-tabs button{color:#7f8c72;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:16px 0 14px;font-size:12px;display:flex;position:relative}.resource-tabs button.active{color:#557248;font-weight:550}.resource-tabs button.active:after{content:"";background:#6e8e57;height:2px;position:absolute;bottom:-1px;left:0;right:0}.resource-section{border-bottom:1px solid #edf0e4;padding:20px 17px}.resource-section-title{color:#808f73;justify-content:space-between;align-items:center;gap:8px;min-height:24px;display:flex}.resource-section-title h3{color:#52684a;letter-spacing:0;font-size:13px;font-weight:550}.resource-section .panel-description{margin-bottom:14px;font-size:11px}.resource-section .error-notice{padding:9px;font-size:12px}.compact-label{color:#808f75;margin-bottom:10px;font-size:11px;display:block}.compact-label select{color:#7b8b6b;background:#fefefb;border-color:#e1e7d6;margin-top:5px;padding:7px 8px;font-size:12px;display:block}.upload-zone{color:#809172;background:#f8faf2;border:1px dashed #d6e0c8;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;padding:21px 9px 18px;display:flex}.upload-zone>span{color:#788c66;background:#f1f5e9;border:1px solid #e0e8d2;border-radius:8px;place-items:center;width:32px;height:32px;margin-bottom:1px;display:grid}.upload-zone strong{color:#7c906b;font-size:12px;font-weight:500}.upload-zone small{color:#8f9b84;font-size:10px}.upload-zone:hover:not(:disabled){background:#eff5e5;border-color:#99b37b}.library-select{margin-top:13px}.asset-list{flex-direction:column;gap:12px;margin-top:15px;display:flex}.asset-card{background:#fffffb;border:1px solid #e2e8d6;border-radius:7px;overflow:hidden}.asset-preview{background:repeating-conic-gradient(#f1f3ec 0% 25%,#f7f8f2 0% 50%) 50%/16px 16px;justify-content:center;align-items:center;height:147px;display:flex;position:relative;overflow:hidden}.asset-preview img{object-fit:contain;width:100%;height:100%}.asset-preview>span{color:#8b9c78;background:#fffefbdc;border:1px solid #e4eada;border-radius:4px;align-items:center;gap:5px;padding:3px 6px;font-size:10px;display:flex;position:absolute;bottom:7px;right:7px}.asset-card-meta{justify-content:space-between;align-items:center;gap:6px;padding:7px 8px 1px 11px;display:flex}.asset-card-meta>span{text-overflow:ellipsis;white-space:nowrap;color:#7b8b68;font-size:11px;overflow:hidden}.asset-card-meta .icon-button{width:23px;height:23px}.asset-details{justify-content:space-between;align-items:center;gap:7px;padding:2px 10px 9px;display:flex}.source-tag{color:#869478;white-space:nowrap;background:#f3f7eb;border:1px solid #e8eedc;border-radius:3px;padding:1px 5px;font-size:10px}.asset-details select{color:#839471;border-color:#e5eadc;width:auto;max-width:60%;padding:3px 6px;font-size:10px}.asset-note{color:#859678;background:#fcfdf7;border:0;border-top:1px solid #eef1e6;border-radius:0;padding:8px 11px;font-size:10px}.asset-warning{color:#ad925e;background:#fbf4e7;padding:6px 10px;font-size:10px}.resource-footnote{color:#909c82;margin-top:11px;font-size:10px;line-height:1.8}.reference-list{flex-direction:column;gap:11px;display:flex}.reference-card{background:#fdfef8;border:1px solid #e5eadb;border-radius:6px;padding:8px 9px}.reference-card-top{color:#7c8c6c;align-items:center;gap:6px;margin-bottom:6px;display:flex}.reference-card-top>span{flex:1;font-size:10px}.reference-card-top>a{color:#7c8c6c}.reference-card-top .icon-button{width:20px;height:20px}.reference-card input{color:#7f936c;background:#fffefb;border-color:#e9eddf;padding:6px 7px;font-size:11px}.reference-card textarea{background:#fffefb;border-color:#e9eddf;min-height:58px;margin-top:7px;padding:6px 7px;font-size:11px}.add-reference{color:#798b67;background:#f8faf3;border:1px dashed #dfe7d1;border-radius:5px;justify-content:center;align-items:center;gap:7px;width:100%;padding:11px 5px;font-size:11px;display:flex}.export-history .panel-description{margin-bottom:0}.export-record{color:#869677;border-bottom:1px solid #eef2e3;justify-content:space-between;align-items:center;gap:8px;padding:10px 0;display:flex}.export-record:last-child{border-bottom:0;padding-bottom:0}.export-record>span:first-child{align-items:center;gap:9px;display:flex}.export-record strong{color:#819371;font-size:11px;font-weight:450;display:block}.export-record small{color:#8b987e;font-size:10px;display:block}.export-links{flex-direction:column;align-items:flex-end;gap:3px;font-size:10px;display:flex}.export-links a{color:#7d9368;text-underline-offset:3px;text-decoration:underline}.resource-bottom-note{color:#8a9480;background:#f9faf4;align-items:flex-start;gap:7px;padding:14px 17px;font-size:10px;line-height:1.9;display:flex}.resource-bottom-note .status-dot{flex-basis:4px;width:4px;height:4px;margin-top:5px}.history-section .loading-state{min-height:90px;font-size:12px}.version-list{padding-top:7px}.version-item{position:relative}.version-item:before{content:"";background:#e1e8d5;width:1px;height:calc(100% - 2px);position:absolute;top:18px;left:5px}.version-item:last-child:before{display:none}.version-select{text-align:left;background:0 0;border:0;align-items:flex-start;gap:12px;width:100%;padding:10px 0;display:flex;position:relative}.version-select>svg{color:#8b997c;margin-top:3px}.version-dot{z-index:1;background:#f4f7ed;border:1px solid #c8d5b6;border-radius:50%;flex-shrink:0;width:11px;height:11px;margin-top:4px;position:relative}.current .version-dot{background:#7d9966;border:3px solid #dce8cf}.version-info{flex:1}.version-info strong{color:#74896a;align-items:center;gap:8px;font-size:12px;font-weight:550;display:flex}.version-info strong>span{color:#748c60;background:#edf4e3;border-radius:3px;padding:1px 4px;font-size:10px;font-weight:400}.version-info small{color:#869679;margin-top:3px;font-size:10px;display:block}.version-info em{color:#8e9c81;margin-top:1px;font-size:10px;font-style:normal;display:block}.version-preview{background:#fbfdf6;border:1px solid #e1e9d5;border-radius:5px;margin:0 0 13px 23px;padding:10px}.version-preview h4{color:#658059;font-size:13px}.version-preview p{white-space:pre-wrap;overflow-wrap:anywhere;color:#8b9c7d;margin:6px 0 11px;font-size:11px;line-height:1.9}.version-preview small{color:#87967c;font-size:10px}.version-preview>.button{width:100%;padding:5px;font-size:10px}.facts-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:24px;margin-top:24px;display:grid}.facts-main{border:1px solid var(--line);background:#fffffc;border-radius:9px;min-width:0;padding:26px 29px 8px}.facts-section-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.facts-section-heading h2{margin-top:5px;font-size:22px}.facts-section-heading .muted{margin-top:7px;font-size:13px}.facts-main .editor-section{padding:23px 0 7px}.facts-main .editor-section-title{margin-bottom:20px}.facts-main .field-label{font-size:12px}.facts-main .field-label input,.facts-main .field-label select{font-size:14px}.facts-table{margin:10px 0 22px}.facts-table-head,.fact-row{grid-template-columns:1fr 1.5fr 55px 1.3fr 28px;align-items:center;gap:9px;display:grid}.facts-table-head{color:#839274;padding:5px 2px 10px;font-size:11px}.fact-row{margin-bottom:9px}.fact-row input{background:#fdfef9;min-width:0;padding:9px;font-size:12px}.facts-status-card{background:#fbfaf1;border:1px solid #e6e5d5;border-radius:9px;padding:27px 23px}.facts-status-icon{color:#8c8056;background:#f3eedc;border:1px solid #e8dfc8;border-radius:12px;place-items:center;width:46px;height:46px;margin-bottom:20px;display:grid}.facts-status-card .eyebrow{color:#8d8865;font-size:10px}.facts-status-card h3{color:#827b59;margin-top:7px;font-size:16px}.facts-status-card>p:not(.eyebrow){color:#85856a;margin-top:11px;font-size:12px;line-height:2}.facts-status-card .button{width:100%;margin-top:23px;font-size:12px}.facts-status-card>small{color:#918a66;text-align:center;margin-top:9px;font-size:11px;display:block}.facts-status-card.confirmed{background:#f0f6e9;border-color:#dce8cf}.confirmed .facts-status-icon{color:#7b9561;background:#e5eed8;border-color:#d2dfc1}.confirmed .eyebrow,.confirmed h3,.confirmed>p:not(.eyebrow){color:#70885e}.aside-guidance{padding:23px 12px}.aside-guidance h4{color:#8b9c77;margin-bottom:10px;font-size:13px;font-weight:500}.aside-guidance p{color:#849276;margin-bottom:11px;font-size:12px;line-height:2}@media (min-width:1550px){.workspace-grid{grid-template-columns:230px minmax(400px,1fr) 330px;gap:26px}.block-editor>form{padding:26px 35px 0}.resource-section{padding:22px}.block-editor textarea{font-size:13px}.headline-part textarea{font-size:19px}}@media (max-width:1250px){.workspace-page{padding-left:23px;padding-right:23px}.workspace-grid{grid-template-columns:185px minmax(310px,1fr) 263px;gap:16px}.block-editor>form{padding-left:20px;padding-right:20px}.resource-tabs{gap:16px;padding:0 13px}.resource-section{padding-left:13px;padding-right:13px}.overview-stat{gap:15px;padding:25px 20px}.page-container{padding-left:36px;padding-right:36px}.product-grid{gap:18px}.product-card-stats{gap:9px;font-size:10px}.user-email{display:none}}@media (max-width:1030px){.workspace-grid{grid-template-columns:176px minmax(0,1fr);gap:19px}.block-navigation{grid-row:span 2}.resource-panel{grid-column:2;display:block}.resource-panel .asset-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.resource-section{padding:21px}.resource-tabs{padding:0 21px}.block-editor>form{padding-left:25px;padding-right:25px}.overview-strip{grid-template-columns:1fr 1fr 1fr}.overview-note{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-title h1{font-size:21px}.facts-layout{grid-template-columns:minmax(0,1fr)}.facts-aside{grid-template-columns:1fr 1fr;gap:20px;display:grid}.facts-status-card{padding:23px}.no-blocks{grid-column:2}.login-story{padding:35px}.environment-tag{display:none}.workspace-substatus{gap:13px}}@media (max-width:760px){.app-header{gap:16px;height:67px;padding:0 20px}.header-divider{margin-left:0}.brand strong{font-size:22px}.brand small{font-size:10px}.brand-mark{border-radius:9px;width:32px;height:32px}.breadcrumbs{gap:8px;font-size:12px}.header-right{gap:7px}.page-container{padding:29px 23px 0}.products-heading{align-items:flex-start;gap:14px}.products-heading h1{font-size:24px}.products-heading .muted{font-size:12px;line-height:1.9}.products-heading>.button{min-height:35px;padding:8px 12px;font-size:12px}.overview-stat{gap:12px;padding:22px 16px}.overview-stat strong{font-size:25px}.overview-stat small{font-size:10px}.stat-icon{border-radius:9px;width:34px;height:34px}.stat-icon svg{width:18px;height:18px}.section-toolbar{align-items:flex-start}.section-toolbar .inline-actions{flex-direction:column;align-items:flex-end;gap:5px}.search-input input{width:210px}.section-title{padding-top:7px}.product-card-art{height:157px}.product-card-body{padding:18px 17px 0}.product-card-body h3{font-size:15px}.product-card-stats{flex-wrap:wrap;gap:8px}.product-art-object{width:85px;height:107px;right:17px}.product-art-object svg{width:45px}.product-art-index{left:20px}.product-art-label{font-size:10px;left:23px}.workspace-page{padding:22px 20px 0}.workspace-heading{gap:14px}.workspace-title-row{gap:10px}.workspace-title{flex-wrap:wrap;gap:5px 9px}.workspace-title h1{font-size:19px}.workspace-meta{flex-wrap:wrap;gap:6px;font-size:10px}.back-button{display:none}.export-button{min-height:36px;padding:8px 11px;font-size:12px}.export-button svg{width:15px}.workspace-tabs{gap:21px}.workspace-tabs>button{font-size:13px}.workspace-substatus>span:first-child{display:none}.workspace-substatus{font-size:10px}.workspace-grid{grid-template-columns:minmax(0,1fr);gap:18px}.block-navigation{grid-row:auto;position:static}.panel-heading,.outline-title,.block-navigation>.panel-description,.outline-footer{display:none}.block-list{scroll-snap-type:x proximity;gap:8px;margin-top:0;margin-bottom:10px;padding-bottom:4px;display:flex;overflow-x:auto}.block-nav-item{scroll-snap-align:start;background:#fdfef8;border-color:#e3e9d7;flex:0 0 152px}.block-select{gap:8px;padding:9px 26px 9px 9px}.block-nav-copy strong{font-size:12px}.block-nav-copy small{font-size:10px}.block-reorder{opacity:1}.add-block-button{padding:7px;font-size:11px}.resource-panel{grid-column:1}.block-editor>form{padding:21px 22px 0}.workspace-footer{font-size:10px}.workspace-footer>span:last-child{display:none}.facts-main{padding:21px 20px 0}.facts-section-heading h2{font-size:20px}.facts-section-heading .muted{font-size:11px}.facts-section-heading .button{padding:8px 11px;font-size:12px}.facts-table-head,.fact-row{grid-template-columns:1fr 1.4fr 43px 1.3fr 22px;gap:6px}.fact-row input{padding:8px 6px;font-size:11px}.no-blocks{grid-column:1}.login-page{display:block}.login-story{min-height:280px;padding:27px 30px}.login-story-body{max-width:none;padding:35px 0 15px}.login-story-body h1{margin:15px 0 12px;font-size:31px}.login-story-body>p:not(.eyebrow){font-size:12px}.login-story-body>.eyebrow{font-size:10px}.story-sheet{width:180px;margin-top:0;padding:18px;position:absolute;top:13px;right:4px;transform:rotate(6deg)}.sheet-composition{height:70px}.sheet-caption{font-size:4px}.sheet-caption>span:last-child,.login-footer{display:none}.login-form-side{padding:82px 28px 80px}.login-language-switcher{top:22px}.login-form-wrap{max-width:440px}.login-form-wrap h2{font-size:23px}.login-form-wrap form{margin-top:27px}.login-intro{font-size:13px}.success-notice{flex-wrap:wrap;gap:8px;font-size:12px}}@media (max-width:480px){.app-header{gap:12px;padding:0 15px}.header-divider,.breadcrumbs,.header-right .avatar{display:none}.language-switcher button{padding-left:8px;padding-right:8px}.page-container{padding-left:18px;padding-right:18px}.products-heading h1{font-size:21px}.products-heading{flex-wrap:wrap;margin-bottom:22px}.products-heading>.button{margin-top:0}.overview-stat{gap:0;padding:19px 13px}.stat-icon{display:none}.overview-stat strong{font-size:26px}.overview-stat small{font-size:10px}.overview-strip{margin-bottom:28px}.product-grid{grid-template-columns:1fr;gap:17px}.product-card-art{height:170px}.product-art-object{width:113px;height:132px;right:39px}.new-product-card{min-height:200px}.section-title h2{font-size:14px}.search-input input{width:191px;font-size:12px}.section-toolbar .button-quiet{font-size:12px}.empty-state{padding:39px 20px}.empty-state h3{font-size:16px}.empty-state p{font-size:12px}.empty-state .inline-actions{flex-direction:column}.empty-steps{gap:8px;padding:18px 12px}.empty-steps i{width:12px}.empty-steps>span{gap:5px;font-size:10px}.empty-steps b{width:18px;height:18px;font-size:10px}.workspace-page{padding-left:14px;padding-right:14px}.workspace-heading{flex-wrap:wrap;align-items:flex-start;margin-bottom:19px}.workspace-title h1{font-size:21px}.workspace-tabs>button{font-size:12px}.workspace-tabs{gap:18px}.workspace-tabs>button>svg{width:15px}.workspace-substatus{font-size:10px}.workspace-substatus .status-dot{flex-basis:4px;width:4px;height:4px}.block-editor>form{padding-left:17px;padding-right:17px}.block-title-input{font-size:21px}.editor-section-title{gap:7px}.editor-section-title h3{font-size:13px}.editor-section-title>small{font-size:10px}.editor-section-title .button{padding:4px 7px;font-size:11px}.field-hint{font-size:11px}.headline-part textarea{font-size:16px}.resource-section{padding:19px}.resource-tabs{padding-left:19px}.resource-panel .asset-list{grid-template-columns:1fr}.facts-main{padding:20px 16px 0}.facts-section-heading{flex-wrap:wrap;align-items:flex-start;gap:15px}.facts-aside{grid-template-columns:1fr;gap:0}.facts-table-head{display:none}.fact-row{border-top:1px solid #ecf0e2;grid-template-columns:1fr 1fr 23px;padding:11px 0}.fact-row>input:first-child{grid-area:1/1}.fact-row>input:nth-child(2){grid-area:1/2}.fact-row>input:nth-child(3){grid-area:2/1}.fact-row>input:nth-child(4){grid-area:2/2}.fact-row>.icon-button{grid-area:1/3/3;width:23px}.form-grid{gap:0 12px}.modal{padding:23px}.modal-heading h2{font-size:19px}.story-sheet{width:135px;padding:13px;top:34px;right:-1px}.sheet-composition{gap:4px;height:53px;margin-top:13px}.sheet-number{font-size:5px}.login-story-body>.eyebrow{font-size:6px}.login-story-body h1{font-size:29px}.login-story-body>p:not(.eyebrow){font-size:11px}.login-story{padding-left:25px;padding-right:25px}.workspace-alert{flex-direction:column;align-items:flex-start;gap:0}.workspace-alert>.button{margin-bottom:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:480px){.workspace-substatus{display:none}.workspace-tabs{gap:22px}}
