:root {
  --bg:#f5f7fb; --surface:#fff; --surface-2:#f9fafc; --text:#151923; --muted:#687184;
  --line:#e4e8f0; --line-strong:#d6dce8; --primary:#5652e8; --primary-dark:#4642c9;
  --primary-soft:#efefff; --green:#147955; --green-soft:#eaf8f2; --amber:#9a6400; --amber-soft:#fff5dc;
  --red:#b33232; --red-soft:#fff0f0; --dark:#171b26; --dark-2:#232836;
  --shadow:0 18px 55px rgba(26,33,60,.09); --shadow-sm:0 8px 24px rgba(26,33,60,.07);
  --radius:18px; --radius-sm:12px; --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.5}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}.hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:fixed;left:14px;top:-50px;z-index:999;background:#fff;padding:9px 12px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:14px}.app-view{display:none}.app-view.active{display:block}
.topbar{position:sticky;top:0;z-index:100;background:rgba(245,247,251,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,232,240,.86)}.topbar-inner{height:72px;max-width:var(--max);padding:0 22px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:linear-gradient(145deg,#6c68f4,#4d48d6);color:#fff;box-shadow:0 7px 18px rgba(86,82,232,.28);font-weight:900}.brand-name{font-size:18px}.version-pill{font-size:10px;background:var(--primary-soft);color:var(--primary);padding:4px 7px;border-radius:999px;letter-spacing:.04em}.desktop-nav{display:flex;align-items:center;gap:25px}.desktop-nav a,.footer-links a{font-size:14px;color:var(--muted);text-decoration:none}.desktop-nav a:hover,.footer-links a:hover{color:var(--text)}.topbar-actions{display:flex;gap:8px}
.button{border:1px solid transparent;border-radius:11px;padding:11px 15px;font-weight:760;transition:.16s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button.primary{background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(86,82,232,.19)}.button.primary:hover{background:var(--primary-dark)}.button.secondary{background:#fff;border-color:var(--line-strong);color:var(--text)}.button.ghost{background:transparent;color:var(--muted)}.button.dark{background:var(--dark);color:#fff}.button.compact{padding:9px 12px;font-size:13px}.button.large{padding:14px 19px}.button.full{width:100%}.button.danger{background:var(--red);color:#fff}.text-link{color:var(--primary);font-weight:750;text-decoration:none}.light-link{color:#dcdcff}
.hero{max-width:var(--max);margin:auto;padding:82px 22px 72px;display:grid;grid-template-columns:1.08fr .92fr;gap:62px;align-items:center}.eyebrow,.section-kicker{font-size:11px;letter-spacing:.14em;font-weight:900;color:var(--primary);margin-bottom:15px}.section-kicker.light{color:#aaa7ff}.hero h1{font-size:58px;line-height:1.02;letter-spacing:-.055em;margin:0 0 23px;max-width:760px}.hero h1 span{color:var(--primary)}.hero-lead{font-size:19px;line-height:1.68;color:var(--muted);max-width:700px;margin:0}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:12px}.trust-row b{color:var(--green);margin-right:4px}.hero-product-card{perspective:1000px}.fake-browser{border:1px solid var(--line);border-radius:19px;overflow:hidden;background:#fff;box-shadow:var(--shadow);transform:rotateY(-4deg) rotateX(1deg)}.fake-browser-top{height:44px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 14px;color:#9aa2b2;font-size:10px}.fake-browser-top i{width:7px;height:7px;border-radius:50%;background:#ccd1dc}.fake-browser-top span{margin-left:8px;background:#f4f5f8;padding:4px 11px;border-radius:7px;flex:1}.fake-browser-body{display:grid;grid-template-columns:58px 1fr;min-height:310px}.fake-sidebar{border-right:1px solid var(--line);background:#fafbfc;padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:15px}.fake-logo{width:29px;height:29px;border-radius:9px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900}.fake-sidebar span:not(.fake-logo){display:block;width:25px;height:7px;background:#e6e8ef;border-radius:8px}.fake-main{padding:29px}.fake-main small{color:var(--primary);font-weight:900;letter-spacing:.08em}.fake-main>strong{display:block;font-size:21px;margin:7px 0 20px}.fake-file{display:grid;grid-template-columns:34px 1fr 18px 1fr;gap:8px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);font-size:10px;color:#60697a}.fake-file em{font-style:normal;font-size:8px;font-weight:900;background:var(--primary-soft);color:var(--primary);padding:7px 4px;text-align:center;border-radius:7px}.fake-file b{text-align:center;color:#a5abba}.fake-progress{height:7px;background:#eef0f5;margin:23px 0 15px;border-radius:99px;overflow:hidden}.fake-progress span{display:block;width:92%;height:100%;background:var(--primary)}.fake-success{background:var(--green-soft);color:var(--green);font-size:11px;font-weight:750;padding:11px;border-radius:9px}
.product-strip{max-width:var(--max);margin:0 auto 24px;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.product-strip div{background:#fff;padding:20px 22px;border:1px solid var(--line);display:flex;align-items:center;gap:11px}.product-strip div:first-child{border-radius:14px 0 0 14px}.product-strip div:last-child{border-radius:0 14px 14px 0}.product-strip strong{font-size:25px}.product-strip span{font-size:12px;color:var(--muted);line-height:1.35}
.tools-section,.pricing-section,.security-section{max-width:var(--max);margin:auto;padding:78px 22px}.section-heading h2,.privacy-band h2,.pricing-section h2,.security-section h2{font-size:36px;line-height:1.12;letter-spacing:-.035em;margin:0}.section-heading p{color:var(--muted);max-width:720px;margin:12px 0 0;line-height:1.65}.split-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.search-box{width:310px;height:46px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 12px;color:#8e96a7;flex:0 0 auto}.search-box:focus-within{border-color:#b9b7ff;box-shadow:0 0 0 3px var(--primary-soft)}.search-box input{border:0;outline:0;background:transparent;width:100%;color:var(--text)}.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:29px 0 18px}.category-tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;color:var(--muted);font-weight:720;font-size:12px}.category-tab.active{background:var(--dark);color:#fff;border-color:var(--dark)}.tools-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0 16px;color:var(--muted);font-size:12px}.toggle-label{display:flex;align-items:center;gap:8px}.toggle-label input{accent-color:var(--primary)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tool-card{position:relative;text-align:left;border:1px solid var(--line);background:#fff;border-radius:16px;padding:19px;min-height:176px;display:flex;flex-direction:column;transition:.17s ease;overflow:hidden}.tool-card.live:hover{transform:translateY(-3px);border-color:#c7c5ff;box-shadow:var(--shadow-sm)}.tool-card.planned{background:#fbfbfd}.tool-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.tool-card-icon{width:44px;height:44px;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:11px;font-weight:900}.tool-card-actions{display:flex;align-items:center;gap:6px}.fav-button{width:32px;height:32px;border:0;background:transparent;border-radius:9px;color:#a3a9b5;font-size:19px}.fav-button:hover{background:#f4f5f8}.fav-button.active{color:#e2a315}.tool-badge{font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;border-radius:999px;padding:5px 7px;background:#f1f2f5;color:#767e8d}.tool-badge.free{background:var(--green-soft);color:var(--green)}.tool-badge.pro{background:var(--amber-soft);color:var(--amber)}.tool-card h3{font-size:16px;margin:16px 0 7px}.tool-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0 0 16px}.tool-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#8c94a4}.local-label{display:inline-flex;gap:5px;align-items:center}.local-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.tool-open-label{font-weight:800;color:var(--primary)}.empty-card{background:#fff;border:1px dashed var(--line-strong);padding:35px;border-radius:16px;text-align:center;color:var(--muted)}
.privacy-band{max-width:var(--max);margin:30px auto 0;border-radius:24px;background:linear-gradient(145deg,#171b26,#232839);color:#fff;padding:48px;display:grid;grid-template-columns:1fr .8fr;gap:55px;align-items:center}.privacy-band h2{max-width:650px}.privacy-band p{color:#bdc3d0;line-height:1.75}.privacy-architecture{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:17px;padding:20px}.arch-box{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);border-radius:12px;padding:15px}.arch-box.strong{background:rgba(86,82,232,.18);border-color:rgba(150,146,255,.28)}.arch-box span,.arch-box small{display:block}.arch-box span{font-weight:850}.arch-box small{color:#acb2c1;margin-top:5px}.arch-line{height:50px;display:grid;place-items:center;position:relative;color:#8f96a7;font-size:10px}.arch-line:before{content:"";position:absolute;height:32px;width:1px;background:rgba(255,255,255,.18)}.arch-line span{z-index:1;background:var(--dark-2);padding:3px 8px}.arch-note{text-align:center;color:#8fd2b8;font-size:11px;margin-top:14px;font-weight:800}
.centered-heading{text-align:center;display:grid;place-items:center}.centered-heading p{max-width:650px}.pricing-section>.section-kicker{text-align:center}.pricing-grid{max-width:850px;margin:32px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:16px}.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px}.price-card.featured{border:2px solid var(--primary);box-shadow:var(--shadow-sm)}.recommended{position:absolute;right:18px;top:-12px;background:var(--primary);color:#fff;padding:5px 9px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.06em}.price-card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.price-card-head>span{font-weight:850;font-size:18px}.price-card-head strong{font-size:31px}.price-card-head small{font-size:11px;color:var(--muted)}.price-card>p{color:var(--muted);font-size:13px}.price-card ul{list-style:none;padding:0;margin:22px 0}.price-card li{font-size:13px;padding:9px 0;border-bottom:1px solid var(--line)}.price-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}
.security-section{display:grid;grid-template-columns:.55fr 1.45fr;gap:44px;align-items:start}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.security-grid b{color:var(--primary);font-size:11px}.security-grid h3{margin:8px 0 6px;font-size:15px}.security-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.footer{max-width:var(--max);margin:20px auto 0;padding:38px 22px 48px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:30px;align-items:start}.footer-brand{display:inline-flex}.footer p,.footer-note{font-size:12px;color:var(--muted)}.footer-links{display:flex;flex-direction:column;gap:9px}.footer-note{text-align:right}
.tool-page{max-width:1180px;margin:auto;padding:36px 22px 80px}.tool-page-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.tool-page-meta{display:flex;gap:8px;align-items:center}.tool-shell{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);overflow:hidden}.tool-header{padding:27px 29px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.tool-header h1{font-size:31px;letter-spacing:-.035em;margin:2px 0 7px}.tool-header p{color:var(--muted);margin:0;font-size:13px}.tool-privacy-label{flex:0 0 auto;background:var(--green-soft);color:var(--green);padding:8px 10px;border-radius:999px;font-size:10px;font-weight:850}.tool-body{padding:26px 29px}.workspace-grid{display:grid;grid-template-columns:340px 1fr;gap:22px}.workspace-grid.equal{grid-template-columns:1fr 1fr}.panel{border:1px solid var(--line);border-radius:14px;padding:17px;background:#fbfbfd}.panel h3{margin:0 0 15px;font-size:14px}.field{margin-bottom:14px}.field label,.stack-form label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#4f5869}.field input,.field select,.stack-form input,.tool-textarea,.tool-input{width:100%;border:1px solid var(--line-strong);background:#fff;border-radius:10px;padding:10px 11px;color:var(--text);outline:0}.field input:focus,.field select:focus,.stack-form input:focus,.tool-textarea:focus,.tool-input:focus{border-color:#b3b0ff;box-shadow:0 0 0 3px var(--primary-soft)}.field-help{font-size:10px;color:var(--muted);line-height:1.5;margin:6px 0 0}.checkbox-stack{display:grid;gap:8px}.checkbox-stack label,.inline-options label{font-size:11px;color:var(--muted);display:flex;gap:7px;align-items:center}.checkbox-stack input,.inline-options input{accent-color:var(--primary)}.drop-zone{border:2px dashed #d7dce6;background:#fbfcfe;border-radius:14px;padding:26px;text-align:center;transition:.15s}.drop-zone.drag{border-color:var(--primary);background:var(--primary-soft)}.drop-zone strong{display:block}.drop-zone small{display:block;color:var(--muted);margin-top:5px}.drop-zone input{margin-top:13px;max-width:100%}.action-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.mini-button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 10px;font-size:11px;font-weight:750}.mini-button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.mini-button.danger{color:var(--red)}.token-row{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.token-button{border:1px solid #dcdafe;background:var(--primary-soft);color:var(--primary);border-radius:8px;padding:5px 7px;font-size:9px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.stats-row{display:flex;gap:7px;flex-wrap:wrap;margin:13px 0}.stat-pill{font-size:10px;color:var(--muted);background:#f0f2f6;border-radius:8px;padding:6px 8px}.table-wrap{border:1px solid var(--line);border-radius:12px;overflow:auto;max-height:480px;background:#fff}.data-table{width:100%;border-collapse:collapse;font-size:11px}.data-table th,.data-table td{border-bottom:1px solid var(--line);padding:9px 10px;text-align:left;white-space:nowrap}.data-table th{position:sticky;top:0;z-index:2;background:#f5f6f9;font-size:10px;color:#687184}.data-table tr:last-child td{border-bottom:0}.data-table input{min-width:190px;border:1px solid transparent;background:transparent;border-radius:7px;padding:6px}.data-table input:focus{background:#fff;border-color:#bbb8ff;outline:0}.status-ok{color:var(--green);font-weight:800}.status-error{color:var(--red);font-weight:800}.status-warn{color:var(--amber);font-weight:800}.tool-textarea{min-height:300px;resize:vertical;line-height:1.55}.tool-textarea.code{font:11px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.result-panel{min-height:280px}.empty-state{padding:35px;text-align:center;color:var(--muted);font-size:12px}.diff-row{padding:7px 9px;border-radius:7px;margin:3px 0;font:11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.diff-same{background:#f6f7f9}.diff-add{background:var(--green-soft);color:#126344}.diff-del{background:var(--red-soft);color:#983535}.notice{border-radius:11px;padding:11px 12px;font-size:11px;line-height:1.55}.notice.info{background:#f0f3ff;color:#4d5790}.notice.success{background:var(--green-soft);color:var(--green)}.notice.warn{background:var(--amber-soft);color:#815700}.progress-bar{height:7px;background:#eceef3;border-radius:99px;overflow:hidden;margin:12px 0}.progress-bar span{height:100%;display:block;width:0;background:var(--primary);transition:.15s}.preset-box{margin-top:16px;border-top:1px solid var(--line);padding-top:14px}.preset-list{display:grid;gap:6px;margin-top:8px}.preset-item{display:flex;justify-content:space-between;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;padding:8px}.preset-item button{border:0;background:transparent;color:var(--red);font-size:11px}.list-output{border:1px solid var(--line);border-radius:12px;background:#fff;min-height:250px;padding:13px;white-space:pre-wrap;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px}.metric-card strong,.metric-card span{display:block}.metric-card strong{font-size:19px}.metric-card span{font-size:10px;color:var(--muted);margin-top:4px}.date-result{font-size:28px;font-weight:900;letter-spacing:-.03em;margin:10px 0}
.account-page{max-width:1100px;margin:auto;padding:40px 22px 80px}.account-shell{display:grid;grid-template-columns:220px 1fr;gap:18px}.account-sidebar{background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;height:max-content;display:grid;gap:5px}.account-tab{border:0;background:transparent;border-radius:9px;padding:10px 11px;text-align:left;color:var(--muted);font-size:12px;font-weight:750}.account-tab.active{background:var(--primary-soft);color:var(--primary)}.account-content{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;min-height:500px}.account-content h1{font-size:29px;margin:0 0 7px}.account-content>p{color:var(--muted);font-size:13px}.profile-banner{background:linear-gradient(135deg,#f4f3ff,#fbfbff);border:1px solid #e2e0ff;border-radius:14px;padding:18px;display:flex;justify-content:space-between;align-items:center;gap:15px;margin:22px 0}.profile-avatar{width:46px;height:46px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900}.profile-id{display:flex;gap:12px;align-items:center}.profile-id strong,.profile-id span{display:block}.profile-id span{font-size:11px;color:var(--muted)}.plan-chip{font-size:10px;font-weight:900;text-transform:uppercase;padding:6px 8px;border-radius:999px;background:var(--green-soft);color:var(--green)}.account-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-card{border:1px solid var(--line);border-radius:13px;padding:16px}.account-card h3{margin:0 0 7px;font-size:14px}.account-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.danger-zone{margin-top:25px;border:1px solid #f2caca;border-radius:13px;padding:17px;background:#fffafa}.danger-zone h3{color:var(--red);margin-top:0}.preset-account-row{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.preset-account-row small{color:var(--muted)}
.modal{border:0;border-radius:19px;padding:0;width:min(480px,calc(100vw - 28px));box-shadow:0 30px 90px rgba(20,25,45,.24);background:#fff;color:var(--text)}.modal::backdrop{background:rgba(19,23,34,.52);backdrop-filter:blur(4px)}.auth-modal,.pro-modal{padding:28px}.modal-close{position:absolute;right:13px;top:11px;width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#9097a5;font-size:22px}.modal-close:hover{background:#f4f5f8}.auth-brand{display:flex;align-items:center;gap:9px;margin-bottom:25px}.modal-head h2,.pro-modal h2{font-size:28px;letter-spacing:-.035em;margin:0 0 7px}.modal-head p,.pro-modal>p{font-size:12px;color:var(--muted);line-height:1.6}.auth-switch{display:grid;grid-template-columns:1fr 1fr;background:#f1f3f7;border-radius:10px;padding:4px;margin:19px 0}.auth-switch button{border:0;background:transparent;border-radius:8px;padding:8px;font-size:11px;font-weight:800;color:var(--muted)}.auth-switch button.active{background:#fff;color:var(--text);box-shadow:0 2px 8px rgba(20,25,45,.06)}.stack-form{display:grid;gap:13px}.form-error{font-size:11px;color:var(--red);background:var(--red-soft);padding:9px 10px;border-radius:8px}.modal-footnote{text-align:center;color:#9198a6;font-size:9px;margin:15px 0 0}.pro-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}.pro-feature-grid article{border:1px solid var(--line);border-radius:11px;padding:12px}.pro-feature-grid b,.pro-feature-grid span{display:block}.pro-feature-grid b{color:var(--primary);font-size:11px}.pro-feature-grid span{font-size:10px;color:var(--muted);margin-top:4px}.toast-region{position:fixed;right:18px;bottom:18px;z-index:1000;display:grid;gap:8px;pointer-events:none}.toast{background:#171b26;color:#fff;padding:11px 14px;border-radius:10px;box-shadow:var(--shadow);font-size:11px;max-width:340px;animation:toastIn .18s ease}.toast.error{background:#8f2e2e}.toast.success{background:#165f48}@keyframes toastIn{from{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:940px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:58px}.hero-product-card{max-width:650px}.product-strip{grid-template-columns:1fr 1fr}.product-strip div:first-child{border-radius:14px 0 0 0}.product-strip div:nth-child(2){border-radius:0 14px 0 0}.product-strip div:nth-child(3){border-radius:0 0 0 14px}.product-strip div:last-child{border-radius:0 0 14px 0}.tool-grid{grid-template-columns:1fr 1fr}.privacy-band{margin-left:22px;margin-right:22px;grid-template-columns:1fr}.security-section{grid-template-columns:1fr}.workspace-grid{grid-template-columns:1fr}.account-shell{grid-template-columns:1fr}.account-sidebar{display:flex;overflow:auto}.account-tab{white-space:nowrap}.footer{grid-template-columns:1fr 1fr}.footer-note{text-align:left}.footer>div:first-child{grid-column:1/-1}}
@media(max-width:640px){.topbar-inner{height:64px;padding:0 14px}.version-pill,.brand-name{display:none}.topbar-actions .button.dark{display:none}.hero{padding:46px 16px 54px}.hero h1{font-size:40px}.hero-lead{font-size:16px}.fake-browser{transform:none}.fake-sidebar{display:none}.fake-browser-body{grid-template-columns:1fr}.product-strip{padding:0 16px;grid-template-columns:1fr}.product-strip div,.product-strip div:first-child,.product-strip div:nth-child(2),.product-strip div:nth-child(3),.product-strip div:last-child{border-radius:0}.product-strip div:first-child{border-radius:13px 13px 0 0}.product-strip div:last-child{border-radius:0 0 13px 13px}.tools-section,.pricing-section,.security-section{padding:58px 16px}.section-heading h2,.privacy-band h2,.pricing-section h2,.security-section h2{font-size:30px}.split-heading{align-items:stretch;flex-direction:column}.search-box{width:100%}.tools-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.tool-grid{grid-template-columns:1fr}.privacy-band{margin:15px 16px 0;padding:28px}.pricing-grid,.security-grid,.account-cards{grid-template-columns:1fr}.footer{padding:34px 16px;grid-template-columns:1fr}.tool-page{padding:24px 14px 60px}.tool-header{padding:21px;flex-direction:column}.tool-body{padding:18px}.workspace-grid.equal{grid-template-columns:1fr}.account-page{padding:24px 14px}.account-content{padding:20px}.profile-banner{align-items:flex-start;flex-direction:column}.metric-grid{grid-template-columns:1fr 1fr}.fake-main{padding:22px}.fake-file{grid-template-columns:32px 1fr}.fake-file b,.fake-file span:last-child{display:none}.hero-task-examples{gap:6px}.hero-task-examples button{font-size:9px}}
.compare-key-field{min-width:260px;margin:0}.align-end{align-self:flex-end}.result-table-spacing{margin-top:16px}.date-exclusions{margin-top:18px}.short-textarea{min-height:110px}.account-form{max-width:520px;margin-top:22px}.security-account-note{margin-top:18px}

/* V0.4 — PDF, fusion et contrôles professionnels */
.row-actions{display:flex;align-items:center;gap:5px;white-space:nowrap}.icon-button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:8px;color:var(--muted);display:inline-grid;place-items:center;font-weight:850}.icon-button:hover:not(:disabled){border-color:#bdbaff;color:var(--primary);background:var(--primary-soft)}.icon-button:disabled{opacity:.35;cursor:not-allowed}.icon-button.danger{color:var(--red)}.quality-warn{color:var(--amber);font-weight:800}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.deadline-list{display:grid;gap:8px;margin-bottom:14px}.deadline-row{display:grid;grid-template-columns:minmax(180px,1fr) 100px minmax(150px,180px) 34px;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:11px;padding:8px}.deadline-row input,.deadline-row select{width:100%;border:1px solid var(--line);border-radius:8px;padding:8px 9px;background:#fff;color:var(--text);outline:0}.deadline-row input:focus,.deadline-row select:focus{border-color:#bbb8ff;box-shadow:0 0 0 3px var(--primary-soft)}.pdf-workspace .panel{align-self:start}.data-table small{color:var(--muted)}
@media(max-width:640px){.deadline-row{grid-template-columns:1fr 80px}.deadline-row .dlUnit{grid-column:1/2}.deadline-row .dlRemove{grid-column:2/3;grid-row:2}.row-actions{gap:3px}.icon-button{width:28px;height:28px}}


/* V0.5 — catalogue professionnel structuré par familles */
.tool-explorer{display:grid;grid-template-columns:236px minmax(0,1fr);gap:24px;align-items:start;margin-top:30px}
.tool-family-nav{position:sticky;top:92px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:9px;box-shadow:0 8px 28px rgba(26,33,60,.045)}
.family-nav-head{padding:10px 11px 12px;border-bottom:1px solid var(--line);margin-bottom:5px}.family-nav-head span,.family-nav-head small{display:block}.family-nav-head span{font-size:9px;font-weight:900;letter-spacing:.13em;color:#8a92a2}.family-nav-head small{font-size:11px;color:var(--muted);margin-top:3px}
.category-tabs{display:grid;gap:3px;margin:0}.category-tab{width:100%;border:0;background:transparent;border-radius:10px;padding:9px 9px;display:grid;grid-template-columns:34px minmax(0,1fr) 14px;gap:9px;align-items:center;text-align:left;color:var(--muted);transition:.15s ease}.category-tab:hover{background:#f5f6fa;color:var(--text)}.category-tab.active{background:#f0f0ff;color:var(--text);box-shadow:inset 3px 0 0 var(--primary)}
.category-tab-icon{width:34px;height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;display:grid;place-items:center;font-size:8px;font-weight:900;color:var(--primary)}.category-tab.active .category-tab-icon{border-color:#d8d6ff;background:#fff;color:var(--primary)}.category-tab-copy{min-width:0}.category-tab-copy strong,.category-tab-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-tab-copy strong{font-size:11px;color:inherit}.category-tab-copy small{font-size:9px;color:#979eab;margin-top:2px}.category-tab-arrow{font-size:18px;color:#b1b6c0;text-align:center}.category-tab.active .category-tab-arrow{color:var(--primary)}
.family-nav-note{display:flex;gap:8px;align-items:flex-start;border-top:1px solid var(--line);margin-top:7px;padding:12px 10px 7px}.family-nav-note .local-dot{margin-top:5px;flex:0 0 auto}.family-nav-note p{font-size:9px;color:var(--muted);line-height:1.55;margin:0}.family-nav-note strong{color:var(--text)}
.tool-catalog{min-width:0}.tools-toolbar{background:#fff;border:1px solid var(--line);border-radius:13px;padding:11px 14px;margin:0 0 14px}.result-count strong{font-size:18px;color:var(--text);margin-right:4px}.toggle-label{font-size:11px}
.tool-family-list{display:grid;gap:18px}.tool-family{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 9px 30px rgba(26,33,60,.035)}.tool-family-header{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:20px 21px 18px;background:linear-gradient(180deg,#fbfcfe,#f8f9fc);border-bottom:1px solid var(--line);position:relative}.tool-family-header::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--family-accent,var(--primary))}
.tool-family-identity{display:flex;align-items:flex-start;gap:14px;min-width:0}.tool-family-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--family-accent,var(--primary)) 22%, #e5e9f0);background:color-mix(in srgb,var(--family-accent,var(--primary)) 7%, white);color:var(--family-accent,var(--primary));font-size:10px;font-weight:900;flex:0 0 auto}.tool-family-kicker{font-size:8px;font-weight:900;letter-spacing:.14em;color:#9299a7}.tool-family h3{font-size:21px;letter-spacing:-.025em;margin:2px 0 3px}.tool-family-header p{font-size:11px;color:var(--muted);margin:0;line-height:1.5;max-width:590px}.tool-family-summary{min-width:74px;text-align:right}.tool-family-summary strong,.tool-family-summary span{display:block}.tool-family-summary strong{font-size:24px;line-height:1}.tool-family-summary span{font-size:9px;color:var(--muted);margin-top:4px;text-transform:uppercase;letter-spacing:.05em}
.tool-family[data-category="documents"]{--family-accent:#4467d9}.tool-family[data-category="data"]{--family-accent:#16786a}.tool-family[data-category="text"]{--family-accent:#7656c7}.tool-family[data-category="files"]{--family-accent:#a86a17}.tool-family[data-category="dates"]{--family-accent:#b64d5d}.tool-family[data-category="automation"]{--family-accent:#394254}
.tool-family>.tool-grid{padding:15px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-card{min-height:156px;border-radius:12px;padding:15px;box-shadow:none}.tool-card.live:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(26,33,60,.065)}.tool-card-top{align-items:center}.tool-card-icon{width:38px;height:38px;border-radius:10px;font-size:9px}.tool-card-copy h3{font-size:14px;margin:12px 0 5px}.tool-card-copy p{font-size:10.5px;line-height:1.55;margin:0 0 13px}.tool-card-footer{padding-top:10px;border-top:1px solid #eef0f4}.tool-badge{font-size:8px}.fav-button{width:29px;height:29px;font-size:17px}.tool-open-label{font-size:9px}.local-label{font-size:9px}
@media(max-width:940px){.tool-explorer{grid-template-columns:1fr}.tool-family-nav{position:static;padding:8px;overflow:hidden}.family-nav-head,.family-nav-note{display:none}.category-tabs{display:flex;overflow-x:auto;gap:6px;padding-bottom:2px;scrollbar-width:thin}.category-tab{min-width:170px;grid-template-columns:30px minmax(0,1fr);padding:8px}.category-tab-arrow{display:none}.category-tab-icon{width:30px;height:30px}.category-tab.active{box-shadow:inset 0 -3px 0 var(--primary)}.tool-family>.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.tool-explorer{margin-top:22px}.tool-family-nav{margin:0 -2px}.category-tab{min-width:156px}.tool-family-header{padding:17px 16px;align-items:flex-start}.tool-family-icon{width:42px;height:42px}.tool-family h3{font-size:18px}.tool-family-summary{min-width:auto}.tool-family-summary strong{font-size:20px}.tool-family>.tool-grid{grid-template-columns:1fr;padding:10px}.tool-card{min-height:0}.tool-card-copy p{font-size:11px}.tools-toolbar{padding:10px 12px}}

/* V0.6–V0.8 — refonte visuelle : familles colorées et interface SaaS moderne */
:root{
  --bg:#f2f5fa;
  --surface:#ffffff;
  --text:#111827;
  --muted:#657087;
  --line:#e2e7f0;
  --line-strong:#d4dbe7;
  --primary:#5b55e7;
  --primary-dark:#4742cb;
  --primary-soft:#eeedff;
  --max:1240px;
  --shadow:0 22px 70px rgba(28,36,62,.10);
  --shadow-sm:0 12px 32px rgba(28,36,62,.08);
}
body{
  background:
    radial-gradient(circle at 7% 7%,rgba(84,91,230,.08),transparent 27rem),
    radial-gradient(circle at 94% 18%,rgba(28,169,145,.06),transparent 24rem),
    var(--bg);
}
.topbar{background:rgba(247,249,253,.82);border-bottom:1px solid rgba(213,220,233,.72);box-shadow:0 1px 0 rgba(255,255,255,.7)}
.topbar-inner{height:76px}
.brand-mark{border-radius:12px;background:linear-gradient(145deg,#6a63f3,#4f46d7);box-shadow:0 10px 25px rgba(80,72,217,.30)}
.version-pill{background:#e9e8ff;color:#4d47d3;border:1px solid #d9d7ff;font-weight:850}
.button{border-radius:12px}
.button.primary{background:linear-gradient(135deg,#675ff1,#5148d8);box-shadow:0 10px 24px rgba(82,73,216,.24)}
.button.dark{background:#141a29;box-shadow:0 8px 22px rgba(17,24,39,.12)}

/* Hero : vraie carte produit, moins de vide blanc */
.hero{
  max-width:var(--max);
  margin:28px auto 18px;
  padding:66px 62px;
  border-radius:32px;
  grid-template-columns:1.03fr .97fr;
  gap:56px;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 90% 0%,rgba(139,123,255,.48),transparent 36%),
    radial-gradient(circle at 14% 115%,rgba(47,201,169,.18),transparent 38%),
    linear-gradient(135deg,#111827 0%,#19223b 46%,#4039aa 100%);
  box-shadow:0 30px 80px rgba(23,31,58,.16);
}
.hero::before,.hero::after{content:"";position:absolute;border-radius:999px;filter:blur(.2px);pointer-events:none}
.hero::before{width:320px;height:320px;right:-160px;bottom:-160px;border:1px solid rgba(255,255,255,.10)}
.hero::after{width:180px;height:180px;right:-80px;bottom:-80px;border:1px solid rgba(255,255,255,.12)}
.hero-copy,.hero-product-card{position:relative;z-index:1}
.hero .eyebrow{color:#aeb2ff;margin-bottom:18px}
.hero h1{font-size:60px;max-width:700px}.hero h1 span{color:#a9a5ff}
.hero-lead{color:#cbd2df;font-size:18px;max-width:660px}
.hero .button.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(10px)}
.hero .button.secondary:hover{background:rgba(255,255,255,.14)}
.hero .trust-row{color:#c5ccda}.hero .trust-row b{color:#73e0bb}
.hero-product-card{perspective:none}
.fake-browser{transform:none;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.96);box-shadow:0 30px 60px rgba(3,8,25,.26);border-radius:22px}
.fake-browser-top{background:#f7f8fc;border-color:#e7eaf1;color:#8b93a4}
.fake-browser-body{grid-template-columns:58px 1fr;min-height:340px}
.fake-sidebar{background:#171d2d;border:0;gap:18px}.fake-logo{background:linear-gradient(145deg,#746cf3,#5750df)}
.fake-sidebar span:not(.fake-logo){background:#343c50;height:6px}.fake-sidebar span:nth-child(3){background:#6560e6}
.fake-main{padding:27px;color:var(--text)}
.fake-main-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.fake-main-heading small{color:#6862df}.preview-online-dot{font-size:9px;font-weight:800;color:#14805d;background:#e7f7f0;padding:4px 7px;border-radius:999px}
.family-dashboard-preview>strong{display:block;font-size:21px;margin:7px 0 18px;letter-spacing:-.02em}
.family-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:19px}
.family-preview-tile{--family-accent:#64748b;--family-soft:#f3f5f8;display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:1px solid color-mix(in srgb,var(--family-accent) 15%,#e5e8ef);background:linear-gradient(135deg,var(--family-soft),#fff 75%);border-radius:12px}
.family-preview-icon{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:var(--family-accent);color:#fff;font-size:8px;font-weight:900;box-shadow:0 5px 12px color-mix(in srgb,var(--family-accent) 22%,transparent);flex:0 0 auto}
.family-preview-copy{min-width:0}.family-preview-copy b,.family-preview-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.family-preview-copy b{font-size:9.5px}.family-preview-copy small{font-size:8px;color:#7b8494;margin-top:2px}
.family-preview-tile[data-category="documents"]{--family-accent:#e65d62;--family-soft:#fff2f2}
.family-preview-tile[data-category="data"]{--family-accent:#159773;--family-soft:#edfbf6}
.family-preview-tile[data-category="text"]{--family-accent:#805dd9;--family-soft:#f5f0ff}
.family-preview-tile[data-category="files"]{--family-accent:#2d79d8;--family-soft:#edf6ff}
.family-preview-tile[data-category="dates"]{--family-accent:#df8b32;--family-soft:#fff6e9}
.family-preview-tile[data-category="automation"]{--family-accent:#118e9b;--family-soft:#ecf9fa}
.fake-success{background:#ecf8f3;color:#137655;border:1px solid #d8f0e6}

/* Bande de statistiques */
.product-strip{max-width:var(--max);margin:0 auto 26px;padding:0;gap:10px}
.product-strip div{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:15px!important;box-shadow:0 8px 25px rgba(30,40,70,.04);padding:18px 20px}
.product-strip div::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#615ae8}
.product-strip div:nth-child(2)::before{background:#159773}.product-strip div:nth-child(3)::before{background:#2d79d8}.product-strip div:nth-child(4)::before{background:#805dd9}
.product-strip strong{font-size:27px;letter-spacing:-.04em}.product-strip span{font-size:11px}

/* Zone outils */
.tools-section{max-width:var(--max);padding:78px 0 92px}
.tools-section>.section-kicker{display:inline-flex;align-items:center;gap:8px;background:#e9e8ff;color:#5048d6;border:1px solid #dad8ff;border-radius:999px;padding:6px 10px;margin-bottom:14px}
.tools-section>.section-kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:#645be6}
.section-heading h2{font-size:40px}.section-heading p{font-size:14px}
.search-box{height:50px;width:330px;border-radius:14px;box-shadow:0 8px 28px rgba(25,34,63,.05)}
.tool-explorer{grid-template-columns:248px minmax(0,1fr);gap:28px;margin-top:34px}
.tool-family-nav{top:96px;padding:10px;border-radius:20px;border:1px solid #dfe5ef;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);box-shadow:0 16px 45px rgba(28,37,67,.07)}
.family-nav-head{padding:13px 12px 15px}.family-nav-head span{font-size:9px}.family-nav-head small{font-size:10px}
.category-tabs{gap:6px}
.category-tab{--family-accent:#606a7d;--family-soft:#f2f4f7;border:1px solid transparent;border-radius:13px;padding:10px;grid-template-columns:38px minmax(0,1fr) 14px;gap:10px;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}
.category-tab:hover{transform:translateX(2px);background:var(--family-soft);border-color:color-mix(in srgb,var(--family-accent) 16%,#e5e9f0)}
.category-tab.active{background:var(--family-soft);border-color:color-mix(in srgb,var(--family-accent) 22%,#e3e7ee);box-shadow:inset 4px 0 0 var(--family-accent),0 8px 20px color-mix(in srgb,var(--family-accent) 8%,transparent)}
.category-tab-icon{width:38px;height:38px;border:0;border-radius:11px;background:var(--family-accent);color:#fff;box-shadow:0 6px 14px color-mix(in srgb,var(--family-accent) 20%,transparent)}
.category-tab-copy strong{font-size:11.5px;color:#242b39}.category-tab-copy small{font-size:8.5px}.category-tab-arrow{color:color-mix(in srgb,var(--family-accent) 55%,#aab0bc)}.category-tab.active .category-tab-arrow{color:var(--family-accent)}
.category-tab[data-category="all"]{--family-accent:#5c56df;--family-soft:#efefff}
.category-tab[data-category="documents"]{--family-accent:#e65d62;--family-soft:#fff1f1}
.category-tab[data-category="data"]{--family-accent:#159773;--family-soft:#ebfaf4}
.category-tab[data-category="text"]{--family-accent:#805dd9;--family-soft:#f4efff}
.category-tab[data-category="files"]{--family-accent:#2d79d8;--family-soft:#edf6ff}
.category-tab[data-category="dates"]{--family-accent:#df8b32;--family-soft:#fff6e7}
.category-tab[data-category="automation"]{--family-accent:#118e9b;--family-soft:#eaf8fa}
.family-nav-note{background:#f7f9fc;border:1px solid #e7ebf2;border-radius:12px;margin-top:12px;padding:11px}.family-nav-note .local-dot{box-shadow:0 0 0 4px #e6f7ef}
.tools-toolbar{border-radius:15px;padding:12px 15px;box-shadow:0 8px 26px rgba(29,39,68,.04);margin-bottom:18px}.result-count strong{font-size:20px}

/* Chaque famille est une vraie zone colorée */
.tool-family-list{gap:28px}
.tool-family{--family-accent:#596275;--family-soft:#f5f6f8;--family-border:#e4e8ee;background:linear-gradient(145deg,var(--family-soft),#fff 72%);border:1px solid var(--family-border);border-radius:24px;overflow:hidden;box-shadow:0 18px 48px rgba(28,37,67,.065);position:relative}
.tool-family::after{content:"";position:absolute;right:-60px;top:-80px;width:220px;height:220px;border-radius:50%;background:var(--family-accent);opacity:.055;pointer-events:none}
.tool-family-header{padding:25px 26px 22px;background:transparent;border-bottom:1px solid color-mix(in srgb,var(--family-accent) 12%,#e7ebf2);position:relative;z-index:1}
.tool-family-header::before{left:0;top:18px;bottom:18px;width:5px;border-radius:0 8px 8px 0;background:var(--family-accent)}
.tool-family-icon{width:54px;height:54px;border:0;border-radius:15px;background:var(--family-accent);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--family-accent) 20%,transparent);font-size:10px}
.tool-family-kicker{color:var(--family-accent);font-size:8.5px}.tool-family h3{font-size:23px;margin:2px 0 4px}.tool-family-header p{font-size:11.5px;max-width:640px}.tool-family-summary{padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.68);border:1px solid color-mix(in srgb,var(--family-accent) 12%,#e5e9f0);min-width:82px}.tool-family-summary strong{color:var(--family-accent);font-size:26px}
.tool-family[data-category="documents"]{--family-accent:#e65d62;--family-soft:#fff2f2;--family-border:#f4dada}
.tool-family[data-category="data"]{--family-accent:#159773;--family-soft:#edf9f5;--family-border:#d5eee5}
.tool-family[data-category="text"]{--family-accent:#805dd9;--family-soft:#f6f1ff;--family-border:#e6dcf8}
.tool-family[data-category="files"]{--family-accent:#2d79d8;--family-soft:#eff7ff;--family-border:#d9e8f8}
.tool-family[data-category="dates"]{--family-accent:#df8b32;--family-soft:#fff7e9;--family-border:#f3e3c8}
.tool-family[data-category="automation"]{--family-accent:#118e9b;--family-soft:#eef9fa;--family-border:#d4ecee}

/* Cartes d'outils : 3 colonnes, accent de famille et davantage de profondeur */
.tool-family>.tool-grid{padding:18px 20px 22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;position:relative;z-index:1}
.tool-card{min-height:180px;border-radius:16px;padding:17px;background:rgba(255,255,255,.93);border:1px solid color-mix(in srgb,var(--family-accent) 10%,#e3e8ef);box-shadow:0 7px 22px rgba(27,36,64,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tool-card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--family-accent),color-mix(in srgb,var(--family-accent) 35%,transparent));opacity:.78}
.tool-card.live:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--family-accent) 32%,#dfe4ec);box-shadow:0 16px 35px color-mix(in srgb,var(--family-accent) 10%,rgba(27,36,64,.08))}
.tool-card.planned{background:rgba(255,255,255,.55);border-style:dashed}
.tool-card-icon{width:42px;height:42px;border-radius:12px;background:var(--family-soft);color:var(--family-accent);border:1px solid color-mix(in srgb,var(--family-accent) 16%,#e4e8ef);font-size:9px}
.tool-card-copy h3{font-size:15px;margin:15px 0 6px;letter-spacing:-.015em}.tool-card-copy p{font-size:11px;line-height:1.6;color:#697386}.tool-card-footer{border-top-color:color-mix(in srgb,var(--family-accent) 9%,#edf0f4);font-size:9px}.tool-open-label{color:var(--family-accent);font-size:9px}.fav-button:hover{background:var(--family-soft)}
.tool-badge.free{background:#eaf8f2;color:#147955}.tool-badge.pro{background:#fff2db;color:#956000}

/* Sections basses : plus cohérentes avec le nouveau hero */
.privacy-band{max-width:var(--max);border-radius:28px;background:radial-gradient(circle at 90% 15%,rgba(92,84,224,.25),transparent 33%),linear-gradient(145deg,#121827,#202842);box-shadow:0 24px 65px rgba(20,28,49,.14)}
.pricing-section,.security-section{max-width:var(--max)}
.price-card,.security-grid article{border-radius:18px;box-shadow:0 9px 28px rgba(29,38,66,.045)}
.price-card.featured{border-color:#655de8;background:linear-gradient(160deg,#f4f2ff,#fff 42%)}
.footer{background:#111725}

@media(max-width:1284px){
  .hero,.product-strip,.tools-section,.pricing-section,.security-section{margin-left:22px;margin-right:22px}
  .tools-section{padding-left:0;padding-right:0}
}
@media(max-width:1080px){
  .hero{padding:56px 44px;grid-template-columns:1fr 1fr;gap:38px}.hero h1{font-size:51px}
  .tool-explorer{grid-template-columns:220px minmax(0,1fr);gap:20px}
  .tool-family>.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:940px){
  .hero{grid-template-columns:1fr;padding:55px 42px}.hero-product-card{max-width:720px}.hero h1{font-size:54px}
  .product-strip{grid-template-columns:1fr 1fr}
  .tool-explorer{grid-template-columns:1fr}.tool-family-nav{position:static;background:transparent;border:0;box-shadow:none;padding:0;backdrop-filter:none}.category-tabs{gap:8px}.category-tab{min-width:190px;background:#fff;border-color:var(--line)}
  .category-tab.active{box-shadow:inset 0 -4px 0 var(--family-accent),0 7px 22px color-mix(in srgb,var(--family-accent) 8%,transparent)}
}
@media(max-width:640px){
  body{background:var(--bg)}
  .hero{margin:14px 12px;padding:40px 24px;border-radius:24px}.hero h1{font-size:39px}.hero-lead{font-size:15px}.hero-actions{display:grid}.hero .button.large{width:100%}
  .family-preview-grid{grid-template-columns:1fr}.fake-browser-body{min-height:auto}.fake-main{padding:20px}.family-preview-tile:nth-child(n+5){display:none}
  .product-strip{margin:0 12px 10px;padding:0;grid-template-columns:1fr 1fr;gap:7px}.product-strip div{padding:15px}.product-strip strong{font-size:22px}.product-strip span{font-size:9px}
  .tools-section{margin:0;padding:54px 16px 70px}.section-heading h2{font-size:31px}.tool-explorer{margin-top:26px}
  .category-tab{min-width:168px}.category-tab-icon{width:34px;height:34px}
  .tool-family{border-radius:20px}.tool-family-header{padding:20px 17px 18px}.tool-family-icon{width:46px;height:46px;border-radius:13px}.tool-family h3{font-size:19px}.tool-family-header p{font-size:10.5px}.tool-family-summary{display:none}
  .tool-family>.tool-grid{grid-template-columns:1fr;padding:12px}.tool-card{min-height:0;padding:16px}
  .privacy-band{border-radius:22px}
}

/* v0.8 — composants des nouveaux outils */
.page-manager-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:14px;margin-top:18px}
.page-manager-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow-sm)}
.page-manager-preview{aspect-ratio:1/1.22;border-radius:12px;background:linear-gradient(145deg,#fff6f6,#fff);border:1px solid #f2dede;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7b3c40}
.page-manager-preview span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#b8767a}.page-manager-preview strong{font-size:32px;line-height:1}.page-manager-preview small{font-size:9px;color:#9b6c70;margin-top:5px}
.page-manager-index{text-align:center;color:var(--muted);font-size:10px;font-weight:800;padding:9px 0 7px}.page-manager-actions{display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.page-manager-actions .icon-button{width:30px;height:30px}
.inline-options{display:flex;gap:16px;align-items:end;flex-wrap:wrap}.inline-options>label{min-width:210px;flex:1}.inline-options select,.inline-options input{width:100%;margin-top:6px}
.status-error{color:var(--red)!important}.status-warn{color:var(--amber)!important}.status-ok{color:var(--green)!important}
@media(max-width:640px){.page-manager-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.page-manager-card{padding:9px}.page-manager-preview strong{font-size:26px}.inline-options{display:grid;grid-template-columns:1fr;width:100%}.inline-options>label{min-width:0}}

/* v0.8 — professional account + reconciliation tools */
.workspace-grid.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.reconciliation-panel textarea{min-height:220px}.reconciliation-panel.ok{border-color:#b9ead6}.reconciliation-panel.warn{border-color:#f2d3a2}.reconciliation-panel.info{border-color:#cbd8ff}.mono-cell{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;max-width:430px;overflow-wrap:anywhere;white-space:normal}.account-section{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.account-section>h3,.account-section-heading h3{margin:0 0 8px;font-size:15px}.account-section-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.account-section-heading p{margin:2px 0 0;color:var(--muted);font-size:11px}.activity-list{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff}.activity-row,.session-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;border-bottom:1px solid var(--line)}.activity-row:last-child,.session-row:last-child{border-bottom:0}.activity-row strong,.activity-row small,.session-row strong,.session-row small{display:block}.activity-row small,.session-row small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}.activity-count{min-width:34px;text-align:center;padding:6px 9px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:900}.current-session-chip{font-size:10px;font-weight:900;padding:6px 9px;border-radius:999px;background:var(--green-soft);color:var(--green);white-space:nowrap}.danger-soft{border-color:#f0c8c8!important;background:#fff7f7!important;color:var(--red)!important}.empty-state.compact{padding:18px}.account-form input[readonly]{background:#f5f6fa;color:var(--muted);cursor:not-allowed}
@media(max-width:940px){.workspace-grid.three-cols{grid-template-columns:1fr}}
@media(max-width:640px){.account-section-heading,.activity-row,.session-row{align-items:flex-start;flex-direction:column}.current-session-chip{align-self:flex-start}}

/* v0.8.1 — authentication discoverability */
.account-mode-notice{margin:0 0 16px;padding:13px 14px;border:1px solid #f0d7a2;border-radius:12px;background:#fff9eb;color:#6e4a0c;font-size:11px;line-height:1.55}.account-mode-notice strong{display:block;margin-bottom:4px;color:#5b3d08;font-size:11px}.account-mode-notice p{margin:0}.account-mode-notice code{padding:2px 5px;border-radius:5px;background:#f7edd4;color:#5b3d08;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.stack-form input:disabled,.stack-form button:disabled{opacity:.55;cursor:not-allowed}.topbar-actions .button.primary.compact{box-shadow:none}
@media(max-width:760px){#proButton{display:none}}
@media(max-width:520px){#registerHeaderButton{display:none}.topbar-actions{gap:6px}}


/* v1.1 Foundations — authentication & SEO routing */
.auth-text-button{border:0;background:transparent;color:var(--primary);font-size:11px;font-weight:800;padding:4px 0;text-align:left;box-shadow:none}
.auth-text-button:hover{text-decoration:underline}
.verification-help{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #ead8a5;background:#fff8e8;border-radius:10px;color:#6f5317;font-size:10px}
.verification-help button{border:0;background:transparent;color:#7653cc;font-weight:900;padding:0}
.notice.success{background:var(--green-soft);color:var(--green);border:1px solid #ccebdc;padding:12px 13px;border-radius:10px;font-size:11px;line-height:1.55}
.server-tool-intro{max-width:860px;margin:0 auto 20px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#fff,#f8f9ff);box-shadow:var(--shadow-sm)}
.server-tool-intro h1{margin:4px 0 6px;font-size:28px;letter-spacing:-.03em}
.server-tool-intro p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.tool-open-anchor{text-decoration:none}
.tool-open-anchor:hover{text-decoration:underline}
@media(max-width:640px){.verification-help{align-items:flex-start;flex-direction:column}.server-tool-intro{margin:0 0 16px}}

/* v1.2 Smart Office — Excel + rapprochement intelligent */
.tool-header-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.smart-badge{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;background:linear-gradient(135deg,#efeaff,#e9f8f4);border:1px solid #dcd5ff;color:#674ac7;font-size:9px;font-weight:900;letter-spacing:.06em}
.smart-intro{display:flex;align-items:flex-start;gap:14px;padding:16px 17px;border-radius:16px;background:linear-gradient(135deg,#f4f0ff,#effaf7 72%);border:1px solid #e2dcf8;margin-bottom:18px}
.smart-intro-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#7560da,#178f79);color:#fff;font-size:18px;font-weight:900;box-shadow:0 8px 20px rgba(92,74,190,.16);flex:0 0 auto}
.smart-intro strong{display:block;font-size:13px;margin:1px 0 4px}.smart-intro p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}
.smart-summary{margin:16px 0;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}
.smart-file-card{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}
.smart-file-card input[type=file]{width:100%;margin:12px 0}.smart-file-card label{display:block;margin-top:8px}.smart-file-card select{width:100%;margin-top:6px}
.smart-file-label{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef5ff;color:#2b69b0;font-size:9px;font-weight:900;letter-spacing:.08em}
.smart-mapping{margin-top:18px;padding:18px;border:1px solid #dce3f0;border-radius:17px;background:linear-gradient(150deg,#fff,#f9fbff)}
.smart-mapping-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.smart-mapping-head strong{display:block;font-size:14px}
.confidence-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:999px;background:#eaf8f2;color:#167555;border:1px solid #cdebdc;font-size:9px;font-weight:900;white-space:nowrap}
.smart-results-head{margin-top:18px}.metric-card.success{background:#edf9f4;border-color:#d4ecdf}.metric-card.success strong{color:#157b59}.metric-card.warn{background:#fff8e9;border-color:#f1e1bc}.metric-card.warn strong{color:#a66b14}.metric-card.danger{background:#fff1f1;border-color:#f0d0d0}.metric-card.danger strong{color:#b74d4d}.metric-card.info{background:#eef6ff;border-color:#d7e6f8}.metric-card.info strong{color:#2d6fb9}
.reconcile-status{display:inline-flex;padding:5px 7px;border-radius:999px;font-size:9px;font-weight:900}.reconcile-status.exact{background:#e8f7f0;color:#167657}.reconcile-status.probable{background:#fff3d9;color:#95620f}.reconcile-status.onlyA{background:#fff0f0;color:#ad4949}.reconcile-status.onlyb{background:#eaf3ff;color:#316cae}
.issue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:15px 0}.issue-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:11px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.issue-count{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff3dd;color:#976113;font-weight:900}.issue-card strong{display:block;font-size:11px;margin:2px 0 4px}.issue-card p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.issue-safe{padding:5px 7px;border-radius:999px;background:#eaf8f2;color:#167657;font-size:8px;font-weight:900;white-space:nowrap}
.preview-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:22px 0 9px}.preview-head strong{font-size:12px}.preview-head span{color:var(--muted);font-size:9px}
.tool-card .tool-badge.smart,.tool-badge.smart{background:linear-gradient(135deg,#ebe6ff,#e6f7f2);color:#6646bb;border:1px solid #dcd3fb}
@media(max-width:760px){.tool-header-badges{justify-content:flex-start}.smart-mapping-head,.preview-head{align-items:flex-start;flex-direction:column}.issue-grid{grid-template-columns:1fr}.issue-card{grid-template-columns:40px minmax(0,1fr)}.issue-safe{grid-column:2;justify-self:start}.smart-intro{flex-direction:column}}


/* v1.3 — crawlable tool pages, FAQ and related tools */
.tool-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;font-size:11px;color:var(--muted)}
.tool-breadcrumb a{color:var(--muted);text-decoration:none;font-weight:700}.tool-breadcrumb a:hover{color:var(--primary)}
.tool-seo-panel{margin-top:26px;display:grid;gap:18px}
.tool-seo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.tool-seo-grid>article,.related-tools{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow-sm)}
.tool-seo-grid h2,.related-tools h2{font-size:21px;letter-spacing:-.025em;margin:3px 0 16px}
.tool-steps{list-style:none;padding:0;margin:0;display:grid;gap:11px}
.tool-steps li{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;color:var(--muted);font-size:12px;line-height:1.55}
.tool-steps b{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}
.tool-faq-card details{border-top:1px solid var(--line);padding:12px 0}.tool-faq-card details:first-of-type{border-top:0}
.tool-faq-card summary{cursor:pointer;font-size:12px;font-weight:800}.tool-faq-card p{font-size:11px;color:var(--muted);line-height:1.6;margin:8px 0 0}
.related-tools-head{margin-bottom:14px}.related-tool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.related-tool-card{display:grid;grid-template-columns:38px 1fr 18px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:13px;text-decoration:none;color:var(--text);background:#fbfbfd;transition:.15s}
.related-tool-card:hover{transform:translateY(-1px);border-color:#c8c5ff;background:#fff}
.related-tool-icon{width:38px;height:38px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:9px;font-weight:900}
.related-tool-card strong,.related-tool-card small{display:block}.related-tool-card strong{font-size:12px}.related-tool-card small{color:var(--muted);font-size:10px;line-height:1.4;margin-top:3px}.related-tool-card i{font-style:normal;color:var(--primary);font-weight:900}
@media(max-width:760px){.tool-seo-grid,.related-tool-grid{grid-template-columns:1fr}}

/* v1.4 — Smart Documents */
.document-text-output{min-height:520px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.55}
.document-analysis-result .metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.detail-list{display:grid;gap:0;margin:0}.detail-list div{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.detail-list dt{font-size:12px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.detail-list dd{margin:0;overflow-wrap:anywhere}.chip-list{display:flex;gap:8px;flex-wrap:wrap}.chip-list span{padding:7px 10px;background:var(--surface-soft,#f6f7fb);border:1px solid var(--line);border-radius:999px;font-size:12px}.chip-list b{margin-left:4px;color:var(--muted)}.section-gap{margin-top:22px!important}
.smart-organizer-table td{vertical-align:top}.smart-organizer-table td:first-child{min-width:180px}.smart-organizer-table td:nth-child(2){min-width:180px}.smart-organizer-table input{width:100%;min-width:160px;border:1px solid var(--line);border-radius:9px;padding:9px 10px;background:#fff}.smart-organizer-table small{display:block;color:var(--muted);margin-top:5px;line-height:1.35}.row-warn{background:#fffaf0}.status-dot{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800}.status-dot.warn{color:#9a5b00}
.confidence{position:relative;display:inline-flex;width:88px;height:24px;border-radius:999px;overflow:hidden;background:#eef0f5;align-items:center;justify-content:center}.confidence i{position:absolute;left:0;top:0;bottom:0;opacity:.22}.confidence b{position:relative;font-size:11px;z-index:1}.confidence.good i{background:#1a9b68}.confidence.mid i{background:#e09b25}.confidence.low i{background:#d25b5b}
.finding-list{display:grid;gap:10px}.finding-card{display:flex;justify-content:space-between;gap:18px;padding:15px 16px;border:1px solid var(--line);border-left:4px solid #d69a33;border-radius:12px;background:#fff}.finding-card.high{border-left-color:#d14e4e}.finding-card>div{min-width:0}.finding-card strong{display:block;margin:5px 0;font-size:14px;overflow-wrap:anywhere}.finding-card small{display:block;color:var(--muted);line-height:1.45}.finding-type{font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.finding-level{align-self:flex-start;white-space:nowrap;padding:5px 8px;border-radius:999px;background:#fff4dd;color:#916000;font-size:10px;font-weight:900;text-transform:uppercase}.finding-card.high .finding-level{background:#fff0f0;color:#a23d3d}.danger-soft{background:#fff0f0!important;color:#a23d3d!important}
@media(max-width:850px){.document-analysis-result .metric-grid.four{grid-template-columns:1fr 1fr}.analysis-grid{grid-template-columns:1fr}.detail-list div{grid-template-columns:1fr}.finding-card{flex-direction:column}.finding-level{align-self:flex-start}}

/* v1.5 — OCR, actions et comparaison documentaire */
.action-table td{vertical-align:top}.action-table td:first-child{min-width:320px}.action-table input,.action-table select,.action-table textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:7px 8px;font:inherit;color:var(--text)}.action-table textarea.action-edit{min-width:310px;min-height:58px;resize:vertical;line-height:1.4}.action-table input[type="date"]{min-width:145px}.action-table select{min-width:105px}
.ocr-stage{display:grid;gap:10px}.ocr-page-chip{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.ocr-page-chip small{color:var(--muted)}
.document-fact-change{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.document-fact-change.added{background:var(--green-soft);color:var(--green)}.document-fact-change.removed{background:var(--red-soft);color:var(--red)}
@media(max-width:760px){.action-table td:first-child{min-width:240px}.action-table textarea.action-edit{min-width:230px}}

/* v1.6 — nouvelle famille Images & médias + anonymisation PDF */
.family-preview-tile[data-category="images"]{--family-accent:#d14c9d;--family-soft:#fff0f8}
.category-tab[data-category="images"]{--family-accent:#d14c9d;--family-soft:#fff0f8}
.tool-family[data-category="images"]{--family-accent:#d14c9d;--family-soft:#fff2f9;--family-border:#f0d8e8}
.image-tool-preview{min-height:330px;display:grid;place-items:center;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#f8fafc,#fff);padding:16px;overflow:auto}
.image-preview-frame{max-width:100%;max-height:620px;display:grid;place-items:center;border-radius:13px;overflow:auto;background:repeating-conic-gradient(#f2f4f8 0 25%,#fff 0 50%) 50%/18px 18px;border:1px solid #e5e9f0;box-shadow:0 10px 26px rgba(29,38,66,.06)}
.image-preview-frame canvas{display:block;max-width:100%;height:auto}
.palette-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px;margin-top:16px}
.palette-card{border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px;text-align:left;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;gap:2px 9px;align-items:center;cursor:pointer}
.palette-card:hover{border-color:#e2afd0;box-shadow:0 8px 20px rgba(126,45,99,.08)}
.palette-card i{grid-row:1/3;width:38px;height:38px;border-radius:9px;border:1px solid rgba(0,0,0,.08)}
.palette-card strong{font-size:11px}.palette-card span{font-size:9px;color:var(--muted)}
.redaction-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:20px;align-items:start}
.redaction-controls{position:sticky;top:94px}
.redaction-editor-panel{min-width:0}
.redaction-toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;border:1px solid var(--line);background:#fff;border-radius:13px;padding:9px 11px;margin-bottom:10px}
.redaction-toolbar strong{font-size:11px}.redaction-toolbar span{margin-left:auto;color:var(--muted);font-size:9px}
.redaction-stage{min-height:520px;max-height:760px;overflow:auto;display:grid;place-items:start center;padding:14px;border-radius:16px;border:1px solid var(--line);background:#e9edf3}
.redaction-canvas{display:block;max-width:100%;height:auto;background:#fff;box-shadow:0 12px 32px rgba(16,24,40,.15);cursor:crosshair;touch-action:none}
.redaction-legend{display:flex;gap:18px;align-items:center;margin-top:9px;color:var(--muted);font-size:9px}.redaction-legend span{display:flex;align-items:center;gap:6px}.redaction-legend i{width:14px;height:10px;border-radius:3px;display:inline-block}.redaction-legend i.manual{background:rgba(15,23,42,.72)}.redaction-legend i.suggested{background:rgba(219,57,74,.55);border:1px solid #d72e46}
@media(max-width:940px){.redaction-layout{grid-template-columns:1fr}.redaction-controls{position:static}.redaction-stage{min-height:420px}}


/* v1.7 — Utilities, Developer & Automation */
.family-preview-tile[data-category="utilities"]{--family-accent:#6257d9;--family-soft:#f1f0ff}
.family-preview-tile[data-category="dev"]{--family-accent:#475569;--family-soft:#f1f5f9}
.category-tab[data-category="utilities"]{--family-accent:#6257d9;--family-soft:#f0efff}
.category-tab[data-category="dev"]{--family-accent:#475569;--family-soft:#f1f5f9}
.tool-family[data-category="utilities"]{--family-accent:#6257d9;--family-soft:#f4f2ff;--family-border:#dfdaf7}
.tool-family[data-category="dev"]{--family-accent:#475569;--family-soft:#f4f7fa;--family-border:#dce3e9}
.workflow-builder{border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px;margin-bottom:14px}.workflow-builder h3{margin:0 0 12px;font-size:15px}.workflow-step-list{display:grid;gap:9px}.workflow-step{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 11px;border:1px solid #dbe8ea;border-radius:12px;background:linear-gradient(135deg,#f1fbfc,#fff)}.workflow-step-index{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#118e9b;color:#fff;font-size:11px;font-weight:900}.workflow-step strong,.workflow-step small{display:block}.workflow-step strong{font-size:11px}.workflow-step small{margin-top:3px;color:var(--muted);font-size:9px}.workflow-step select{margin-top:6px;min-width:220px;max-width:100%;border:1px solid var(--line);border-radius:8px;padding:6px 8px;background:#fff;font-size:10px}.workflow-step-actions{display:flex;gap:5px}.preset-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;margin:3px;font-size:10px}.preset-chip:hover{border-color:#118e9b;color:#087985}.file-button{display:inline-flex;align-items:center;cursor:pointer}
@media(max-width:650px){.workflow-step{grid-template-columns:30px minmax(0,1fr)}.workflow-step-actions{grid-column:2}.workflow-step select{min-width:0;width:100%}}

/* v1.8 — Smart Router, extended utilities and XLSX workflows */
.hero-task-router{margin-top:24px;background:linear-gradient(145deg,#f8f8ff,#f1f3ff);border:1px solid #dcddff;border-radius:16px;padding:14px;box-shadow:0 10px 28px rgba(86,82,232,.08)}
.hero-task-router-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:9px}.hero-task-router-head span{font-size:10px;font-weight:900;letter-spacing:.11em;color:var(--primary)}.hero-task-router-head small{color:var(--muted);font-size:10px}.hero-task-router-form{display:grid;grid-template-columns:1fr auto;gap:9px}.hero-task-router-form input{min-width:0;border:1px solid #d8dbea;border-radius:11px;padding:12px 13px;background:#fff;outline:none}.hero-task-router-form input:focus{border-color:#aaa7ff;box-shadow:0 0 0 3px rgba(86,82,232,.08)}.hero-task-suggestions{margin-top:10px;display:grid;gap:7px}.hero-task-suggestion{border:1px solid #e2e4ef;background:#fff;border-radius:10px;padding:10px;display:grid;grid-template-columns:28px 1fr auto;gap:9px;align-items:center;text-align:left;color:var(--text)}.hero-task-suggestion:hover{border-color:#bcbaff;box-shadow:0 6px 16px rgba(45,48,87,.06)}.hero-task-suggestion span strong,.hero-task-suggestion span small{display:block}.hero-task-suggestion span strong{font-size:11px}.hero-task-suggestion span small{font-size:9px;color:var(--muted);margin-top:2px}.hero-task-suggestion b{font-size:9px;color:var(--primary)}.hero-task-rank,.task-router-rank{width:26px;height:26px;border-radius:8px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:10px;font-weight:900}.hero-task-empty{font-size:10px;color:var(--muted);padding:7px}
.hero-task-examples{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.hero-task-examples button{border:1px solid #e0e2ef;background:rgba(255,255,255,.78);color:#596174;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:750;cursor:pointer}.hero-task-examples button:hover,.hero-task-examples button:focus-visible{border-color:#aaa7ff;color:var(--primary);background:#fff;outline:none}
.smart-router-workspace{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.task-router-results{display:grid;gap:9px}.task-router-card{display:grid;grid-template-columns:32px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff}.task-router-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.task-router-title strong{font-size:13px}.task-router-title span{font-size:9px;font-weight:900;background:var(--green-soft);color:var(--green);border-radius:999px;padding:4px 7px}.task-router-card p{font-size:10px;color:var(--muted);line-height:1.5;margin:4px 0}.task-router-card small{font-size:9px;color:#838b9a}
.two-code-panels{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.code-output{min-height:170px;max-height:330px;overflow:auto;background:#161923;color:#d9e1f2;border-radius:10px;padding:12px;font-size:10px;white-space:pre-wrap}.jwt-time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.jwt-time-grid span{background:#f6f7fa;border:1px solid var(--line);border-radius:8px;padding:9px;font-size:9px;color:var(--muted)}.jwt-time-grid b{display:block;color:var(--text);margin-bottom:3px}.status-chip{display:inline-flex;border-radius:999px;padding:5px 8px;background:#eef0f4;font-size:9px;font-weight:900}.status-chip.success{background:var(--green-soft);color:var(--green)}.status-chip.danger{background:var(--red-soft);color:var(--red)}
.qr-preview,.barcode-preview{min-height:330px;display:grid;place-items:center;background:#fff;border:1px dashed var(--line-strong);border-radius:14px;padding:22px;overflow:auto}.qr-preview svg{max-width:100%;height:auto}.barcode-preview svg{max-width:100%;height:auto}.cron-fields-help{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;color:var(--muted);font-size:8px;text-align:center;margin-top:-8px;margin-bottom:10px}
@media(max-width:850px){.smart-router-workspace{grid-template-columns:1fr}.two-code-panels{grid-template-columns:1fr}.hero-task-router-form{grid-template-columns:1fr}.hero-task-router-head{align-items:flex-start;flex-direction:column}.task-router-card{grid-template-columns:28px 1fr}.task-router-card>.mini-button{grid-column:2;justify-self:start}}

/* v1.9 — Product Experience */
.command-shortcut{display:inline-flex;align-items:center;gap:7px;color:var(--muted)}
.command-shortcut kbd,.hero-command-hint kbd,.command-dialog kbd{font:inherit;font-size:9px;border:1px solid #d9dce8;background:#fff;border-radius:6px;padding:2px 6px;box-shadow:0 1px 1px rgba(16,24,40,.05);color:#596174}
.hero-command-hint{margin:9px 0 0;color:var(--muted);font-size:10px}.hero-command-hint kbd{margin:0 2px}

.professional-packs-section{max-width:1180px;margin:0 auto;padding:25px 24px 90px}
.professional-pack-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.professional-pack-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px;box-shadow:0 8px 24px rgba(22,28,45,.04);min-width:0}
.professional-pack-card header{display:flex;gap:11px;align-items:flex-start}.professional-pack-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--primary-soft);color:var(--primary);font-size:10px;font-weight:900;flex:0 0 auto}.professional-pack-card h3{font-size:13px;margin:1px 0 5px}.professional-pack-card p{font-size:9px;line-height:1.5;color:var(--muted);margin:0}.professional-pack-tools{display:grid;gap:5px;margin-top:13px}.professional-pack-tools a{display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:9px;color:var(--text);font-size:9px;text-decoration:none;border:1px solid transparent}.professional-pack-tools a:hover{background:#f7f8fc;border-color:var(--line)}.professional-pack-tools a span{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#f1f3f8;color:#596174;font-size:7px;font-weight:900}

.server-tool-intro{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.server-tool-badges{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.experience-privacy-badge,.experience-access-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;border:1px solid var(--line);background:#fff}.experience-privacy-badge.local{background:#eaf8f1;border-color:#cdebdc;color:#13734c}.experience-privacy-badge.hybrid{background:#fff7e6;border-color:#f2dfb5;color:#90600c}.experience-privacy-badge.server{background:#fff0f0;border-color:#f2cdcd;color:#a43a3a}
.tool-experience-panel{max-width:1100px;margin:18px auto 0}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.experience-grid>article{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px}.experience-grid h2{font-size:17px;margin:0 0 9px}.experience-grid p,.experience-grid li{font-size:10px;line-height:1.6;color:var(--muted)}.experience-use-cases,.experience-limits-card ul{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:7px}.experience-use-cases li,.experience-limits-card li{position:relative;padding-left:19px}.experience-use-cases li:before{content:'✓';position:absolute;left:0;top:0;color:var(--green);font-weight:900}.experience-limits-card li:before{content:'!';position:absolute;left:0;top:1px;width:13px;height:13px;border-radius:50%;display:grid;place-items:center;background:#fff3d6;color:#8a5a00;font-size:8px;font-weight:900}.experience-example-card{grid-column:span 2;background:linear-gradient(145deg,#fbfbff,#f7f8fd)!important}.experience-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.before-after-grid{display:grid;grid-template-columns:1fr 30px 1fr;gap:8px;align-items:stretch;margin-top:12px}.before-after-grid>div{border:1px solid var(--line);border-radius:12px;background:#fff;padding:11px;min-width:0}.before-after-grid>div>span{display:block;font-size:8px;font-weight:900;letter-spacing:.1em;color:var(--muted);margin-bottom:7px}.before-after-grid pre{white-space:pre-wrap;word-break:break-word;margin:0;font:10px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;color:#252b39}.before-after-grid>i{align-self:center;justify-self:center;color:var(--primary);font-style:normal;font-weight:900}.experience-privacy-card.local{border-color:#cfe9dc!important;background:#f5fcf8!important}.experience-privacy-card.hybrid{border-color:#f0deb4!important;background:#fffbf0!important}.experience-privacy-card.server{border-color:#efd0d0!important;background:#fff8f8!important}
.tool-privacy-label.privacy-local{color:#13734c;background:#eaf8f1}.tool-privacy-label.privacy-hybrid{color:#90600c;background:#fff7e6}.tool-privacy-label.privacy-server{color:#a43a3a;background:#fff0f0}
.router-context-banner{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;border:1px solid #d9d8ff;background:linear-gradient(145deg,#f7f6ff,#fff);border-radius:13px;padding:11px 13px;margin-bottom:12px}.router-context-banner>span{font-size:8px;font-weight:900;letter-spacing:.09em;color:var(--primary)}.router-context-banner strong,.router-context-banner small{display:block}.router-context-banner strong{font-size:10px}.router-context-banner small{font-size:9px;color:var(--muted);margin-top:3px}.router-context-close{border:0;background:transparent;color:var(--muted);font-size:18px;line-height:1}

.command-dialog{width:min(720px,calc(100vw - 28px));max-height:min(650px,80vh);border:0;border-radius:18px;padding:0;box-shadow:0 28px 90px rgba(18,24,38,.28);overflow:hidden}.command-dialog::backdrop{background:rgba(17,21,31,.48);backdrop-filter:blur(3px)}.command-dialog-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:14px 16px;border-bottom:1px solid var(--line);background:#fff}.command-dialog-head input{border:0;outline:0;font-size:15px;width:100%;color:var(--text)}.command-icon{font-size:18px;color:var(--primary)}.command-dialog-hint{padding:9px 16px;background:#f8f9fc;color:var(--muted);font-size:9px;border-bottom:1px solid var(--line)}.command-results{padding:8px;overflow:auto;max-height:470px;background:#fff}.command-result{width:100%;display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;border:1px solid transparent;border-radius:11px;background:transparent;padding:9px 10px;text-align:left;color:var(--text)}.command-result:hover,.command-result.active{background:#f6f6ff;border-color:#dfdeff}.command-result-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:9px;font-weight:900}.command-result strong,.command-result small{display:block}.command-result strong{font-size:11px}.command-result small{font-size:9px;color:var(--muted);margin-top:3px}.command-result i{font-size:9px;font-style:normal;color:var(--primary);font-weight:900}.command-empty{padding:30px;color:var(--muted);font-size:10px;text-align:center}.command-dialog footer{display:flex;gap:16px;justify-content:flex-end;padding:9px 14px;background:#f8f9fc;border-top:1px solid var(--line);font-size:8px;color:var(--muted)}.command-dialog footer span{display:flex;align-items:center;gap:4px}

@media(max-width:1050px){.professional-pack-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.command-shortcut{display:none}.professional-pack-grid{grid-template-columns:1fr 1fr}.experience-grid{grid-template-columns:1fr}.experience-example-card{grid-column:auto}.before-after-grid{grid-template-columns:1fr}.before-after-grid>i{transform:rotate(90deg)}.server-tool-intro{flex-direction:column}.server-tool-badges{justify-content:flex-start}}
@media(max-width:520px){.professional-pack-grid{grid-template-columns:1fr}.professional-packs-section{padding-left:16px;padding-right:16px}.command-dialog footer{display:none}}

/* v1.9.1 — Packs métiers as first-class navigation */
.nav-dropdown{position:relative}.nav-dropdown>summary{list-style:none;cursor:pointer;font-size:14px;color:var(--muted);display:flex;align-items:center;gap:6px}.nav-dropdown>summary::-webkit-details-marker{display:none}.nav-dropdown>summary::after{content:'⌄';font-size:10px;transition:transform .18s ease}.nav-dropdown[open]>summary{color:var(--text)}.nav-dropdown[open]>summary::after{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;top:34px;left:50%;transform:translateX(-45%);width:420px;padding:10px;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 60px rgba(28,37,67,.16);display:grid;grid-template-columns:1fr 1fr;gap:5px;z-index:120}.nav-dropdown-menu>a{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:9px;padding:9px;border-radius:11px;color:var(--text);text-decoration:none}.nav-dropdown-menu>a:hover{background:#f5f7fb}.nav-dropdown-menu>a>span:last-child{min-width:0}.nav-dropdown-menu strong{font-size:10px;display:block}.nav-dropdown-menu small{font-size:8px;color:var(--muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.nav-dropdown-all{grid-column:1/-1!important;background:#f4f3ff;border:1px solid #e5e2ff}.nav-dropdown-all>span:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--primary);font-weight:900}
.nav-pack-mini{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;font-size:8px;font-weight:900;background:#eef2f7;color:#4e596b}.nav-pack-mini.emerald{background:#e8f7f1;color:#08775a}.nav-pack-mini.blue{background:#eaf2ff;color:#2567c7}.nav-pack-mini.amber{background:#fff3df;color:#a65e05}.nav-pack-mini.slate{background:#edf0f5;color:#46546a}.nav-pack-mini.pink{background:#ffeaf3;color:#b83770}.nav-pack-mini.violet{background:#f0ebff;color:#6941c6}.nav-pack-mini.red{background:#ffeceb;color:#b83e3e}

.professional-pack-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.professional-pack-card{position:relative;overflow:hidden}.professional-pack-card::before{content:'';position:absolute;inset:0 0 auto;height:3px;background:#d8deea}.professional-pack-card.tone-emerald::before{background:#159773}.professional-pack-card.tone-blue::before{background:#2d79d8}.professional-pack-card.tone-amber::before{background:#df8b32}.professional-pack-card.tone-slate::before{background:#64748b}.professional-pack-card.tone-pink::before{background:#d94c89}.professional-pack-card.tone-violet::before{background:#805dd9}.professional-pack-card.tone-red::before{background:#e65d62}.professional-pack-open{margin-top:12px;padding-top:11px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--primary);font-size:9px;font-weight:800;text-decoration:none}.professional-pack-open:hover span{transform:translateX(3px)}.professional-pack-open span{transition:transform .15s ease}

.pack-page{background:linear-gradient(180deg,#f7f8fc 0,#fff 44%);min-height:70vh}.pack-page-shell{max-width:1180px;margin:0 auto;padding:36px 24px 96px}.pack-breadcrumb{margin:0 0 26px}.packs-hub-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:30px;padding:34px;border:1px solid #dfe5ef;border-radius:26px;background:radial-gradient(circle at 92% 5%,rgba(108,104,244,.15),transparent 35%),#fff;box-shadow:0 20px 60px rgba(28,37,67,.07)}.packs-hub-hero h1{font-size:38px;line-height:1.04;letter-spacing:-.035em;max-width:780px;margin:8px 0 13px}.packs-hub-hero p{max-width:820px;color:var(--muted);font-size:14px;line-height:1.65;margin:0}.packs-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.pack-hub-card{position:relative;display:flex;flex-direction:column;min-height:330px;padding:21px;border-radius:20px;background:#fff;border:1px solid var(--line);color:var(--text);text-decoration:none;box-shadow:0 10px 30px rgba(27,36,61,.045);overflow:hidden;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.pack-hub-card::before{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:#7a8496}.pack-hub-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(27,36,61,.09);border-color:#cfd7e5}.pack-hub-card.tone-emerald::before{background:#159773}.pack-hub-card.tone-blue::before{background:#2d79d8}.pack-hub-card.tone-amber::before{background:#df8b32}.pack-hub-card.tone-slate::before{background:#64748b}.pack-hub-card.tone-pink::before{background:#d94c89}.pack-hub-card.tone-violet::before{background:#805dd9}.pack-hub-card.tone-red::before{background:#e65d62}.pack-hub-card-top{display:flex;justify-content:space-between;align-items:center}.pack-hub-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#f2f4f8;font-size:10px;font-weight:900}.pack-tool-count{font-size:8px;font-weight:800;color:var(--muted);background:#f5f7fa;padding:5px 8px;border-radius:999px}.pack-hub-card h2{font-size:20px;margin:17px 0 8px}.pack-hub-card>p{font-size:11px;line-height:1.55;color:#4f5869;min-height:52px}.pack-audience{font-size:9px;line-height:1.45;color:var(--muted);margin-top:9px}.pack-audience span{font-weight:900;color:var(--text);margin-right:4px}.pack-hub-problems{display:grid;gap:5px;margin-top:15px}.pack-hub-problems span{font-size:9px;color:#3f4858}.pack-hub-open{margin-top:auto;padding-top:16px;color:var(--primary);font-size:10px}

.pack-detail-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:32px;border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 18px 58px rgba(28,37,67,.065)}.pack-detail-hero::before{content:'';position:absolute;inset:0 auto 0 0;width:5px;background:#64748b}.pack-detail-hero.tone-emerald::before{background:#159773}.pack-detail-hero.tone-blue::before{background:#2d79d8}.pack-detail-hero.tone-amber::before{background:#df8b32}.pack-detail-hero.tone-slate::before{background:#64748b}.pack-detail-hero.tone-pink::before{background:#d94c89}.pack-detail-hero.tone-violet::before{background:#805dd9}.pack-detail-hero.tone-red::before{background:#e65d62}.pack-detail-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:18px;background:#f4f5f9;font-size:16px;font-weight:950}.pack-detail-copy h1{font-size:36px;letter-spacing:-.035em;margin:5px 0 8px}.pack-detail-lead{font-size:15px!important;font-weight:700;color:#323a4a!important;max-width:720px}.pack-detail-copy>p{font-size:11px;color:var(--muted);line-height:1.55;margin:5px 0}.pack-detail-audience{margin-top:13px;font-size:9px;color:#586174}.pack-detail-actions{display:grid;gap:8px;min-width:185px}
.pack-problems-section,.pack-workflow-section,.pack-tools-section,.other-packs-section{margin-top:54px}.pack-problems-section>h2,.pack-workflow-head h2,.pack-tools-section h2,.other-packs-section h2{font-size:26px;letter-spacing:-.025em;margin:6px 0 0}.pack-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.pack-problem-grid article{min-height:112px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:17px}.pack-problem-grid article span{font-size:9px;font-weight:900;color:var(--primary)}.pack-problem-grid article p{font-size:12px;line-height:1.5;margin:13px 0 0;color:#3d4554}
.pack-workflow-section{padding:26px;border-radius:22px;background:#171b2d;color:#fff}.pack-workflow-head{display:grid;grid-template-columns:1fr .8fr;gap:28px;align-items:end}.pack-workflow-head .section-kicker{color:#9faafc}.pack-workflow-head h2{color:#fff}.pack-workflow-head>p{font-size:10px;line-height:1.55;color:#b8bfce;margin:0}.pack-workflow-list{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;list-style:none;padding:0;margin:24px 0 0}.pack-workflow-list li{position:relative;padding:14px;border-radius:13px;background:rgba(255,255,255,.07);min-height:105px}.pack-workflow-list li:not(:last-child)::after{content:'→';position:absolute;right:-9px;top:43%;color:#788197;z-index:2}.pack-workflow-list b{display:block;color:#9faafc;font-size:9px}.pack-workflow-list span{display:block;margin-top:11px;font-size:10px;line-height:1.45}
.pack-tool-total{align-self:end;background:#eef1f6;color:#536074;padding:7px 11px;border-radius:999px;font-size:9px;font-weight:850}.pack-tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.pack-tool-card{display:grid;grid-template-columns:29px 44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:15px;border-radius:15px;background:#fff;border:1px solid var(--line);text-decoration:none;color:var(--text);transition:border-color .15s ease,transform .15s ease}.pack-tool-card:hover{border-color:#c5cedd;transform:translateY(-1px)}.pack-tool-rank{font-size:8px;font-weight:900;color:#a0a8b7}.pack-tool-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#f2f4f8;font-size:9px;font-weight:900}.pack-tool-card-copy{min-width:0}.pack-tool-card-copy strong{font-size:11px;display:block}.pack-tool-card-copy small{font-size:9px;color:var(--muted);line-height:1.4;display:block;margin-top:3px}.pack-tool-card-copy i{font-style:normal;font-size:8px;color:#788399;display:block;margin-top:6px}.pack-tool-card>b{font-size:16px;color:var(--primary)}
.other-packs-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding-top:28px;border-top:1px solid var(--line)}.other-pack-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}.other-pack-links a{display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--line);background:#fff;border-radius:12px;text-decoration:none;color:var(--text);font-size:9px;font-weight:750}

@media(max-width:1050px){.professional-pack-grid{grid-template-columns:repeat(3,1fr)}.packs-hub-grid{grid-template-columns:1fr 1fr}.pack-workflow-list{grid-template-columns:repeat(3,1fr)}.pack-workflow-list li::after{display:none}.pack-detail-hero{grid-template-columns:auto 1fr}.pack-detail-actions{grid-column:1/-1;display:flex;padding-left:92px}}
@media(max-width:940px){.nav-dropdown-menu{display:none}.packs-hub-hero{grid-template-columns:1fr}.pack-page-shell{padding-top:24px}.pack-detail-actions{padding-left:0}.pack-tool-grid{grid-template-columns:1fr}.pack-workflow-head{grid-template-columns:1fr}.other-packs-section{grid-template-columns:1fr}}
@media(max-width:720px){.professional-pack-grid,.packs-hub-grid,.pack-problem-grid{grid-template-columns:1fr}.pack-page-shell{padding-left:16px;padding-right:16px}.packs-hub-hero,.pack-detail-hero{padding:22px;border-radius:20px}.packs-hub-hero h1{font-size:31px}.pack-detail-hero{grid-template-columns:1fr}.pack-detail-icon{width:55px;height:55px}.pack-detail-copy h1{font-size:29px}.pack-detail-actions{display:grid}.pack-workflow-list{grid-template-columns:1fr 1fr}.other-pack-links{grid-template-columns:1fr}}
@media(max-width:480px){.pack-workflow-list{grid-template-columns:1fr}.pack-tool-card{grid-template-columns:30px 38px 1fr}.pack-tool-card>b{display:none}.pack-tool-card-icon{width:38px;height:38px}.packs-hub-hero .button{width:100%}}
.mobile-packs-link{display:none!important}
@media(max-width:940px){.mobile-packs-link{display:inline-flex!important;background:#f0efff!important;color:var(--primary)!important}}

/* v1.9.2 — Tools mega-menu + unified navigation */
.nav-tools-dropdown .nav-dropdown-menu{width:760px;left:0;transform:translateX(-22%);padding:12px;grid-template-columns:1fr}
.nav-tools-top{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.nav-tools-all{grid-column:auto!important}
.nav-tools-all>span:first-child{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--primary);font-weight:900}
.nav-smart-entry{appearance:none;border:1px solid #dce8f8;border-radius:12px;background:#f3f8ff;color:var(--text);display:grid;grid-template-columns:36px 1fr;align-items:center;gap:9px;padding:9px;text-align:left;cursor:pointer;font:inherit}
.nav-smart-entry:hover{background:#eaf3ff;border-color:#c7daf4}
.nav-smart-entry>span:first-child{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#2d79d8;font-weight:900}
.nav-smart-entry strong{font-size:10px;display:block}.nav-smart-entry small{display:block;margin-top:2px;font-size:8px;color:var(--muted)}
.nav-tool-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:3px}
.nav-tool-family{--nav-family:#64748b;--nav-family-soft:#f4f7fa;display:grid!important;grid-template-columns:36px minmax(0,1fr) 12px!important;align-items:center!important;gap:9px!important;padding:9px!important;border:1px solid transparent;border-radius:12px!important;color:var(--text)!important;text-decoration:none!important;min-width:0}
.nav-tool-family:hover{background:var(--nav-family-soft)!important;border-color:color-mix(in srgb,var(--nav-family) 20%,white)!important}
.nav-tool-family .nav-family-mini{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--nav-family-soft);color:var(--nav-family);font-size:8px;font-weight:950;letter-spacing:-.02em}
.nav-tool-family .nav-family-copy{min-width:0}.nav-tool-family strong{display:block;font-size:10px}.nav-tool-family small{display:block;font-size:8px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-tool-family i{font-style:normal;color:var(--nav-family);font-size:16px;transition:transform .15s ease}.nav-tool-family:hover i{transform:translateX(2px)}
.nav-tool-family[data-family="documents"]{--nav-family:#e65d62;--nav-family-soft:#fff2f2}.nav-tool-family[data-family="data"]{--nav-family:#159773;--nav-family-soft:#edf9f5}.nav-tool-family[data-family="images"]{--nav-family:#d14c9d;--nav-family-soft:#fff2f9}.nav-tool-family[data-family="utilities"]{--nav-family:#6257d9;--nav-family-soft:#f4f2ff}.nav-tool-family[data-family="dev"]{--nav-family:#475569;--nav-family-soft:#f4f7fa}.nav-tool-family[data-family="text"]{--nav-family:#805dd9;--nav-family-soft:#f6f1ff}.nav-tool-family[data-family="files"]{--nav-family:#2d79d8;--nav-family-soft:#eff7ff}.nav-tool-family[data-family="dates"]{--nav-family:#df8b32;--nav-family-soft:#fff7e9}.nav-tool-family[data-family="automation"]{--nav-family:#118e9b;--nav-family-soft:#eef9fa}
.nav-tools-featured{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:9px 4px 1px;border-top:1px solid var(--line);margin-top:4px}.nav-tools-featured>span{font-size:8px;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-right:2px}.nav-tools-featured a{font-size:8px!important;color:#4f4abf!important;background:#f4f3ff;border:1px solid #e5e2ff;border-radius:999px;padding:5px 8px;text-decoration:none}.nav-tools-featured a:hover{background:#eceaff!important;color:#3934a9!important}
.mobile-tools-link{display:none!important}
@media(max-width:1080px){.nav-tools-dropdown .nav-dropdown-menu{width:680px;transform:translateX(-18%)}.nav-tool-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:940px){.mobile-tools-link{display:inline-flex!important;background:#eef6ff!important;color:#2d79d8!important}}
@media(max-width:600px){.mobile-tools-link,.mobile-packs-link{padding-left:9px!important;padding-right:9px!important;font-size:10px!important}}
@media(max-width:430px){.mobile-tools-link,.mobile-packs-link{font-size:0!important;min-width:34px!important;padding:0!important}.mobile-tools-link::before{content:'▦';font-size:13px}.mobile-packs-link::before{content:'◎';font-size:13px}}

/* WorkToolset v1.10 — Smart Workspace */
.home-workspace-section{max-width:1220px;margin:28px auto 0;padding:0 22px 18px}.workspace-section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:18px}.workspace-section-head h2{font-size:32px;letter-spacing:-.035em;margin:4px 0 7px}.workspace-section-head p{max-width:720px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.workspace-head-actions{display:flex;gap:8px;flex-wrap:wrap}.workspace-guest-card,.workspace-member{border:1px solid #dfdef5;background:linear-gradient(135deg,#f7f6ff 0%,#fff 58%,#f3fbf8 100%);border-radius:20px;box-shadow:0 18px 50px rgba(39,35,95,.07);padding:20px}.workspace-guest-copy{display:flex;align-items:center;gap:14px}.workspace-orbit{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,var(--primary),#5d75dc);color:#fff;font-size:20px;font-weight:950;box-shadow:0 8px 22px rgba(86,77,200,.24)}.workspace-guest-copy strong{font-size:16px}.workspace-guest-copy p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.6;max-width:760px}.workspace-guest-actions{display:flex;gap:8px;margin-top:15px}.workspace-local-recent{margin-top:16px}.workspace-local-label{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.workspace-local-label strong{font-size:11px}.workspace-local-label small{font-size:9px;color:var(--muted)}.workspace-local-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.workspace-member{padding:0;overflow:hidden;background:#fff}.workspace-member-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;background:linear-gradient(120deg,#17182f,#292754 60%,#1d4850);color:#fff}.workspace-member-kicker{display:block;font-size:9px;font-weight:900;letter-spacing:.12em;color:#b9b7ff;margin-bottom:5px}.workspace-member-banner h3{font-size:24px;margin:0 0 4px}.workspace-member-banner p{margin:0;color:#d9daea;font-size:10px;line-height:1.55;max-width:720px}.workspace-member-banner .button.ghost{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.06)}.workspace-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.workspace-stat-grid article{padding:15px 20px;border-right:1px solid var(--line)}.workspace-stat-grid article:last-child{border-right:0}.workspace-stat-grid strong,.workspace-stat-grid span{display:block}.workspace-stat-grid strong{font-size:24px;letter-spacing:-.03em}.workspace-stat-grid span{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:850;margin-top:3px}.workspace-dashboard-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:15px}.workspace-panel{border:1px solid var(--line);border-radius:14px;padding:13px;background:#fbfbfd;min-width:0}.workspace-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:9px}.workspace-panel-head span{font-size:8px;font-weight:900;letter-spacing:.11em;color:var(--primary)}.workspace-panel-head h3{font-size:14px;margin:2px 0 0}.workspace-panel-head small{font-size:9px;color:var(--muted)}.text-button{border:0;background:transparent;color:var(--primary);font-size:9px;font-weight:850;padding:2px;cursor:pointer}.workspace-tool-list,.workspace-preset-list{display:grid;gap:6px}.workspace-tool-row,.workspace-preset-row{width:100%;display:grid;grid-template-columns:31px minmax(0,1fr) 14px;align-items:center;gap:9px;border:1px solid #e7e8ee;border-radius:10px;padding:8px;background:#fff;text-align:left;color:var(--text);cursor:pointer;transition:.15s}.workspace-tool-row:hover,.workspace-preset-row:hover{border-color:#c9c6ef;box-shadow:0 5px 14px rgba(60,54,130,.06);transform:translateY(-1px)}.workspace-tool-icon,.workspace-preset-row>span:first-child{width:29px;height:29px;border-radius:8px;background:var(--primary-soft);display:grid;place-items:center;font-size:13px}.workspace-tool-row strong,.workspace-tool-row small,.workspace-preset-row strong,.workspace-preset-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-tool-row strong,.workspace-preset-row strong{font-size:10px}.workspace-tool-row small,.workspace-preset-row small{font-size:8.5px;color:var(--muted);margin-top:2px}.workspace-tool-row i,.workspace-preset-row i{font-style:normal;color:#aaa;font-size:12px}.workspace-empty{min-height:94px;border:1px dashed #d9dbe4;border-radius:10px;padding:13px;display:grid;place-items:center;text-align:center;color:var(--muted)}.workspace-empty>span{font-size:18px}.workspace-empty p{font-size:9px;line-height:1.5;margin:3px 0}.workspace-empty a{font-size:9px;font-weight:850;color:var(--primary)}.workspace-recommendation{margin:0 15px 15px;border:1px solid #d8dcf4;border-radius:14px;padding:13px 15px;display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(100deg,#f5f4ff,#f7fbff)}.workspace-recommendation span,.workspace-recommendation strong,.workspace-recommendation p{display:block}.workspace-recommendation span{font-size:8px;font-weight:900;letter-spacing:.12em;color:var(--primary)}.workspace-recommendation strong{font-size:13px;margin:3px 0}.workspace-recommendation p{font-size:9px;color:var(--muted);margin:0;line-height:1.5}
@media(max-width:980px){.workspace-dashboard-grid{grid-template-columns:1fr 1fr}.workspace-panel:last-child{grid-column:1/-1}.workspace-local-list{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.home-workspace-section{padding:0 16px 12px}.workspace-section-head{align-items:flex-start;flex-direction:column}.workspace-section-head h2{font-size:28px}.workspace-head-actions{width:100%}.workspace-head-actions .button{flex:1}.workspace-guest-copy{align-items:flex-start}.workspace-guest-actions{flex-direction:column}.workspace-member-banner{align-items:flex-start;flex-direction:column}.workspace-stat-grid{grid-template-columns:1fr 1fr}.workspace-stat-grid article:nth-child(2){border-right:0}.workspace-stat-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.workspace-dashboard-grid{grid-template-columns:1fr}.workspace-panel:last-child{grid-column:auto}.workspace-local-list{grid-template-columns:1fr}.workspace-recommendation{align-items:flex-start;flex-direction:column}.workspace-recommendation .button{width:100%}}

/* v1.11 — Smart Router niveau 2 */
.task-router-prep{margin-top:7px;padding:7px 9px;border-radius:9px;background:#f3f2ff;color:var(--primary);font-size:8px;font-weight:800;line-height:1.45}
.router-context-main{min-width:0}.router-preparation{margin-top:9px;padding:9px;border:1px solid #dfdefe;border-radius:10px;background:#fff}.router-preparation-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.router-preparation-head b{font-size:9px;color:var(--primary)}.router-preparation-head em{font-size:8px;font-style:normal;color:var(--muted)}.router-preparation-chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:8px}.router-preparation-chips span{display:inline-flex;gap:4px;align-items:center;border:1px solid #e4e4f4;background:#f8f8ff;border-radius:999px;padding:4px 7px;font-size:8px;color:var(--muted)}.router-preparation-chips b{color:var(--text);font-size:8px}.router-preparation-notes{display:grid;gap:4px;margin-top:7px}.router-preparation-notes span{font-size:8px;line-height:1.45;color:var(--muted)}.router-apply-preparation{margin-top:1px}.router-apply-preparation:disabled{opacity:.72;cursor:default}
@media(max-width:700px){.router-context-banner{grid-template-columns:auto 1fr}.router-context-close{grid-column:2;grid-row:1;justify-self:end}.router-context-main{grid-column:1 / -1}.router-preparation-head{align-items:flex-start;flex-direction:column}}

/* v1.12 — Data Intelligence & Image Compare */
.mapping-table select{min-width:180px;max-width:260px;border:1px solid var(--line);border-radius:8px;padding:7px 8px;background:#fff;color:var(--text);font-size:9px}.mapping-type{display:block;margin-top:3px;color:var(--muted);font-size:8px;font-weight:600}.mapping-confidence,.audit-severity{display:inline-flex;align-items:center;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;white-space:nowrap}.mapping-confidence.success{background:#eaf8f1;color:#13734c}.mapping-confidence.warn{background:#fff7e6;color:#90600c}.mapping-confidence.danger{background:#fff0f0;color:#a43a3a}.mapping-confidence.info{background:#eef6ff;color:#2d6fb9}.audit-severity.critical{background:#ffe8e8;color:#9f2424}.audit-severity.high{background:#fff0f0;color:#b23b3b}.audit-severity.medium{background:#fff7e6;color:#8e5e0c}.audit-severity.low{background:#eef3f8;color:#556274}.audit-table td:last-child{max-width:360px;white-space:normal;word-break:break-word}.image-compare-layout{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.image-compare-stage{position:relative;overflow:hidden;min-height:260px;border:1px dashed var(--line-strong);border-radius:14px;background:#f6f7fa;display:grid;place-items:center}.image-compare-stage .compare-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.image-compare-stage .compare-a{z-index:1}.image-compare-stage .compare-b{z-index:2}.image-compare-stage:after{content:'A  |  B';position:absolute;z-index:3;left:10px;bottom:10px;background:rgba(17,24,39,.78);color:#fff;border-radius:999px;padding:4px 8px;font-size:8px;font-weight:900;letter-spacing:.05em}.image-compare-layout .image-tool-preview{min-height:260px}.image-compare-layout .image-tool-preview canvas{max-width:100%;height:auto}.mapping-table td,.audit-table td{vertical-align:top}
@media(max-width:900px){.image-compare-layout{grid-template-columns:1fr}.mapping-table{min-width:900px}.audit-table{min-width:980px}}

/* v1.14 — Batch & Automation */
.batch-workspace{display:grid;grid-template-columns:360px minmax(0,1fr);gap:18px;align-items:start}.batch-control-panel{position:sticky;top:94px}.batch-file-button{margin-top:7px}.batch-workflow-card{border:1px solid #d9e7ea;background:linear-gradient(135deg,#f1fbfc,#fff);border-radius:12px;padding:11px}.batch-workflow-card strong,.batch-workflow-card span,.batch-workflow-card small{display:block}.batch-workflow-card strong{font-size:11px}.batch-workflow-card span{font-size:9px;color:#087985;font-weight:850;margin-top:3px}.batch-workflow-card small{font-size:8px;color:var(--muted);line-height:1.5;margin-top:6px}.batch-sheet-options{margin-top:10px}.batch-preview{margin:0 0 14px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:auto}.batch-preview>.empty-state{min-height:150px}.batch-preview-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:11px 13px;border-bottom:1px solid var(--line);background:#fafbfc}.batch-preview-head strong{font-size:10px}.batch-preview-head span{font-size:9px;color:var(--muted)}.batch-status{display:inline-flex;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;background:#eef3f8;color:#556274}.batch-status.termine,.batch-status.simule{background:#eaf8f1;color:#13734c}.batch-status.erreur{background:#fff0f0;color:#a43a3a}.batch-status.arrete{background:#fff7e6;color:#90600c}.stat-pill.danger{background:#fff0f0;color:#a43a3a;border-color:#f2cccc}.bwf-preset small{font-size:7px;opacity:.7;margin-left:4px}
@media(max-width:950px){.batch-workspace{grid-template-columns:1fr}.batch-control-panel{position:static}}


/* v1.15 — Catalogue Completion & Navigation Readability */
.nav-dropdown-menu{width:500px;padding:14px;gap:8px}
.nav-dropdown-menu>a{grid-template-columns:40px 1fr;gap:11px;padding:11px 12px;border-radius:13px}
.nav-dropdown-menu strong{font-size:13px;line-height:1.3}
.nav-dropdown-menu small{font-size:11px;line-height:1.4;margin-top:3px}
.nav-dropdown-all>span:first-child{width:40px;height:40px}
.nav-tools-dropdown .nav-dropdown-menu{width:940px;padding:16px;transform:translateX(-25%)}
.nav-tools-top{gap:10px}
.nav-smart-entry{grid-template-columns:40px 1fr;gap:11px;padding:11px 12px}
.nav-smart-entry>span:first-child{width:40px;height:40px}
.nav-smart-entry strong{font-size:13px;line-height:1.3}.nav-smart-entry small{font-size:11px;line-height:1.4;margin-top:3px}
.nav-tool-family-grid{gap:8px;margin-top:5px}
.nav-tool-family{grid-template-columns:40px minmax(0,1fr) 14px!important;gap:11px!important;padding:11px 12px!important;border-radius:13px!important}
.nav-tool-family .nav-family-mini{width:40px;height:40px;font-size:9px}
.nav-tool-family strong{font-size:13px;line-height:1.3}.nav-tool-family small{font-size:11px;line-height:1.4;margin-top:3px}
.nav-tools-featured{padding:12px 5px 2px;gap:9px}.nav-tools-featured>span,.nav-tools-featured a{font-size:11px!important;line-height:1.4}
.field-grid{display:grid;gap:10px;margin-bottom:10px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.field-grid>label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#4f5869}.field-grid input,.field-grid select,.field-grid textarea{width:100%;border:1px solid var(--line-strong);background:#fff;border-radius:10px;padding:10px 11px;color:var(--text);outline:0}.drop-zone.compact{padding:14px 16px}.drop-zone.compact input{margin-top:8px}.check-row{display:flex;align-items:flex-start;gap:8px;margin:10px 0;color:var(--muted);font-size:11px;line-height:1.45}.check-row input{margin-top:2px;accent-color:var(--primary)}.form-field-list{display:grid;gap:10px}.form-field-list>.field{padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff}.action-row.compact{margin-top:0;gap:6px}
.image-tool-preview.checker{background-color:#fff;background-image:linear-gradient(45deg,#e8ebf1 25%,transparent 25%),linear-gradient(-45deg,#e8ebf1 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e8ebf1 75%),linear-gradient(-45deg,transparent 75%,#e8ebf1 75%);background-size:18px 18px;background-position:0 0,0 9px,9px -9px,-9px 0}
@media(max-width:1180px){.nav-tools-dropdown .nav-dropdown-menu{width:850px;transform:translateX(-24%)}}
@media(max-width:1080px){.nav-tools-dropdown .nav-dropdown-menu{width:720px;transform:translateX(-20%)}.nav-tool-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.field-grid.two,.field-grid.three,.field-grid.four{grid-template-columns:1fr}}

/* Guided UX — v1.15.2 */
.guided-tool-card{margin:0 0 22px;border:1px solid #d9dcff;background:linear-gradient(135deg,#f7f7ff,#fbfcff);border-radius:16px;padding:16px 17px;box-shadow:0 8px 24px rgba(65,61,160,.06)}
.guided-tool-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.guided-tool-head>div{display:grid;gap:5px}.guided-tool-head strong{font-size:13px;line-height:1.5;color:#30384b;font-weight:760;max-width:760px}
.guided-toggle{border:0;background:transparent;color:var(--primary);font-size:11px;font-weight:850;cursor:pointer;padding:4px 0;white-space:nowrap}
.guided-tool-content{margin-top:14px}.guided-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;list-style:none;padding:0;margin:0}
.guided-steps li{display:flex;gap:9px;align-items:flex-start;background:#fff;border:1px solid #e5e7f2;border-radius:11px;padding:10px 11px;font-size:11px;line-height:1.45;color:#596276}
.guided-steps b{display:grid;place-items:center;flex:0 0 22px;height:22px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:10px}
.guided-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}
.guided-control-help{display:flex;gap:7px;align-items:flex-start;font-size:10px;line-height:1.45;color:#70798b;font-weight:600;margin-top:6px}
.guided-control-help:before{content:'?';display:grid;place-items:center;flex:0 0 16px;height:16px;border-radius:999px;background:#ececff;color:#5d58d6;font-size:9px;font-weight:900;margin-top:0}
.guided-recommended{display:inline-flex;flex:0 0 auto;align-items:center;background:#eaf8f0;color:#25784a;border-radius:999px;padding:2px 6px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.guided-inline-field{flex-wrap:wrap;align-items:flex-start!important}.guided-inline-field .guided-control-help{flex-basis:100%;max-width:260px;margin-left:0}
.guided-highlight{animation:guidedPulse 1.8s ease}@keyframes guidedPulse{0%,100%{box-shadow:inherit}30%{box-shadow:0 0 0 5px rgba(91,86,214,.18)}}
@media(max-width:800px){.guided-steps{grid-template-columns:1fr}.guided-tool-head{align-items:flex-start}.guided-tool-head strong{font-size:12px}}
.guided-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.guided-option-grid .field{margin-bottom:0}@media(max-width:560px){.guided-option-grid{grid-template-columns:1fr}}

/* Semantic Intelligence — v1.16 */
.semantic-results{display:grid;gap:14px;margin-top:14px}.semantic-result-card{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);border-radius:16px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.semantic-result-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin-bottom:10px}.semantic-result-head strong{display:block;font-size:.96rem}.semantic-result-head small{display:block;margin-top:3px;color:var(--muted,#64748b)}.semantic-rank{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(99,102,241,.1);font-weight:800;color:#4f46e5}.semantic-result-card p{margin:0;line-height:1.6;white-space:pre-wrap}.semantic-proof{margin-top:11px;padding-top:10px;border-top:1px dashed var(--border,#e5e7eb);font-size:.78rem;color:var(--muted,#64748b);font-weight:650}@media(max-width:720px){.semantic-result-head{grid-template-columns:auto 1fr}.semantic-result-head>.stat-pill{grid-column:2;justify-self:start}.semantic-result-card{padding:13px}}

/* Tool Workspace — v1.16.1
   Wider, calmer and more legible tool pages. */
:root{--tool-max:1480px}
.tool-page{max-width:var(--tool-max);padding:40px clamp(22px,3vw,44px) 96px}
.tool-page-top{margin-bottom:20px}
.tool-breadcrumb{margin-bottom:16px}
.server-tool-intro{max-width:none;margin:0 0 24px;padding:23px 27px;border-radius:18px;box-shadow:0 10px 28px rgba(26,33,60,.055)}
.server-tool-intro h1{font-size:30px;line-height:1.15;margin:5px 0 8px}
.server-tool-intro p{max-width:920px;font-size:13px;line-height:1.7}
.server-tool-badges{gap:9px}
.experience-privacy-badge,.experience-access-badge{padding:7px 10px;font-size:10px}

.tool-shell{border-radius:24px;box-shadow:0 16px 42px rgba(26,33,60,.075)}
.tool-header,.tool-shell>.tool-intro{padding:29px 34px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fcfcff 100%)}
.tool-shell>.tool-intro .tool-kicker{display:block;margin-bottom:8px;color:var(--primary);font-size:11px;letter-spacing:.13em;font-weight:900}
.tool-shell>.tool-intro h2{margin:0 0 8px;font-size:29px;line-height:1.15;letter-spacing:-.035em}
.tool-shell>.tool-intro p{margin:0;max-width:900px;color:var(--muted);font-size:13px;line-height:1.7}
.tool-header h1{font-size:30px;line-height:1.15;margin-bottom:8px}
.tool-header p{max-width:900px;font-size:13px;line-height:1.7}
.tool-body{padding:30px 34px 36px}

.workspace-grid{grid-template-columns:minmax(390px,430px) minmax(0,1fr);gap:30px;align-items:start}
.workspace-grid.equal{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.workspace-grid>aside,.workspace-grid>.panel:first-child{min-width:0}
.panel{padding:22px;border-radius:17px;background:#fafbfe}
.panel h3{font-size:15px;margin-bottom:18px}
.field{margin-bottom:18px}
.field label,.stack-form label,.field-grid>label{gap:8px;font-size:13px;line-height:1.35}
.field input,.field select,.stack-form input,.tool-textarea,.tool-input,.field-grid input,.field-grid select,.field-grid textarea{min-height:44px;border-radius:11px;padding:11px 12px;font-size:13px}
textarea.tool-textarea,.field textarea,.field-grid textarea{min-height:120px}
.field-help{font-size:11.5px;line-height:1.58;margin-top:8px}
.field-grid{gap:14px;margin-bottom:16px}
.workspace-grid>aside.panel .field-grid.two,.workspace-grid>.panel:first-child .field-grid.two{grid-template-columns:1fr}
.drop-zone{padding:31px 24px;border-radius:16px}
.drop-zone strong{font-size:14px}.drop-zone small{font-size:11.5px;line-height:1.55}
.action-row{gap:10px;margin-top:18px}
.mini-button{border-radius:10px;padding:9px 12px;font-size:12px}
.notice{padding:13px 14px;border-radius:12px;font-size:11.5px;line-height:1.62}
.stats-row{gap:9px;margin:15px 0}.stat-pill{font-size:11px;padding:7px 9px}
.empty-state{padding:44px 28px;font-size:12.5px;line-height:1.65}
.table-wrap{border-radius:14px;max-height:560px}.data-table{font-size:11.5px}.data-table th,.data-table td{padding:10px 12px}.data-table th{font-size:10.5px}
.analysis-grid{gap:20px;margin-top:18px}

/* Guided UX becomes a readable assistance layer rather than tiny helper text. */
.guided-tool-card{margin:0 0 28px;padding:20px 22px;border-radius:18px;box-shadow:0 9px 28px rgba(65,61,160,.055)}
.guided-tool-head{gap:22px}.guided-tool-head>div{gap:7px}.guided-tool-head strong{max-width:980px;font-size:14px;line-height:1.58}
.guided-toggle{font-size:12px;padding:5px 0}
.guided-tool-content{margin-top:17px}.guided-steps{gap:12px}.guided-steps li{gap:11px;padding:13px 14px;border-radius:13px;font-size:12px;line-height:1.55}
.guided-steps b{flex-basis:25px;height:25px;font-size:11px}.guided-actions{gap:10px;margin-top:14px}
.guided-control-help{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:start;margin-top:9px;padding:9px 10px;border:1px solid #e8eaf3;border-radius:10px;background:#f7f8fc;font-size:11px;line-height:1.55;color:#687184;font-weight:580}
.guided-control-help:before{width:18px;height:18px;flex-basis:18px;margin-top:1px;font-size:10px}
.guided-control-copy{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;min-width:0}
.guided-control-text{flex:1 1 220px;min-width:0}
.guided-recommended{padding:3px 7px;font-size:8.5px;line-height:1.25}
.guided-inline-field .guided-control-help{flex-basis:100%;width:100%;max-width:none;margin-left:0}

/* Semantic tools: give the search/results area room to breathe. */
.semantic-results{gap:16px;margin-top:18px}.semantic-result-card{padding:19px 20px;border-radius:17px}.semantic-result-head{gap:14px;margin-bottom:12px}.semantic-result-card p{font-size:13px;line-height:1.68}.semantic-proof{font-size:11px;line-height:1.5}

/* Large desktop: make better use of wide monitors without creating unreadable line lengths. */
@media(min-width:1320px){
  .workspace-grid{grid-template-columns:minmax(420px,460px) minmax(0,1fr);gap:34px}
  .tool-body{padding:34px 38px 40px}
  .panel{padding:24px}
}
@media(max-width:1100px){
  .tool-page{padding-left:22px;padding-right:22px}
  .workspace-grid{grid-template-columns:minmax(340px,380px) minmax(0,1fr);gap:24px}
}
@media(max-width:900px){
  .workspace-grid,.workspace-grid.equal{grid-template-columns:1fr;gap:20px}
  .workspace-grid>aside.panel .field-grid.two,.workspace-grid>.panel:first-child .field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
  .guided-steps{grid-template-columns:1fr}
}
@media(max-width:640px){
  .tool-page{padding:24px 14px 64px}
  .server-tool-intro{padding:18px 19px;margin-bottom:16px}
  .server-tool-intro h1{font-size:25px}
  .tool-header,.tool-shell>.tool-intro{padding:22px 20px}
  .tool-shell>.tool-intro h2,.tool-header h1{font-size:25px}
  .tool-body{padding:19px}
  .panel{padding:17px}
  .workspace-grid>aside.panel .field-grid.two,.workspace-grid>.panel:first-child .field-grid.two{grid-template-columns:1fr}
  .guided-tool-card{padding:16px}.guided-tool-head{gap:12px}.guided-tool-head strong{font-size:13px}
  .guided-control-help{font-size:10.8px;padding:8px 9px}
}
.field>span{display:block;margin-bottom:8px;font-size:13px;font-weight:800;line-height:1.35;color:#4f5869}
.field>textarea{width:100%;border:1px solid var(--line-strong);background:#fff;border-radius:11px;padding:11px 12px;color:var(--text);outline:0;font-size:13px;line-height:1.55;resize:vertical}
.field>textarea:focus{border-color:#b3b0ff;box-shadow:0 0 0 3px var(--primary-soft)}
/* Direct URLs already have the server-rendered title: avoid a second identical header inside the tool engine. */
.direct-tool-page .server-tool-intro{padding:4px 2px 18px;margin-bottom:8px;border:0;background:transparent;box-shadow:none}
.direct-tool-page #toolMount .tool-shell>.tool-header,.direct-tool-page #toolMount .tool-shell>.tool-intro{display:none}
.direct-tool-page #toolMount .tool-shell{margin-top:0}

/* v1.17 — readable Markdown preview for the balanced text toolkit. */
.markdown-preview{min-height:360px;padding:22px 24px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--text);font-size:13px;line-height:1.72;overflow:auto}
.markdown-preview>:first-child{margin-top:0}.markdown-preview>:last-child{margin-bottom:0}
.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4{margin:1.3em 0 .55em;line-height:1.25;letter-spacing:-.02em}
.markdown-preview h1{font-size:25px}.markdown-preview h2{font-size:20px}.markdown-preview h3{font-size:17px}
.markdown-preview p,.markdown-preview ul,.markdown-preview ol,.markdown-preview blockquote,.markdown-preview pre{margin:.75em 0}
.markdown-preview ul,.markdown-preview ol{padding-left:24px}.markdown-preview li{margin:.25em 0}
.markdown-preview blockquote{padding:10px 14px;border-left:3px solid var(--primary);border-radius:0 9px 9px 0;background:var(--primary-soft);color:#566075}
.markdown-preview code{padding:2px 5px;border-radius:6px;background:#f1f3f8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.92em}
.markdown-preview pre{padding:14px 16px;border-radius:12px;background:#171a24;color:#eef1ff;overflow:auto}.markdown-preview pre code{padding:0;background:transparent;color:inherit}
.markdown-preview a{color:var(--primary);font-weight:700;text-decoration:none}.markdown-preview a:hover{text-decoration:underline}

/* v1.18 — guided professional solutions and continuity across existing tools. */
.pack-solutions-section{margin:34px 0 42px;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fbfbff 0%,#f7f8fc 100%)}
.pack-solutions-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;margin-bottom:22px}.pack-solutions-head>div{max-width:820px}.pack-solutions-head h2{margin:6px 0 8px;font-size:25px;letter-spacing:-.025em}.pack-solutions-head p{margin:0;color:var(--muted);line-height:1.65}.solution-privacy-note{white-space:nowrap;padding:8px 10px;border:1px solid #dfe6df;border-radius:999px;background:#f5fbf6;color:#39734c;font-size:10px;font-weight:800}
.pack-solution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pack-solution-card{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid #e2e4ee;border-radius:19px;background:#fff;box-shadow:0 8px 26px rgba(36,42,72,.045);transition:.18s ease}.pack-solution-card:hover,.pack-solution-card.is-active-solution{border-color:#c9c7ff;box-shadow:0 12px 32px rgba(72,66,170,.09);transform:translateY(-1px)}
.solution-badge{display:inline-flex;width:max-content;align-items:center;padding:4px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:9px;font-weight:900;letter-spacing:.08em}.pack-solution-copy h3{margin:9px 0 7px;font-size:19px;line-height:1.28}.pack-solution-copy p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.6}
.solution-step-list{display:grid;gap:9px;margin:20px 0 18px;padding:0;list-style:none}.solution-step-list li{display:grid;grid-template-columns:29px minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid #eceef5;border-radius:12px;background:#fafbfe}.solution-step-list li>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff;border:1px solid #e0e3ed;color:#6d7485;font-size:9px;font-weight:900}.solution-step-list a{display:flex;flex-direction:column;gap:2px;color:inherit;text-decoration:none}.solution-step-list strong{font-size:12px}.solution-step-list small{color:var(--muted);font-size:10.5px;line-height:1.45}.solution-card-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:auto}.solution-card-actions small{max-width:210px;text-align:right;color:var(--muted);font-size:9.5px;line-height:1.45}
.journey-resume-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;margin:18px 0 24px;padding:16px 18px;border:1px solid #d9d7ff;border-radius:17px;background:linear-gradient(135deg,#fbfaff,#f5f6ff);box-shadow:0 8px 24px rgba(71,66,160,.06)}.journey-resume-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--primary);color:#fff;font-size:18px;font-weight:900}.journey-resume-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.journey-resume-copy>span{color:var(--primary);font-size:8.5px;font-weight:900;letter-spacing:.09em}.journey-resume-copy strong{font-size:14px}.journey-resume-copy small{color:var(--muted);font-size:10.5px}.journey-mini-progress{height:4px;margin-top:5px;border-radius:999px;background:#e6e7f3;overflow:hidden}.journey-mini-progress i{display:block;height:100%;border-radius:inherit;background:var(--primary)}.journey-resume-actions{display:flex;align-items:center;gap:10px}
.tool-journey-bar{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(180px,.65fr) auto;gap:18px;align-items:center;margin:8px 0 20px;padding:15px 17px;border:1px solid #d8d6ff;border-radius:16px;background:#fafaff;box-shadow:0 7px 22px rgba(72,66,165,.05)}.tool-journey-main{display:flex;align-items:center;gap:12px;min-width:0}.tool-journey-main>div{display:flex;min-width:0;flex-direction:column;gap:2px}.tool-journey-main strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-journey-main small{color:var(--muted);font-size:10.5px}.tool-journey-progress{display:grid;grid-template-columns:minmax(90px,1fr) auto;gap:8px;align-items:center}.tool-journey-progress>div{height:6px;border-radius:999px;background:#e3e4ef;overflow:hidden}.tool-journey-progress i{display:block;height:100%;border-radius:inherit;background:var(--primary)}.tool-journey-progress span{font-size:10px;font-weight:800;color:#6c7180}.tool-journey-actions{display:flex;align-items:center;gap:10px}.tool-journey-complete{grid-column:1/-1;display:flex;align-items:center;gap:12px}.tool-journey-complete>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e8f8ec;color:#237642;font-weight:900}.tool-journey-complete>div{display:flex;flex:1;flex-direction:column}.tool-journey-complete small{color:var(--muted)}
.preset-account-row .action-row{margin-top:0}
@media(max-width:900px){.pack-solution-grid{grid-template-columns:1fr}.pack-solutions-head{flex-direction:column}.solution-privacy-note{white-space:normal}.tool-journey-bar{grid-template-columns:1fr}.tool-journey-actions{justify-content:flex-start}.journey-resume-card{grid-template-columns:auto 1fr}.journey-resume-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:640px){.pack-solutions-section{padding:18px;border-radius:18px}.solution-card-actions{align-items:flex-start;flex-direction:column}.solution-card-actions small{text-align:left}.journey-resume-card{grid-template-columns:1fr}.journey-resume-mark{display:none}.journey-resume-actions{grid-column:auto;justify-content:flex-start}.tool-journey-main{align-items:flex-start;flex-direction:column}.tool-journey-actions{flex-wrap:wrap}}

/* v1.18.2 — Navigation & product orientation. */
.desktop-nav{gap:18px}
.nav-major-link{display:inline-flex;align-items:center;gap:6px;font-weight:760;color:#515b70!important}.nav-major-link>span{font-size:13px;color:var(--primary)}
.mobile-workspace-link{display:none!important}

.work-modes-section{max-width:1180px;margin:0 auto;padding:64px 24px 30px}.work-modes-heading{margin-bottom:20px}.work-modes-heading>div{max-width:760px}.access-clarity-chip{align-self:center;display:inline-flex;align-items:center;padding:8px 11px;border:1px solid #cfe7d5;border-radius:999px;background:#f2fbf4;color:#2d7445;font-size:10px;font-weight:850;white-space:nowrap}
.work-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.work-mode-card{position:relative;display:flex;min-width:0;min-height:242px;flex-direction:column;padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 7px 24px rgba(31,39,68,.045);transition:.18s ease}.work-mode-card:hover{transform:translateY(-2px);border-color:#cbc9ff;box-shadow:0 13px 30px rgba(67,62,160,.085)}.work-mode-card.featured{background:linear-gradient(145deg,#fbfaff,#f4f5ff);border-color:#d9d7ff}.work-mode-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:15px;border-radius:12px;background:var(--primary-soft);color:var(--primary);font-size:17px;font-weight:900}.work-mode-tag{position:absolute;top:18px;right:18px;display:inline-flex;padding:4px 7px;border-radius:999px;font-size:7.5px;font-weight:900;letter-spacing:.06em}.work-mode-tag.local{background:#edf8f0;color:#32764b}.work-mode-tag.mixed{background:#fff4db;color:#8b6416}.work-mode-tag.account{background:#eef1ff;color:#5752c9}.work-mode-card h3{margin:0 0 7px;font-size:18px;letter-spacing:-.02em}.work-mode-card p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.62}.work-mode-card strong{margin-top:auto;padding-top:16px;color:var(--primary);font-size:11px}

.workflow-hub-section{max-width:1180px;margin:0 auto;padding:38px 24px 58px;display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:28px;align-items:start}.workflow-hub-copy{padding:24px;border:1px solid #dcddf2;border-radius:21px;background:linear-gradient(145deg,#fbfbff,#f6f7ff);position:sticky;top:92px}.workflow-hub-copy h2{margin:7px 0 10px;font-size:26px;line-height:1.18;letter-spacing:-.035em}.workflow-hub-copy p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.7}.workflow-access-note{display:grid;gap:7px;margin-top:17px}.workflow-access-note span{display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:10px;background:#fff;border:1px solid #e5e7f1;color:#566074;font-size:10px;font-weight:720}.workflow-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.workflow-hub-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:174px;padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff;color:inherit;text-decoration:none;transition:.18s ease}.workflow-hub-card:hover{border-color:#cbc9ff;box-shadow:0 10px 27px rgba(67,62,160,.07);transform:translateY(-1px)}.workflow-hub-index{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#f0efff;color:var(--primary);font-size:9px;font-weight:900}.workflow-hub-card>div{display:flex;min-width:0;flex-direction:column}.workflow-hub-badge{width:max-content;padding:3px 6px;border-radius:999px;background:#eef1ff;color:#5a55c8;font-size:7.5px;font-weight:900;text-transform:uppercase}.workflow-hub-card h3{margin:7px 0 5px;font-size:15px;line-height:1.25}.workflow-hub-card p{margin:0;color:var(--muted);font-size:10.5px;line-height:1.55}.workflow-hub-card strong{margin-top:auto;padding-top:10px;color:var(--primary);font-size:10px}

.home-workspace-section{scroll-margin-top:92px}.workflow-hub-section,.work-modes-section,.tools-section{scroll-margin-top:86px}

@media(max-width:1100px){.desktop-nav{gap:12px}.desktop-nav>a,.nav-dropdown>summary{font-size:12px}.work-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:940px){.mobile-workspace-link{display:inline-flex!important;background:#f4f5f8!important;color:#4f586b!important}.workflow-hub-section{grid-template-columns:1fr}.workflow-hub-copy{position:static}.work-modes-section{padding-top:50px}}
@media(max-width:700px){.work-mode-grid,.workflow-hub-grid{grid-template-columns:1fr}.work-mode-card{min-height:205px}.access-clarity-chip{align-self:flex-start;white-space:normal}.workflow-hub-section,.work-modes-section{padding-left:16px;padding-right:16px}}
@media(max-width:600px){.mobile-workspace-link{padding-left:9px!important;padding-right:9px!important;font-size:10px!important}.mobile-packs-link{display:none!important}}
@media(max-width:430px){.mobile-workspace-link{font-size:0!important;min-width:34px!important;padding:0!important}.mobile-workspace-link::before{content:'◫';font-size:13px}}

/* v1.18.4 — Account Activation Diagnostics */
.auth-provider-zone{display:grid;gap:12px;margin:18px 0 14px}.social-auth-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 14px;border:1px solid var(--line-strong);border-radius:11px;background:#fff;color:var(--text);font-size:12px;font-weight:850;text-decoration:none;transition:.15s}.social-auth-button:hover{border-color:#b9bfd0;background:#fafbfe;transform:translateY(-1px)}.google-g{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;border:1px solid #dfe3eb;color:#4285f4;font:900 14px/1 Arial,sans-serif}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.auth-divider::before,.auth-divider::after{content:"";height:1px;background:var(--line);flex:1}.auth-provider-hint{margin:16px 0 12px;padding:11px 12px;border:1px dashed #cbd2e2;border-radius:11px;background:#f8f9fc;color:var(--muted);font-size:10px;line-height:1.55}.auth-provider-hint strong,.auth-provider-hint span{display:block}.auth-provider-hint strong{color:var(--text);font-size:11px;margin-bottom:3px}.auth-provider-hint code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.auth-success-panel{display:grid;gap:12px;text-align:center;padding:22px 0 6px}.auth-success-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:22px;font-weight:900}.auth-success-panel h3{margin:0;font-size:18px}.auth-success-panel p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.local-debug-note{display:block;padding:9px 10px;border-radius:9px;background:#fff7dc;color:#77530a;font-size:9px;line-height:1.5}.account-provider-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#fbfcff}.account-provider-card h3,.account-provider-card p{margin:0}.account-provider-card p{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.55}.account-provider-card .button{white-space:nowrap}
@media(max-width:640px){.account-provider-card{align-items:flex-start;flex-direction:column}.account-provider-card .button{width:100%;justify-content:center}}

/* v1.18.7 — Account & Workspace Activation */
.workspace-sync-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:9px}.workspace-sync-status span{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:rgba(112,225,183,.13);border:1px solid rgba(112,225,183,.22);color:#d9fff0;font-size:8.5px;font-weight:850;letter-spacing:.02em}.workspace-sync-status small{color:#c8cadb;font-size:8.5px}.workspace-onboarding{margin:15px 15px 0;border:1px solid #d8dcf4;border-radius:14px;padding:14px;background:linear-gradient(110deg,#faf9ff,#f6fbff)}.workspace-onboarding-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:11px}.workspace-onboarding-head span,.workspace-onboarding-head strong,.workspace-onboarding-head p{display:block}.workspace-onboarding-head span{font-size:8px;font-weight:900;letter-spacing:.12em;color:var(--primary)}.workspace-onboarding-head strong{font-size:14px;margin:3px 0}.workspace-onboarding-head p{font-size:9px;color:var(--muted);margin:0}.workspace-onboarding-head>b{min-width:46px;text-align:center;padding:7px 9px;border-radius:10px;background:#fff;border:1px solid var(--line);font-size:11px;color:var(--primary)}.workspace-onboarding-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.workspace-onboarding-step{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:10px;border:1px solid #e2e4ee;border-radius:11px;background:#fff;color:var(--text);text-decoration:none;transition:.15s}.workspace-onboarding-step:hover{border-color:#c7c4ef;transform:translateY(-1px);box-shadow:0 5px 14px rgba(60,54,130,.06)}.workspace-onboarding-step>i{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-size:10px;font-style:normal;font-weight:900}.workspace-onboarding-step strong,.workspace-onboarding-step small,.workspace-onboarding-step em{display:block}.workspace-onboarding-step strong{font-size:10px}.workspace-onboarding-step small{font-size:8.5px;line-height:1.45;color:var(--muted);margin:3px 0 6px}.workspace-onboarding-step em{font-size:8.5px;font-style:normal;font-weight:850;color:var(--primary)}.workspace-onboarding-step.done{background:#f7fbf9;border-color:#dcece4}.workspace-onboarding-step.done>i{background:var(--green-soft);color:var(--green)}.workspace-onboarding-step.done em{color:var(--green)}.workspace-local-continuity{padding:8px 9px;margin-bottom:6px;border-radius:9px;background:#f8f9fc;border:1px dashed #d8dbe6}.workspace-local-continuity strong,.workspace-local-continuity small{display:block}.workspace-local-continuity strong{font-size:9px}.workspace-local-continuity small{font-size:8px;color:var(--muted);line-height:1.45;margin-top:2px}.account-provider-card.linked{background:#f7fbf9;border-color:#d7eadf}.account-provider-main{display:flex;align-items:center;gap:11px;min-width:0}.account-provider-main>div{min-width:0}.account-provider-main h3{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.provider-linked-chip{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:8px;font-weight:900;letter-spacing:.03em}.provider-security-note{font-size:9px;color:var(--green);font-weight:800;text-align:right}
@media(max-width:760px){.workspace-onboarding-grid{grid-template-columns:1fr}.workspace-onboarding-head{align-items:center}.provider-security-note{text-align:left}.account-provider-main{align-items:flex-start}}

/* v1.18.8 — Projects & Workflow Continuity */
.workspace-project-list{display:grid;gap:6px}.workspace-project-row{width:100%;display:grid;grid-template-columns:31px minmax(0,1fr) 14px;align-items:center;gap:9px;border:1px solid #e7e8ee;border-radius:10px;padding:8px;background:#fff;text-align:left;color:var(--text);cursor:pointer;transition:.15s}.workspace-project-row:hover{border-color:#c9c6ef;box-shadow:0 5px 14px rgba(60,54,130,.06);transform:translateY(-1px)}.workspace-project-icon{width:29px;height:29px;border-radius:8px;background:#eef4ff;display:grid;place-items:center;font-size:13px;color:#435d9d}.workspace-project-row strong,.workspace-project-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-project-row strong{font-size:10px}.workspace-project-row small{font-size:8.5px;color:var(--muted);margin-top:2px}.workspace-project-row i{font-style:normal;color:#aaa;font-size:12px}.workspace-project-panel{background:linear-gradient(145deg,#fbfcff,#f8f8ff)}
.project-create-card{border:1px solid #dadcf0;background:linear-gradient(120deg,#f7f6ff,#fff);border-radius:15px;padding:16px;margin:18px 0}.project-create-card>div>strong,.project-create-card>div>small{display:block}.project-create-card>div>strong{font-size:14px}.project-create-card>div>small{font-size:10px;color:var(--muted);margin-top:4px}.project-create-form{display:grid;grid-template-columns:1fr 1.4fr auto;gap:8px;margin-top:12px}.project-create-form input,.project-add-grid select,.project-edit-form input{min-width:0;border:1px solid var(--line);border-radius:9px;padding:9px 10px;background:#fff;color:var(--text);font:inherit;font-size:10px}.project-account-card{border:1px solid var(--line);border-radius:15px;background:#fff;padding:16px;margin:12px 0;box-shadow:0 8px 24px rgba(30,34,65,.035)}.project-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.project-card-head h3{margin:3px 0 5px;font-size:17px}.project-card-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.project-card-head small{display:block;color:var(--muted);font-size:9px;margin-top:7px}.project-kicker{font-size:8px;letter-spacing:.11em;font-weight:900;color:var(--primary)}.project-item-list{display:grid;gap:7px;margin:14px 0}.project-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.project-item-open{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #e7e8ee;border-radius:10px;background:#fafbff;padding:8px 10px;text-align:left;cursor:pointer;color:var(--text)}.project-item-open:hover{border-color:#c9c6ef;background:#fff}.project-item-open>span:first-child{width:26px;height:26px;border-radius:7px;background:var(--primary-soft);display:grid;place-items:center}.project-item-open strong,.project-item-open small{display:block}.project-item-open strong{font-size:10px}.project-item-open small{font-size:8px;color:var(--muted);margin-top:2px}.project-item-open i{font-style:normal;font-size:8px;color:var(--primary);font-weight:850}.project-add-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;gap:7px;align-items:end;border-top:1px solid var(--line);padding-top:12px}.project-add-grid label{display:grid;gap:5px;font-size:8px;font-weight:850;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.project-edit-details{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.project-edit-details summary{cursor:pointer;font-size:9px;font-weight:800;color:var(--primary)}.project-edit-form{grid-template-columns:1fr 1.4fr auto;display:grid;gap:8px;margin-top:10px}.project-edit-form .mini-button{align-self:center}.workspace-stat-grid{grid-template-columns:repeat(6,1fr)}
@media(max-width:980px){.workspace-stat-grid{grid-template-columns:repeat(3,1fr)}.workspace-dashboard-grid{grid-template-columns:1fr 1fr}.workspace-project-panel{grid-column:auto}.project-add-grid{grid-template-columns:1fr auto}.project-create-form,.project-edit-form{grid-template-columns:1fr}}
@media(max-width:700px){.workspace-stat-grid{grid-template-columns:1fr 1fr}.workspace-stat-grid article{border-bottom:1px solid var(--line)}.workspace-stat-grid article:last-child{grid-column:1/-1;border-bottom:0}.project-card-head{flex-direction:column}.project-item-row{grid-template-columns:1fr}.project-add-grid{grid-template-columns:1fr}.project-create-form,.project-edit-form{grid-template-columns:1fr}}

/* v1.18.9 — Project Workspace & Continuity */
.project-focus-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;margin:16px 0;padding:16px;border:1px solid #d9dcf2;border-radius:15px;background:linear-gradient(120deg,#f7f7ff,#fbfdff)}
.project-focus-header>div:first-child>span,.project-focus-header>div:first-child>strong,.project-focus-header>div:first-child>small{display:block}.project-focus-header>div:first-child>span{margin-top:8px;color:var(--primary);font-size:8px;font-weight:900;letter-spacing:.12em}.project-focus-header>div:first-child>strong{font-size:20px;margin:3px 0}.project-focus-header>div:first-child>small{color:var(--muted);font-size:10px;line-height:1.55}.project-focus-actions{display:flex;align-items:center;justify-content:flex-end;min-height:34px}.project-context-suggestion{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid #e0def7;border-radius:11px;background:#fff}.project-context-suggestion>span{font-size:8px;font-weight:900;letter-spacing:.08em;color:var(--primary);white-space:nowrap}.project-context-suggestion strong,.project-context-suggestion small{display:block}.project-context-suggestion strong{font-size:10px}.project-context-suggestion small{font-size:8.5px;color:var(--muted);margin-top:2px}.project-card-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.project-account-card.focused{border-color:#cbc8ef;box-shadow:0 10px 28px rgba(56,50,130,.07)}
.workspace-onboarding-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:980px){.workspace-onboarding-grid{grid-template-columns:1fr 1fr}.project-context-suggestion{grid-template-columns:1fr}.project-context-suggestion .action-row{justify-content:flex-start}}
@media(max-width:700px){.workspace-onboarding-grid{grid-template-columns:1fr}.project-focus-header{grid-template-columns:1fr}.project-focus-actions{justify-content:flex-start}.project-card-actions{justify-content:flex-start}}

/* v1.19.0 — Connected Tools & Continue With */
.connected-tools-panel{margin:18px 0 22px;padding:18px;border:1px solid #d9dcf2;border-radius:17px;background:linear-gradient(135deg,#fafaff,#f7fbff);box-shadow:0 12px 32px rgba(49,45,113,.055)}
.connected-tools-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;margin-bottom:14px}.connected-tools-head h2{margin:4px 0 5px;font-size:20px}.connected-tools-head p{margin:0;max-width:760px;color:var(--muted);font-size:10px;line-height:1.6}.connected-project-context{min-width:190px;padding:10px 12px;border:1px solid #dedff0;border-radius:11px;background:#fff}.connected-project-context span,.connected-project-context strong{display:block}.connected-project-context span{font-size:7.5px;font-weight:900;letter-spacing:.09em;color:var(--primary)}.connected-project-context strong{margin:3px 0 4px;font-size:10px}.connected-project-context .text-button{font-size:8.5px}
.connected-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.connected-tool-card{display:flex;flex-direction:column;min-width:0;padding:13px;border:1px solid #e1e3ee;border-radius:13px;background:#fff}.connected-tool-card.recommended{border-color:#c8c3ef;box-shadow:0 8px 20px rgba(68,58,150,.07)}.connected-tool-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.connected-tool-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--primary-soft);color:var(--primary);font-size:10px;font-weight:900}.connected-tool-top em{font-style:normal;font-size:7px;font-weight:900;letter-spacing:.08em;color:var(--primary)}.connected-tool-card>strong{font-size:12px}.connected-tool-card>p{margin:5px 0 4px;font-size:9px;line-height:1.45;font-weight:750;color:#454866}.connected-tool-card>small{display:block;flex:1;color:var(--muted);font-size:8.5px;line-height:1.5}.connected-tool-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.related-tools.connected-replaced{display:none}

.connected-account-nudge{margin-top:14px;padding:15px 16px;border:1px solid #e0e2ea;border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.connected-account-nudge>div{min-width:0}.connected-account-nudge span{display:block;color:#5b50ce;font-size:7.5px;font-weight:950;letter-spacing:.09em}.connected-account-nudge strong{display:block;margin:4px 0 3px;font-size:11.5px}.connected-account-nudge p{margin:0;color:var(--muted);font-size:9.5px;line-height:1.5}.connected-account-nudge .button{flex:0 0 auto}
@media(max-width:900px){.connected-tool-grid{grid-template-columns:1fr 1fr}.connected-tools-head{grid-template-columns:1fr}.connected-project-context{min-width:0}}
@media(max-width:620px){.connected-tool-grid{grid-template-columns:1fr}.connected-tools-panel{padding:14px}.connected-tool-actions .mini-button{flex:1}.connected-account-nudge{align-items:stretch;flex-direction:column}.connected-account-nudge .button{width:100%}}


/* v1.19.1 — Navigation & Visual Polish: projects become a first-class product surface. */
.nav-projects-dropdown>summary{font-weight:820;color:#384158}.nav-projects-summary-icon{display:grid;place-items:center;width:21px;height:21px;border-radius:7px;background:#eeefff;color:var(--primary);font-size:10px}.nav-projects-menu{width:430px;grid-template-columns:1fr;left:50%;transform:translateX(-44%);padding:12px}.nav-projects-menu>a{grid-template-columns:40px minmax(0,1fr)}.nav-projects-primary{background:linear-gradient(135deg,#f4f3ff,#f8f9ff)!important;border-color:#dfddff!important}.nav-project-create>span:first-child{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#17182f;color:#fff;font-size:16px;font-weight:900}.nav-projects-note{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;padding:10px 12px;margin-top:2px;border-top:1px solid var(--line);color:#5a6477}.nav-projects-note>span:first-child{color:#36a06a;font-size:8px;margin-top:3px}.nav-projects-note strong,.nav-projects-note small{display:block}.nav-projects-note strong{font-size:10px}.nav-projects-note small{font-size:8.5px;color:var(--muted);margin-top:2px;line-height:1.45}.mobile-projects-link{display:none!important}
.work-modes-section{max-width:1240px}.work-mode-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.project-mode-card{background:linear-gradient(150deg,#17182f 0%,#292754 68%,#264754 100%)!important;border-color:#353661!important;color:#fff!important;box-shadow:0 14px 34px rgba(24,25,54,.16)!important}.project-mode-card .work-mode-icon{background:rgba(255,255,255,.12);color:#fff}.project-mode-card .work-mode-tag.account{background:rgba(146,141,255,.18);color:#d8d6ff}.project-mode-card p{color:#d2d4e2}.project-mode-card strong{color:#c9c7ff}.project-mode-card:hover{border-color:#6664c8!important;box-shadow:0 18px 42px rgba(24,25,54,.24)!important}
.workspace-projects-entry{border-color:#d6d5f3!important;background:#f8f7ff!important;color:#4c49bd!important}.workspace-member-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.workspace-new-project{border:1px solid rgba(255,255,255,.2);background:#fff;color:#222447;font-weight:850}.workspace-new-project:hover{background:#f3f2ff}.workspace-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px}.workspace-panel{padding:15px;border-radius:16px;background:#fbfcfe;box-shadow:0 3px 14px rgba(35,41,68,.025)}.workspace-panel-featured{border-color:#d9d7f4;background:linear-gradient(145deg,#f9f8ff,#fff)}.workspace-panel-title{display:flex;align-items:center;gap:10px}.workspace-panel-icon{display:grid!important;place-items:center;width:31px;height:31px;border-radius:9px;background:#eef0ff;color:var(--primary);font-size:12px!important;letter-spacing:0!important}.workspace-panel-title>div>span{display:block}.workspace-panel-actions{display:flex;align-items:center;gap:7px}.workspace-panel-intro{margin:-2px 0 10px;color:var(--muted);font-size:9.5px;line-height:1.5}.workspace-project-create-row{width:100%;display:grid;grid-template-columns:31px minmax(0,1fr) 14px;align-items:center;gap:9px;border:1px dashed #cfcee9;border-radius:10px;padding:8px;background:#f8f8ff;text-align:left;color:var(--text);cursor:pointer;transition:.15s}.workspace-project-create-row:hover{border-style:solid;border-color:#aaa7e7;background:#fff}.workspace-project-create-row>span:first-child{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;background:#fff;color:var(--primary);font-weight:900}.workspace-project-create-row strong,.workspace-project-create-row small{display:block}.workspace-project-create-row strong{font-size:9.5px}.workspace-project-create-row small{font-size:8px;color:var(--muted);margin-top:2px}.workspace-project-create-row i{font-style:normal;color:var(--primary)}.workspace-project-empty{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px dashed #cfcee9;border-radius:12px;background:#fff}.workspace-project-empty-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eff0ff;color:var(--primary);font-size:17px}.workspace-project-empty strong{display:block;font-size:11px}.workspace-project-empty p{margin:3px 0 0;color:var(--muted);font-size:8.5px;line-height:1.5}
.account-page{max-width:1180px}.account-shell{grid-template-columns:245px minmax(0,1fr);gap:22px}.account-sidebar{position:sticky;top:96px;padding:12px;border-radius:20px;box-shadow:0 12px 34px rgba(30,36,62,.045)}.account-tab{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 11px;border-radius:11px}.account-tab>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#f3f5f9;color:#687188;font-size:11px}.account-tab>strong{font:inherit;font-weight:780}.account-tab>em{font-style:normal;font-size:7px;font-weight:900;letter-spacing:.04em;padding:3px 5px;border-radius:999px;background:#eeefff;color:var(--primary)}.account-tab.active>span{background:#fff;color:var(--primary);box-shadow:0 3px 8px rgba(65,60,150,.08)}.account-tab-projects{margin:4px 0;border:1px solid #e0def6;background:#faf9ff}.account-tab-projects>span{background:#eeefff;color:var(--primary)}.account-content{border-radius:22px;padding:32px;box-shadow:0 14px 42px rgba(31,38,68,.045)}
.projects-page-hero{display:grid;grid-template-columns:58px minmax(0,1fr);gap:17px;align-items:start;padding:4px 0 8px}.projects-page-mark{display:grid;place-items:center;width:56px;height:56px;border-radius:17px;background:linear-gradient(145deg,#5f5be8,#4a47c6);color:#fff;font-size:22px;box-shadow:0 12px 26px rgba(79,75,205,.24)}.projects-page-hero h1{margin:3px 0 6px!important}.projects-page-hero p{margin:0;max-width:760px;color:var(--muted);font-size:12px;line-height:1.65}.projects-page-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.projects-page-chips span{display:inline-flex;padding:5px 8px;border:1px solid #e0e2ed;border-radius:999px;background:#fafbfe;color:#596276;font-size:8px;font-weight:800}.project-create-card-modern{display:grid;grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);gap:18px;align-items:center;padding:18px;border-radius:18px;background:linear-gradient(120deg,#f3f2ff,#fbfcff);border-color:#d9d7f4}.project-create-copy{display:flex;align-items:center;gap:11px}.project-create-icon{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:11px;background:#17182f;color:#fff;font-size:17px;font-weight:900}.project-create-copy strong,.project-create-copy small{display:block}.project-create-copy strong{font-size:13px}.project-create-copy small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45}.project-create-card-modern .project-create-form{margin:0;grid-template-columns:minmax(150px,.8fr) minmax(210px,1.2fr) auto}.projects-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:24px 0 10px;padding-bottom:10px;border-bottom:1px solid var(--line)}.projects-list-heading span,.projects-list-heading strong{display:block}.projects-list-heading span{font-size:8px;font-weight:900;letter-spacing:.11em;color:var(--primary)}.projects-list-heading strong{margin-top:3px;font-size:15px}.projects-list-heading small{color:var(--muted);font-size:9px}.account-projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.project-account-card{margin:0;padding:17px;border-radius:17px;box-shadow:0 8px 24px rgba(30,34,65,.04)}.project-account-card.focused{grid-column:1/-1}.project-card-identity{display:flex;gap:11px;align-items:flex-start;min-width:0}.project-card-mark{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:11px;background:#eef0ff;color:var(--primary);font-size:15px}.project-card-identity>div{min-width:0}.project-card-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.project-card-meta span{padding:4px 6px;border-radius:999px;background:#f5f6fa;color:#687184;font-size:7.5px;font-weight:800}.project-empty-showcase{grid-column:1/-1;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;padding:20px;border:1px dashed #d4d6e5;border-radius:17px;background:#fafbfe}.project-empty-showcase>span{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#eef0ff;color:var(--primary);font-size:20px}.project-empty-showcase strong{font-size:14px}.project-empty-showcase p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.55}
@media(max-width:1220px){.work-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1100px){.nav-projects-menu{transform:translateX(-48%)}}
@media(max-width:940px){.mobile-projects-link{display:inline-flex!important;background:#eeefff!important;color:#4f4bc5!important}.account-sidebar{position:static}.account-tab{grid-template-columns:24px max-content auto}.account-tab>span{width:24px;height:24px}.account-tab>em{display:none}.project-create-card-modern{grid-template-columns:1fr}.account-projects-grid{grid-template-columns:1fr}}
@media(max-width:820px){.mobile-packs-link{display:none!important}.workspace-dashboard-grid{grid-template-columns:1fr}.workspace-project-empty{grid-template-columns:38px 1fr}.workspace-project-empty .button{grid-column:1/-1}.workspace-member-actions{width:100%}.workspace-member-actions .button{flex:1}.project-create-card-modern .project-create-form{grid-template-columns:1fr}.project-empty-showcase{grid-template-columns:44px 1fr}.project-empty-showcase .button{grid-column:1/-1}.projects-list-heading{align-items:flex-start;flex-direction:column}.projects-list-heading small{max-width:480px}}
@media(max-width:600px){.mobile-projects-link{font-size:0!important;min-width:34px!important;padding:0!important}.mobile-projects-link::before{content:'▣';font-size:13px}.workspace-panel-actions .text-button{display:none}.projects-page-hero{grid-template-columns:1fr}.projects-page-mark{width:48px;height:48px}.project-create-card-modern{padding:14px}.account-content{padding:18px}.account-sidebar{border-radius:14px}.account-tab{grid-template-columns:24px max-content}.account-tab>em{display:none}}

@media(max-width:1020px){.desktop-nav{display:none}.mobile-tools-link,.mobile-projects-link,.mobile-workspace-link{display:inline-flex!important}.topbar-actions .button.dark{display:none}}

/* v1.19.2 — Interface Layer & Header Breathing
   A wider, calmer three-zone header: brand / product navigation / account actions. */
:root{--header-max:1600px}
.topbar{background:rgba(248,250,253,.9);border-bottom:1px solid rgba(217,224,235,.82);box-shadow:0 1px 0 rgba(255,255,255,.88);backdrop-filter:blur(20px) saturate(1.15)}
.topbar-inner{height:82px;max-width:var(--header-max);padding:0 28px;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(390px,1fr);align-items:center;justify-content:normal;gap:36px}
.brand{justify-self:start;gap:11px;min-width:0}
.brand-mark{width:39px;height:39px;border-radius:12px;box-shadow:0 9px 22px rgba(80,72,217,.24)}
.brand-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.brand-name{font-size:17px;letter-spacing:-.025em}
.brand-copy small{margin-top:5px;color:#8a93a5;font-size:8.5px;font-weight:720;letter-spacing:.015em;white-space:nowrap}
.version-pill{margin-left:1px;padding:3px 6px;font-size:8px;background:#f1f1ff;border-color:#e2e0ff;color:#6964cb}

.desktop-nav{justify-self:center;gap:3px;padding:5px;border:1px solid rgba(221,226,236,.86);border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 5px 20px rgba(29,38,65,.035)}
.desktop-nav>a,.desktop-nav>.nav-dropdown>summary{min-height:36px;padding:8px 10px;border-radius:9px;display:inline-flex;align-items:center;font-size:12.5px;font-weight:720;line-height:1;color:#5d6678;transition:background .15s ease,color .15s ease}
.desktop-nav>a:hover,.desktop-nav>.nav-dropdown>summary:hover,.desktop-nav>.nav-dropdown[open]>summary{background:#f3f4f9;color:#181d29}
.desktop-nav>.nav-dropdown>summary::after{margin-left:2px;color:#9aa1af}
.desktop-nav .nav-major-link{font-weight:720;color:#5d6678!important;gap:0}
.nav-projects-dropdown>summary{font-weight:760;color:#4c5262}
.nav-projects-summary-icon{display:none}

.topbar-actions{justify-self:end;display:flex;align-items:center;gap:11px;min-width:0}
.header-action-divider{display:block;width:1px;height:27px;margin:0 2px;background:#dfe4ec}
.header-search-button{min-height:39px;padding:8px 10px!important;gap:8px!important;border:1px solid #dde2eb!important;background:#fff!important;color:#596276!important;box-shadow:0 3px 12px rgba(30,39,66,.035)}
.header-search-button:hover{border-color:#cfd5e1!important;background:#fbfcfe!important}
.header-search-icon{display:grid;place-items:center;width:20px;height:20px;font-size:15px;color:#4f4acb}
.header-search-label{font-size:11.5px;font-weight:760;color:#4d5668}
.header-search-button kbd{font-size:8px;padding:2px 5px;background:#f6f7fa;border-color:#e1e4eb;color:#7a8290;box-shadow:none}
.header-pricing-link{display:inline-flex;align-items:center;min-height:38px;padding:0 4px;color:#737c8c!important;font-size:11.5px!important;font-weight:720;text-decoration:none;white-space:nowrap}
.header-pricing-link:hover{color:#1f2532!important}
.header-account-button{min-height:39px;padding:8px 11px!important;border:1px solid #dde2eb!important;background:#fff!important;color:#343b4a!important;white-space:nowrap;box-shadow:0 3px 12px rgba(30,39,66,.03)}
.header-account-button::before{content:'◉';font-size:9px;color:#7772dd}
.header-register-button{min-height:39px;padding:8px 13px!important;white-space:nowrap;box-shadow:0 7px 18px rgba(82,73,216,.18)!important}
.header-pro-button{min-width:43px;min-height:39px;padding:8px 11px!important;background:#171b28!important;white-space:nowrap}

.mobile-nav-dropdown{display:none;position:relative}
.mobile-menu-button{list-style:none;min-height:39px;padding:8px 10px;border:1px solid #dde2eb;border-radius:11px;background:#fff;color:#343b4a;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;cursor:pointer}
.mobile-menu-button::-webkit-details-marker{display:none}.mobile-menu-button::after{display:none!important}
.mobile-menu-button>span:first-child{font-size:14px;line-height:1;color:#5e62b9}
.mobile-nav-menu{right:0;left:auto!important;top:48px!important;transform:none!important;width:min(390px,calc(100vw - 28px))!important;grid-template-columns:1fr!important;padding:10px!important;gap:3px!important;border-radius:16px!important}
.mobile-nav-kicker{padding:5px 8px 7px;color:#9299a7;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.mobile-nav-menu>a,.mobile-nav-action{width:100%;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center;gap:10px;padding:9px 10px!important;border:0;border-radius:10px;background:transparent;color:var(--text);text-align:left;text-decoration:none;font:inherit;cursor:pointer}
.mobile-nav-menu>a:hover,.mobile-nav-action:hover{background:#f5f7fb}
.mobile-nav-menu>a>span:first-child,.mobile-nav-action>span:first-child{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f0f1f7;color:#5d59ce;font-size:11px;font-weight:900}
.mobile-nav-menu strong,.mobile-nav-menu small{display:block}.mobile-nav-menu strong{font-size:11px}.mobile-nav-menu small{margin-top:2px;color:var(--muted);font-size:9px;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip}
.mobile-nav-separator{height:1px;background:var(--line);margin:5px 5px}
.mobile-nav-action.create-account-trigger{background:#f3f2ff}.mobile-nav-action.pro-trigger{background:#171b28;color:#fff}.mobile-nav-action.pro-trigger>span:first-child{background:rgba(255,255,255,.1);color:#c9c7ff}.mobile-nav-action.pro-trigger small{color:#b8bfcd}

/* Interface rhythm: slightly larger readable surfaces, less micro-text. */
.workspace-dashboard-grid{gap:18px;padding:20px}.workspace-panel{padding:18px;border-radius:18px;box-shadow:0 8px 28px rgba(35,41,68,.035)}
.workspace-panel-intro{font-size:10.5px;line-height:1.55}.workspace-project-create-row{padding:10px;border-radius:12px}.workspace-project-create-row strong{font-size:10.5px}.workspace-project-create-row small{font-size:9px}.workspace-project-empty{padding:15px;border-radius:14px}.workspace-project-empty strong{font-size:12px}.workspace-project-empty p{font-size:9.5px}
.account-content{padding:34px}.project-card-meta span{font-size:8.5px}.projects-page-chips span{font-size:9px}.project-create-copy small{font-size:10px}.projects-list-heading small{font-size:10px}

@media(max-width:1450px){
  .topbar-inner{grid-template-columns:minmax(190px,1fr) auto minmax(330px,1fr);gap:24px;padding:0 22px}
  .brand-copy small{display:none}.version-pill{display:none}
  .desktop-nav>a,.desktop-nav>.nav-dropdown>summary{padding-left:8px;padding-right:8px;font-size:12px}
  .header-pricing-link{display:none}.topbar-actions{gap:9px}
}
@media(max-width:1240px){
  .topbar-inner{grid-template-columns:minmax(170px,1fr) auto minmax(270px,1fr);gap:18px}
  .header-pro-button{display:none}.header-search-label{display:none}.header-search-button{padding-left:8px!important;padding-right:8px!important}
}
@media(max-width:1120px){
  .topbar-inner{height:74px;display:flex;gap:18px;padding:0 20px}
  .brand{margin-right:auto}.desktop-nav{display:none!important}.mobile-nav-dropdown{display:block}
  .header-register-button,.header-pro-button,.header-pricing-link,.header-action-divider{display:none!important}
  .topbar-actions{gap:10px}.header-search-label{display:none}.header-search-button kbd{display:none}
}
@media(max-width:720px){
  .topbar-inner{height:68px;padding:0 14px;gap:10px}.brand-mark{width:36px;height:36px}.brand-copy small,.version-pill{display:none}
  .header-account-button{font-size:0!important;width:38px;padding:0!important}.header-account-button::before{font-size:13px;margin:0}
  .header-search-button{width:38px;padding:0!important;justify-content:center}.header-search-icon{font-size:16px}.mobile-menu-button{width:38px;padding:0;justify-content:center}.mobile-menu-button>span:last-child{display:none}
  .mobile-nav-menu{right:-2px!important;width:min(360px,calc(100vw - 20px))!important}
  .workspace-dashboard-grid{padding:14px;gap:13px}.workspace-panel{padding:15px}
}
@media(max-width:420px){.brand-name{font-size:15px}.topbar-actions{gap:7px}.mobile-nav-menu{width:calc(100vw - 16px)!important}}
@media(max-width:720px){.brand-name{display:inline}}

/* v1.20.0 — Data Studio */
.nav-tools-top{grid-template-columns:1fr 1fr 1fr!important}.nav-data-studio-entry{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid #dce7e3;border-radius:13px;background:linear-gradient(145deg,#f3fbf8,#fff);text-decoration:none!important;color:var(--text)!important}.nav-data-studio-entry>span:first-child{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#e3f5ef;color:#16786a;font-size:8px;font-weight:950;letter-spacing:.06em}.nav-data-studio-entry strong,.nav-data-studio-entry small{display:block}.nav-data-studio-entry strong{font-size:11px}.nav-data-studio-entry small{margin-top:3px;font-size:8px;line-height:1.35;color:var(--muted)}.nav-data-studio-entry:hover{border-color:#a9d8ca;transform:translateY(-1px)}
.data-studio-promo{max-width:var(--max);margin:28px auto 10px;padding:25px 28px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:21px;align-items:center;border:1px solid #dbe5e2;border-radius:22px;background:linear-gradient(120deg,#f0faf7 0%,#fff 52%,#f4f3ff 100%);box-shadow:0 14px 40px rgba(28,36,62,.05)}.data-studio-promo-mark{display:grid;place-items:center;width:62px;height:62px;border-radius:17px;background:#153b36;color:#fff;font-size:11px;font-weight:950;letter-spacing:.09em;box-shadow:0 12px 24px rgba(21,59,54,.18)}.data-studio-promo-copy .section-kicker{margin:0 0 5px;color:#16786a}.data-studio-promo-copy h2{margin:0;font-size:23px;letter-spacing:-.03em}.data-studio-promo-copy p{margin:7px 0 0;max-width:730px;color:var(--muted);font-size:11px;line-height:1.6}.data-studio-promo-actions{display:flex;flex-direction:column;align-items:flex-end;gap:9px}.data-studio-promo-actions>span{font-size:8px;font-weight:850;color:#16786a}
.data-studio-page{padding:0 22px 80px}.data-studio-shell{max-width:1240px;margin:auto}.data-studio-breadcrumb{padding:25px 0 12px}.data-studio-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:38px;align-items:center;padding:43px 46px;border-radius:28px;background:radial-gradient(circle at 89% -20%,rgba(108,104,244,.55),transparent 43%),linear-gradient(135deg,#101827 0%,#16312e 54%,#3f3a9d 100%);color:#fff;box-shadow:0 26px 72px rgba(24,32,57,.15)}.data-studio-hero .section-kicker{color:#8ce1c8;margin-bottom:9px}.data-studio-hero h1{margin:0;font-size:43px;line-height:1.06;letter-spacing:-.045em}.data-studio-hero p{max-width:780px;margin:15px 0 0;color:#c6d2d0;font-size:14px;line-height:1.72}.data-studio-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.data-studio-trust span{padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);font-size:8px;font-weight:800;color:#e5efed}.data-studio-hero-card{display:flex;flex-direction:column;padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.data-studio-hero-card span{font-size:8px;font-weight:900;letter-spacing:.12em;color:#97dac6}.data-studio-hero-card strong{margin:6px 0 8px;font-size:20px}.data-studio-hero-card small{font-size:9px;line-height:1.55;color:#c4cfce}
.data-studio-drop-card{position:relative;margin:-18px 34px 0;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 46px rgba(26,33,60,.09);z-index:2}.data-studio-drop-zone{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:94px;padding:18px 20px;border:1.5px dashed #cfd7df;border-radius:15px;background:#fafcfc;transition:.16s ease;outline:0}.data-studio-drop-zone:hover,.data-studio-drop-zone:focus,.data-studio-drop-zone.dragging{border-color:#65aa98;background:#f2fbf8;box-shadow:0 0 0 4px rgba(22,120,106,.07)}.data-studio-drop-zone.loading{opacity:.65;pointer-events:none}.data-studio-drop-zone.loaded{border-style:solid;border-color:#b9dcd2}.data-studio-drop-zone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.data-studio-drop-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#e7f5f0;color:#16786a;font-size:24px;font-weight:900}.data-studio-drop-zone strong,.data-studio-drop-zone small{display:block}.data-studio-drop-zone strong{font-size:14px}.data-studio-drop-zone small{margin-top:4px;color:var(--muted);font-size:9px}.data-studio-drop-zone::after{content:'PARCOURIR';padding:8px 11px;border-radius:9px;background:#15201f;color:#fff;font-size:8px;font-weight:900;letter-spacing:.05em}.data-studio-drop-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 2px 0}.data-studio-drop-actions p{margin:0;max-width:720px;color:var(--muted);font-size:8.5px;line-height:1.5;text-align:right}
.data-studio-empty{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:12px;align-items:center;margin:30px 34px 0}.data-studio-empty>div{display:grid;grid-template-columns:35px 1fr;column-gap:10px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}.data-studio-empty>div>span{grid-row:1/3;display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#f0f1f7;color:#737b8e;font-size:8px;font-weight:900}.data-studio-empty strong{font-size:11px}.data-studio-empty small{font-size:8px;color:var(--muted)}.data-studio-empty>i{font-style:normal;color:#aab1bf}
.data-studio-results{display:grid;gap:14px;margin-top:30px}.data-studio-filebar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:#fff}.data-studio-filebar>div:first-child{display:flex;align-items:center;gap:11px;min-width:0}.data-studio-filebar>div:first-child>span{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:11px;background:#e9f5f1;color:#16786a;font-size:8px;font-weight:950}.data-studio-filebar strong,.data-studio-filebar small{display:block}.data-studio-filebar strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}.data-studio-filebar small{margin-top:3px;color:var(--muted);font-size:8px}.data-studio-sheet{display:flex;align-items:center;gap:8px;margin-left:auto}.data-studio-sheet span{font-size:8px;font-weight:850;color:var(--muted)}.data-studio-sheet select{min-width:160px;border:1px solid var(--line);border-radius:9px;padding:7px 9px;background:#fff;color:var(--text);font-size:9px}.data-studio-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.data-studio-metric-grid article{padding:16px 17px;border:1px solid var(--line);border-radius:15px;background:#fff}.data-studio-metric-grid strong,.data-studio-metric-grid span{display:block}.data-studio-metric-grid strong{font-size:23px;letter-spacing:-.025em}.data-studio-metric-grid span{margin-top:2px;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.04em}.data-studio-sample-notice{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid #ead8a8;border-radius:11px;background:#fff9e9;color:#735314}.data-studio-sample-notice strong{font-size:9px}.data-studio-sample-notice span{font-size:8px}
.data-studio-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.data-studio-panel{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(26,33,60,.035)}.data-studio-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.data-studio-panel-head>div>span{display:block;font-size:7.5px;font-weight:950;letter-spacing:.11em;color:#16786a}.data-studio-panel-head h2{margin:3px 0 0;font-size:17px;letter-spacing:-.02em}.data-studio-panel-head>small{font-size:8px;color:var(--muted)}.data-studio-score{display:flex;align-items:baseline;gap:2px;padding:7px 9px;border-radius:10px;background:#f1f3f6}.data-studio-score strong{font-size:21px}.data-studio-score span{font-size:8px;font-weight:800}.data-studio-score.good{background:#eaf7f1;color:#147955}.data-studio-score.warn{background:#fff4dc;color:#8a5b00}.data-studio-score.risk{background:#fff0f0;color:#a93333}.data-studio-issues{display:grid;gap:8px}.data-studio-issue{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:11px;border:1px solid #edf0f4;border-radius:12px;background:#fbfcfd}.data-studio-issue>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f0f1f5;color:#6d7585;font-size:9px;font-weight:900}.data-studio-issue strong{font-size:10px}.data-studio-issue p{margin:3px 0 0;color:var(--muted);font-size:8.5px;line-height:1.45}.data-studio-issue.high{border-color:#f1d3d3;background:#fffafa}.data-studio-issue.high>span{background:#fdeaea;color:#ad3333}.data-studio-issue.medium>span{background:#fff1d6;color:#8f6208}.data-studio-issue.success{border-color:#d9eee5;background:#f8fdfb}.data-studio-issue.success>span{background:#e6f5ee;color:#147955}.data-studio-recommendations{display:grid;gap:8px}.data-studio-rec{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px;border:1px solid #e6e9ef;border-radius:12px;background:#fff}.data-studio-rec.primary{border-color:#b7dccc;background:#f5fcf9}.data-studio-rec-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#f0f2f6;color:#596275;font-size:8px;font-weight:950}.data-studio-rec.primary .data-studio-rec-icon{background:#def2e9;color:#16786a}.data-studio-rec small,.data-studio-rec strong,.data-studio-rec p{display:block}.data-studio-rec small{font-size:6.5px;font-weight:950;letter-spacing:.08em;color:#16786a}.data-studio-rec strong{margin-top:2px;font-size:10.5px}.data-studio-rec p{margin:2px 0 0;color:var(--muted);font-size:8px;line-height:1.35}.data-studio-file-reminder{margin:10px 2px 0;color:var(--muted);font-size:7.5px;line-height:1.45}.data-studio-columns .table-wrap,.data-studio-preview .table-wrap{max-height:430px;overflow:auto}.data-studio-table th,.data-studio-column-table th{position:sticky;top:0;z-index:1;background:#f7f9fb}.data-studio-column-table td>small{display:block;margin-top:2px;font-size:7px;color:#9a7280}.data-type-pill{display:inline-flex;padding:4px 6px;border-radius:999px;background:#eef1f5;color:#5f6878;font-size:7px;font-weight:850}.data-type-pill.type-integer,.data-type-pill.type-number{background:#eef0ff;color:#514bc2}.data-type-pill.type-date{background:#fff2dc;color:#8b5d05}.data-type-pill.type-email{background:#eaf6f2;color:#157663}.data-studio-conflict{color:#b13a3a}.data-studio-examples{max-width:310px}.data-studio-examples span{display:inline-block;max-width:95px;margin:2px 3px 2px 0;padding:3px 5px;border-radius:6px;background:#f5f6f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;color:#5f6777}.data-studio-table-note{display:block;margin-top:8px;color:var(--muted);font-size:7.5px}.data-studio-inline-empty{padding:20px;border:1px dashed var(--line);border-radius:11px;text-align:center;color:var(--muted);font-size:9px}
.data-studio-capabilities{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;align-items:center;margin-top:30px;padding:28px 30px;border:1px solid var(--line);border-radius:20px;background:#f9fafc}.data-studio-capabilities .section-kicker{margin-bottom:6px;color:#16786a}.data-studio-capabilities h2{margin:0;font-size:23px;letter-spacing:-.03em}.data-studio-capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.data-studio-capability-grid article{padding:14px;border:1px solid var(--line);border-radius:13px;background:#fff}.data-studio-capability-grid span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf6f2;color:#16786a;font-size:8px;font-weight:950}.data-studio-capability-grid strong{display:block;margin-top:9px;font-size:10px}.data-studio-capability-grid p{margin:3px 0 0;color:var(--muted);font-size:7.5px;line-height:1.45}
@media(max-width:1050px){.nav-tools-top{grid-template-columns:1fr 1fr!important}.nav-data-studio-entry{grid-column:1/-1}.data-studio-hero{grid-template-columns:1fr}.data-studio-hero-card{max-width:380px}.data-studio-capabilities{grid-template-columns:1fr}.data-studio-promo{grid-template-columns:60px 1fr}.data-studio-promo-actions{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}}
@media(max-width:800px){.data-studio-page{padding-left:14px;padding-right:14px}.data-studio-hero{padding:31px 26px;border-radius:22px}.data-studio-hero h1{font-size:34px}.data-studio-drop-card{margin:-12px 12px 0}.data-studio-main-grid{grid-template-columns:1fr}.data-studio-metric-grid{grid-template-columns:1fr 1fr}.data-studio-capability-grid{grid-template-columns:1fr 1fr}.data-studio-empty{margin-left:12px;margin-right:12px}.data-studio-filebar{flex-wrap:wrap}.data-studio-sheet{margin-left:0}}
@media(max-width:600px){.data-studio-promo{margin-left:14px;margin-right:14px;padding:18px;grid-template-columns:46px 1fr}.data-studio-promo-mark{width:46px;height:46px;border-radius:13px;font-size:8px}.data-studio-promo-copy h2{font-size:18px}.data-studio-promo-actions{align-items:stretch;flex-direction:column}.data-studio-promo-actions .button{width:100%}.data-studio-hero{padding:26px 20px}.data-studio-hero h1{font-size:29px}.data-studio-hero p{font-size:11px}.data-studio-drop-card{margin:-8px 0 0;padding:11px}.data-studio-drop-zone{grid-template-columns:42px 1fr;padding:15px}.data-studio-drop-icon{width:40px;height:40px}.data-studio-drop-zone::after{display:none}.data-studio-drop-actions{align-items:stretch;flex-direction:column}.data-studio-drop-actions p{text-align:left}.data-studio-empty{grid-template-columns:1fr;margin:18px 0 0}.data-studio-empty>i{display:none}.data-studio-metric-grid{grid-template-columns:1fr 1fr}.data-studio-filebar>div:first-child{width:100%}.data-studio-filebar strong{max-width:240px}.data-studio-sheet{width:100%}.data-studio-sheet select{flex:1}.data-studio-panel{padding:15px}.data-studio-rec{grid-template-columns:35px 1fr}.data-studio-rec .mini-button{grid-column:1/-1}.data-studio-capabilities{padding:20px 16px}.data-studio-capability-grid{grid-template-columns:1fr 1fr}}

/* v1.21.0 — Studios Layer
   Quick tools stay discoverable by family; Studios add continuous workspaces. */
.nav-tools-top{grid-template-columns:1fr 1fr!important}
.nav-studios-dropdown .nav-dropdown-menu{width:560px;grid-template-columns:1fr!important;gap:7px;padding:13px}
.nav-studios-dropdown .studio-hub-link{margin-bottom:2px}
.studio-nav-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px 12px;border:1px solid #e4e7ee;border-radius:13px;background:#fff;color:var(--text);text-decoration:none}
.studio-nav-card.live:hover{border-color:#b9d9ce;background:#f8fdfb;transform:translateY(-1px)}
.studio-nav-card.upcoming{background:#fafbfc;color:#656d7c;cursor:default}
.studio-nav-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;font-size:8px;font-weight:950;letter-spacing:.06em}
.studio-nav-mark.data{background:#e4f4ef;color:#16786a}.studio-nav-mark.image{background:#fff0f7;color:#b13f78}.studio-nav-mark.pdf{background:#fff0ed;color:#b84e3d}
.studio-nav-card strong,.studio-nav-card small{display:block}.studio-nav-card strong{font-size:11px}.studio-nav-card small{margin-top:3px;color:var(--muted);font-size:8.5px;line-height:1.35}
.studio-nav-card em{font-style:normal;padding:4px 6px;border-radius:999px;background:#edf7f3;color:#16786a;font-size:6.5px;font-weight:950;letter-spacing:.08em}.studio-nav-card.upcoming em{background:#f0f1f4;color:#888f9c}

.studios-promo{max-width:var(--max);margin:28px auto 10px;padding:25px 28px;display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:22px;align-items:center;border:1px solid #dedfed;border-radius:23px;background:linear-gradient(120deg,#f6f5ff 0%,#fff 45%,#f1faf7 100%);box-shadow:0 14px 40px rgba(28,36,62,.05)}
.studios-promo-mark{display:grid;place-items:center;width:66px;height:66px;border-radius:18px;background:linear-gradient(145deg,#282341,#171d2b);color:#fff;font-size:8px;font-weight:950;letter-spacing:.1em;box-shadow:0 13px 27px rgba(28,27,48,.2)}
.studios-promo-copy .section-kicker{margin:0 0 5px;color:#635ed0}.studios-promo-copy h2{margin:0;font-size:23px;letter-spacing:-.03em}.studios-promo-copy p{margin:7px 0 0;max-width:760px;color:var(--muted);font-size:11px;line-height:1.6}
.studios-promo-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.studios-promo-pills span{padding:4px 7px;border-radius:999px;background:#f1f2f7;color:#6b7281;font-size:7px;font-weight:900;letter-spacing:.04em}.studios-promo-pills span:first-child{background:#e9f6f1;color:#16786a}
.studios-promo-actions{display:flex;flex-direction:column;align-items:flex-end;gap:9px}.studios-promo-actions>span{font-size:8px;font-weight:850;color:#5d6473}
.studio-mode-card{background:linear-gradient(145deg,#fcfbff,#f5f4ff);border-color:#dfddf3}.studio-mode-card .work-mode-icon{background:#242039;color:#fff}

.studios-page{padding:30px 24px 76px;background:linear-gradient(180deg,#fbfcfe 0,#f6f8fb 100%)}
.studios-shell{max-width:1240px;margin:0 auto}.studios-breadcrumb{max-width:none;margin:0 0 16px}
.studios-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:34px;align-items:center;padding:42px 44px;border-radius:28px;background:radial-gradient(circle at 80% 20%,rgba(108,104,244,.22),transparent 32%),linear-gradient(135deg,#171a28 0%,#202335 58%,#173a35 130%);color:#fff;box-shadow:0 24px 70px rgba(27,31,52,.15)}
.studios-hero .section-kicker{color:#a9a5ff}.studios-hero h1{max-width:820px;margin:8px 0 0;font-size:42px;line-height:1.07;letter-spacing:-.045em}.studios-hero p{max-width:820px;margin:15px 0 0;color:#c7cbd7;font-size:13px;line-height:1.72}
.studios-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.studios-trust span{padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.07);font-size:8px;font-weight:820;color:#e7e8ef}
.studios-hero-visual{padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.studio-mini-toolbar{height:28px;display:flex;align-items:center;gap:5px;padding:0 7px;border-bottom:1px solid rgba(255,255,255,.1)}.studio-mini-toolbar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.34)}.studio-mini-toolbar span{margin-left:auto;color:#b9bdca;font-size:6px;font-weight:900;letter-spacing:.12em}
.studio-mini-compare{display:grid;grid-template-columns:1fr 1fr;gap:10px;height:168px;padding:12px}.studio-mini-compare>div{position:relative;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#f4f5f7,#dfe3e8);color:#6d7480}.studio-mini-compare>div:last-child{background:linear-gradient(145deg,#fff,#eef6f3);color:#16786a}.studio-mini-compare small{position:absolute;top:8px;left:9px;font-size:6px;font-weight:950;letter-spacing:.08em}.studio-mini-compare b{font-size:31px}

.studios-catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-top:24px}.studio-product-card{display:flex;min-width:0;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 32px rgba(28,35,61,.045)}.studio-product-card.live{border-color:#cfe5dc;box-shadow:0 12px 36px rgba(25,101,82,.07)}
.studio-product-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-product-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#f0f1f6;color:#626978;font-size:8px;font-weight:950;letter-spacing:.08em}.studio-product-card.data .studio-product-mark{background:#e5f5ef;color:#16786a}.studio-product-card.image .studio-product-mark{background:#fff0f7;color:#b13f78}.studio-product-card.pdf .studio-product-mark{background:#fff0ed;color:#b84e3d}
.studio-status{padding:4px 7px;border-radius:999px;font-size:6.5px;font-weight:950;letter-spacing:.08em}.studio-status.live{background:#e7f6ef;color:#147955}.studio-status.next{background:#fff0f7;color:#a73b70}.studio-status.planned{background:#f0f1f4;color:#777f8e}
.studio-product-copy{margin-top:16px}.studio-product-copy .section-kicker{font-size:7px}.studio-product-copy h2{margin:5px 0 7px;font-size:22px;letter-spacing:-.03em}.studio-product-copy p{min-height:78px;margin:0;color:var(--muted);font-size:10.5px;line-height:1.58}
.studio-product-screen{position:relative;height:190px;margin:16px 0;border:1px solid #e1e4ea;border-radius:16px;background:#f7f8fa;overflow:hidden}.studio-screen-top{display:flex;align-items:center;gap:6px;height:36px;padding:0 10px;border-bottom:1px solid #e1e4ea;background:#fff}.studio-screen-top>span{margin-right:auto;padding:4px 6px;border-radius:7px;background:#e5f5ef;color:#16786a;font-size:7px;font-weight:950}.studio-screen-top i{width:7px;height:7px;border-radius:50%;background:#d5dae1}.studio-screen-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}.studio-screen-metrics b{padding:11px;border:1px solid #e4e7eb;border-radius:10px;background:#fff;font-size:16px}.studio-screen-bars{display:grid;gap:7px;padding:0 12px}.studio-screen-bars span{height:9px;border-radius:999px;background:linear-gradient(90deg,#d9eee7 58%,#e9ebef 58%)}.studio-screen-bars span:nth-child(2){background:linear-gradient(90deg,#d9eee7 82%,#e9ebef 82%)}.studio-screen-bars span:nth-child(3){background:linear-gradient(90deg,#f3dfc0 38%,#e9ebef 38%)}.studio-screen-bars span:nth-child(4){background:linear-gradient(90deg,#d9eee7 68%,#e9ebef 68%)}
.compare-screen{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;background:#eff2f5}.compare-pane{position:relative;display:grid;place-items:center;padding:11px}.compare-pane small{position:absolute;top:9px;left:10px;padding:3px 5px;border-radius:6px;background:rgba(255,255,255,.82);font-size:6px;font-weight:950;letter-spacing:.08em}.mock-image{width:78%;height:72%;border-radius:7px;background:linear-gradient(135deg,#c5c7ca,#ececed);box-shadow:0 6px 18px rgba(30,36,52,.08)}.mock-image.improved{background:linear-gradient(135deg,#fefefe,#dfe8e5);box-shadow:0 6px 18px rgba(24,95,77,.1)}
.pdf-screen{display:grid;grid-template-columns:48px 1fr 48px;gap:8px;padding:9px;background:#e9edf1}.pdf-page-rail,.pdf-tool-rail{display:grid;align-content:start;gap:7px}.pdf-page-rail i{height:45px;border:1px solid #d9dde3;border-radius:5px;background:#fff}.pdf-page-rail i:first-child{outline:2px solid #b84e3d}.pdf-page-main{padding:16px 18px;border-radius:8px;background:#fff;box-shadow:0 5px 16px rgba(31,37,54,.08)}.pdf-page-main span{display:inline-block;padding:3px 5px;border-radius:5px;background:#fff0ed;color:#b84e3d;font-size:6px;font-weight:950}.pdf-page-main div{height:6px;margin-top:12px;border-radius:999px;background:#e4e7eb}.pdf-page-main div:nth-child(3){width:78%}.pdf-page-main div:nth-child(4){width:88%}.pdf-tool-rail b{display:grid;place-items:center;height:34px;border-radius:8px;background:#fff;color:#6c7380;font-size:7px;box-shadow:0 2px 7px rgba(31,37,54,.04)}
.studio-product-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.studio-product-features span{padding:5px 7px;border-radius:999px;background:#f2f3f6;color:#697180;font-size:7px;font-weight:850}.studio-product-card.live .studio-product-features span{background:#edf8f4;color:#28755f}.studio-coming-note{margin-top:auto;padding:10px 11px;border:1px dashed #daddE5;border-radius:10px;background:#fafbfc;color:#7a8290;font-size:8px;line-height:1.45}

.studio-framework-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:center;margin-top:24px;padding:28px 30px;border:1px solid var(--line);border-radius:22px;background:#fff}.studio-framework-copy h2{margin:6px 0 8px;font-size:25px;letter-spacing:-.035em}.studio-framework-copy p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}.studio-framework-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:8px;align-items:center}.studio-framework-flow article{min-height:112px;padding:13px;border:1px solid #e5e7ed;border-radius:13px;background:#fafbfc}.studio-framework-flow article>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#efeffc;color:#5e59cc;font-size:7px;font-weight:950}.studio-framework-flow strong,.studio-framework-flow small{display:block}.studio-framework-flow strong{margin-top:9px;font-size:10px}.studio-framework-flow small{margin-top:3px;color:var(--muted);font-size:7.5px;line-height:1.35}.studio-framework-flow>i{font-style:normal;color:#adb3bf}

.data-studio-breadcrumb a[href*="/studios/"]{font-weight:780;color:#5d59ce}

@media(max-width:1380px){.desktop-nav>a,.desktop-nav>.nav-dropdown>summary{padding-left:7px;padding-right:7px;font-size:11.5px}.topbar-inner{gap:20px}}
@media(max-width:1220px){.topbar-inner{height:74px;display:flex;gap:18px;padding:0 20px}.brand{margin-right:auto}.desktop-nav{display:none!important}.mobile-nav-dropdown{display:block}.header-register-button,.header-pro-button,.header-pricing-link,.header-action-divider{display:none!important}.topbar-actions{gap:10px}.header-search-label{display:none}.header-search-button kbd{display:none}}
@media(max-width:1050px){.studios-promo{grid-template-columns:60px 1fr}.studios-promo-actions{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}.studios-hero{grid-template-columns:1fr}.studios-hero-visual{max-width:520px}.studios-catalog{grid-template-columns:1fr 1fr}.studio-product-card.pdf{grid-column:1/-1}.studio-framework-section{grid-template-columns:1fr}}
@media(max-width:760px){.studios-page{padding:22px 14px 56px}.studios-hero{padding:30px 24px;border-radius:22px}.studios-hero h1{font-size:34px}.studios-catalog{grid-template-columns:1fr}.studio-product-card.pdf{grid-column:auto}.studio-framework-flow{grid-template-columns:1fr 1fr}.studio-framework-flow>i{display:none}.studio-product-copy p{min-height:0}.studios-promo{margin-left:14px;margin-right:14px}}
@media(max-width:560px){.studios-promo{padding:18px;grid-template-columns:48px 1fr}.studios-promo-mark{width:46px;height:46px;border-radius:13px;font-size:6px}.studios-promo-copy h2{font-size:18px}.studios-promo-actions{align-items:stretch;flex-direction:column}.studios-promo-actions .button{width:100%}.studios-hero{padding:25px 19px}.studios-hero h1{font-size:29px}.studios-hero p{font-size:11px}.studios-hero-visual{display:none}.studio-framework-section{padding:20px 16px}.studio-framework-flow{grid-template-columns:1fr}.studio-product-screen{height:170px}}

/* v1.21 layout balance: six work modes form a clean 3×2 grid. */
.work-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.work-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.work-mode-grid{grid-template-columns:1fr}}

/* v1.21.2 — Image Studio */
.image-studio-page{padding:0 18px 76px;background:linear-gradient(180deg,#f8fafc 0,#f5f7fa 52%,#fff 100%)}
.image-studio-shell{max-width:1480px;margin:0 auto}.image-studio-breadcrumb{padding:24px 0 12px}.image-studio-breadcrumb a[href*="/studios/"]{font-weight:780;color:#a53d72}
.image-studio-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:28px 32px;border:1px solid #e2e6ec;border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(27,34,55,.045)}
.image-studio-hero .section-kicker{color:#ad3f78}.image-studio-hero h1{max-width:900px;margin:6px 0 0;font-size:34px;line-height:1.08;letter-spacing:-.04em}.image-studio-hero p{max-width:850px;margin:10px 0 0;color:var(--muted);font-size:11.5px;line-height:1.65}
.image-studio-trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:440px}.image-studio-trust span{padding:7px 9px;border-radius:999px;background:#f5f1f4;color:#87405f;font-size:7.5px;font-weight:850;white-space:nowrap}
.image-studio-workspace{display:grid;grid-template-columns:205px minmax(0,1fr) 300px;gap:14px;align-items:start;margin-top:16px}
.image-studio-tools,.image-studio-controls,.image-studio-stage-column{min-width:0}.image-studio-tools,.image-studio-controls{position:sticky;top:88px;border:1px solid #e1e5eb;border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(28,35,58,.035);overflow:hidden}
.image-studio-tools-head{padding:16px 15px;border-bottom:1px solid #eceef2;background:linear-gradient(140deg,#fff 0,#fff6fa 100%)}.image-studio-tools-head span,.image-studio-tools-head strong,.image-studio-tools-head small{display:block}.image-studio-tools-head span{font-size:6.5px;font-weight:950;letter-spacing:.1em;color:#ad3f78}.image-studio-tools-head strong{margin-top:4px;font-size:14px}.image-studio-tools-head small{margin-top:2px;color:var(--muted);font-size:7.5px}
.image-studio-toolnav{display:grid;padding:7px}.image-studio-toolnav button{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;padding:10px;border:0;border-radius:11px;background:transparent;color:#4e5563;text-align:left;cursor:pointer}.image-studio-toolnav button:hover{background:#f7f8fa}.image-studio-toolnav button.active{background:#fff0f7;color:#9d356c}.image-studio-toolnav button>span{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#f0f2f5;color:#777e8a;font-size:12px;font-weight:900}.image-studio-toolnav button.active>span{background:#f8dfea;color:#9d356c}.image-studio-toolnav b{font-size:9px}.image-studio-toolnav small{margin-top:2px;color:#8a909c;font-size:6.8px}
.image-studio-advanced{padding:12px 12px 14px;border-top:1px solid #eceef2;background:#fbfcfd}.image-studio-advanced>span{font-size:6.2px;font-weight:950;letter-spacing:.1em;color:#8d94a0}.image-studio-advanced>div{display:grid;gap:5px;margin:8px 0}.image-studio-advanced a{display:flex;align-items:center;gap:7px;padding:7px 8px;border:1px solid #e7e9ed;border-radius:9px;background:#fff;color:#525965;text-decoration:none}.image-studio-advanced a:hover{border-color:#d7b3c4;background:#fff7fa}.image-studio-advanced a span{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#f1f2f5;font-size:6px;font-weight:950}.image-studio-advanced a b{font-size:7.5px}.image-studio-advanced>small{display:block;color:#9298a3;font-size:6.5px;line-height:1.45}
.image-studio-stage-column{display:grid;gap:12px}.image-studio-drop-card{padding:11px;border:1px solid #e2e6ec;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(28,35,58,.035);transition:.18s ease}.image-studio-drop-card.compact{padding:7px}.image-studio-drop-zone{position:relative;display:grid;grid-template-columns:45px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:82px;padding:13px 15px;border:1.5px dashed #cdd4de;border-radius:12px;background:#fbfcfd;cursor:pointer;outline:0;transition:.16s ease}.image-studio-drop-card.compact .image-studio-drop-zone{min-height:58px}.image-studio-drop-zone:hover,.image-studio-drop-zone:focus,.image-studio-drop-zone.dragging{border-color:#c17499;background:#fff7fa;box-shadow:0 0 0 4px rgba(173,63,120,.06)}.image-studio-drop-zone.loading{opacity:.6;pointer-events:none}.image-studio-drop-zone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.image-studio-drop-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:11px;background:#f9e6ef;color:#a43a70;font-size:7px;font-weight:950;letter-spacing:.08em}.image-studio-drop-zone strong,.image-studio-drop-zone small{display:block}.image-studio-drop-zone strong{font-size:11px}.image-studio-drop-zone small{margin-top:3px;color:var(--muted);font-size:7.5px}.image-studio-drop-zone::after{content:'PARCOURIR';padding:7px 9px;border-radius:8px;background:#252933;color:#fff;font-size:6.5px;font-weight:900;letter-spacing:.06em}
.image-studio-editor{padding:12px;border:1px solid #e1e5eb;border-radius:18px;background:#fff;box-shadow:0 10px 32px rgba(28,35,58,.04)}.image-studio-filebar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:4px 3px 11px}.image-studio-filebar>div:first-child{display:flex;align-items:center;gap:9px;min-width:0}.image-studio-filebar>div:first-child>span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:10px;background:#fff0f7;color:#a33a70;font-size:6.5px;font-weight:950}.image-studio-filebar strong,.image-studio-filebar small{display:block}.image-studio-filebar strong{max-width:390px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9.5px}.image-studio-filebar small{margin-top:2px;color:var(--muted);font-size:7px}.image-studio-history{display:flex;gap:5px}.image-studio-history button{min-width:32px;height:31px;padding:0 9px;border:1px solid #e1e4e9;border-radius:8px;background:#fff;color:#5f6672;font-size:8px;font-weight:800;cursor:pointer}.image-studio-history button:hover:not(:disabled){background:#f4f5f7}.image-studio-history button:disabled{opacity:.35;cursor:not-allowed}
.image-studio-preview-head{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:10px 3px 9px}.image-studio-preview-head>div:first-child span,.image-studio-preview-head>div:first-child strong{display:block}.image-studio-preview-head>div:first-child span{font-size:6px;font-weight:950;letter-spacing:.1em;color:#ad3f78}.image-studio-preview-head>div:first-child strong{margin-top:3px;font-size:13px}.image-studio-preview-actions{display:flex;align-items:center;gap:13px}.image-studio-preview-actions>span{font-size:7px;font-weight:800;color:#7f8794}.image-studio-view-switch{display:flex;gap:4px;padding:3px;border:1px solid #e1e4e9;border-radius:10px;background:#f5f6f8}.image-studio-view-switch button{display:flex;align-items:center;gap:5px;min-height:28px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:#727986;font-size:6.8px;font-weight:850;cursor:pointer;transition:.15s ease}.image-studio-view-switch button:hover{background:#fff;color:#4d5360}.image-studio-view-switch button.active{background:#fff;color:#963866;box-shadow:0 2px 8px rgba(28,35,58,.08)}
.image-studio-preview-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;min-height:380px}.image-studio-preview-pane{min-width:0;overflow:hidden;border:1px solid #dfe3e9;border-radius:14px;background:#fff;box-shadow:0 6px 20px rgba(28,35,58,.035)}.image-studio-preview-pane>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #e9ecf0;background:#fafbfc}.image-studio-preview-pane>header div span,.image-studio-preview-pane>header div strong{display:block}.image-studio-preview-pane>header div span{font-size:6px;font-weight:950;letter-spacing:.1em;color:#767e8a}.image-studio-result-pane>header div span{color:#a43a70}.image-studio-preview-pane>header div strong{margin-top:2px;font-size:8.5px;color:#3f4550}.image-studio-preview-pane>header>small{color:#969da8;font-size:6.8px;font-weight:800}.image-studio-preview-canvas{display:grid;place-items:center;height:min(58vh,590px);min-height:330px;padding:14px;overflow:hidden;background-color:#eff1f4;background-image:linear-gradient(45deg,#e3e6ea 25%,transparent 25%),linear-gradient(-45deg,#e3e6ea 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e3e6ea 75%),linear-gradient(-45deg,transparent 75%,#e3e6ea 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.image-studio-preview-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 8px 26px rgba(34,40,58,.12)}.image-studio-preview-stage.mode-before{grid-template-columns:1fr}.image-studio-preview-stage.mode-before .image-studio-result-pane{display:none}.image-studio-preview-stage.mode-after{grid-template-columns:1fr}.image-studio-preview-stage.mode-after .image-studio-original-pane{display:none}.image-studio-stage-empty{display:grid;place-items:center;height:100%;color:#7e8591;font-size:10px;font-weight:800}.image-studio-preview-note{display:flex;align-items:flex-start;gap:7px;padding:9px 4px 1px;color:#858c97}.image-studio-preview-note>span{color:#a43a70;font-size:8px;line-height:1.4}.image-studio-preview-note small{font-size:6.6px;line-height:1.45}
.image-studio-controls{min-height:430px}.image-studio-control-empty{display:grid;place-items:center;padding:64px 25px;text-align:center}.image-studio-control-empty>span{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#fff0f7;color:#a53c72;font-size:8px;font-weight:950}.image-studio-control-empty h2{margin:13px 0 5px;font-size:16px}.image-studio-control-empty p{margin:0;color:var(--muted);font-size:8.5px;line-height:1.55}.image-studio-control-panel{display:none;padding:18px}.image-studio-control-panel.active{display:grid;gap:14px}.image-studio-control-title{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #eceef2}.image-studio-control-title>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff0f7;color:#a43a70;font-size:7px;font-weight:950}.image-studio-control-title strong,.image-studio-control-title small{display:block}.image-studio-control-title strong{font-size:11px}.image-studio-control-title small{margin-top:2px;color:var(--muted);font-size:7px}.image-studio-control-panel>label{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:center;color:#525965;font-size:8px;font-weight:800}.image-studio-control-panel>label input[type=range]{grid-column:1/-1;width:100%;accent-color:#a63d72}.image-studio-control-panel>label input[type=number],.image-studio-control-panel>label select,.image-studio-control-panel>label input[type=color]{grid-column:1/-1;width:100%;box-sizing:border-box;border:1px solid #dfe3e9;border-radius:9px;padding:8px 9px;background:#fff;color:#353a44;font:inherit}.image-studio-control-panel>label input[type=color]{height:38px;padding:4px}.image-studio-control-panel output{color:#a43a70;font-size:7.5px}.image-studio-check{display:flex!important;grid-template-columns:none!important;justify-content:flex-start!important}.image-studio-check input{accent-color:#a43a70}.image-studio-button-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.image-studio-button-grid button,.image-studio-size-presets button{padding:8px;border:1px solid #e0e4ea;border-radius:9px;background:#fff;color:#555c68;font-size:7.5px;font-weight:850;cursor:pointer}.image-studio-button-grid button:hover,.image-studio-size-presets button:hover{border-color:#d5a9bf;background:#fff7fa;color:#943565}.image-studio-size-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.image-studio-help{display:block;margin-top:-5px;color:#9399a4;font-size:6.7px;line-height:1.45}.image-studio-export-note{display:grid;grid-template-columns:42px 1fr;gap:9px;padding:10px;border:1px solid #dceae4;border-radius:10px;background:#f6fbf9}.image-studio-export-note strong{display:grid;place-items:center;border-radius:8px;background:#e5f5ee;color:#187458;font-size:7px}.image-studio-export-note span{font-size:6.8px;line-height:1.45;color:#587067}.image-studio-export-result{display:block;min-height:14px;color:#187458;font-size:7px;line-height:1.4}
.studio-product-card.image.live{border-color:#ecd0de;box-shadow:0 12px 36px rgba(147,51,101,.065)}.studio-product-card.image.live .studio-product-features span{background:#fff1f7;color:#963866}.studio-nav-card.live.image{border-color:#f0d8e4;background:#fff8fb}.studio-nav-card.live.image em{background:#e7f6ef!important;color:#147955!important}

/* v1.21.2 — Image Studio readability pass */
.image-studio-workspace{grid-template-columns:250px minmax(0,1fr) 320px;gap:18px}
.image-studio-tools-head{padding:20px 18px}.image-studio-tools-head span{font-size:9.5px;letter-spacing:.11em}.image-studio-tools-head strong{margin-top:6px;font-size:18px;line-height:1.2}.image-studio-tools-head small{margin-top:5px;font-size:11px;line-height:1.4}
.image-studio-toolnav{gap:4px;padding:10px}.image-studio-toolnav button{grid-template-columns:38px minmax(0,1fr);column-gap:11px;min-height:62px;padding:11px 12px;border-radius:13px}.image-studio-toolnav button>span{width:38px;height:38px;border-radius:10px;font-size:16px}.image-studio-toolnav b{font-size:12.5px;line-height:1.25}.image-studio-toolnav small{margin-top:4px;font-size:10.5px;line-height:1.35}
.image-studio-advanced{padding:16px 14px 18px}.image-studio-advanced>span{font-size:9.5px;letter-spacing:.11em}.image-studio-advanced>div{gap:7px;margin:11px 0}.image-studio-advanced a{gap:10px;min-height:42px;padding:9px 10px;border-radius:11px}.image-studio-advanced a span{width:31px;height:31px;border-radius:9px;font-size:8px}.image-studio-advanced a b{font-size:11px;line-height:1.25}.image-studio-advanced>small{font-size:9.5px;line-height:1.55}
.image-studio-drop-zone strong{font-size:13px}.image-studio-drop-zone small{font-size:10px}.image-studio-drop-zone::after{font-size:9px;padding:8px 11px}.image-studio-drop-icon{font-size:9px}
.image-studio-filebar strong{font-size:11.5px}.image-studio-filebar small{font-size:9.5px}.image-studio-history button{font-size:10.5px}
.image-studio-preview-head>div:first-child span{font-size:9px}.image-studio-preview-head>div:first-child strong{font-size:15px}.image-studio-preview-actions>span{font-size:10px}.image-studio-view-switch button{min-height:34px;padding:0 11px;font-size:10.5px}
.image-studio-preview-pane>header{padding:12px 14px}.image-studio-preview-pane>header div span{font-size:9px}.image-studio-preview-pane>header div strong{margin-top:3px;font-size:11.5px}.image-studio-preview-pane>header>small{font-size:9.5px}.image-studio-stage-empty{font-size:11px}.image-studio-preview-note>span{font-size:11px}.image-studio-preview-note small{font-size:9.5px;line-height:1.55}
.image-studio-control-empty>span{font-size:10px}.image-studio-control-empty h2{font-size:18px}.image-studio-control-empty p{font-size:11px}.image-studio-control-panel{padding:20px}.image-studio-control-title>span{width:34px;height:34px;font-size:9px}.image-studio-control-title strong{font-size:13.5px}.image-studio-control-title small{font-size:10px}.image-studio-control-panel>label{font-size:11px}.image-studio-control-panel output{font-size:10px}.image-studio-button-grid button,.image-studio-size-presets button{min-height:36px;font-size:10.5px}.image-studio-help{font-size:9.5px;line-height:1.5}.image-studio-export-note strong{font-size:9px}.image-studio-export-note span{font-size:9.5px;line-height:1.5}.image-studio-export-result{font-size:10px}
@media(max-width:1180px){.image-studio-workspace{grid-template-columns:220px minmax(0,1fr) 290px}.image-studio-hero{align-items:flex-start;flex-direction:column}.image-studio-trust{justify-content:flex-start;max-width:none}}
@media(max-width:980px){.image-studio-workspace{grid-template-columns:1fr}.image-studio-tools,.image-studio-controls{position:static}.image-studio-tools{display:grid;grid-template-columns:160px 1fr}.image-studio-tools-head{border-bottom:0;border-right:1px solid #eceef2}.image-studio-toolnav{grid-template-columns:repeat(4,1fr)}.image-studio-toolnav button{grid-template-columns:28px 1fr}.image-studio-toolnav small{display:none}.image-studio-advanced{grid-column:1/-1}.image-studio-advanced>div{grid-template-columns:repeat(3,1fr)}.image-studio-control-panel{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.image-studio-control-title{grid-column:1/-1}.image-studio-export-note,.image-studio-control-panel .button.full,.image-studio-export-result,.image-studio-help{grid-column:1/-1}}
@media(max-width:680px){.image-studio-page{padding:0 10px 50px}.image-studio-hero{padding:22px 20px}.image-studio-hero h1{font-size:28px}.image-studio-workspace{gap:10px}.image-studio-tools{display:block}.image-studio-toolnav{grid-template-columns:1fr 1fr}.image-studio-advanced>div{grid-template-columns:1fr 1fr}.image-studio-drop-zone{grid-template-columns:40px 1fr}.image-studio-drop-zone::after{display:none}.image-studio-filebar,.image-studio-preview-head{align-items:flex-start;flex-direction:column}.image-studio-preview-actions{width:100%;align-items:flex-start;flex-direction:column}.image-studio-view-switch{width:100%}.image-studio-view-switch button{flex:1;justify-content:center}.image-studio-preview-stage{grid-template-columns:1fr;gap:9px}.image-studio-preview-canvas{height:360px;min-height:280px}.image-studio-preview-stage.mode-split .image-studio-original-pane,.image-studio-preview-stage.mode-split .image-studio-result-pane{display:block}.image-studio-control-panel{grid-template-columns:1fr}.image-studio-control-title,.image-studio-export-note,.image-studio-control-panel .button.full,.image-studio-export-result,.image-studio-help{grid-column:auto}}

/* v1.21.3 — Image Studio AI integration & reliability */
.image-studio-integrated-actions{display:grid!important;grid-template-columns:1fr!important;margin:11px 0 8px!important}
.image-studio-advanced-action{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-height:54px;padding:9px 10px;border:1px solid #dfc5d2;border-radius:12px;background:linear-gradient(135deg,#fff 0%,#fff5fa 100%);color:#4d5360;text-align:left;cursor:pointer;transition:.15s ease}
.image-studio-advanced-action:hover:not(:disabled){border-color:#c7789f;box-shadow:0 8px 22px rgba(150,56,102,.08);transform:translateY(-1px)}
.image-studio-advanced-action:disabled{opacity:.58;cursor:not-allowed}.image-studio-advanced-action.busy{opacity:.82}
.image-studio-advanced-action>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f4dfe9;color:#9f386c;font-size:9px;font-weight:950}.image-studio-advanced-action>span:nth-child(2){min-width:0}.image-studio-advanced-action b,.image-studio-advanced-action small{display:block}.image-studio-advanced-action b{font-size:11.5px;line-height:1.25}.image-studio-advanced-action small{margin-top:3px;color:#8b7380;font-size:9.5px;line-height:1.35}.image-studio-advanced-action>i{font-style:normal;color:#a33b70;font-size:13px;font-weight:900}
.image-studio-advanced-action.active{border-color:#a6dac8;background:#f3fbf8}.image-studio-advanced-action.active>span:first-child{background:#dff3eb;color:#17735a}.image-studio-advanced-action.active>i{color:#17735a}
.image-studio-ai-status{margin:0!important}.image-studio-ai-status>div{position:relative;overflow:hidden;padding:9px 10px;border:1px solid #dfe4ea;border-radius:10px;background:#fff;color:#626a76;font-size:9.5px;line-height:1.45}.image-studio-ai-status.info>div{border-color:#d9d7ef;background:#f8f7ff;color:#57537b}.image-studio-ai-status.success>div{border-color:#cae7db;background:#f4fbf8;color:#286b58}.image-studio-ai-status.error>div{border-color:#efcfd2;background:#fff7f7;color:#8b3a43}.image-studio-ai-status i{position:absolute;left:0;bottom:0;width:var(--progress,0);height:3px;background:#a43a70;transition:width .18s ease}
.image-studio-advanced-divider{display:flex!important;align-items:center!important;gap:8px!important;margin:14px 0 7px!important}.image-studio-advanced-divider::after{content:'';height:1px;flex:1;background:#e7e9ed}.image-studio-advanced-divider span{font-size:8.8px;font-weight:900;letter-spacing:.09em;color:#9a9faa}
.image-studio-advanced a.external{display:grid;grid-template-columns:31px minmax(0,1fr) auto}.image-studio-advanced a.external i{font-style:normal;color:#9a9faa;font-size:11px}.image-studio-advanced a.external:hover i{color:#963866}
.image-studio-result-state{display:inline-flex!important;width:max-content;margin-top:6px;padding:4px 6px;border-radius:999px;background:#e8f6f0;color:#16735a;font-size:8px;font-style:normal;font-weight:850;letter-spacing:.02em}.image-studio-result-state.hidden{display:none!important}
@media(max-width:980px){.image-studio-integrated-actions{grid-template-columns:1fr!important}.image-studio-ai-status{grid-column:1/-1}.image-studio-advanced-divider{grid-column:1/-1}.image-studio-advanced #imageStudioAdvancedLinks{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:680px){.image-studio-advanced #imageStudioAdvancedLinks{grid-template-columns:1fr!important}.image-studio-advanced-action{min-height:58px}}

/* v1.21.4 — Image quality, viewport and professional image-tool polish */
.image-studio-preview-canvas{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:330px;overflow:auto;overscroll-behavior:contain}
.image-studio-preview-canvas:not(.manual-zoom) .image-studio-preview-image{max-width:calc(100% - 28px);max-height:calc(100% - 28px);width:auto!important;height:auto!important;object-fit:contain}
.image-studio-preview-canvas.manual-zoom{align-items:flex-start;justify-content:flex-start;padding:18px}
.image-studio-preview-canvas.manual-zoom .image-studio-preview-image{flex:0 0 auto;max-width:none;max-height:none;margin:auto;box-shadow:0 10px 30px rgba(34,40,58,.16)}
.image-studio-viewport-toolbar{display:flex;align-items:center;gap:4px;padding:3px;border:1px solid #e1e4e9;border-radius:10px;background:#f5f6f8}
.image-studio-viewport-toolbar button{min-width:32px;min-height:32px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#626a77;font-size:10.5px;font-weight:850;cursor:pointer}
.image-studio-viewport-toolbar button:hover,.image-studio-viewport-toolbar button.active{background:#fff;color:#963866;box-shadow:0 2px 8px rgba(28,35,58,.08)}
.image-studio-viewport-toolbar output{min-width:48px;padding:0 6px;color:#7c8390;font-size:9.5px;font-weight:850;text-align:center}
.image-studio-ai-options{display:grid;gap:8px;margin:-2px 0 10px;padding:10px;border:1px solid #eadce3;border-radius:11px;background:#fff}
.image-studio-ai-options label{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;align-items:center;color:#656c78;font-size:9.5px;font-weight:800}
.image-studio-ai-options select{min-width:0;width:100%;border:1px solid #dfe3e9;border-radius:8px;padding:7px 8px;background:#fff;color:#353a44;font-size:10px;font-weight:700}
.image-studio-ai-options>small{color:#8c929d;font-size:9px;line-height:1.5}
.image-ai-profile-grid{margin:14px 0}.image-ai-profile-grid label{display:grid;gap:6px;font-size:11px;font-weight:800;color:#525a67}.image-ai-profile-grid select{width:100%;border:1px solid var(--line-strong);border-radius:9px;background:#fff;padding:9px 10px;color:var(--text);font:inherit}
/* Standalone image tools use the same visual standards as the Studio. */
.tool-family[data-category="images"] .tool-shell,.direct-tool-page .tool-shell{overflow:visible}
.image-tool-preview{min-height:390px;padding:18px;background-color:#f5f7fa;background-image:linear-gradient(45deg,#e8ebef 25%,transparent 25%),linear-gradient(-45deg,#e8ebef 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e8ebef 75%),linear-gradient(-45deg,transparent 75%,#e8ebef 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}
.image-tool-preview img,.image-tool-preview canvas{display:block;max-width:100%;max-height:min(68vh,720px);width:auto;height:auto;object-fit:contain;margin:auto}
.image-preview-frame{width:100%;max-width:100%;max-height:min(70vh,760px);min-height:300px;box-sizing:border-box;padding:12px;overflow:auto}
.image-preview-frame canvas{max-width:100%;max-height:min(66vh,700px);width:auto;height:auto;margin:auto}
.tool-shell .workspace-grid>.panel{background:#fff;box-shadow:0 8px 24px rgba(28,35,58,.035)}
.tool-shell .drop-zone{background:#fbfcfd}.tool-shell .drop-zone:hover{border-color:#b991a7;background:#fff8fb}
@media(max-width:1180px){.image-studio-preview-actions{flex-wrap:wrap;justify-content:flex-end}.image-studio-viewport-toolbar{order:2}.image-studio-view-switch{order:3}}
@media(max-width:680px){.image-studio-viewport-toolbar{width:100%;justify-content:center}.image-studio-viewport-toolbar button{flex:1}.image-studio-viewport-toolbar output{display:none}.image-studio-ai-options label{grid-template-columns:1fr}.image-studio-preview-canvas{height:390px;min-height:300px}.image-studio-preview-canvas.manual-zoom{height:430px}}
.image-tool-shell{border-radius:22px;box-shadow:0 14px 42px rgba(28,35,58,.055)}
.image-tool-studio-bridge{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:center;margin:0;padding:13px 29px;border-bottom:1px solid #e9e5eb;background:linear-gradient(90deg,#fff7fb,#fbfbff)}
.image-tool-studio-bridge>span{padding:6px 8px;border-radius:8px;background:#f4dfe9;color:#963866;font-size:8px;font-weight:950;letter-spacing:.08em}.image-tool-studio-bridge strong,.image-tool-studio-bridge small{display:block}.image-tool-studio-bridge strong{font-size:11.5px;color:#444a55}.image-tool-studio-bridge small{margin-top:2px;color:#858c98;font-size:9.5px}.image-tool-studio-bridge a{padding:8px 10px;border:1px solid #dfc5d2;border-radius:9px;background:#fff;color:#963866;font-size:10px;font-weight:850;text-decoration:none;white-space:nowrap}.image-tool-studio-bridge a:hover{background:#fff0f7;border-color:#c7789f}
@media(max-width:680px){.image-tool-studio-bridge{grid-template-columns:1fr;padding:13px 18px}.image-tool-studio-bridge>span{justify-self:start}.image-tool-studio-bridge a{text-align:center}}

/* v1.21.4 — professional image tools: readable controls + explicit comparisons */
.image-tool-shell .tool-body{padding-top:22px}
.image-tool-shell .panel{padding:20px}
.image-tool-shell .panel h3{font-size:14px;margin-bottom:12px}
.image-tool-shell .field>label,.image-tool-shell .field-grid label,.image-tool-shell .inline-options label{font-size:11.5px;font-weight:800;line-height:1.45;color:#4c5562}
.image-tool-shell .field input,.image-tool-shell .field select,.image-tool-shell .field-grid input,.image-tool-shell .field-grid select,.image-tool-shell .inline-options input,.image-tool-shell .inline-options select{min-height:40px;font-size:12px}
.image-tool-shell .checkbox-stack label{min-height:34px;font-size:11.5px;line-height:1.45}
.image-tool-shell .mini-button{min-height:38px;padding:8px 13px;font-size:11px}
.image-tool-shell .drop-zone{min-height:108px;padding:18px}
.image-tool-shell .drop-zone strong{font-size:13px}.image-tool-shell .drop-zone small{font-size:10px;line-height:1.55}
.image-tool-shell .stats-row{gap:7px}.image-tool-shell .stat-pill{font-size:9.5px;padding:6px 8px}
.image-tool-shell .notice{font-size:10.5px;line-height:1.6}
.image-tool-shell .image-tool-preview{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:360px;max-height:min(68vh,720px);overflow:auto;padding:18px;background-color:#f3f4f6}
.image-tool-shell .image-tool-preview.checker{background-color:#f5f6f7}
.image-tool-shell .image-tool-preview img,.image-tool-shell .image-tool-preview canvas,.image-tool-shell .image-preview-frame canvas{display:block;max-width:100%;max-height:min(62vh,660px);width:auto;height:auto;object-fit:contain}
.image-tool-shell .analysis-grid{align-items:start}
.image-tool-shell .analysis-grid>div>h3{font-size:12px;margin:0 0 8px}
.image-compare-sidebyside{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
.image-compare-sidebyside article{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}
.image-compare-sidebyside article>header{display:flex;align-items:center;gap:8px;padding:9px 11px;border-bottom:1px solid var(--line);background:#fafbfc}
.image-compare-sidebyside article>header span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#f4dfe9;color:#963866;font-size:10px;font-weight:950}
.image-compare-sidebyside article>header strong{font-size:10.5px;color:#4a515c}
.image-compare-sidebyside .image-tool-preview{min-height:300px;max-height:560px;border:0;border-radius:0;box-shadow:none}
@media(max-width:820px){.image-compare-sidebyside{grid-template-columns:1fr}.image-tool-shell .image-tool-preview{min-height:300px;max-height:540px}}


/* v1.21.6 — Image Studio consolidation: integrated watermark + output intelligence */
.image-studio-toolnav{grid-template-columns:1fr}
.image-studio-watermark-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.image-studio-watermark-presets button{min-height:34px;padding:7px 5px;border:1px solid #e0e4ea;border-radius:9px;background:#fff;color:#555c68;font-size:9.5px;font-weight:850;cursor:pointer}
.image-studio-watermark-presets button:hover{border-color:#d5a9bf;background:#fff7fa;color:#943565}
.image-studio-output-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.image-studio-output-summary>div{min-width:0;padding:10px 8px;border:1px solid #e6e8ec;border-radius:10px;background:#fafbfc;text-align:center}
.image-studio-output-summary span,.image-studio-output-summary strong{display:block}.image-studio-output-summary span{color:#8a919d;font-size:8.8px;font-weight:800}.image-studio-output-summary strong{margin-top:4px;color:#414854;font-size:11px}
.image-studio-output-guidance{padding:9px 10px;border:1px solid #e1e4e9;border-radius:9px;background:#fafbfc;color:#656d79;font-size:9.5px;line-height:1.5}.image-studio-output-guidance.warn{border-color:#ead7ad;background:#fffaf0;color:#806126}.image-studio-output-guidance.info{border-color:#d9d7ef;background:#f8f7ff;color:#57537b}.image-studio-output-guidance.success{border-color:#d5e9df;background:#f7fbf9;color:#39705e}
.image-studio-advanced a.external{grid-template-columns:31px minmax(0,1fr) auto}.image-studio-advanced a.external>span:nth-child(2){min-width:0}.image-studio-advanced a.external b,.image-studio-advanced a.external small{display:block}.image-studio-advanced a.external small{margin-top:3px;color:#8a919c;font-size:9px;line-height:1.35}
@media(max-width:980px){.image-studio-toolnav{grid-template-columns:repeat(5,1fr)}.image-studio-toolnav button{grid-template-columns:28px 1fr}.image-studio-output-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.image-studio-toolnav{grid-template-columns:1fr 1fr}.image-studio-output-summary{grid-template-columns:1fr}.image-studio-watermark-presets{grid-template-columns:1fr}}
@media(max-width:980px){.image-studio-watermark-presets,.image-studio-output-summary,.image-studio-output-guidance{grid-column:1/-1}}


/* v1.21.6 — Specialized image tools: readable cards, no text overflow */
.image-studio-workspace{grid-template-columns:235px minmax(0,1fr) 310px}
.image-studio-advanced #imageStudioAdvancedLinks{display:grid;grid-template-columns:1fr;gap:8px;margin:9px 0 10px;min-width:0}
.image-studio-advanced a.external.specialized-tool-card{box-sizing:border-box;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon copy" "icon out";column-gap:11px;row-gap:7px;align-items:center;width:100%;min-width:0;min-height:76px;padding:11px 12px;border:1px solid #e3e6eb;border-radius:13px;background:#fff;color:#4c5360;text-decoration:none;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}
.image-studio-advanced a.external.specialized-tool-card:hover{border-color:#d2a5bb;background:#fff9fc;box-shadow:0 8px 22px rgba(121,48,83,.07);transform:translateY(-1px)}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-icon{grid-area:icon;display:grid;place-items:center;width:38px;height:38px;min-width:38px;border-radius:10px;background:#f1f2f5;color:#676e7a;font-size:9px;font-weight:950;line-height:1;overflow:hidden}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-copy{grid-area:copy;display:block;width:auto;height:auto;min-width:0;max-width:100%;place-items:initial;background:transparent;border-radius:0;color:inherit;font-size:inherit;font-weight:inherit;overflow:hidden}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-copy b,.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-copy small{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-copy b{color:#444b57;font-size:11.5px;line-height:1.32;font-weight:850}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-copy small{margin-top:4px;color:#7f8794;font-size:9.5px;line-height:1.42}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-out{grid-area:out;display:flex;align-items:center;justify-content:space-between;width:auto;height:auto;min-width:0;padding:0;background:transparent;border-radius:0;color:#8a919c;font-size:9px;font-weight:800;letter-spacing:.01em}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-out em{font-style:normal;padding:3px 6px;border-radius:999px;background:#f3f4f6;color:#737b88;white-space:nowrap}
.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-out i{font-style:normal;color:#963866;font-size:13px;font-weight:950;line-height:1}
.image-studio-advanced-divider{margin:17px 0 9px!important}.image-studio-advanced-divider span{font-size:9.5px;line-height:1.2;white-space:nowrap}
.image-studio-specialized-note{display:grid;gap:4px;margin:11px 0 2px;padding:10px 11px;border:1px solid #e6e8ec;border-radius:11px;background:#f7f8fa;color:#747c89;line-height:1.48}
.image-studio-specialized-note strong{color:#59616d;font-size:9.5px}.image-studio-specialized-note span{font-size:9px}
@media(max-width:1180px) and (min-width:981px){.image-studio-workspace{grid-template-columns:220px minmax(0,1fr) 290px}}
@media(max-width:980px){.image-studio-workspace{grid-template-columns:1fr}.image-studio-advanced #imageStudioAdvancedLinks{grid-template-columns:repeat(3,minmax(0,1fr))}.image-studio-advanced a.external.specialized-tool-card{min-height:82px}}
@media(max-width:760px){.image-studio-advanced #imageStudioAdvancedLinks{grid-template-columns:1fr}.image-studio-advanced a.external.specialized-tool-card{grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"icon copy out";min-height:70px}.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-out em{display:none}.image-studio-advanced a.external.specialized-tool-card>.specialized-tool-out{align-self:center}}

/* v1.22.0 — PDF Studio */
/* v1.22.1 — PDF Studio direct integrations */
.pdf-studio-page{background:#f5f6f8}.pdf-studio-shell{width:min(1600px,calc(100% - 42px));margin:0 auto;padding:24px 0 56px}.pdf-studio-breadcrumb{margin-bottom:15px}.pdf-studio-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:24px;align-items:stretch;margin-bottom:18px;padding:27px 30px;border:1px solid #e4e7eb;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#fbf8fb 100%);box-shadow:0 14px 34px rgba(29,35,51,.05)}.pdf-studio-hero h1{max-width:790px;margin:6px 0 10px;font-size:clamp(27px,3vw,43px);line-height:1.06;letter-spacing:-.035em}.pdf-studio-hero p{max-width:820px;margin:0;color:#68717f;font-size:14px;line-height:1.68}.pdf-studio-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.pdf-studio-trust span{padding:7px 10px;border:1px solid #e1e5e9;border-radius:999px;background:#fff;color:#5f6875;font-size:10.5px;font-weight:800}.pdf-studio-trust span:first-child{color:#1f715d;background:#f4fbf8;border-color:#d8ebe4}.pdf-studio-hero-card{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:20px 22px;border-radius:16px;background:#1f2430;color:#fff}.pdf-studio-hero-card>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#c9ced8}.pdf-studio-hero-card strong{margin:8px 0;font-size:16px;line-height:1.35}.pdf-studio-hero-card small{color:#c9ced8;font-size:10.5px;line-height:1.58}
.pdf-studio-workspace{display:grid;grid-template-columns:245px minmax(0,1fr) 315px;gap:14px;align-items:start}.pdf-studio-tools,.pdf-studio-controls,.pdf-studio-stage-column{min-width:0}.pdf-studio-tools,.pdf-studio-controls{position:sticky;top:82px;max-height:calc(100vh - 98px);overflow:auto;border:1px solid #e2e5e9;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(26,34,50,.04)}.pdf-studio-tools{padding:12px}.pdf-studio-tools-head{display:grid;gap:2px;padding:6px 8px 12px;border-bottom:1px solid #eceef1}.pdf-studio-tools-head span{font-size:8.5px;font-weight:900;letter-spacing:.12em;color:#a04a75}.pdf-studio-tools-head strong{font-size:15px;color:#343a45}.pdf-studio-tools-head small{font-size:10px;color:#8a919d}.pdf-studio-toolnav{display:grid;gap:6px;padding:10px 0}.pdf-studio-toolnav button{display:grid;grid-template-columns:31px minmax(0,1fr);gap:9px;align-items:center;width:100%;min-width:0;padding:10px;border:1px solid transparent;border-radius:11px;background:transparent;color:#525a67;text-align:left;cursor:pointer}.pdf-studio-toolnav button:hover,.pdf-studio-toolnav button.active{border-color:#e5d5dd;background:#fff7fa;color:#8f3762}.pdf-studio-toolnav button>span:first-child{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#f2f3f5;font-size:9px;font-weight:950}.pdf-studio-toolnav b,.pdf-studio-toolnav small{display:block;min-width:0}.pdf-studio-toolnav b{font-size:12.5px;line-height:1.28}.pdf-studio-toolnav small{margin-top:3px;color:#8a919c;font-size:10px;line-height:1.34}.pdf-studio-toolnav button.active small{color:#99627e}
.pdf-studio-specialized-divider{display:flex;align-items:center;gap:8px;margin:14px 2px 9px}.pdf-studio-specialized-divider::after{content:'';height:1px;flex:1;background:#e7e9ed}.pdf-studio-specialized-divider span{font-size:9.5px;font-weight:900;letter-spacing:.08em;color:#8f96a1;white-space:nowrap}.pdf-specialized-card{box-sizing:border-box;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon copy" "icon out";gap:7px 11px;align-items:center;width:100%;min-width:0;min-height:76px;margin-bottom:8px;padding:11px 12px;border:1px solid #e3e6eb;border-radius:13px;background:#fff;color:#4d5562;text-decoration:none;overflow:hidden}.pdf-specialized-card:hover{border-color:#c9a0b4;background:#fff9fc;box-shadow:0 7px 20px rgba(113,50,81,.06)}.pdf-specialized-icon{grid-area:icon;display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#f1f2f5;color:#616976;font-size:9px;font-weight:950}.pdf-specialized-copy{grid-area:copy;min-width:0}.pdf-specialized-copy b,.pdf-specialized-copy small{display:block;white-space:normal;overflow-wrap:anywhere}.pdf-specialized-copy b{font-size:11.5px;line-height:1.3}.pdf-specialized-copy small{margin-top:3px;color:#868e99;font-size:9.5px;line-height:1.4}.pdf-specialized-out{grid-area:out;display:flex;align-items:center;justify-content:space-between;min-width:0;color:#8a919c;font-size:9px;font-weight:800}.pdf-specialized-out em{padding:3px 6px;border-radius:999px;background:#f3f4f6;font-style:normal}.pdf-specialized-out i{color:#963866;font-size:13px;font-style:normal;font-weight:950}.pdf-studio-specialized-note{display:grid;gap:4px;margin:11px 1px 2px;padding:10px 11px;border:1px solid #e5e8ec;border-radius:11px;background:#f7f8fa;color:#767e89;line-height:1.46}.pdf-studio-specialized-note strong{font-size:9.5px;color:#59616d}.pdf-studio-specialized-note span{font-size:9px}
.pdf-studio-drop-card{padding:18px;border:1px solid #e2e5ea;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(26,34,50,.04)}.pdf-studio-drop-zone{display:flex;align-items:center;justify-content:center;gap:14px;min-height:260px;padding:30px;border:2px dashed #d9dde3;border-radius:14px;background:#fafbfc;text-align:left;cursor:pointer;transition:.15s ease}.pdf-studio-drop-zone:hover,.pdf-studio-drop-zone.dragover{border-color:#b9799a;background:#fff8fb}.pdf-studio-drop-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pdf-studio-drop-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:16px;background:#2b3140;color:#fff;font-size:13px;font-weight:950;letter-spacing:.05em}.pdf-studio-drop-zone strong,.pdf-studio-drop-zone small{display:block}.pdf-studio-drop-zone strong{font-size:18px;color:#39404b}.pdf-studio-drop-zone small{margin-top:5px;color:#868e9a;font-size:11px}.pdf-studio-drop-card>p{margin:12px 3px 0;color:#7e8794;font-size:10.5px;line-height:1.5}
.pdf-studio-editor{display:grid;gap:12px}.pdf-studio-filebar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border:1px solid #e2e5e9;border-radius:14px;background:#fff}.pdf-studio-fileidentity{display:flex;align-items:center;gap:10px;min-width:0}.pdf-studio-fileidentity>span{display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#2a303d;color:#fff;font-size:10px;font-weight:950}.pdf-studio-fileidentity>div{min-width:0}.pdf-studio-fileidentity strong,.pdf-studio-fileidentity small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-studio-fileidentity strong{font-size:12.5px;color:#414854}.pdf-studio-fileidentity small{margin-top:3px;color:#89919d;font-size:9.5px}.pdf-studio-history{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.pdf-studio-history button{min-height:32px;padding:0 9px;border:1px solid #e0e4e9;border-radius:8px;background:#fff;color:#606875;font-size:10px;font-weight:800;cursor:pointer}.pdf-studio-history button:hover:not(:disabled){border-color:#caa1b5;color:#913761}.pdf-studio-history button:disabled{opacity:.42;cursor:not-allowed}
.pdf-studio-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pdf-studio-metrics>div{padding:10px 12px;border:1px solid #e4e7eb;border-radius:11px;background:#fff}.pdf-studio-metrics span,.pdf-studio-metrics strong{display:block}.pdf-studio-metrics span{font-size:8.5px;font-weight:800;color:#8b929d}.pdf-studio-metrics strong{margin-top:4px;font-size:15px;color:#3d4450}
.pdf-studio-document-area{display:grid;grid-template-columns:132px minmax(0,1fr);gap:10px;min-height:610px}.pdf-studio-thumbs{height:610px;overflow:auto;padding:8px;border:1px solid #e2e5ea;border-radius:14px;background:#eef0f3;overscroll-behavior:contain}.pdf-studio-thumb{position:relative;margin-bottom:8px;padding:5px;border:1px solid transparent;border-radius:10px;background:#fff;box-shadow:0 2px 8px rgba(28,35,50,.04);transition:.14s ease}.pdf-studio-thumb.active{border-color:#b8648e;box-shadow:0 0 0 2px rgba(184,100,142,.09)}.pdf-studio-thumb.selected{background:#fff7fb}.pdf-studio-thumb.dragging{opacity:.5}.pdf-studio-thumb.drag-over{border-color:#7e6fd7;transform:translateY(2px)}.pdf-studio-thumb-open{display:grid;width:100%;min-width:0;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.pdf-studio-thumb canvas{display:block;max-width:100%;max-height:124px;width:auto;height:auto;margin:0 auto;border:1px solid #eceef1;background:#fff;object-fit:contain}.pdf-studio-thumb-number{position:absolute;top:8px;left:8px;display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:7px;background:rgba(31,36,48,.88);color:#fff;font-size:9px;font-weight:900}.pdf-studio-thumb-open small{display:block;min-width:0;margin-top:5px;color:#7d8591;font-size:8.7px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-studio-thumb-check{display:flex;align-items:center;gap:5px;margin-top:5px;padding-top:5px;border-top:1px solid #eff0f2;color:#7e8692;font-size:8.5px;cursor:pointer}.pdf-studio-thumb-check input{width:14px;height:14px}.pdf-studio-thumb-empty{padding:20px 8px;color:#858d99;font-size:10px;text-align:center}
.pdf-studio-preview-panel{display:grid;grid-template-rows:auto 1fr auto;min-width:0;height:610px;border:1px solid #e2e5e9;border-radius:14px;background:#fff;overflow:hidden}.pdf-studio-preview-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid #e7e9ec}.pdf-studio-preview-panel>header>div:first-child span,.pdf-studio-preview-panel>header>div:first-child strong{display:block}.pdf-studio-preview-panel>header>div:first-child span{color:#9a4a72;font-size:8.5px;font-weight:900;letter-spacing:.09em}.pdf-studio-preview-panel>header>div:first-child strong{margin-top:3px;font-size:12px}.pdf-studio-preview-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.pdf-studio-preview-actions>small{color:#818995;font-size:9px;white-space:nowrap}.pdf-studio-zoom{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid #e1e4e9;border-radius:9px;background:#f5f6f8}.pdf-studio-zoom button{min-width:29px;height:29px;padding:0 7px;border:0;border-radius:6px;background:transparent;color:#606875;font-size:9.5px;font-weight:850;cursor:pointer}.pdf-studio-zoom button.active,.pdf-studio-zoom button:hover{background:#fff;color:#923861;box-shadow:0 2px 8px rgba(28,35,58,.07)}.pdf-studio-zoom output{min-width:42px;color:#808793;font-size:8.8px;font-weight:800;text-align:center}.pdf-studio-preview-canvas{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:auto;padding:18px;background:#e7e9ed;overscroll-behavior:contain}.pdf-studio-preview-canvas.manual-zoom{align-items:flex-start;justify-content:flex-start}.pdf-studio-page-canvas{display:block;max-width:100%;max-height:100%;background:#fff;box-shadow:0 12px 34px rgba(27,34,47,.16)}.pdf-studio-preview-canvas.manual-zoom .pdf-studio-page-canvas{max-width:none;max-height:none;margin:auto}.pdf-studio-preview-empty,.pdf-studio-preview-loading{padding:18px;color:#7b8490;font-size:11px;text-align:center}.pdf-studio-preview-empty.error{color:#a73e4c}.pdf-studio-preview-panel>footer{display:flex;gap:7px;padding:9px 12px;border-top:1px solid #e7e9ec;background:#fafbfc;color:#7f8793}.pdf-studio-preview-panel>footer small{font-size:9px;line-height:1.42}.pdf-studio-status{min-height:18px;padding:0 3px;color:#747c88;font-size:9.8px;line-height:1.45}.pdf-studio-status.success{color:#26715e}.pdf-studio-status.error{color:#a83c4d}.pdf-studio-status.working{color:#72516d}
.pdf-studio-controls{padding:13px}.pdf-studio-control-panel{display:none}.pdf-studio-control-panel.active{display:grid;gap:12px}.pdf-studio-control-title{display:grid;grid-template-columns:35px minmax(0,1fr);gap:10px;align-items:center;padding-bottom:12px;border-bottom:1px solid #e9ebee}.pdf-studio-control-title>span{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#f2e8ed;color:#923a65;font-size:9px;font-weight:950}.pdf-studio-control-title strong,.pdf-studio-control-title small{display:block}.pdf-studio-control-title strong{font-size:13px}.pdf-studio-control-title small{margin-top:3px;color:#89919c;font-size:9.8px}.pdf-studio-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.pdf-studio-action-grid button{min-height:38px;padding:8px;border:1px solid #e0e4e9;border-radius:9px;background:#fff;color:#59616d;font-size:10px;font-weight:800;cursor:pointer}.pdf-studio-action-grid button:hover{border-color:#cda5b8;background:#fff9fc;color:#91375f}.button.danger-outline{border-color:#e6c9cf;background:#fff;color:#a03e50}.button.danger-outline:hover{background:#fff6f7}.pdf-studio-help{color:#7d8591;font-size:9.6px;line-height:1.5}.pdf-studio-add-file{display:grid;gap:5px;padding:16px;border:1.5px dashed #d9dde3;border-radius:12px;background:#fafbfc;cursor:pointer}.pdf-studio-add-file:hover{border-color:#b9799a;background:#fff8fb}.pdf-studio-add-file>span{color:#9a3e6d;font-size:10px;font-weight:950}.pdf-studio-add-file strong{font-size:12px}.pdf-studio-add-file small{color:#858d98;font-size:9.5px}.pdf-studio-add-file input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pdf-studio-radio{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;padding:11px;border:1px solid #e3e6ea;border-radius:11px;background:#fff;cursor:pointer}.pdf-studio-radio:has(input:checked){border-color:#cba0b5;background:#fff8fb}.pdf-studio-radio input{margin-top:2px}.pdf-studio-radio strong,.pdf-studio-radio small{display:block}.pdf-studio-radio strong{font-size:10.5px}.pdf-studio-radio small{margin-top:4px;color:#818995;font-size:9.2px;line-height:1.45}.pdf-studio-privacy-note{display:grid;gap:4px;padding:10px;border:1px solid #eadbae;border-radius:10px;background:#fffaf0;color:#79602a}.pdf-studio-privacy-note strong{font-size:9.5px}.pdf-studio-privacy-note span{font-size:9px;line-height:1.45}.pdf-studio-field{display:grid;gap:6px}.pdf-studio-field>span{font-size:10px;font-weight:800;color:#626a76}.pdf-studio-field input{width:100%;box-sizing:border-box;padding:9px 10px;border:1px solid #dfe3e8;border-radius:9px;font-size:11px}.pdf-studio-output-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.pdf-studio-output-summary>div{padding:9px 6px;border:1px solid #e5e8eb;border-radius:10px;background:#fafbfc;text-align:center}.pdf-studio-output-summary span,.pdf-studio-output-summary strong{display:block}.pdf-studio-output-summary span{color:#89919d;font-size:8px;font-weight:800}.pdf-studio-output-summary strong{margin-top:4px;font-size:10.5px}.pdf-studio-export-status{min-height:16px;color:#2c725f;font-size:9.5px;text-align:center}
.studio-nav-card.live.pdf .studio-nav-mark.pdf,.studio-product-card.live.pdf .studio-product-mark{background:#2b3140;color:#fff}.studio-product-card.live.pdf{border-color:#dde1e6}
@media(max-width:1240px){.pdf-studio-workspace{grid-template-columns:225px minmax(0,1fr) 285px}.pdf-studio-document-area{grid-template-columns:118px minmax(0,1fr)}}
@media(max-width:1020px){.pdf-studio-shell{width:min(100% - 28px,1500px)}.pdf-studio-hero{grid-template-columns:1fr}.pdf-studio-workspace{grid-template-columns:1fr}.pdf-studio-tools,.pdf-studio-controls{position:static;max-height:none;overflow:visible}.pdf-studio-toolnav{grid-template-columns:repeat(4,minmax(0,1fr))}.pdf-studio-toolnav button{grid-template-columns:28px minmax(0,1fr)}.pdf-studio-specialized{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.pdf-studio-specialized-divider,.pdf-studio-specialized-note{grid-column:1/-1}.pdf-specialized-card{margin:0}.pdf-studio-document-area{grid-template-columns:125px minmax(0,1fr)}}
@media(max-width:720px){.pdf-studio-shell{width:calc(100% - 18px);padding-top:14px}.pdf-studio-hero{padding:20px 18px;border-radius:16px}.pdf-studio-hero h1{font-size:28px}.pdf-studio-trust{display:grid;grid-template-columns:1fr}.pdf-studio-toolnav{grid-template-columns:1fr 1fr}.pdf-studio-specialized{grid-template-columns:1fr}.pdf-studio-document-area{grid-template-columns:1fr;min-height:0}.pdf-studio-thumbs{display:flex;height:auto;max-height:190px;gap:8px;padding:8px;overflow:auto}.pdf-studio-thumb{flex:0 0 112px;margin:0}.pdf-studio-preview-panel{height:520px}.pdf-studio-preview-panel>header{align-items:flex-start;flex-direction:column}.pdf-studio-preview-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.pdf-studio-zoom{width:100%;justify-content:center}.pdf-studio-zoom button{flex:1}.pdf-studio-zoom output{display:none}.pdf-studio-filebar{align-items:flex-start;flex-direction:column}.pdf-studio-history{width:100%;justify-content:flex-start}.pdf-studio-metrics{grid-template-columns:1fr 1fr}.pdf-studio-output-summary{grid-template-columns:1fr}.pdf-studio-drop-zone{min-height:220px;align-items:flex-start;flex-direction:column}.pdf-studio-tools,.pdf-studio-controls{border-radius:13px}}
.pdf-studio-status.warn{color:#846329}.pdf-studio-export-warning{display:grid;gap:4px;padding:10px;border:1px solid #eadbae;border-radius:10px;background:#fffaf0;color:#795f27}.pdf-studio-export-warning strong{font-size:9.5px}.pdf-studio-export-warning span{font-size:9px;line-height:1.46}

/* v1.22.1 — PDF Studio integrated processing */
.pdf-studio-integrated-note{display:grid;gap:5px;margin-top:8px;padding:11px 10px;border:1px solid #dbe8e2;border-radius:11px;background:#f7fbf9;color:#48665b}.pdf-studio-integrated-note strong{font-size:10.5px}.pdf-studio-integrated-note span{font-size:9.7px;line-height:1.5}
.pdf-studio-field select{width:100%;box-sizing:border-box;padding:9px 10px;border:1px solid #dfe3e8;border-radius:9px;background:#fff;color:#4e5662;font-size:11px}.pdf-studio-field select:focus,.pdf-studio-field input:focus{outline:2px solid rgba(151,62,105,.12);border-color:#bc7b9b}
.pdf-studio-inline-warning,.pdf-studio-redaction-help{display:grid;gap:4px;padding:10px;border:1px solid #e7e1ca;border-radius:10px;background:#fffbf2;color:#715f34;font-size:9.7px;line-height:1.5}.pdf-studio-redaction-help{border-color:#ead4df;background:#fff8fb;color:#704c60}.pdf-studio-inline-warning strong,.pdf-studio-redaction-help strong{font-size:10px}.pdf-studio-inline-warning span,.pdf-studio-redaction-help span{font-size:9.6px;line-height:1.5}
.pdf-studio-progress{height:7px;overflow:hidden;border-radius:999px;background:#eceff2}.pdf-studio-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8d365f,#b96991);transition:width .18s ease}
.pdf-studio-mini-stats{display:flex;flex-wrap:wrap;gap:6px;min-height:18px}.pdf-studio-mini-stats>span{display:inline-flex;align-items:center;gap:3px;padding:5px 7px;border:1px solid #e3e6e9;border-radius:8px;background:#fafbfc;color:#69717c;font-size:9.5px;line-height:1.25}.pdf-studio-mini-stats .good{border-color:#cfe4d9;background:#f5fbf8;color:#33705d}.pdf-studio-mini-stats .warn{border-color:#eadcab;background:#fffaf0;color:#82692e}.pdf-studio-mini-stats .error{border-color:#efcbd1;background:#fff7f8;color:#a33e50}
.pdf-studio-textarea{width:100%;min-height:155px;max-height:260px;box-sizing:border-box;resize:vertical;padding:10px;border:1px solid #dfe3e8;border-radius:10px;background:#fbfcfd;color:#343b45;font:11px/1.48 ui-monospace,SFMono-Regular,Consolas,monospace}
.pdf-studio-page-stack{position:relative;display:grid;place-items:center;max-width:100%;max-height:100%;line-height:0}.pdf-studio-page-stack>.pdf-studio-page-canvas,.pdf-studio-page-stack>.pdf-studio-redaction-canvas{grid-area:1/1;display:block;max-width:100%;max-height:100%}.pdf-studio-redaction-canvas{pointer-events:none;z-index:2}.pdf-studio-redaction-canvas.editing{pointer-events:auto;cursor:crosshair;touch-action:none}.pdf-studio-preview-canvas.manual-zoom .pdf-studio-page-stack{max-width:none;max-height:none;margin:auto}.pdf-studio-preview-canvas.manual-zoom .pdf-studio-page-stack>.pdf-studio-page-canvas,.pdf-studio-preview-canvas.manual-zoom .pdf-studio-page-stack>.pdf-studio-redaction-canvas{max-width:none;max-height:none}
@media(max-width:1020px){.pdf-studio-toolnav{grid-template-columns:repeat(4,minmax(0,1fr))}.pdf-studio-integrated-note{margin-top:6px}}
@media(max-width:720px){.pdf-studio-toolnav{grid-template-columns:1fr 1fr}.pdf-studio-textarea{min-height:130px}.pdf-studio-mini-stats>span{font-size:10px}}
/* PDF Studio readability pass — v1.22.1 */
.pdf-studio-control-title strong{font-size:13.5px}.pdf-studio-control-title small{font-size:10.3px}.pdf-studio-help{font-size:10.2px}.pdf-studio-field>span{font-size:10.8px}.pdf-studio-field input,.pdf-studio-field select{font-size:11.5px;line-height:1.35}.pdf-studio-action-grid button{font-size:10.6px}.pdf-studio-inline-warning,.pdf-studio-redaction-help{font-size:10.1px}.pdf-studio-inline-warning span,.pdf-studio-redaction-help span{font-size:10px}.pdf-studio-mini-stats>span{font-size:10px}.pdf-studio-textarea{font-size:11.5px}.pdf-studio-integrated-note strong{font-size:11px}.pdf-studio-integrated-note span{font-size:10px}

/* v1.22.2 — Image Studio full integration */
.image-studio-control-panel[data-image-control="background"] .image-studio-advanced-action{min-height:64px}
.image-studio-control-panel[data-image-control="background"] .image-studio-ai-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.image-studio-control-panel[data-image-control="background"] .image-studio-ai-options label{display:grid;gap:5px;color:#5d6571;font-size:10px;font-weight:800}
.image-studio-control-panel[data-image-control="background"] .image-studio-ai-options select{width:100%;box-sizing:border-box;padding:9px;border:1px solid #dfe3e9;border-radius:9px;background:#fff;color:#3f4650;font-size:10.5px}
.image-studio-inline-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.image-studio-inline-actions .button{min-height:38px;padding:8px 10px;font-size:10.5px}
.image-studio-inline-status{min-height:18px;padding:8px 9px;border-radius:9px;color:#6d7581;font-size:10px;line-height:1.45}.image-studio-inline-status:empty{display:none}.image-studio-inline-status.info{border:1px solid #d9e3eb;background:#f7fafc;color:#536675}.image-studio-inline-status.success{border:1px solid #cfe4d9;background:#f5fbf8;color:#33705d}.image-studio-inline-status.warn{border:1px solid #eadcab;background:#fffaf0;color:#80662b}.image-studio-inline-status.error{border:1px solid #efcbd1;background:#fff7f8;color:#a33e50}
.image-studio-upscale-progress{height:7px;overflow:hidden;border-radius:999px;background:#eceff2}.image-studio-upscale-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8d365f,#b96991);transition:width .18s ease}
.image-studio-palette-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.image-studio-palette-card{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;align-items:center;min-width:0;padding:8px;border:1px solid #e2e5e9;border-radius:10px;background:#fff;color:#4b535f;text-align:left;cursor:pointer}.image-studio-palette-card:hover{border-color:#cda7b9;background:#fff9fc}.image-studio-palette-card i{grid-row:1/3;width:30px;height:30px;border:1px solid rgba(0,0,0,.08);border-radius:8px}.image-studio-palette-card strong{font-size:10.5px}.image-studio-palette-card small{margin-top:2px;color:#808894;font-size:9px}.image-studio-mini-empty{grid-column:1/-1;padding:16px;border:1px dashed #dfe3e8;border-radius:10px;background:#fafbfc;color:#818995;font-size:10px;line-height:1.5;text-align:center}
.image-studio-compare-file{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}.image-studio-compare-file input[type=file]{width:100%;box-sizing:border-box;padding:9px;border:1px dashed #d4d9e0;border-radius:9px;background:#fafbfc;color:#5e6672;font-size:10px}
.image-studio-compare-meta{display:grid;gap:7px}.image-studio-compare-metrics{display:grid;grid-template-columns:1fr 1fr;gap:7px}.image-studio-compare-metrics span{display:grid;gap:3px;padding:8px;border:1px solid #e5e8eb;border-radius:9px;background:#fafbfc;color:#858d99;font-size:8.8px}.image-studio-compare-metrics strong{color:#464d58;font-size:11px}.image-studio-compare-diff{display:grid;place-items:center;min-height:150px;max-height:260px;overflow:auto;padding:9px;border:1px solid #e2e5e9;border-radius:11px;background-color:#eff1f4;background-image:linear-gradient(45deg,#e3e6ea 25%,transparent 25%),linear-gradient(-45deg,#e3e6ea 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e3e6ea 75%),linear-gradient(-45deg,transparent 75%,#e3e6ea 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.image-studio-diff-canvas{display:block;max-width:100%;max-height:240px;width:auto;height:auto;object-fit:contain}
.image-studio-control-panel[data-image-control="upscale"]>label,.image-studio-control-panel[data-image-control="palette"]>label,.image-studio-control-panel[data-image-control="compare"]>label{font-size:10.3px}.image-studio-control-panel[data-image-control="upscale"] select,.image-studio-control-panel[data-image-control="palette"] select{font-size:10.5px}
@media(max-width:980px){.image-studio-toolnav{grid-template-columns:repeat(3,minmax(0,1fr))}.image-studio-toolnav small{display:block}.image-studio-control-panel[data-image-control="background"] .image-studio-ai-options{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.image-studio-toolnav{grid-template-columns:1fr 1fr}.image-studio-control-panel[data-image-control="background"] .image-studio-ai-options,.image-studio-inline-actions,.image-studio-palette-grid,.image-studio-compare-metrics{grid-template-columns:1fr}}

/* v1.23.0 — Smart Documents inside PDF Studio */
.pdf-studio-toolnav button.smart>span:first-child{background:#f0e5f8;color:#713f92;font-size:14px}.pdf-studio-toolnav button.smart:hover,.pdf-studio-toolnav button.smart.active{border-color:#d9c1e7;background:#fbf7ff;color:#653683}.pdf-smart-intro{display:grid;gap:5px;padding:11px 12px;border:1px solid #ddd4e6;border-radius:11px;background:linear-gradient(135deg,#fbf8ff,#fff);color:#5e5268}.pdf-smart-intro strong{font-size:11px;color:#60406f}.pdf-smart-intro span{font-size:10px;line-height:1.52}.pdf-smart-status{min-height:18px;color:#7c7481;font-size:10px;line-height:1.45}.pdf-smart-metrics{display:grid;grid-template-columns:1fr 1fr;gap:7px}.pdf-smart-metrics>div{min-width:0;padding:9px 8px;border:1px solid #e5e2e8;border-radius:10px;background:#faf9fb;text-align:center}.pdf-smart-metrics span,.pdf-smart-metrics strong{display:block}.pdf-smart-metrics span{color:#89818e;font-size:8.7px;font-weight:800}.pdf-smart-metrics strong{margin-top:4px;color:#3f3944;font-size:15px}.pdf-smart-identity{display:grid;gap:4px;padding:11px;border:1px solid #ded6e5;border-radius:11px;background:#fbf9fd}.pdf-smart-identity>span{font-size:8.5px;font-weight:900;letter-spacing:.09em;color:#826395}.pdf-smart-identity strong{font-size:14px;color:#4b3658}.pdf-smart-identity small{color:#827889;font-size:9.7px}.pdf-smart-identity code{margin-top:3px;padding:6px 7px;border-radius:7px;background:#f1edf4;color:#5b4764;font:9.5px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.pdf-smart-recommendations{display:grid;gap:7px}.pdf-smart-recommendations>h3,.pdf-smart-section>h3{margin:2px 0 0;color:#55505a;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.pdf-smart-rec{display:grid;grid-template-columns:minmax(0,1fr) 22px;gap:8px;align-items:center;width:100%;padding:9px 10px;border:1px solid #e3e0e6;border-radius:10px;background:#fff;color:#55505a;text-align:left;cursor:pointer}.pdf-smart-rec:hover{border-color:#cdb9da;background:#fcf9ff}.pdf-smart-rec.high{border-color:#ebcdd4;background:#fff9fa}.pdf-smart-rec.medium{border-color:#e5dcc0;background:#fffdf7}.pdf-smart-rec span,.pdf-smart-rec b,.pdf-smart-rec small{display:block;min-width:0}.pdf-smart-rec b{font-size:10.5px}.pdf-smart-rec small{margin-top:3px;color:#85808a;font-size:9.4px;line-height:1.4}.pdf-smart-rec i{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#f1edf4;color:#744f83;font-size:12px;font-style:normal;font-weight:900}.pdf-smart-ok{padding:10px;border:1px solid #d6e7df;border-radius:10px;background:#f7fbf9;color:#3f6f5e;font-size:10px;font-weight:800}.pdf-smart-insights{display:grid;gap:9px}.pdf-smart-section{display:grid;gap:5px;padding-top:3px}.pdf-smart-section p,.pdf-smart-section article{display:grid;grid-template-columns:minmax(72px,.45fr) minmax(0,1fr);gap:8px;align-items:start;margin:0;padding:6px 7px;border:1px solid #ece9ee;border-radius:8px;background:#fcfcfd}.pdf-smart-section p b{font-size:8.6px;color:#746979}.pdf-smart-section p span{min-width:0;color:#5f5964;font-size:9.4px;line-height:1.35;overflow-wrap:anywhere}.pdf-smart-section article{grid-template-columns:1fr}.pdf-smart-section article strong{font-size:9.8px;line-height:1.4}.pdf-smart-section article small{color:#877f8b;font-size:8.9px;line-height:1.4}.pdf-studio-smart-panel .pdf-studio-control-title>span{background:#efe6f5;color:#73488a;font-size:14px}
@media(max-width:720px){.pdf-smart-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.pdf-smart-metrics strong{font-size:13px}.pdf-smart-section p{grid-template-columns:90px minmax(0,1fr)}}

/* v1.24.0 — Pro Value Layer */
.pro-report-card{border:1px solid #dcd8ff;background:linear-gradient(135deg,#fbfaff,#f5f3ff);border-radius:16px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.pro-report-copy{display:flex;align-items:flex-start;gap:12px;min-width:0}.pro-report-copy>div{min-width:0}.pro-report-copy strong,.pro-report-copy small{display:block}.pro-report-copy strong{font-size:14px;color:#262a36;margin-bottom:5px}.pro-report-copy small{font-size:11.5px;line-height:1.55;color:#6e7482;max-width:620px}.pro-badge{display:inline-grid;place-items:center;min-width:38px;height:25px;padding:0 8px;border-radius:999px;background:#5d50d6;color:#fff;font-size:9px;font-weight:950;letter-spacing:.07em}.pro-report-card .button{flex:0 0 auto;white-space:nowrap}.pro-report-card .pro-locked{background:#fff;color:#554bc2;border:1px solid #cfcaff}.pdf-smart-pro-report{margin-top:16px;display:block}.pdf-smart-pro-report .pro-report-copy{margin-bottom:13px}.pdf-smart-pro-report .button{width:100%}.data-pro-report{margin:0}.data-pro-report .button{min-width:210px}
.pro-value-pricing{padding-top:82px}.pro-pricing-grid{max-width:920px}.pro-live-card{background:linear-gradient(180deg,#fff,#fbfaff)}.pro-live-card li b{color:#4f46bd}.pro-roadmap-strip{max-width:920px;margin:18px auto 0;border:1px solid #e2e0ec;background:#fff;border-radius:17px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}.pro-roadmap-strip>div:first-child{display:grid;gap:4px}.pro-roadmap-strip strong{font-size:13px}.pro-roadmap-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pro-roadmap-chips span{border:1px solid #e6e4ed;background:#f8f8fb;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750;color:#5f6571}.pro-roadmap-chips b{margin-left:5px;color:#7a6ad9;font-size:8px;letter-spacing:.05em}
.pro-value-dialog{max-width:620px}.pro-dialog-context{background:#f4f2ff;border:1px solid #dcd8ff;color:#4c4673;border-radius:12px;padding:12px 14px;font-size:12px;line-height:1.55}.pro-feature-grid-live{grid-template-columns:1fr 1fr}.pro-feature-grid-live article{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;text-align:left}.pro-feature-grid-live article>b{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#f1efff;color:#5a4fd1;font-size:11px}.pro-feature-grid-live article span strong,.pro-feature-grid-live article span small{display:block}.pro-feature-grid-live article span strong{font-size:11px}.pro-feature-grid-live article span small{font-size:9.5px;color:#7c8390;margin-top:3px}.pro-feature-grid-live article em{font-style:normal;font-size:7px;font-weight:900;color:#187a57;background:#e8f7ef;border-radius:999px;padding:5px 7px}.pro-dialog-roadmap{margin:15px 0;border:1px dashed #d9d7e2;border-radius:12px;padding:12px 14px;display:grid;gap:4px}.pro-dialog-roadmap strong{font-size:11px}.pro-dialog-roadmap span{font-size:10.5px;color:#727987}
.account-tab-plan span{font-size:8px!important;font-weight:950;letter-spacing:.04em;background:#5b50ce!important;color:#fff!important}.account-plan-hero{border-radius:18px;padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:16px}.account-plan-hero.is-free{background:linear-gradient(135deg,#f8f8fb,#fff);border:1px solid #e0e1e7}.account-plan-hero.is-pro{background:linear-gradient(135deg,#f1efff,#fbfaff);border:1px solid #d6d1ff}.account-plan-hero h1{margin:3px 0 7px}.account-plan-hero p{max-width:680px;margin:0;color:#696f7c;font-size:12px;line-height:1.6}.plan-current-badge{padding:8px 11px;border-radius:999px;background:#20232c;color:#fff;font-size:9px;font-weight:950;letter-spacing:.08em}.is-pro .plan-current-badge{background:#5b50ce}.plan-live-value-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.plan-value-card{border:1px solid #e1e2e8;background:#fff;border-radius:14px;padding:17px;display:grid;gap:7px}.plan-value-card.primary{border-color:#d7d2ff;background:#fbfaff}.plan-value-card>span:not(.pro-badge){font-size:20px}.plan-value-card strong{font-size:13px}.plan-value-card p{font-size:11px;line-height:1.55;color:#727987;margin:0}.plan-value-card em{font-style:normal;color:#5d50c8;font-size:9.5px;font-weight:850}.plan-usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.plan-usage-card{border:1px solid #e2e3e8;border-radius:13px;padding:13px;display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center}.plan-usage-card>span{width:30px;height:30px;border-radius:9px;background:#f1f2f6;display:grid;place-items:center;font-weight:900}.plan-usage-card strong{font-size:11px}.plan-usage-card p{margin:2px 0 7px;font-size:10px;color:#727987}.plan-usage-bar{height:5px;background:#ececf1;border-radius:999px;overflow:hidden}.plan-usage-bar i{display:block;height:100%;background:#655bd7;border-radius:999px}.plan-roadmap-section{margin-top:16px}.plan-roadmap-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.plan-roadmap-list span{border:1px solid #e4e4e9;border-radius:11px;padding:12px;display:flex;justify-content:space-between;gap:8px}.plan-roadmap-list b{font-size:10px}.plan-roadmap-list em{font-size:8px;font-style:normal;font-weight:900;color:#7a6ad9}.plan-upgrade-box{margin-top:16px;border-radius:15px;background:#252734;color:#fff;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.plan-upgrade-box strong{font-size:13px}.plan-upgrade-box p{font-size:10.5px;line-height:1.55;color:#c8cad3;margin:5px 0 0}.account-plan-summary .mini-button{margin-top:10px}
@media(max-width:820px){.pro-report-card{align-items:stretch;flex-direction:column}.pro-report-card .button{width:100%}.data-pro-report .button{min-width:0}.pro-roadmap-strip{align-items:flex-start;flex-direction:column}.pro-roadmap-chips{justify-content:flex-start}.pro-feature-grid-live,.plan-live-value-grid,.plan-usage-grid,.plan-roadmap-list{grid-template-columns:1fr}.account-plan-hero,.plan-upgrade-box{flex-direction:column}.plan-current-badge{align-self:flex-start}}

/* v1.25.0 — Workflow Studio v2 */
.workflow-studio-shell{width:min(100% - 36px,1560px);margin:0 auto;padding:24px 0 60px}.workflow-studio-breadcrumb{margin-bottom:14px}.workflow-studio-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:28px;align-items:center;padding:34px 36px;border:1px solid #dfe4ea;border-radius:22px;background:linear-gradient(135deg,#fbfcff 0%,#fff 55%,#faf6fb 100%);box-shadow:0 18px 48px rgba(29,37,48,.06)}.workflow-studio-hero h1{max-width:880px;margin:8px 0 12px;font-size:38px;line-height:1.08;letter-spacing:-.025em}.workflow-studio-hero p{max-width:900px;margin:0;color:#66707c;font-size:15px;line-height:1.65}.workflow-studio-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.workflow-studio-trust span{padding:8px 10px;border:1px solid #e1e5e9;border-radius:999px;background:#fff;color:#56606c;font-size:11px;font-weight:800}.workflow-studio-hero-flow{display:flex;align-items:center;justify-content:center;gap:9px;min-height:150px;padding:20px;border:1px solid #e7deea;border-radius:18px;background:linear-gradient(145deg,#fff,#f8f2fa)}.workflow-studio-hero-flow span{display:grid;place-items:center;min-width:52px;height:52px;padding:0 10px;border:1px solid #dac9e0;border-radius:14px;background:#fff;color:#703e79;font-size:11px;font-weight:900;box-shadow:0 9px 20px rgba(103,62,113,.08)}.workflow-studio-hero-flow i{color:#a18aa9;font-style:normal;font-weight:900}.workflow-studio-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-top:16px;padding:14px 16px;border:1px solid #e1e5e8;border-radius:14px;background:#fff}.workflow-studio-toolbar>label{display:grid;gap:6px;min-width:min(430px,45%)}.workflow-studio-toolbar>label span{font-size:10px;font-weight:900;letter-spacing:.08em;color:#7b838d;text-transform:uppercase}.workflow-studio-toolbar input,.workflow-setting-field input,.workflow-setting-field select{width:100%;box-sizing:border-box;padding:10px 11px;border:1px solid #dce2e7;border-radius:10px;background:#fff;color:#37404a;font-size:12px}.workflow-studio-toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.workflow-studio-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 330px;gap:16px;margin-top:16px;align-items:start}.workflow-studio-library-panel,.workflow-studio-canvas,.workflow-studio-settings-panel{min-width:0;border:1px solid #e0e5e9;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(30,39,49,.045)}.workflow-studio-library-panel,.workflow-studio-settings-panel{padding:16px;position:sticky;top:84px}.workflow-studio-canvas{padding:18px;min-height:700px}.workflow-studio-panel-head{display:grid;gap:4px;margin-bottom:13px}.workflow-studio-panel-head.canvas-head{grid-template-columns:1fr auto;align-items:end}.workflow-studio-panel-head>span,.workflow-studio-panel-head div>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#8b6d95}.workflow-studio-panel-head h2,.workflow-studio-panel-head h3{margin:0;color:#343b44}.workflow-studio-panel-head h2{font-size:17px}.workflow-studio-panel-head h3{font-size:14px}.workflow-studio-panel-head p,.workflow-studio-panel-head small{margin:0;color:#7a838d;font-size:10.5px;line-height:1.5}.workflow-studio-panel-head.compact{margin-bottom:8px}.workflow-studio-library{display:grid;gap:8px}.workflow-library-card{display:grid;grid-template-columns:38px minmax(0,1fr) 22px;gap:9px;align-items:center;width:100%;padding:10px;border:1px solid #e2e6ea;border-radius:11px;background:#fff;color:#4c5560;text-align:left;cursor:pointer}.workflow-library-card:hover:not(:disabled){border-color:#cdb7d3;background:#fcf9fd}.workflow-library-card:disabled{opacity:.42;cursor:not-allowed}.workflow-library-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#f4eef7;color:#73487e;font-size:11px;font-weight:900}.workflow-library-card strong,.workflow-library-card small{display:block}.workflow-library-card strong{font-size:11px}.workflow-library-card small{margin-top:3px;color:#7b838c;font-size:9.5px;line-height:1.4}.workflow-library-card i{font-style:normal;font-size:16px;color:#9a7da2}.workflow-studio-pipeline{display:grid;gap:7px;padding:6px 0}.workflow-pipeline-step{display:grid;grid-template-columns:36px 44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 13px;border:1px solid #dde3e7;border-radius:13px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.workflow-pipeline-step:hover{border-color:#cfc0d4;transform:translateY(-1px)}.workflow-pipeline-step.selected{border-color:#aa7bb1;box-shadow:0 0 0 3px rgba(126,78,136,.08)}.workflow-pipeline-number{color:#99a0a8;font-size:10px;font-weight:900}.workflow-pipeline-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#f3edf6;color:#73477c;font-size:11px;font-weight:900}.workflow-pipeline-step strong,.workflow-pipeline-step small{display:block}.workflow-pipeline-step strong{font-size:12px;color:#38404a}.workflow-pipeline-step small{margin-top:4px;color:#737d87;font-size:10px;line-height:1.4}.workflow-pipeline-actions{display:flex;gap:4px}.workflow-pipeline-actions button{display:grid;place-items:center;width:28px;height:28px;border:1px solid #e0e4e8;border-radius:8px;background:#fafbfc;color:#66707a;cursor:pointer}.workflow-pipeline-actions button:hover{background:#f4eef7;color:#6f4678}.workflow-pipeline-connector{text-align:center;color:#b1a2b6;font-size:13px;font-weight:900}.workflow-validation{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center;margin:14px 0;padding:11px 12px;border:1px solid #dbe6df;border-radius:11px;background:#f7fbf9;color:#456c5d}.workflow-validation.invalid{border-color:#eccfd4;background:#fff8f9;color:#914555}.workflow-validation>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#fff;font-weight:900}.workflow-validation strong,.workflow-validation small{display:block}.workflow-validation strong{font-size:11px}.workflow-validation small{margin-top:3px;font-size:9.8px;line-height:1.42}.workflow-run-button{margin-top:4px}.workflow-studio-run-note{margin:9px 4px 0;color:#7a838d;font-size:10px;line-height:1.5}.workflow-studio-settings{display:grid;gap:10px}.workflow-setting-title{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:11px;border:1px solid #e3dce6;border-radius:11px;background:#fbf8fc}.workflow-setting-title>span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#f0e7f3;color:#73477c;font-size:11px;font-weight:900}.workflow-setting-title strong,.workflow-setting-title small{display:block}.workflow-setting-title strong{font-size:12px}.workflow-setting-title small{margin-top:4px;color:#756f79;font-size:9.8px;line-height:1.45}.workflow-setting-field{display:grid;gap:5px}.workflow-setting-field>span{font-size:10px;font-weight:800;color:#606a74}.workflow-setting-field>small{color:#8a929a;font-size:9px}.workflow-setting-note{padding:10px;border:1px solid #e3dfc8;border-radius:10px;background:#fffaf0;color:#6f623c;font-size:10px;line-height:1.5}.workflow-setting-note.security{border-color:#d9e0eb;background:#f7f9fc;color:#53647a}.workflow-setting-note.review{border-color:#ead6df;background:#fff8fb;color:#744f61}.workflow-studio-saved{margin-top:18px;padding-top:14px;border-top:1px solid #e8ebee}.workflow-saved-row{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;gap:8px;align-items:center;width:100%;padding:9px;border:1px solid #e4e7ea;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.workflow-saved-row+ .workflow-saved-row{margin-top:6px}.workflow-saved-row>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#f2eef4;color:#76507d}.workflow-saved-row strong,.workflow-saved-row small{display:block}.workflow-saved-row strong{font-size:10.5px}.workflow-saved-row small{margin-top:2px;color:#858c94;font-size:9px}.workflow-saved-row i{font-style:normal}.workflow-empty{padding:24px;border:1px dashed #d9dfe4;border-radius:12px;background:#fafbfc;color:#8a929a;text-align:center;font-size:11px}.workflow-empty.compact{padding:12px}.workflow-studio-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.workflow-studio-principles article{padding:16px;border:1px solid #e0e5e8;border-radius:14px;background:#fff}.workflow-studio-principles article>span{color:#8e6a98;font-size:10px;font-weight:900}.workflow-studio-principles strong{display:block;margin-top:6px;font-size:12px}.workflow-studio-principles p{margin:6px 0 0;color:#737c86;font-size:10.5px;line-height:1.55}.workflow-studio-feature{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;margin:18px 0;padding:18px 20px;border:1px solid #d9c9de;border-radius:15px;background:linear-gradient(135deg,#fbf7fd,#fff);color:inherit;text-decoration:none}.workflow-studio-feature h3{margin:5px 0 6px;font-size:17px}.workflow-studio-feature p{margin:0;color:#737b84;font-size:11px;line-height:1.55}.workflow-studio-feature>strong{white-space:nowrap;color:#704477;font-size:11px}.workflow-studio-feature:hover{border-color:#b98fc2;box-shadow:0 10px 26px rgba(84,53,91,.07)}

.pdf-studio-toolnav button.workflow>span:first-child{background:#f3eaf6;color:#74487f;font-size:10px;font-weight:900}.pdf-studio-toolnav button.workflow:hover,.pdf-studio-toolnav button.workflow.active{border-color:#d6c0dc;background:#fcf8fd;color:#693f72}.pdf-studio-workflow-panel .pdf-studio-control-title>span{background:#efe5f3;color:#74477d;font-size:10px;font-weight:900}.pdf-workflow-intro{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;padding:11px;border:1px solid #e4dce7;border-radius:11px;background:#fbf8fc}.pdf-workflow-intro strong,.pdf-workflow-intro small{display:block}.pdf-workflow-intro strong{font-size:11px;color:#4e4053}.pdf-workflow-intro small{margin-top:4px;color:#7c7280;font-size:9.7px;line-height:1.45}.pdf-workflow-steps{display:grid;gap:5px}.pdf-workflow-step{display:grid;grid-template-columns:26px 1fr auto;gap:7px;align-items:center;padding:8px 9px;border:1px solid #e3e5e8;border-radius:9px;background:#fff}.pdf-workflow-step>span{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#f4eef6;color:#734c7a;font-size:8.5px;font-weight:900}.pdf-workflow-step strong,.pdf-workflow-step small{display:block}.pdf-workflow-step strong{font-size:9.8px}.pdf-workflow-step small{margin-top:2px;color:#858c94;font-size:8.9px}.pdf-workflow-step em{padding:4px 6px;border-radius:999px;background:#f4f5f6;color:#737b83;font-size:8px;font-style:normal;font-weight:800}.pdf-workflow-step.done em{background:#eff8f4;color:#3e735f}.pdf-workflow-step.running{border-color:#cfbad6;background:#fcf9fd}.pdf-workflow-step.running em{background:#f1e8f4;color:#71457a}.pdf-workflow-step.paused{border-color:#e5d5ad;background:#fffaf1}.pdf-workflow-step.paused em{background:#f7edd4;color:#80652c}.pdf-workflow-step.skipped{opacity:.62}.pdf-workflow-step.error{border-color:#ecc9cf;background:#fff7f8}.pdf-workflow-step.error em{background:#f9e7ea;color:#9a4353}.pdf-workflow-status{min-height:18px;padding:9px 10px;border:1px solid #e3e6e9;border-radius:9px;background:#fafbfc;color:#6e7781;font-size:9.8px;line-height:1.45}.pdf-workflow-status.success{border-color:#d5e7df;background:#f6fbf8;color:#39705d}.pdf-workflow-status.warn{border-color:#e8dab1;background:#fffaf1;color:#755f2c}.pdf-workflow-status.error{border-color:#eccbd1;background:#fff8f9;color:#944455}.pdf-workflow-actions{display:grid;gap:7px}.pdf-workflow-edit-link{display:block;text-align:center;color:#76507d;font-size:9.8px;font-weight:800;text-decoration:none}.pdf-workflow-edit-link:hover{text-decoration:underline}

@media(max-width:1180px){.workflow-studio-layout{grid-template-columns:250px minmax(0,1fr)}.workflow-studio-settings-panel{grid-column:1/-1;position:static}.workflow-studio-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-studio-saved{grid-column:1/-1}.workflow-studio-library-panel{position:static}.workflow-studio-hero{grid-template-columns:1fr}.workflow-studio-hero-flow{min-height:auto}.workflow-studio-toolbar{align-items:stretch;flex-direction:column}.workflow-studio-toolbar>label{min-width:0;width:100%}.workflow-studio-toolbar-actions{justify-content:flex-start}}
@media(max-width:760px){.workflow-studio-shell{width:calc(100% - 18px);padding-top:14px}.workflow-studio-hero{padding:22px 18px;border-radius:16px}.workflow-studio-hero h1{font-size:29px}.workflow-studio-hero-flow{overflow:auto;justify-content:flex-start}.workflow-studio-layout{grid-template-columns:1fr}.workflow-studio-canvas{min-height:0}.workflow-studio-settings{grid-template-columns:1fr}.workflow-studio-principles{grid-template-columns:1fr}.workflow-studio-feature{grid-template-columns:1fr}.workflow-pipeline-step{grid-template-columns:30px 38px minmax(0,1fr)}.workflow-pipeline-actions{grid-column:2/-1;justify-content:flex-end}.workflow-studio-toolbar-actions .mini-button{flex:1}.workflow-studio-panel-head.canvas-head{grid-template-columns:1fr}.workflow-studio-toolbar-actions{display:grid;grid-template-columns:1fr 1fr}}

/* v1.27.0 — Batch Processing partagé entre les Studios */
.studio-batch-pro{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #dcd9f3;border-radius:12px;background:linear-gradient(135deg,#f8f7ff,#fff)}
.studio-batch-pro strong,.studio-batch-pro small{display:block}.studio-batch-pro strong{font-size:11px;color:#403e62}.studio-batch-pro small{margin-top:4px;color:#73758c;font-size:9.6px;line-height:1.5}
.studio-batch-file{position:relative;display:grid!important;grid-template-columns:42px minmax(0,1fr);column-gap:10px;align-items:center;padding:12px!important;border:1px dashed #cfd5e0!important;border-radius:12px;background:#fafbfc;cursor:pointer}.studio-batch-file:hover{border-color:#aaa6e7!important;background:#f9f8ff}.studio-batch-file>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--primary-soft);color:var(--primary);font-size:10px;font-weight:900}.studio-batch-file strong{font-size:10.5px;color:#46505c}.studio-batch-file small{font-size:9px;color:#838b95}.studio-batch-file input{position:absolute;inset:0;opacity:0;cursor:pointer}
.studio-batch-workflow{display:grid;gap:8px}.studio-batch-workflow-head{padding:10px 11px;border:1px solid #e3e6eb;border-radius:10px;background:#fff}.studio-batch-workflow-head strong,.studio-batch-workflow-head small{display:block}.studio-batch-workflow-head strong{font-size:10.5px}.studio-batch-workflow-head small{margin-top:4px;color:#7c8490;font-size:9px;line-height:1.45}.studio-batch-step-list{display:flex;align-items:center;gap:5px;overflow:auto;padding-bottom:2px}.studio-batch-step-list span{flex:0 0 auto;padding:5px 7px;border-radius:999px;background:#f2f1fb;color:#625f86;font-size:8px;font-weight:800}.studio-batch-step-list b{color:#a8a9b0;font-size:9px}
.studio-batch-queue{display:grid;gap:6px;max-height:280px;overflow:auto;padding-right:2px}.studio-batch-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center;padding:9px 10px;border:1px solid #e2e6ea;border-radius:10px;background:#fff}.studio-batch-row .studio-batch-index{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f2f4f7;color:#767e89;font-size:8px;font-weight:900}.studio-batch-row strong,.studio-batch-row small{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-batch-row strong{font-size:9.8px}.studio-batch-row small{margin-top:2px;color:#89909a;font-size:8.5px}.studio-batch-row em{padding:4px 6px;border-radius:999px;background:#f4f5f7;color:#737b85;font-size:7.8px;font-style:normal;font-weight:850;white-space:nowrap}.studio-batch-row.running,.studio-batch-row.review{border-color:#cfcbed;background:#faf9ff}.studio-batch-row.running em{background:#eeecff;color:#5d58a7}.studio-batch-row.review{border-color:#e4d3a8;background:#fffaf0}.studio-batch-row.review em{background:#f8edd0;color:#7e632a}.studio-batch-row.done{border-color:#d2e6dc;background:#f8fcfa}.studio-batch-row.done em{background:#e8f6ef;color:#36705a}.studio-batch-row.error{border-color:#edcdd2;background:#fff8f9}.studio-batch-row.error em{background:#f9e7ea;color:#984353}.studio-batch-row.skipped,.studio-batch-row.cancelled{opacity:.65}
.studio-batch-progress{height:7px;overflow:hidden;border-radius:999px;background:#eceff4}.studio-batch-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),#8a85ef);transition:width .2s ease}.studio-batch-status{min-height:36px;padding:9px 10px;border:1px solid #e2e6ea;border-radius:10px;background:#fafbfc;color:#6f7883;font-size:9.5px;line-height:1.5}.studio-batch-actions{display:grid;gap:7px}.button.danger-outline{background:#fff;border-color:#efc8ce;color:#a64555}.button.danger-outline:hover{background:#fff7f8}
.pdf-studio-checkpoint{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin:12px 0 0;padding:13px 15px;border:1px solid #e5d29f;border-radius:13px;background:#fff9ec;box-shadow:0 8px 22px rgba(94,76,34,.06)}.pdf-studio-checkpoint-copy{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:start}.pdf-studio-checkpoint-copy>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f5e7bd;color:#795d20;font-size:10px}.pdf-studio-checkpoint-copy strong,.pdf-studio-checkpoint-copy small{display:block}.pdf-studio-checkpoint-copy strong{font-size:11px;color:#685429}.pdf-studio-checkpoint-copy small{margin-top:3px;color:#7e704e;font-size:9.5px;line-height:1.45}.pdf-studio-checkpoint-actions{display:flex;gap:7px}.pdf-studio-checkpoint-actions .button{padding:8px 10px;font-size:9px}
.data-studio-batch-card{margin:0 0 18px;padding:18px;border:1px solid #d9e5e2;border-radius:15px;background:linear-gradient(135deg,#f7fbfa,#fff);box-shadow:0 9px 28px rgba(34,64,58,.04)}.data-studio-batch-card .studio-batch-queue{margin-top:12px}.data-studio-batch-card .studio-batch-progress,.data-studio-batch-card .studio-batch-status,.data-studio-batch-card .studio-batch-actions{margin-top:10px}
@media(max-width:680px){.pdf-studio-checkpoint{grid-template-columns:1fr}.pdf-studio-checkpoint-actions{display:grid;grid-template-columns:1fr 1fr}.studio-batch-row{grid-template-columns:26px minmax(0,1fr)}.studio-batch-row em{grid-column:2;justify-self:start}.studio-batch-step-list{flex-wrap:nowrap}}
.studio-batch-row>span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f2f4f7;color:#767e89;font-size:8px;font-weight:900}.studio-batch-actions.horizontal{grid-template-columns:repeat(3,minmax(0,1fr))}.data-studio-batch-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.data-studio-batch-head>div{display:flex;align-items:flex-start;gap:9px}.data-studio-batch-head strong,.data-studio-batch-head small{display:block}.data-studio-batch-head strong{font-size:12px}.data-studio-batch-head small{margin-top:4px;color:#748079;font-size:9.5px;line-height:1.45}
@media(max-width:680px){.data-studio-batch-head{align-items:stretch;flex-direction:column}.studio-batch-actions.horizontal{grid-template-columns:1fr}.data-studio-batch-head .file-button{width:100%}}

/* v1.27 — Smart Documents Pro */
.pdf-smart-pro-suite{display:grid;gap:11px;margin-top:6px;padding:13px;border:1px solid #d9d4fb;border-radius:14px;background:linear-gradient(145deg,#fbfaff,#f7f6ff 55%,#fff)}
.pdf-smart-pro-head>div{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}.pdf-smart-pro-head .pro-badge{grid-row:1/3}.pdf-smart-pro-head strong{font-size:12px;color:#39335f}.pdf-smart-pro-head small{font-size:10px;line-height:1.4;color:#77728b}
.pdf-smart-expected{display:grid;gap:7px;padding:10px;border:1px solid #e6e3f8;border-radius:11px;background:#fff}.pdf-smart-expected>strong{font-size:10.5px;color:#514b70}.pdf-smart-expected>small{font-size:9.5px;line-height:1.45;color:#817b92}.pdf-smart-expected-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.pdf-smart-expected-grid label{display:flex;align-items:center;gap:6px;padding:6px 7px;border:1px solid #ece9f7;border-radius:8px;background:#fbfaff;color:#5f5a70;font-size:9.5px;font-weight:700;cursor:pointer}.pdf-smart-expected-grid input{accent-color:#5d50d6}
.pdf-smart-pro-status,.pdf-smart-compare-name{font-size:9.7px;line-height:1.45;color:#77728a}.pdf-smart-pro-status.error{color:#a84555}
.pdf-smart-pro-metrics,.pdf-smart-compare-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.pdf-smart-pro-metrics>div,.pdf-smart-compare-metrics>div{padding:8px;border:1px solid #e7e4f5;border-radius:9px;background:#fff;text-align:center}.pdf-smart-pro-metrics span,.pdf-smart-compare-metrics span{display:block;color:#8b8598;font-size:8.5px;font-weight:800}.pdf-smart-pro-metrics strong,.pdf-smart-compare-metrics strong{display:block;margin-top:3px;color:#403a58;font-size:13px}
.pdf-smart-pro-block{display:grid;gap:7px}.pdf-smart-pro-block>h3{margin:0;color:#565068;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.pdf-smart-piece-list,.pdf-smart-control-list,.pdf-smart-table-list{display:grid;gap:6px}.pdf-smart-piece-list article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:start;padding:8px;border:1px solid #e9e6f2;border-radius:9px;background:#fff}.pdf-smart-piece-list article>span{display:grid;place-items:center;height:24px;border-radius:7px;background:#f0edff;color:#5d50d6;font-size:9px;font-weight:900}.pdf-smart-piece-list strong,.pdf-smart-piece-list small,.pdf-smart-piece-list em{display:block}.pdf-smart-piece-list strong{font-size:10.5px;color:#4d4858}.pdf-smart-piece-list small{margin-top:2px;color:#817b8a;font-size:9.2px;line-height:1.35}.pdf-smart-piece-list em{margin-top:3px;color:#686173;font-size:9px;font-style:normal;overflow-wrap:anywhere}
.pdf-smart-control-list p{display:grid;grid-template-columns:44px minmax(0,1fr);gap:7px;margin:0;padding:7px 8px;border:1px solid #ebe8ef;border-radius:9px;background:#fff}.pdf-smart-control-list p.high{border-color:#efd1d7;background:#fffafb}.pdf-smart-control-list p.medium{border-color:#e9dfbf;background:#fffdf8}.pdf-smart-control-list p.low{border-color:#dce6ef;background:#fbfdff}.pdf-smart-control-list b{font-size:8px;letter-spacing:.06em;color:#817784}.pdf-smart-control-list span{font-size:9.4px;line-height:1.4;color:#625c67}
.pdf-smart-table-list article{display:grid;gap:6px;padding:8px;border:1px solid #e7e4ef;border-radius:9px;background:#fff}.pdf-smart-table-list article>div:first-child{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.pdf-smart-table-list strong{font-size:10px;color:#514b5b}.pdf-smart-table-list small{font-size:8.8px;color:#8a8491}.pdf-smart-table-preview{max-width:100%;overflow:auto;border:1px solid #eeecf1;border-radius:7px}.pdf-smart-table-preview table{width:max-content;min-width:100%;border-collapse:collapse;font-size:8.4px}.pdf-smart-table-preview td{max-width:150px;padding:4px 6px;border-right:1px solid #eeecf1;border-bottom:1px solid #eeecf1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#625d67}
.pdf-smart-compare{display:grid;gap:7px;padding-top:10px;border-top:1px solid #e4e0f5}.pdf-smart-compare>strong{font-size:10.5px;color:#504a6c}.pdf-smart-compare>small{font-size:9.5px;line-height:1.45;color:#817b91}.pdf-smart-compare-file{cursor:pointer}.pdf-smart-compare-result{display:grid;gap:7px}.pdf-smart-compare-alert{display:grid;gap:2px;margin:0;padding:8px;border:1px solid #e9debd;border-radius:8px;background:#fffdf7}.pdf-smart-compare-alert b{font-size:9px;color:#756833}.pdf-smart-compare-alert span{font-size:9.3px;color:#625c67}.pdf-smart-compare-lines{display:grid;gap:4px;padding:8px;border:1px solid #d9e7dc;border-radius:8px;background:#f9fcfa}.pdf-smart-compare-lines.removed{border-color:#ecd9dd;background:#fffafb}.pdf-smart-compare-lines strong{font-size:9px;color:#5c665f}.pdf-smart-compare-lines span{font:8.7px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace;color:#555b57;overflow-wrap:anywhere}
@media(max-width:720px){.pdf-smart-expected-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pdf-smart-pro-metrics,.pdf-smart-compare-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* WorkToolset v1.28 — Studio Continuity */
.studio-continuity-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 22px;padding:16px 18px;border:1px solid var(--line,#dbe3ec);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,249,252,.96));box-shadow:0 10px 28px rgba(17,34,51,.06)}
.studio-continuity-copy{display:flex;align-items:center;gap:12px;min-width:0}.studio-continuity-copy>div{display:grid;gap:3px}.studio-continuity-copy strong{font-size:1rem}.studio-continuity-copy small{color:var(--muted,#617181);line-height:1.35}.studio-continuity-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.studio-continuity-dialog{width:min(820px,calc(100vw - 32px));max-height:min(86vh,840px);overflow:auto}.studio-continuity-intro{margin-top:-3px;color:var(--muted,#617181)}.studio-continuity-tabs{display:flex;gap:8px;margin:18px 0 14px;border-bottom:1px solid var(--line,#dbe3ec);padding-bottom:10px}.studio-continuity-tabs button{border:0;background:transparent;padding:8px 12px;border-radius:10px;font:inherit;font-weight:750;color:var(--muted,#617181);cursor:pointer}.studio-continuity-tabs button.active{background:#eef4ff;color:#174ea6}.studio-continuity-save-form{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(190px,.75fr) auto;gap:12px;align-items:end;padding:14px;border:1px solid var(--line,#dbe3ec);border-radius:15px;background:#f8fafc;margin-bottom:14px}.studio-continuity-save-form label{display:grid;gap:6px}.studio-continuity-save-form label span{font-size:.78rem;font-weight:800;color:var(--muted,#617181);letter-spacing:.02em}.studio-continuity-save-form input,.studio-continuity-save-form select{width:100%;min-height:42px;border:1px solid #cfd9e4;border-radius:10px;background:#fff;padding:8px 10px;font:inherit}.studio-continuity-save-form>small{grid-column:1/-1;color:var(--muted,#617181)}.studio-continuity-save-actions{display:flex;gap:8px;align-items:center}.studio-continuity-list{display:grid;gap:9px}.studio-continuity-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 14px;border:1px solid var(--line,#dbe3ec);border-radius:14px;background:#fff}.studio-continuity-row-main{display:grid;gap:3px;min-width:0}.studio-continuity-row-main>span{font-size:.69rem;font-weight:850;letter-spacing:.08em;color:#68798a;text-transform:uppercase}.studio-continuity-row-main strong{font-size:.96rem}.studio-continuity-row-main small{color:var(--muted,#617181);white-space:normal;overflow-wrap:anywhere}.studio-continuity-row-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.studio-continuity-row.history{align-items:flex-start}.studio-continuity-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.studio-continuity-history-head p{margin:0;color:var(--muted,#617181)}.text-button.danger{color:#a72f2f}
@media(max-width:760px){.studio-continuity-bar{align-items:flex-start;flex-direction:column}.studio-continuity-actions{width:100%;justify-content:flex-start}.studio-continuity-save-form{grid-template-columns:1fr}.studio-continuity-save-form>small{grid-column:1}.studio-continuity-row{align-items:flex-start;flex-direction:column}.studio-continuity-row-actions{justify-content:flex-start}.studio-continuity-history-head{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.workspace-stat-grid article:last-child{grid-column:auto}.workspace-stat-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}}


/* v1.29 — Advanced Projects */
.project-advanced-dashboard{grid-column:1/-1;border:1px solid #d9d8f0;border-radius:19px;background:linear-gradient(145deg,#fbfbff,#f7f8ff);padding:18px;box-shadow:0 10px 30px rgba(62,56,150,.055)}
.project-advanced-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-advanced-head>div>span{display:block;color:var(--primary);font-size:8px;font-weight:900;letter-spacing:.12em}.project-advanced-head h2{margin:4px 0 5px;font-size:18px}.project-advanced-head p{margin:0;max-width:760px;color:var(--muted);font-size:10px;line-height:1.55}.project-advanced-live{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eaf8ef;color:#237347;font-size:8px;font-weight:900;white-space:nowrap}
.project-advanced-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:16px 0}.project-advanced-stats article{border:1px solid #e3e4ef;border-radius:12px;background:#fff;padding:11px}.project-advanced-stats strong,.project-advanced-stats span{display:block}.project-advanced-stats strong{font-size:18px}.project-advanced-stats span{margin-top:2px;color:var(--muted);font-size:8px;font-weight:800}
.project-advanced-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:10px}.project-advanced-panel{min-width:0;border:1px solid #e4e5ef;border-radius:14px;background:#fff;padding:13px}.project-advanced-panel.project-advanced-activity{grid-column:1/-1}.project-advanced-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.project-advanced-panel-head>div{display:flex;align-items:center;gap:8px}.project-advanced-panel-head>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f0f1ff;color:var(--primary);font-size:12px}.project-advanced-panel-head strong,.project-advanced-panel-head small{display:block}.project-advanced-panel-head strong{font-size:11px}.project-advanced-panel-head small{margin-top:2px;color:var(--muted);font-size:8px}
.project-session-list,.project-artifact-list,.project-activity-list{display:grid;gap:6px}.project-session-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid #ececf3;border-radius:10px;padding:8px}.project-session-kind{padding:4px 6px;border-radius:7px;background:#17182f;color:#fff;font-size:7px;font-weight:900}.project-session-row strong,.project-session-row small{display:block}.project-session-row strong{font-size:9px}.project-session-row small{margin-top:2px;color:var(--muted);font-size:7.5px}.project-session-actions{display:flex;align-items:center;gap:6px}.project-session-attach{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:end;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.project-session-attach label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:850}.project-session-attach select{min-width:0;border:1px solid var(--line);border-radius:9px;padding:8px 9px;background:#fff;color:var(--text);font:inherit;font-size:9px}.project-session-attach-empty{display:block;margin-top:9px;color:var(--muted);font-size:7.5px}
.project-artifact-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid #ececf3;border-radius:10px;padding:8px}.project-artifact-row>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f7f2ff;color:#6744b5;font-size:8px;font-weight:900}.project-artifact-row strong,.project-artifact-row small{display:block}.project-artifact-row strong{font-size:9px}.project-artifact-row small{margin-top:2px;color:var(--muted);font-size:7.5px}.project-artifact-row em{font-style:normal;color:#8a8fa0;font-size:7px;font-weight:850;text-transform:uppercase}
.project-activity-list{grid-template-columns:repeat(2,minmax(0,1fr))}.project-activity-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center;border:1px solid #ececf3;border-radius:10px;padding:8px}.project-activity-row i{display:grid;place-items:center;width:32px;height:26px;border-radius:7px;background:#f4f5f9;color:#596276;font-style:normal;font-size:7px;font-weight:900}.project-activity-row strong,.project-activity-row small{display:block}.project-activity-row strong{font-size:9px}.project-activity-row small{margin-top:2px;color:var(--muted);font-size:7.5px}
.project-advanced-privacy{display:flex;gap:9px;align-items:flex-start;margin-top:11px;padding:9px 10px;border-radius:10px;background:#f4f7f6;color:#4c5b55}.project-advanced-privacy p{margin:0;font-size:8px;line-height:1.55}.project-advanced-upsell{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #dddaf4;border-radius:15px;background:linear-gradient(120deg,#f7f4ff,#fff);padding:14px}.project-advanced-upsell strong{font-size:11px}.project-advanced-upsell p{margin:3px 0 0;color:var(--muted);font-size:8.5px;line-height:1.5}
@media(max-width:980px){.project-advanced-stats{grid-template-columns:repeat(3,1fr)}.project-advanced-grid{grid-template-columns:1fr}.project-advanced-panel.project-advanced-activity{grid-column:auto}}
@media(max-width:700px){.project-advanced-head{flex-direction:column}.project-advanced-stats{grid-template-columns:repeat(2,1fr)}.project-activity-list{grid-template-columns:1fr}.project-session-row{grid-template-columns:1fr}.project-session-actions{justify-content:flex-start}.project-session-attach,.project-advanced-upsell{grid-template-columns:1fr}}


/* v1.30 — Project Playbooks */
.project-playbooks{margin:20px 0 28px;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,var(--panel),var(--panel-soft));box-shadow:var(--shadow-sm)}
.project-playbooks-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.project-playbooks-head span{font-size:.72rem;font-weight:800;letter-spacing:.12em;color:var(--muted)}.project-playbooks-head h2{margin:4px 0 6px;font-size:1.25rem}.project-playbooks-head p{margin:0;color:var(--muted)}
.project-playbook-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-playbook-card{display:flex;flex-direction:column;gap:12px;min-height:230px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.project-playbook-card.custom{border-style:dashed}.project-playbook-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--panel-strong);font-weight:900}.project-playbook-copy{display:flex;flex-direction:column;gap:5px;flex:1}.project-playbook-copy>span{font-size:.68rem;font-weight:900;letter-spacing:.1em;color:var(--muted)}.project-playbook-copy>strong{font-size:1.02rem}.project-playbook-copy p{margin:0;color:var(--muted);line-height:1.45}.project-playbook-copy small{margin-top:auto;color:var(--muted)}.project-playbook-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.project-playbook-pro-note{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border-radius:14px;background:var(--panel-strong)}.project-playbook-pro-note b{font-size:.7rem;letter-spacing:.08em}.project-playbook-pro-note span{flex:1;color:var(--muted);font-size:.9rem}.project-playbook-pro-note.locked{border:1px dashed var(--line)}
@media(max-width:1000px){.project-playbook-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.project-playbook-grid{grid-template-columns:1fr}.project-playbooks{padding:16px}.project-playbook-pro-note{align-items:flex-start;flex-wrap:wrap}}

/* v1.31 — Solutions métier v2 / runbooks synchronisés */
.workspace-solution-run-list{display:grid;gap:9px}.workspace-solution-run-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;width:100%;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:inherit;text-align:left;cursor:pointer}.workspace-solution-run-row:hover{border-color:#c9c7ff;box-shadow:var(--shadow-sm)}.workspace-solution-run-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--primary-soft);color:var(--primary);font-weight:900}.workspace-solution-run-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.workspace-solution-run-copy strong,.workspace-solution-run-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-solution-run-copy small{color:var(--muted);font-size:.78rem}.workspace-solution-run-copy>i{display:block;height:4px;border-radius:999px;background:var(--panel-strong);overflow:hidden}.workspace-solution-run-copy>i>b{display:block;height:100%;border-radius:inherit;background:var(--primary)}.workspace-solution-run-row>em{font-size:.74rem;font-style:normal;font-weight:800;color:var(--primary)}
.tool-journey-bar.synced-runbook{border-color:#c9c7ff;background:linear-gradient(135deg,#fff,#f8f7ff)}.tool-journey-bar.synced-runbook .solution-badge{background:#eceaff}.tool-journey-bar.is-busy{opacity:.7;pointer-events:none}
.project-runbook-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin:16px 0;padding:16px;border:1px solid #d9d7fb;border-radius:16px;background:linear-gradient(135deg,#fbfaff,#f5f4ff)}.project-runbook-summary.completed{border-color:#d8e8dc;background:#f7fbf8}.project-runbook-summary.abandoned{border-color:var(--line);background:var(--panel-soft)}.project-runbook-summary-head{grid-column:1/-1;display:flex;justify-content:space-between;gap:12px;align-items:center}.project-runbook-summary-head span{font-size:.7rem;font-weight:900;letter-spacing:.1em;color:var(--primary)}.project-runbook-summary-head em{font-size:.65rem;font-style:normal;font-weight:900;color:var(--muted)}.project-runbook-summary-main{display:grid;gap:8px;min-width:0}.project-runbook-summary-main>div:first-child{display:flex;flex-direction:column;gap:3px}.project-runbook-summary-main small{color:var(--muted)}.project-runbook-summary-progress{display:flex;align-items:center;gap:9px}.project-runbook-summary-progress i{display:block;flex:1;height:6px;border-radius:999px;background:#e9e8f3;overflow:hidden}.project-runbook-summary-progress i b{display:block;height:100%;background:var(--primary)}.project-runbook-summary-progress span{font-size:.72rem;font-weight:800;color:var(--primary)}
@media(max-width:680px){.project-runbook-summary{grid-template-columns:1fr}.project-runbook-summary .button{width:100%}.workspace-solution-run-row{grid-template-columns:auto minmax(0,1fr)}.workspace-solution-run-row>em{grid-column:2}}

/* v1.32.3 — Home Rebalance */
.discovery-hub-hero{display:none;max-width:1180px;margin:34px auto 26px;padding:30px 34px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,var(--panel),var(--panel-soft));box-shadow:var(--shadow-sm)}
.discovery-hub-hero .tool-breadcrumb{margin:0 0 28px}.discovery-hub-hero h1{max-width:900px;margin:7px 0 10px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.02;letter-spacing:-.045em}.discovery-hub-hero>p{max-width:800px;margin:0;color:var(--muted);font-size:1.02rem;line-height:1.65}
.home-pro-teaser{display:grid;grid-template-columns:minmax(0,1.45fr) auto auto;gap:18px;align-items:center;margin:34px 0 8px;padding:17px 20px;border:1px solid var(--line);border-radius:16px;background:var(--panel-soft);box-shadow:none}.home-pro-teaser h2{margin:3px 0 4px;font-size:1.08rem;letter-spacing:-.018em}.home-pro-teaser p{margin:0;max-width:760px;color:var(--muted);font-size:.84rem;line-height:1.5}.home-pro-proof{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.home-pro-proof span{padding:6px 8px;border:1px solid #e3e5ed;border-radius:9px;background:#fff;color:#5b6271;font-size:.7rem;font-weight:800}.home-pro-teaser .button{white-space:nowrap}
.route-home .hero-secondary-extra{display:none}
.route-home #workspaceSection,.route-home #pricing,.route-home #security{display:none}
.route-tools #homeView>section,.route-pricing #homeView>section,.route-workspace #homeView>section,.route-security #homeView>section{display:none}
.route-tools #homeView>.tools-hub-hero,.route-tools #homeView>#tools{display:block}
.route-pricing #homeView>.pricing-hub-hero,.route-pricing #homeView>#pricing{display:block}
.route-workspace #homeView>.workspace-hub-hero,.route-workspace #homeView>#workspaceSection{display:block}
.route-security #homeView>.security-hub-hero,.route-security #homeView>#privacy,.route-security #homeView>#security{display:grid}
.route-tools .tools-section,.route-pricing .pricing-section,.route-workspace .home-workspace-section,.route-security .privacy-band{margin-top:0}
.route-home .home-tool-palette{padding-top:58px;padding-bottom:18px}.route-home .home-tool-palette .section-heading{margin-bottom:26px}.route-tools .tools-section{padding-top:18px}.route-pricing .pricing-section{padding-top:18px}.route-workspace .home-workspace-section{padding-top:12px}.route-security .privacy-band{margin-bottom:28px}
@media(max-width:1120px){.home-pro-teaser{grid-template-columns:1fr}.home-pro-proof{justify-content:flex-start}.home-pro-teaser>.button{justify-self:start}}
@media(max-width:700px){.discovery-hub-hero{margin:18px 0 20px;padding:22px 18px;border-radius:18px}.home-pro-teaser{margin:26px 0 8px;padding:16px;gap:13px}.home-pro-proof{justify-content:flex-start}.route-home .hero-actions{gap:9px}}


/* v1.32.3 — Home hierarchy + fast family navigation */
.family-nav-solutions{margin:10px 0 0;padding:11px 8px 4px;border-top:1px solid var(--line)}
.family-nav-mini-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 2px 7px}
.family-nav-mini-head span{font-size:8px;font-weight:950;letter-spacing:.1em;color:#7b8392}
.family-nav-mini-head a{font-size:8px;font-weight:850;color:var(--primary);text-decoration:none;white-space:nowrap}
.family-solution-links{display:grid;gap:4px}
.family-solution-link{display:grid;grid-template-columns:25px minmax(0,1fr);gap:7px;align-items:center;padding:6px 7px;border-radius:9px;color:#495266;text-decoration:none;font-size:9px;line-height:1.2}
.family-solution-link:hover{background:#f5f6fa;color:var(--text)}
.family-solution-link>span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#f1f2f7;font-size:9px}
.family-solution-link strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.family-pro-mini{margin:10px 4px 2px;padding:10px;border:1px solid #e0e2eb;border-radius:11px;background:#f8f9fc}
.family-pro-mini>span{display:inline-flex;padding:3px 6px;border-radius:999px;background:#ecebff;color:#554fd1;font-size:7px;font-weight:950;letter-spacing:.08em}
.family-pro-mini strong{display:block;margin:6px 0 3px;font-size:10px;line-height:1.25;color:#303746}
.family-pro-mini p{margin:0;color:#747d8f;font-size:8.5px;line-height:1.45}
.family-pro-mini a{display:inline-block;margin-top:6px;color:var(--primary);font-size:8.5px;font-weight:850;text-decoration:none}
.family-mobile-solutions{display:none}
.tool-family-nav{max-height:calc(100vh - 112px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.tool-family{scroll-margin-top:104px}
.route-home #work-modes{padding-top:46px}
.route-home .studios-promo{margin-top:16px;margin-bottom:28px}
.route-home #workflows{padding-top:46px;padding-bottom:72px}

@media(max-width:940px){
  .tool-family-nav{position:sticky;top:72px;z-index:24;max-height:none;overflow:hidden;padding:7px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:0 10px 30px rgba(28,37,67,.08);backdrop-filter:blur(12px)}
  .family-nav-solutions,.family-pro-mini,.family-nav-note{display:none}
  .family-mobile-solutions{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:7px;align-items:center;margin-top:6px;padding:7px 9px;border-radius:10px;background:#f6f5ff;color:#4f49c8;text-decoration:none}
  .family-mobile-solutions>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#e9e8ff;font-size:10px}
  .family-mobile-solutions strong{font-size:9px}.family-mobile-solutions small{font-size:8px;color:#7b77b8}
  .tool-family{scroll-margin-top:150px}
}

/* v1.32.4 — compact catalogue + lower-page hierarchy */
.tool-family-list.family-overview-mode{display:block}
.tool-family-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.tool-family-overview-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:108px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:.16s ease}
.tool-family-overview-card:hover{border-color:#c8c6ff;box-shadow:0 8px 24px rgba(45,49,90,.07);transform:translateY(-1px)}
.tool-family-overview-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:950}
.tool-family-overview-copy{display:flex;flex-direction:column;min-width:0}.tool-family-overview-copy strong{font-size:13px}.tool-family-overview-copy small{margin-top:3px;color:var(--muted);font-size:9px;font-weight:800}.tool-family-overview-copy em{margin-top:6px;overflow:hidden;color:#858d9b;font-size:8.5px;font-style:normal;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.tool-family-overview-arrow{color:var(--primary);font-weight:900}.tool-family-overview-help{display:flex;align-items:center;gap:10px;margin-top:12px;padding:11px 13px;border:1px dashed var(--line-strong);border-radius:13px;background:var(--panel-soft);color:var(--muted)}.tool-family-overview-help>span{font-size:18px}.tool-family-overview-help p{margin:0;font-size:9.5px;line-height:1.45}.tool-family-overview-help strong{color:var(--text)}

.workflow-hub-section.workflow-hub-compact{display:block;max-width:1180px;padding:34px 24px 34px}
.workflow-hub-compact .workflow-hub-copy{position:static;top:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:17px 19px;border-radius:16px;background:#fafaff}
.workflow-hub-compact .workflow-hub-copy h2{margin:4px 0 5px;font-size:20px}.workflow-hub-compact .workflow-hub-copy p{max-width:760px;font-size:10.5px;line-height:1.5}.workflow-hub-compact .workflow-access-note{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin:0}.workflow-hub-compact .workflow-access-note span{padding:6px 8px;font-size:8.5px}
.workflow-hub-compact .workflow-studio-feature{margin:10px 0 12px;padding:13px 15px;border-radius:13px}.workflow-hub-compact .workflow-studio-feature h3{margin:3px 0 4px;font-size:14px}.workflow-hub-compact .workflow-studio-feature p{font-size:9.5px;line-height:1.45}
.workflow-hub-compact .workflow-hub-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.workflow-hub-compact .workflow-hub-card{grid-template-columns:26px minmax(0,1fr);gap:8px;min-height:118px;padding:12px;border-radius:13px}.workflow-hub-compact .workflow-hub-index{width:26px;height:26px;border-radius:8px;font-size:8px}.workflow-hub-compact .workflow-hub-card h3{margin:5px 0 3px;font-size:11px}.workflow-hub-compact .workflow-hub-card p{font-size:8.5px;line-height:1.4}.workflow-hub-compact .workflow-hub-card strong{padding-top:7px;font-size:8.5px}.workflow-hub-compact .workflow-hub-badge{font-size:6.5px}

.home-plan-preview{max-width:1180px;margin:16px auto 18px;padding:14px 17px;border:1px solid var(--line);border-radius:16px;background:#fbfbfd;display:grid;grid-template-columns:minmax(210px,.8fr) minmax(0,1.35fr) auto;gap:16px;align-items:center}.home-plan-intro{display:grid;gap:4px}.home-plan-intro strong{font-size:12px;line-height:1.35}.home-plan-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.home-plan-columns>div{padding:9px 11px;border:1px solid #e6e8ee;border-radius:11px;background:#fff}.home-plan-columns span{font-size:7.5px;font-weight:950;letter-spacing:.09em;color:#667083}.home-plan-columns .pro span{color:var(--primary)}.home-plan-columns p{margin:3px 0 0;color:var(--muted);font-size:8.5px;line-height:1.4}.home-plan-preview .button{white-space:nowrap}
.route-home .privacy-band{margin-top:18px;margin-bottom:0}

@media(max-width:1000px){.tool-family-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-hub-compact .workflow-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-plan-preview{grid-template-columns:1fr}.home-plan-preview .button{justify-self:start}.workflow-hub-compact .workflow-hub-copy{grid-template-columns:1fr}.workflow-hub-compact .workflow-access-note{justify-content:flex-start}}
@media(max-width:640px){.tool-family-overview{grid-template-columns:1fr}.tool-family-overview-card{min-height:92px}.workflow-hub-compact .workflow-hub-grid{grid-template-columns:1fr 1fr}.workflow-hub-compact{padding-left:16px;padding-right:16px}.home-plan-preview{margin-left:16px;margin-right:16px}.home-plan-columns{grid-template-columns:1fr}.workflow-hub-compact .workflow-hub-card p{display:none}}

/* v1.32.8 — Visual Polish: same hierarchy, clearer sections, readable type, wider product surfaces */
:root{--max:1280px;--text:#111827;--muted:#5f6878;--line:#e2e7ef;--line-strong:#d3dae5;--shadow-sm:0 10px 28px rgba(26,33,60,.065)}
.route-home .section-kicker{font-size:12px;letter-spacing:.13em;margin-bottom:13px}
.route-home .section-heading h2{font-size:42px;line-height:1.08;letter-spacing:-.04em}
.route-home .section-heading p{max-width:820px;font-size:15.5px;line-height:1.7}
.route-home .hero{padding-top:88px;padding-bottom:78px;gap:72px}
.route-home .hero-lead{font-size:19px;line-height:1.72}
.route-home .hero-task-router-head span{font-size:11px}.route-home .hero-task-router-head small{font-size:12px}
.route-home .hero-task-router-form input{font-size:14px;padding:14px 15px}
.route-home .trust-row{font-size:13px;gap:22px}

.route-home .product-strip{margin-bottom:34px}.route-home .product-strip div{padding:22px 24px}.route-home .product-strip span{font-size:13px}.route-home .product-strip strong{font-size:28px}

/* Distinct product sections without changing their order. */
.route-home #work-modes{max-width:1280px;margin-top:30px;padding:60px 34px 38px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 18px 55px rgba(26,33,60,.045)}
.route-home .work-modes-heading{margin-bottom:28px}.route-home .access-clarity-chip{font-size:11px;padding:9px 13px}
.route-home .work-mode-grid{gap:16px}.route-home .work-mode-card{min-height:254px;padding:23px;border-radius:20px;box-shadow:0 8px 24px rgba(31,39,68,.04)}
.route-home .work-mode-icon{width:44px;height:44px;border-radius:13px;margin-bottom:17px;font-size:16px}
.route-home .work-mode-tag{font-size:9px;padding:5px 8px}.route-home .work-mode-card h3{font-size:18px;margin-top:15px}.route-home .work-mode-card p{font-size:13px;line-height:1.62}.route-home .work-mode-card strong{font-size:12px}

.route-home .studios-promo{max-width:1280px;margin-top:34px;margin-bottom:42px;padding:32px 34px;grid-template-columns:78px minmax(0,1fr) auto;gap:26px;border-radius:26px;box-shadow:0 18px 50px rgba(28,36,62,.06)}
.route-home .studios-promo-mark{width:76px;height:76px;border-radius:21px;font-size:9px}.route-home .studios-promo-copy h2{font-size:29px}.route-home .studios-promo-copy p{max-width:820px;font-size:13.5px;line-height:1.68}
.route-home .studios-promo-pills{gap:8px;margin-top:13px}.route-home .studios-promo-pills span{padding:6px 9px;font-size:9px}.route-home .studios-promo-actions>span{font-size:10px}

/* Tools are the main discovery surface: give them more width and clearer visual hierarchy. */
.route-home .home-tool-palette{max-width:1320px;margin:42px auto 0;padding:66px 34px 44px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 20px 60px rgba(26,33,60,.05)}
.route-home .home-tool-palette .section-heading{margin-bottom:32px}.route-home .home-tool-palette .search-box{width:min(390px,100%);height:50px;border-radius:14px}.route-home .home-tool-palette .search-box input{font-size:14px}
.route-home .tool-explorer{grid-template-columns:248px minmax(0,1fr);gap:24px}.route-home .tool-family-nav{top:88px;border-radius:20px;padding:12px;background:#fbfcfe;box-shadow:none}
.route-home .family-nav-head strong{font-size:14px}.route-home .family-nav-head span,.route-home .family-nav-note{font-size:10.5px;line-height:1.5}
.route-home .category-tab{padding:10px 11px;border-radius:12px}.route-home .category-tab strong{font-size:12px}.route-home .category-tab small{font-size:9.5px}.route-home .category-tab-count{font-size:10px}
.route-home .family-solution-link{padding:8px;font-size:10.5px}.route-home .family-pro-mini strong{font-size:11.5px}.route-home .family-pro-mini p,.route-home .family-pro-mini a{font-size:9.5px}
.route-home .tool-family-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.route-home .tool-family-overview-card{min-height:128px;padding:19px;border-radius:18px;grid-template-columns:50px minmax(0,1fr) auto}
.route-home .tool-family-overview-icon{width:50px;height:50px;border-radius:14px;font-size:12px}.route-home .tool-family-overview-copy strong{font-size:15px}.route-home .tool-family-overview-copy small{font-size:10.5px}.route-home .tool-family-overview-copy em{font-size:10px;line-height:1.45;margin-top:8px}.route-home .tool-family-overview-help{margin-top:16px;padding:14px 16px}.route-home .tool-family-overview-help p{font-size:11.5px}
.route-home .tool-family{border-radius:24px}.route-home .tool-family-header{padding:27px 28px 24px}.route-home .tool-family-icon{width:58px;height:58px;border-radius:16px}.route-home .tool-family h3{font-size:25px}.route-home .tool-family-header p{font-size:13px;line-height:1.6}.route-home .tool-family-summary strong{font-size:28px}.route-home .tool-family-summary span{font-size:10px}
.route-home .tool-family>.tool-grid{padding:22px 24px 26px;gap:15px}.route-home .tool-card{min-height:184px;padding:19px;border-radius:16px}.route-home .tool-card-icon{width:44px;height:44px;border-radius:12px;font-size:10px}.route-home .tool-card-copy h3{font-size:16px;margin:14px 0 7px}.route-home .tool-card-copy p{font-size:12px;line-height:1.6}.route-home .tool-card-footer,.route-home .local-label,.route-home .tool-open-label{font-size:10.5px}.route-home .tool-badge{font-size:9px}

/* Lower-page presentations: readable, compact and clearly separated. */
.route-home #workflows.workflow-hub-compact{max-width:1280px;margin-top:44px;padding:52px 32px;border-top:1px solid var(--line)}
.route-home .workflow-hub-compact .workflow-hub-copy{padding:22px 24px;border-radius:18px;background:#fafaff}.route-home .workflow-hub-compact .workflow-hub-copy h2{font-size:24px}.route-home .workflow-hub-compact .workflow-hub-copy p{font-size:12.5px;line-height:1.6}.route-home .workflow-hub-compact .workflow-access-note span{font-size:10px;padding:7px 9px}
.route-home .workflow-hub-compact .workflow-studio-feature{padding:16px 18px}.route-home .workflow-hub-compact .workflow-studio-feature h3{font-size:16px}.route-home .workflow-hub-compact .workflow-studio-feature p{font-size:11.5px}
.route-home .workflow-hub-compact .workflow-hub-grid{gap:12px}.route-home .workflow-hub-compact .workflow-hub-card{min-height:138px;padding:16px;border-radius:15px;grid-template-columns:32px minmax(0,1fr)}.route-home .workflow-hub-compact .workflow-hub-index{width:32px;height:32px;font-size:9px}.route-home .workflow-hub-compact .workflow-hub-card h3{font-size:13.5px}.route-home .workflow-hub-compact .workflow-hub-card p{font-size:10.5px;line-height:1.5}.route-home .workflow-hub-compact .workflow-hub-card strong{font-size:10px}.route-home .workflow-hub-compact .workflow-hub-badge{font-size:8px}
.route-home .home-plan-preview{max-width:1280px;margin:20px auto 24px;padding:20px 22px;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(26,33,60,.035)}.route-home .home-plan-intro strong{font-size:14px}.route-home .home-plan-columns>div{padding:13px 14px;border-radius:13px}.route-home .home-plan-columns span{font-size:9px}.route-home .home-plan-columns p{font-size:11px;line-height:1.5}
.route-home .privacy-band{max-width:1280px;margin-top:28px;padding:56px 58px;border-radius:28px}.route-home .privacy-band h2{font-size:40px}.route-home .privacy-band p{font-size:14px;line-height:1.75}.route-home .privacy-architecture{padding:24px}.route-home .arch-box{padding:17px}.route-home .arch-box span{font-size:14px}.route-home .arch-box small{font-size:11px;line-height:1.5}

@media(max-width:1100px){.route-home #work-modes,.route-home .home-tool-palette{margin-left:18px;margin-right:18px}.route-home .tool-explorer{grid-template-columns:1fr}.route-home .tool-family-nav{position:sticky;top:72px}.route-home .tool-family-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.route-home .studios-promo{margin-left:18px;margin-right:18px}}
@media(max-width:700px){.route-home .section-heading h2{font-size:32px}.route-home .section-heading p{font-size:14px}.route-home #work-modes{margin:18px 12px 0;padding:38px 18px 24px;border-radius:22px}.route-home .work-mode-card{min-height:0}.route-home .studios-promo{margin:24px 12px 32px;padding:21px 18px}.route-home .studios-promo-copy h2{font-size:22px}.route-home .studios-promo-copy p{font-size:12px}.route-home .home-tool-palette{margin:28px 10px 0;padding:42px 16px 30px;border-radius:22px}.route-home .tool-family-overview{grid-template-columns:1fr}.route-home .tool-family-overview-card{min-height:108px}.route-home .tool-family>.tool-grid{padding:13px}.route-home .tool-card{min-height:0}.route-home #workflows.workflow-hub-compact{padding:40px 16px}.route-home .workflow-hub-compact .workflow-hub-grid{grid-template-columns:1fr 1fr}.route-home .home-plan-preview{margin:16px 12px 20px;padding:16px}.route-home .privacy-band{margin:20px 12px 0;padding:34px 24px}.route-home .privacy-band h2{font-size:31px}}

/* v1.32.8 — Family Color & Section Harmony: palette colors, full family menu, unified section labels */
.route-home .home-section-kicker{
  display:inline-flex;align-items:center;gap:9px;width:max-content;max-width:100%;
  margin:0 0 16px;padding:7px 11px;border:1px solid #dfe4ec;border-radius:999px;
  background:#fff;color:#4d5668;font-size:11.5px;font-weight:900;letter-spacing:.105em;
  box-shadow:0 5px 16px rgba(26,33,60,.035)
}
.route-home .home-section-kicker::before{
  content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--primary);
  box-shadow:0 0 0 4px var(--primary-soft)
}
.route-home .home-section-kicker.light{
  border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.09);color:#fff;box-shadow:none
}
.route-home .home-section-kicker.light::before{background:#8fe2bb;box-shadow:0 0 0 4px rgba(143,226,187,.14)}
.route-home .studios-promo-copy>.home-section-kicker,
.route-home .workflow-hub-copy>.home-section-kicker,
.route-home .home-plan-intro>.home-section-kicker{margin-bottom:11px}

/* The "All families" overview now carries exactly the same family identity as the left menu. */
.tool-family-overview-card{--family-accent:#606a7d;--family-soft:#f3f5f8;--family-border:#e1e5eb;background:linear-gradient(145deg,var(--family-soft),#fff 82%);border-color:var(--family-border);box-shadow:inset 4px 0 0 var(--family-accent),0 7px 20px rgba(30,38,66,.035)}
.tool-family-overview-card:hover{border-color:color-mix(in srgb,var(--family-accent) 26%,#dce2ea);box-shadow:inset 4px 0 0 var(--family-accent),0 12px 28px color-mix(in srgb,var(--family-accent) 9%,rgba(30,38,66,.06))}
.tool-family-overview-icon{background:var(--family-accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--family-accent) 18%,transparent)}
.tool-family-overview-arrow{color:var(--family-accent)}
.tool-family-overview-copy strong{color:color-mix(in srgb,var(--family-accent) 56%,#1e2635)}
.tool-family-overview-card[data-category="documents"]{--family-accent:#e65d62;--family-soft:#fff2f2;--family-border:#f4dada}
.tool-family-overview-card[data-category="data"]{--family-accent:#159773;--family-soft:#edf9f5;--family-border:#d5eee5}
.tool-family-overview-card[data-category="images"]{--family-accent:#d14c9d;--family-soft:#fff2f9;--family-border:#f0d8e8}
.tool-family-overview-card[data-category="utilities"]{--family-accent:#6257d9;--family-soft:#f4f2ff;--family-border:#dfdaf7}
.tool-family-overview-card[data-category="dev"]{--family-accent:#475569;--family-soft:#f4f7fa;--family-border:#dce3e9}
.tool-family-overview-card[data-category="text"]{--family-accent:#805dd9;--family-soft:#f6f1ff;--family-border:#e6dcf8}
.tool-family-overview-card[data-category="files"]{--family-accent:#2d79d8;--family-soft:#eff7ff;--family-border:#d9e8f8}
.tool-family-overview-card[data-category="dates"]{--family-accent:#df8b32;--family-soft:#fff7e9;--family-border:#f3e3c8}
.tool-family-overview-card[data-category="automation"]{--family-accent:#118e9b;--family-soft:#eef9fa;--family-border:#d4ecee}

/* Once a family is opened, its tool cards keep a light trace of that family color instead of reverting to flat white. */
.tool-family .tool-card{background:linear-gradient(150deg,color-mix(in srgb,var(--family-soft) 68%,#fff),#fff 76%)}
.tool-family .tool-card.planned{background:linear-gradient(150deg,color-mix(in srgb,var(--family-soft) 80%,#fff),rgba(255,255,255,.58) 78%)}

/* Desktop: show the complete tool + profession menu, without an internal scrollbar. */
@media(min-width:1101px){
  .route-home .tool-explorer{grid-template-columns:272px minmax(0,1fr)}
  .route-home .tool-family-nav{position:static;top:auto;max-height:none;overflow:visible;align-self:start}
  .route-home .category-tab{padding:8px 9px;grid-template-columns:34px minmax(0,1fr) 12px;gap:8px}
  .route-home .category-tab-icon{width:34px;height:34px;border-radius:10px}
  .route-home .category-tab strong{font-size:11.5px}.route-home .category-tab small{font-size:9px}
  .route-home .family-nav-solutions{padding:13px 5px 3px}
  .route-home .family-solution-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
  .route-home .family-solution-link{grid-template-columns:24px minmax(0,1fr);gap:6px;min-height:42px;padding:6px;border:1px solid #e8ebf1;background:#fff;font-size:9.5px}
  .route-home .family-solution-link>span{width:24px;height:24px}
  .route-home .family-solution-link strong{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25}
}

@media(max-width:700px){
  .route-home .home-section-kicker{padding:6px 9px;font-size:10.5px;letter-spacing:.09em}
}

/* v1.32.8 — Final Home Polish: stronger section markers and readable profession families */
.route-home .home-section-kicker{
  padding:9px 14px;
  border:1px solid #d7dcef;
  border-left:4px solid var(--primary);
  border-radius:11px;
  background:linear-gradient(135deg,#f3f1ff 0%,#fafaff 62%,#fff 100%);
  color:#343c50;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.095em;
  box-shadow:0 7px 18px rgba(64,53,177,.065)
}
.route-home .home-section-kicker::before{
  width:8px;height:8px;flex-basis:8px;
  box-shadow:0 0 0 4px rgba(91,82,214,.12)
}
.route-home .home-section-kicker.light{
  border:1px solid rgba(255,255,255,.24);
  border-left:4px solid #8fe2bb;
  background:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:none
}

@media(min-width:1101px){
  .route-home .tool-explorer{grid-template-columns:320px minmax(0,1fr);gap:26px}
  .route-home .tool-family-nav{padding:15px}
  .route-home .family-nav-head{padding:2px 3px 11px}
  .route-home .family-nav-head strong,.route-home .family-nav-head>span{font-size:14.5px}
  .route-home .family-nav-head small{font-size:10.5px}
  .route-home .family-nav-solutions{margin-top:10px;padding:15px 4px 5px;border-top:1px solid #e3e7ef}
  .route-home .family-nav-mini-head{margin-bottom:9px}
  .route-home .family-nav-mini-head span{font-size:11.5px;letter-spacing:.09em}
  .route-home .family-nav-mini-head a{font-size:10.5px}
  .route-home .family-solution-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .route-home .family-solution-link{
    grid-template-columns:32px minmax(0,1fr);gap:8px;min-height:54px;padding:9px 10px;
    border-radius:12px;font-size:11.5px;line-height:1.3
  }
  .route-home .family-solution-link>span{width:32px;height:32px;border-radius:9px;font-size:10.5px}
  .route-home .family-solution-link strong{font-size:11.5px;line-height:1.32}
}

@media(max-width:700px){
  .route-home .home-section-kicker{padding:8px 11px;font-size:11.5px;border-left-width:3px}
}


/* v1.32.8 — Profession Family Cards: business solutions get the same visual weight as tool families */
.family-solution-link{
  --solution-accent:#6257d9;
  --solution-soft:#f4f2ff;
  --solution-border:#dfdaf7;
  position:relative;
  border:1px solid var(--solution-border);
  border-left:4px solid var(--solution-accent);
  background:linear-gradient(135deg,var(--solution-soft) 0%,#fff 88%);
  color:#303746;
  box-shadow:0 4px 12px rgba(28,37,67,.035);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease
}
.family-solution-link:hover{
  background:linear-gradient(135deg,color-mix(in srgb,var(--solution-soft) 84%,#fff) 0%,#fff 90%);
  border-color:color-mix(in srgb,var(--solution-accent) 42%,#fff);
  color:#202737;
  box-shadow:0 9px 22px rgba(28,37,67,.075);
  transform:translateY(-1px)
}
.family-solution-link>span{
  background:color-mix(in srgb,var(--solution-accent) 12%,#fff);
  color:var(--solution-accent);
  border:1px solid color-mix(in srgb,var(--solution-accent) 20%,#fff);
  font-weight:950
}
.family-solution-link strong{font-weight:850;color:inherit}
.family-solution-link.tone-emerald{--solution-accent:#159773;--solution-soft:#edf9f5;--solution-border:#d5eee5}
.family-solution-link.tone-blue{--solution-accent:#2d79d8;--solution-soft:#eff7ff;--solution-border:#d9e8f8}
.family-solution-link.tone-amber{--solution-accent:#df8b32;--solution-soft:#fff7e9;--solution-border:#f3e3c8}
.family-solution-link.tone-slate{--solution-accent:#64748b;--solution-soft:#f4f7fa;--solution-border:#dce3e9}
.family-solution-link.tone-pink{--solution-accent:#d94c89;--solution-soft:#fff2f8;--solution-border:#f0d8e5}
.family-solution-link.tone-violet{--solution-accent:#805dd9;--solution-soft:#f6f1ff;--solution-border:#e6dcf8}
.family-solution-link.tone-red{--solution-accent:#e65d62;--solution-soft:#fff2f2;--solution-border:#f4dada}

@media(min-width:1101px){
  .route-home .tool-explorer{grid-template-columns:370px minmax(0,1fr);gap:28px}
  .route-home .family-nav-solutions{padding:17px 3px 7px}
  .route-home .family-nav-mini-head{margin-bottom:11px;padding:0 2px}
  .route-home .family-nav-mini-head span{font-size:12.5px;letter-spacing:.085em;color:#4a5365}
  .route-home .family-nav-mini-head a{font-size:11.5px;padding:4px 7px;border-radius:8px;background:#f3f1ff}
  .route-home .family-solution-links{grid-template-columns:1fr;gap:7px}
  .route-home .family-solution-link{
    grid-template-columns:40px minmax(0,1fr);gap:11px;min-height:60px;padding:9px 11px;
    border-radius:13px;font-size:13px;line-height:1.25
  }
  .route-home .family-solution-link>span{width:40px;height:40px;border-radius:11px;font-size:12px}
  .route-home .family-solution-link strong{font-size:13px;line-height:1.25;white-space:normal;overflow:visible;text-overflow:clip}
}

/* v1.34.1 — Studio Pro Rail Harmony */
.studio-pro-launchpad{display:grid;gap:10px;padding:14px 14px 13px;border-bottom:1px solid #e8ebef;background:linear-gradient(145deg,#fbfbff 0%,#fff 62%,#fff8fc 100%)}
.studio-pro-launchpad-head{display:grid;gap:3px}.studio-pro-launchpad-head>span,.data-studio-pro-rail-head>span{font-size:8.5px;font-weight:950;letter-spacing:.11em;color:#7656b0}.studio-pro-launchpad-head>strong,.data-studio-pro-rail-head>strong{font-size:12.5px;line-height:1.3;color:#353a47}.studio-pro-launchpad-head>small,.data-studio-pro-rail-head>small{font-size:9.5px;line-height:1.45;color:#7d8592}
.studio-pro-shortcuts{display:grid;gap:6px}.studio-pro-shortcuts button{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;padding:8px 9px;border:1px solid #e3e6ec;border-radius:11px;background:#fff;color:#525a68;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.studio-pro-shortcuts button:hover,.studio-pro-shortcuts button.active{border-color:#cbb8da;background:#fdf9ff;transform:translateY(-1px)}.studio-pro-shortcut-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f2ecf7;color:#7b4c99;font-size:9px;font-weight:950}.studio-pro-shortcuts b,.studio-pro-shortcuts small{display:block}.studio-pro-shortcuts b{font-size:10.5px}.studio-pro-shortcuts small{margin-top:2px;color:#858d99;font-size:8.7px;line-height:1.35}.studio-pro-shortcuts em{padding:4px 6px;border-radius:999px;background:#f2f0fb;color:#675d9f;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.04em;white-space:nowrap}.studio-pro-shortcuts button:last-child em{background:#ece9ff;color:#514aa4}
.image-studio-controls{max-height:calc(100vh - 104px);overflow:auto}.image-studio-control-empty{padding-top:42px}.image-studio-controls #imageStudioControlPanels{border-top:1px solid #f0f1f4}

.data-studio-shell{max-width:1480px}.data-studio-workspace{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start;margin-top:18px}.data-studio-primary{min-width:0}.data-studio-workspace .data-studio-drop-card{margin-top:-15px}.data-studio-workspace .data-studio-empty{margin-top:18px}.data-studio-workspace .data-studio-results{margin-top:18px}.data-studio-workspace .data-studio-capabilities{margin-top:20px}
.data-studio-pro-rail{position:sticky;top:88px;max-height:calc(100vh - 106px);overflow:auto;border:1px solid #dfe5e7;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(28,46,43,.045)}.data-studio-pro-rail-head{display:grid;gap:4px;padding:17px 16px 14px;border-bottom:1px solid #e8eded;background:linear-gradient(145deg,#f7fbfa,#fff)}.data-studio-pro-rail-head>span{color:#16786a}.data-studio-pro-nav{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px;border-bottom:1px solid #edf0f1}.data-studio-pro-nav button{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:7px;align-items:center;padding:8px;border:1px solid #e4e8e9;border-radius:10px;background:#fff;color:#58636a;text-align:left;cursor:pointer}.data-studio-pro-nav button:hover,.data-studio-pro-nav button.active{border-color:#a9d4c8;background:#f4fbf8;color:#126c60}.data-studio-pro-nav button>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#eaf5f2;font-size:8px;font-weight:950}.data-studio-pro-nav b{font-size:10px}.data-studio-pro-nav em{position:absolute;right:6px;top:5px;padding:2px 4px;border-radius:999px;background:#ece9ff;color:#514aa4;font-size:6px;font-style:normal;font-weight:950}
.data-studio-pro-panel{display:none!important}.data-studio-pro-panel.active{display:grid!important}.data-studio-pro-rail .data-studio-batch-card{margin:0;padding:14px;border:0;border-radius:0;background:#fff;box-shadow:none}.data-studio-pro-rail .data-studio-batch-head{align-items:stretch;flex-direction:column}.data-studio-pro-rail .data-studio-batch-head .file-button{width:100%;justify-content:center}.data-studio-pro-rail .studio-batch-actions.horizontal{grid-template-columns:1fr}.data-studio-pro-rail .studio-batch-queue{max-height:240px}.data-studio-pro-rail .data-pro-report{margin:0;padding:16px;border:0;border-radius:0;background:#fff;box-shadow:none}.data-studio-pro-rail .pro-report-card{grid-template-columns:1fr;gap:14px;align-items:start}.data-studio-pro-rail .pro-report-card .button{width:100%}.studio-pro-rail-note{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;margin:0 12px 12px;padding:10px;border:1px solid #dfeae6;border-radius:11px;background:#f8fcfa;color:#587068}.studio-pro-rail-note>span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#e7f5ef;color:#16786a;font-size:8px}.studio-pro-rail-note p{margin:0;font-size:8.8px;line-height:1.45}.studio-pro-rail-note strong{color:#2d5f53}

@media(max-width:1120px){.data-studio-workspace{grid-template-columns:minmax(0,1fr) 300px}.data-studio-shell{max-width:1320px}}
@media(max-width:980px){.image-studio-controls{max-height:none;overflow:visible}.studio-pro-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-pro-shortcuts button{grid-template-columns:30px minmax(0,1fr)}.studio-pro-shortcuts em{grid-column:2;justify-self:start}.data-studio-workspace{grid-template-columns:1fr}.data-studio-pro-rail{position:static;max-height:none;overflow:visible}.data-studio-pro-nav{max-width:520px}.data-studio-pro-rail .data-studio-batch-head{align-items:flex-start}.data-studio-pro-rail .studio-batch-actions.horizontal{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.studio-pro-shortcuts{grid-template-columns:1fr}.studio-pro-shortcuts button{grid-template-columns:32px minmax(0,1fr) auto}.studio-pro-shortcuts em{grid-column:auto}.data-studio-workspace{gap:12px}.data-studio-pro-nav{grid-template-columns:1fr 1fr}.data-studio-pro-rail .studio-batch-actions.horizontal{grid-template-columns:1fr}}

/* v1.34.2 — Studio Pro Ownership Fix */
.image-studio-pro-launchpad .studio-pro-shortcuts button.pro-locked{border-color:#e4e1ef;background:#faf9fd;color:#686274}
.image-studio-pro-launchpad .studio-pro-shortcuts button.pro-locked>em{background:#eeeafd;color:#574aa5}
.image-studio-pro-launchpad .studio-pro-shortcuts button.pro-locked::after{content:'\1F512';position:absolute;right:9px;bottom:8px;font-size:10px;opacity:.7}
.image-studio-pro-launchpad .studio-pro-shortcuts button{position:relative}

/* v1.34.4 — Studio navigation ownership audit */
.pdf-studio-pro-launchpad{margin:-13px -13px 13px;border-radius:15px 15px 0 0}
.pdf-studio-pro-launchpad .studio-pro-shortcuts button{position:relative}
.pdf-studio-pro-launchpad .studio-pro-shortcuts button.pro-locked{border-color:#e4e1ef;background:#faf9fd;color:#686274}
.pdf-studio-pro-launchpad .studio-pro-shortcuts button.pro-locked>em{background:#eeeafd;color:#574aa5}
.pdf-studio-pro-launchpad .studio-pro-shortcuts button.pro-locked::after{content:'\1F512';position:absolute;right:9px;bottom:8px;font-size:10px;opacity:.7}
@media(max-width:1020px){.pdf-studio-pro-launchpad{margin:-13px -13px 13px}.pdf-studio-pro-launchpad .studio-pro-shortcuts{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.pdf-studio-pro-launchpad .studio-pro-shortcuts{grid-template-columns:1fr}}

/* v1.34.4 — central lock for standalone Pro tools */
.pro-tool-lock{max-width:980px;margin:18px auto 8px;padding:28px 30px;border:1px solid rgba(92,80,211,.22);border-radius:22px;background:linear-gradient(135deg,rgba(92,80,211,.08),rgba(255,255,255,.98) 48%,rgba(70,178,156,.06));display:flex;gap:22px;align-items:flex-start;box-shadow:0 18px 50px rgba(35,38,50,.08)}
.pro-tool-lock-icon{min-width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#5c50d3;color:#fff;font-weight:800;font-size:14px;letter-spacing:.08em;box-shadow:0 9px 24px rgba(92,80,211,.22)}
.pro-tool-lock-copy>span{display:block;color:#5c50d3;font-weight:800;font-size:12px;letter-spacing:.08em;margin:2px 0 7px}.pro-tool-lock-copy h2{margin:0 0 8px;font-size:28px}.pro-tool-lock-copy p{margin:0 0 18px;max-width:760px;font-size:15px;line-height:1.65;color:#5c6170}
@media(max-width:720px){.pro-tool-lock{padding:22px;flex-direction:column}.pro-tool-lock-copy h2{font-size:24px}}

/* v1.34.4 — visible access level in profession packs and guided solutions */
.solution-step-access,.pack-tool-access{display:inline-flex;align-items:center;margin-left:7px;padding:2px 6px;border-radius:999px;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.06em;vertical-align:1px}.solution-step-access.pro,.pack-tool-access.pro{background:#eeeafd;color:#5c50d3;border:1px solid #d7d0fb}

/* v1.34.5 — Header Search Balance
   Desktop keeps the product nav optically centered while search lives with the brand,
   leaving Pricing/account actions in an independent right rail. */
@media(min-width:1121px){
  .topbar-inner{
    max-width:1760px;
    padding-left:40px;
    padding-right:40px;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    gap:30px;
  }
  .header-left-cluster{
    justify-self:start;
    min-width:0;
    display:flex;
    align-items:center;
    gap:28px;
  }
  .header-left-cluster .brand{flex:0 0 auto;margin:0}
  .header-left-cluster .header-search-button{
    width:190px;
    min-width:138px;
    max-width:210px;
    flex:0 1 190px;
    justify-content:flex-start;
  }
  .desktop-nav{justify-self:center}
  .topbar-actions{justify-self:end;gap:13px}
  .header-action-divider{display:none}
}
@media(min-width:1121px) and (max-width:1500px){
  .topbar-inner{padding-left:26px;padding-right:26px;gap:20px}
  .header-left-cluster{gap:18px}
  .header-left-cluster .header-search-button{width:154px;min-width:112px;flex-basis:154px}
  .topbar-actions{gap:9px}
}
@media(min-width:1121px) and (max-width:1280px){
  .header-left-cluster .header-search-button{width:42px;min-width:42px;flex-basis:42px;justify-content:center;padding-left:0!important;padding-right:0!important}
  .header-left-cluster .header-search-label,.header-left-cluster .header-search-button kbd{display:none}
}
@media(max-width:1120px){
  .header-left-cluster{display:flex;align-items:center;gap:10px;margin-right:auto;min-width:0}
  .header-left-cluster .brand{margin-right:0}
  .header-left-cluster .header-search-button{flex:0 0 auto}
  .header-action-divider{display:none!important}
}

/* v1.35.0 — Media Layer */
.family-preview-tile[data-category="media"],.category-tab[data-category="media"]{--family-accent:#0f7895;--family-soft:#eaf8fb}
.tool-family[data-category="media"]{--family-accent:#0f7895;--family-soft:#eef9fb;--family-border:#cfeaf0}
.nav-tool-family[data-family="media"]{--nav-family:#0f7895;--nav-family-soft:#eaf8fb}
.tool-family-overview-card[data-category="media"]{--family-accent:#0f7895;--family-soft:#eaf8fb;--family-border:#cfeaf0}
.media-tool-shell .media-engine-badge{background:#eaf8fb;color:#0f7895}
.media-workspace{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:18px}
.media-input-panel,.media-result-panel{min-width:0}.media-file-info{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0}.media-file-info strong{font-size:13px}.media-file-info span{font-size:11px;color:var(--muted);white-space:nowrap}.media-progress{height:8px;background:#eef1f5;border-radius:999px;overflow:hidden;margin:14px 0}.media-progress-bar{display:block;height:100%;width:0;background:linear-gradient(90deg,#0f7895,#4fb7c8);transition:width .18s ease}.media-status{min-height:46px}.media-result{display:flex;flex-direction:column;gap:14px}.media-result video,.media-result img{display:block;width:100%;max-height:360px;object-fit:contain;background:#10131a;border-radius:13px}.media-result audio{width:100%}.media-result-meta{display:flex;justify-content:space-between;gap:12px;align-items:center}.media-result-meta strong{font-size:12px;overflow-wrap:anywhere}.media-result-meta span{font-size:11px;color:var(--muted);white-space:nowrap}.media-time-grid{margin-top:12px}
@media(max-width:900px){.media-workspace{grid-template-columns:1fr}.media-result video,.media-result img{max-height:300px}}

/* =========================================================
   v1.36 — Media Studio
   Shared FFmpeg/WASM workspace; base actions left, planned PRO right.
   ========================================================= */
.studio-nav-mark.media,.studio-product-card.media .studio-product-mark{background:#eef1ff;color:#5557a8}
.studio-nav-card.live.media{border-color:#d9dcf3;background:#fbfbff}.studio-nav-card.live.media em{background:#edf7f3!important;color:#16786a!important}
.studio-product-card.media.live{border-color:#d9dcf3;box-shadow:0 12px 36px rgba(76,78,146,.07)}.studio-product-card.media.live .studio-product-features span{background:#f1f2ff;color:#5557a8}
.media-screen{display:grid;grid-template-columns:minmax(0,1fr) 94px;grid-template-rows:1fr 45px;gap:9px;min-height:180px;padding:13px;background:linear-gradient(145deg,#f5f6ff,#eef3f7)}
.media-screen-player{position:relative;display:grid;place-items:center;border-radius:13px;background:#242937;color:#fff;overflow:hidden}.media-screen-player>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.15);font-size:17px}.media-screen-player>i{position:absolute;left:12px;right:12px;bottom:13px;height:4px;border-radius:999px;background:rgba(255,255,255,.22)}.media-screen-player>i:after{content:"";display:block;width:58%;height:100%;border-radius:inherit;background:#fff}.media-screen-player>small{position:absolute;right:12px;bottom:23px;font-size:9px;color:#fff}
.media-screen-wave{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:13px;background:#fff}.media-screen-wave i{width:4px;border-radius:999px;background:#7377b7}.media-screen-wave i:nth-child(1),.media-screen-wave i:nth-child(7){height:22%}.media-screen-wave i:nth-child(2),.media-screen-wave i:nth-child(6){height:44%}.media-screen-wave i:nth-child(3),.media-screen-wave i:nth-child(5){height:68%}.media-screen-wave i:nth-child(4){height:88%}
.media-screen-actions{grid-column:1/-1;display:flex;gap:7px}.media-screen-actions b{display:flex;align-items:center;justify-content:center;flex:1;border-radius:9px;background:#fff;color:#4e5365;font-size:9px;letter-spacing:.05em}
.media-studio-page{padding:0 0 70px;background:#f7f8fb}.media-studio-shell{max-width:1500px;margin:0 auto;padding:24px 28px 70px}.media-studio-breadcrumb{margin-bottom:18px}
.media-studio-hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:28px;align-items:stretch;padding:34px;border:1px solid #dfe2ef;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f7f7ff 62%,#eef3f8 100%);box-shadow:0 16px 50px rgba(34,39,63,.055)}
.media-studio-hero h1{max-width:850px;margin:8px 0 13px;font-size:clamp(34px,4vw,55px);line-height:1.01;letter-spacing:-.04em}.media-studio-hero p{max-width:820px;margin:0;color:#5f6676;font-size:15px;line-height:1.68}.media-studio-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:19px}.media-studio-trust span{padding:7px 10px;border:1px solid #dfe3ef;border-radius:999px;background:#fff;color:#555d6d;font-size:11px;font-weight:800}.media-studio-trust span:first-child{color:#16786a}
.media-studio-hero-card{display:flex;min-height:180px;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:20px;background:#282d3d;color:#fff}.media-studio-hero-card>span{margin-bottom:auto;color:#b8bce0;font-size:10px;font-weight:950;letter-spacing:.12em}.media-studio-hero-card strong{font-size:20px;line-height:1.2}.media-studio-hero-card small{margin-top:10px;color:#cfd3df;font-size:12px;line-height:1.55}
.media-studio-drop-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.46fr);gap:14px;margin:18px 0}.media-studio-drop-zone{display:flex;align-items:center;gap:15px;min-height:92px;padding:17px 20px;border:1.5px dashed #b8bed2;border-radius:18px;background:#fff;cursor:pointer;transition:.18s ease}.media-studio-drop-zone:hover,.media-studio-drop-zone.dragover,.media-studio-drop-zone.dragging{border-color:#6669a7;background:#f9f9ff;box-shadow:0 9px 28px rgba(65,68,124,.08)}.media-studio-drop-zone input{display:none}.media-studio-drop-icon{display:grid;place-items:center;flex:0 0 50px;height:50px;border-radius:14px;background:#eef0ff;color:#5557a8;font-size:11px;font-weight:950;letter-spacing:.08em}.media-studio-drop-zone strong,.media-studio-drop-zone small{display:block}.media-studio-drop-zone strong{font-size:14px}.media-studio-drop-zone small{margin-top:5px;color:#737b8b;font-size:11px;line-height:1.4}
.media-studio-drop-note{display:flex;gap:11px;align-items:flex-start;padding:17px 18px;border:1px solid #e1e4ed;border-radius:18px;background:#fbfcfd;color:#687181}.media-studio-drop-note>span{font-size:17px}.media-studio-drop-note p{margin:0;font-size:11.5px;line-height:1.55}
.media-studio-empty{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:center;margin:18px 0;padding:19px;border:1px solid #e3e5ec;border-radius:18px;background:#fff}.media-studio-empty article{display:flex;gap:10px;align-items:center}.media-studio-empty article>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#f0f1ff;color:#5659a4;font-size:10px;font-weight:950}.media-studio-empty strong,.media-studio-empty small{display:block}.media-studio-empty strong{font-size:12px}.media-studio-empty small{margin-top:2px;color:#7b8290;font-size:10px}.media-studio-empty>i{font-style:normal;color:#a1a7b2}
.media-studio-workspace{display:grid;grid-template-columns:220px minmax(0,1fr) 330px;gap:16px;align-items:start;margin-top:18px}.media-studio-tools,.media-studio-main,.media-studio-controls{min-width:0}.media-studio-tools{position:sticky;top:91px;padding:13px;border:1px solid #e0e3eb;border-radius:18px;background:#fff}.media-studio-panel-head{padding:5px 5px 12px}.media-studio-panel-head span,.media-studio-panel-head strong,.media-studio-panel-head small{display:block}.media-studio-panel-head span{color:#797eaa;font-size:9px;font-weight:950;letter-spacing:.11em}.media-studio-panel-head strong{margin-top:5px;font-size:15px}.media-studio-panel-head small{margin-top:4px;color:#7a8190;font-size:10.5px;line-height:1.45}
.media-studio-toolnav{display:grid;gap:5px}.media-studio-toolnav button{display:grid;grid-template-columns:29px minmax(0,1fr);gap:9px;align-items:center;width:100%;padding:10px;border:1px solid transparent;border-radius:11px;background:transparent;color:#353a48;text-align:left;cursor:pointer}.media-studio-toolnav button>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f2f3f6;color:#717887;font-size:9px;font-weight:900}.media-studio-toolnav strong,.media-studio-toolnav small{display:block}.media-studio-toolnav strong{font-size:11.5px}.media-studio-toolnav small{margin-top:2px;color:#858b98;font-size:9.5px;line-height:1.3}.media-studio-toolnav button:hover:not(:disabled){background:#f8f8fc}.media-studio-toolnav button.active{border-color:#daddf1;background:#f4f4ff}.media-studio-toolnav button.active>span{background:#5b5e9d;color:#fff}.media-studio-toolnav button:disabled{opacity:.38;cursor:not-allowed}
.media-studio-main{padding:15px;border:1px solid #dfe2ea;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(28,35,61,.04)}.media-studio-filebar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:4px 2px 14px}.media-studio-filebar>div:first-child{display:flex;min-width:0;align-items:center;gap:10px}.media-studio-filebar #mediaStudioKindBadge{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:11px;background:#eef0ff;color:#5659a4;font-size:10px;font-weight:950;letter-spacing:.06em}.media-studio-filebar strong,.media-studio-filebar small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-studio-filebar strong{max-width:530px;font-size:13px}.media-studio-filebar small{max-width:530px;margin-top:3px;color:#7c8390;font-size:10px}.media-studio-file-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.media-studio-preview-panel{overflow:hidden;border:1px solid #dfe2e9;border-radius:16px;background:#202532}.media-studio-preview{display:grid;place-items:center;min-height:430px;padding:16px;background:radial-gradient(circle at center,#303747,#1f2430 72%)}.media-studio-preview video,.media-studio-preview img{display:block;max-width:100%;max-height:62vh;border-radius:7px;box-shadow:0 12px 40px rgba(0,0,0,.26)}.media-studio-preview audio{width:min(92%,620px)}.media-studio-preview-empty{display:grid;place-items:center;align-content:center;gap:8px;min-height:300px;color:#b9bfcb;text-align:center;font-size:13px}.media-studio-preview-empty>span{display:grid;place-items:center;width:54px;height:54px;border:1px solid #4a5263;border-radius:15px;background:#2b3140;color:#d7dbe5;font-size:11px;font-weight:950;letter-spacing:.08em}.media-studio-preview-empty>strong{max-width:520px;color:#e0e3e9;font-size:13px}.media-studio-preview-empty>small{max-width:520px;color:#9fa6b4;font-size:10.5px;line-height:1.45}.media-studio-preview-caption{display:flex;justify-content:space-between;gap:14px;padding:10px 13px;background:#282e3b;color:#dfe3eb}.media-studio-preview-caption span{font-size:10.5px;font-weight:800}.media-studio-preview-caption small{color:#aeb5c2;font-size:10px}
.media-studio-progress{height:7px;margin-top:12px;overflow:hidden;border-radius:999px;background:#eceef3}.media-studio-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6a6ca9,#8588c3);transition:width .18s ease}.media-studio-status{margin-top:9px;padding:10px 12px;border-radius:11px;font-size:11.5px;line-height:1.45}.media-studio-status.info{background:#f4f5f8;color:#606877}.media-studio-status.working{background:#f1f1ff;color:#4e518e}.media-studio-status.success{background:#edf8f4;color:#236d59}.media-studio-status.warn{background:#fff8e9;color:#8a6427}.media-studio-status.error{background:#fff0ef;color:#a94c43}
.media-studio-controls{position:sticky;top:91px;display:grid;gap:12px}.media-studio-pro-launchpad{padding:13px;border:1px solid #daddec;border-radius:18px;background:#292e3d;color:#fff}.media-studio-pro-head{padding:3px 3px 9px}.media-studio-pro-head span,.media-studio-pro-head strong,.media-studio-pro-head small{display:block}.media-studio-pro-head span{color:#b7bbe1;font-size:9px;font-weight:950;letter-spacing:.1em}.media-studio-pro-head strong{margin-top:5px;font-size:14px}.media-studio-pro-head small{margin-top:4px;color:#c9ced9;font-size:10px;line-height:1.45}.media-studio-pro-launchpad button{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:9px;align-items:center;width:100%;margin-top:7px;padding:9px;border:1px solid #444b60;border-radius:10px;background:#343a4b;color:#fff;text-align:left;cursor:pointer}.media-studio-pro-launchpad button>span{font-size:8px;font-weight:950;letter-spacing:.08em}.media-studio-pro-launchpad button strong,.media-studio-pro-launchpad button small{display:block}.media-studio-pro-launchpad button strong{font-size:10.5px}.media-studio-pro-launchpad button small{margin-top:2px;color:#b9c0ce;font-size:9px}.media-studio-pro-launchpad button em{padding:4px 6px;border-radius:999px;background:#4b5267;color:#d6dae4;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.06em}
.media-studio-control-panels{padding:14px;border:1px solid #e0e3ea;border-radius:18px;background:#fff}.media-studio-control{display:none}.media-studio-control.active{display:block}.media-studio-control-title{display:grid;grid-template-columns:33px minmax(0,1fr);gap:9px;align-items:center;margin-bottom:13px}.media-studio-control-title>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f0f1ff;color:#5659a4;font-size:9px;font-weight:950}.media-studio-control-title strong,.media-studio-control-title small{display:block}.media-studio-control-title strong{font-size:13px}.media-studio-control-title small{margin-top:2px;color:#7c8390;font-size:9.5px;line-height:1.35}.media-studio-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.media-studio-info-grid article,.media-studio-info-grid>div{padding:9px;border:1px solid #e8e9ef;border-radius:10px;background:#fafbfc}.media-studio-info-grid span,.media-studio-info-grid strong{display:block}.media-studio-info-grid span{color:#7f8694;font-size:9px}.media-studio-info-grid strong{margin-top:3px;font-size:11px;word-break:break-word}.media-studio-last-action,.media-studio-export-note,.media-studio-note{margin-top:10px;padding:10px;border-radius:10px;background:#f6f7fa}.media-studio-last-action span,.media-studio-last-action strong,.media-studio-export-note strong,.media-studio-export-note span{display:block}.media-studio-last-action span{color:#858b97;font-size:9px}.media-studio-last-action strong{margin-top:3px;font-size:10.5px}.media-studio-export-note strong{font-size:11px}.media-studio-export-note span{margin-top:4px;color:#747b89;font-size:10px;line-height:1.45}.media-studio-note{color:#6d7482;font-size:10px;line-height:1.45}
.media-studio-field{display:grid;gap:5px;margin:10px 0}.media-studio-field>span{color:#606775;font-size:10px;font-weight:800}.media-studio-field input,.media-studio-field select,.media-studio-field textarea{width:100%;min-height:38px;padding:8px 9px;border:1px solid #dfe2e9;border-radius:9px;background:#fff;color:#313744;font-size:11px}.media-studio-field textarea{min-height:190px;resize:vertical;line-height:1.5}.media-studio-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.media-studio-range-pair{display:grid;gap:7px;margin:9px 0}.media-studio-range-row{display:grid;grid-template-columns:43px minmax(0,1fr) 68px;gap:7px;align-items:center}.media-studio-range-row>span{font-size:9.5px;font-weight:800;color:#686f7d}.media-studio-range-row input[type="range"]{width:100%}.media-studio-range-row input[type="number"]{width:100%;min-height:34px;padding:6px;border:1px solid #dfe2e9;border-radius:8px}.media-studio-trim-selection{display:flex;justify-content:space-between;gap:8px;margin-top:7px;padding:9px 10px;border-radius:9px;background:#f6f7fa;font-size:10px}.media-studio-action-card{margin-top:9px;padding:11px;border:1px solid #e6e8ee;border-radius:11px;background:#fafbfc}.media-studio-action-card>strong{font-size:11px}.media-studio-control .button.full{margin-top:10px}
@media(max-width:1240px){.media-studio-workspace{grid-template-columns:205px minmax(0,1fr) 295px}.media-studio-preview{min-height:370px}.media-studio-hero{grid-template-columns:minmax(0,1.5fr) 300px}}
@media(max-width:1040px){.media-studio-shell{padding-left:20px;padding-right:20px}.media-studio-hero{grid-template-columns:1fr}.media-studio-drop-card{grid-template-columns:1fr}.media-studio-workspace{grid-template-columns:190px minmax(0,1fr)}.media-studio-tools{top:82px}.media-studio-controls{position:static;grid-column:1/-1;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr)}.media-studio-control-panels{min-width:0}.media-studio-preview{min-height:340px}}
@media(max-width:760px){.media-studio-page{padding-bottom:40px}.media-studio-shell{padding:18px 14px 50px}.media-studio-hero{padding:25px 20px;border-radius:21px}.media-studio-hero h1{font-size:34px}.media-studio-drop-card{margin-top:14px}.media-studio-empty{grid-template-columns:1fr 1fr}.media-studio-empty>i{display:none}.media-studio-workspace{grid-template-columns:1fr}.media-studio-tools,.media-studio-controls{position:static}.media-studio-toolnav{grid-template-columns:1fr 1fr}.media-studio-main{grid-row:auto}.media-studio-filebar{align-items:flex-start;flex-direction:column}.media-studio-file-actions{width:100%;justify-content:flex-start}.media-studio-preview{min-height:260px}.media-studio-preview-caption{flex-direction:column}.media-studio-controls{grid-template-columns:1fr}.media-studio-two{grid-template-columns:1fr}.media-studio-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.media-studio-toolnav{grid-template-columns:1fr}.media-studio-empty{grid-template-columns:1fr}.media-studio-info-grid{grid-template-columns:1fr}.media-studio-hero h1{font-size:30px}.media-studio-trust{display:grid}.media-studio-drop-zone{align-items:flex-start}.media-studio-preview{min-height:220px;padding:10px}}

/* =========================================================
   v1.36.4 — Capture & Visualization
   Shared capture, chart and document-scan surfaces.
   ========================================================= */
.capture-workspace{align-items:start}.capture-status-card,.media-studio-capture-status{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e2e5eb;border-radius:12px;background:#fafbfc;margin-bottom:11px}.capture-status-card strong,.capture-status-card small,.media-studio-capture-status strong,.media-studio-capture-status small{display:block}.capture-status-card small,.media-studio-capture-status small{margin-top:2px;color:var(--muted);font-size:10px}.capture-led{display:block;flex:0 0 11px;width:11px;height:11px;border-radius:50%;background:#a7adb8;box-shadow:0 0 0 4px rgba(167,173,184,.15)}.capture-led.recording{background:#c84646;box-shadow:0 0 0 4px rgba(200,70,70,.14);animation:capturePulse 1.3s ease-in-out infinite}@keyframes capturePulse{50%{box-shadow:0 0 0 8px rgba(200,70,70,.06)}}
.capture-stage,.media-studio-capture-live{display:grid;place-items:center;min-height:260px;overflow:hidden;border:1px solid #dfe3ea;border-radius:14px;background:#202632}.capture-stage video,.media-studio-capture-live video{display:block;width:100%;max-height:440px;object-fit:contain;background:#171c25}.capture-audio-live,.media-studio-capture-placeholder{display:grid;place-items:center;align-content:center;gap:6px;min-height:180px;padding:20px;color:#b9c1cf;text-align:center}.media-studio-capture-placeholder span{display:grid;place-items:center;width:52px;height:52px;border:1px solid #4d5668;border-radius:14px;background:#2a3140;color:#fff;font-size:10px;font-weight:900}.media-studio-capture-placeholder strong,.media-studio-capture-placeholder small{display:block}.media-studio-capture-placeholder small{color:#939eaf;font-size:10px}.capture-result{display:grid;gap:11px;margin-top:14px}.capture-result video,.capture-result audio{width:100%;max-height:440px;border-radius:12px;background:#171c25}.capture-result-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.capture-result-meta small{color:var(--muted)}
.media-studio-control[data-media-control="capture"] .field{margin:9px 0}.media-studio-control[data-media-control="capture"] .check-row{margin:8px 0}.media-studio-capture-live{min-height:185px;margin:10px 0}.media-studio-capture-live video{max-height:260px}.media-studio-support-note{margin:10px 0 0;padding:9px 10px;border-radius:10px;background:#f6f7fa;color:#6d7482;font-size:10px;line-height:1.45}
.chart-stage{display:grid;place-items:center;min-height:360px;padding:14px;overflow:auto;border:1px solid #e1e4ea;border-radius:14px;background:#fff}.chart-stage svg{display:block;width:100%;height:auto;max-height:560px}.data-studio-chart-controls{display:grid;grid-template-columns:150px minmax(150px,.8fr) minmax(150px,.8fr) minmax(200px,1.4fr);gap:10px;align-items:end;margin-bottom:12px}.data-studio-chart-controls .field{margin:0}.data-studio-chart-controls .grow{min-width:0}.data-studio-chart-panel .action-row{margin-top:11px}
.scanner-workspace{align-items:start}.scanner-camera-stage{position:relative;display:grid;place-items:center;min-height:320px;overflow:hidden;border:1px solid #dde2e8;border-radius:14px;background:#202632}.scanner-camera-stage video{display:block;width:100%;max-height:520px;object-fit:contain}.scanner-camera-stage .empty-state{position:absolute;inset:0;display:grid;place-items:center;padding:22px;color:#b7c0ce;text-align:center}.scanner-camera-stage .empty-state.hidden{display:none}.scanner-pages-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.scanner-pages-head h2{margin:4px 0 0}.scanner-pages-head>span{color:var(--muted);font-size:11px}.scanner-page-list{display:grid;gap:9px;max-height:610px;overflow:auto}.scanner-page{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;align-items:center;padding:9px;border:1px solid #e2e5eb;border-radius:12px;background:#fff}.scanner-page img{display:block;width:110px;height:92px;object-fit:contain;border-radius:8px;background:#f0f2f5}.scanner-page strong,.scanner-page small{display:block}.scanner-page small{margin-top:3px;color:var(--muted);font-size:10px}.scanner-page .action-row{margin-top:8px}.action-row.compact{gap:5px;flex-wrap:wrap}
@media(max-width:980px){.data-studio-chart-controls{grid-template-columns:1fr 1fr}.chart-stage{min-height:300px}.scanner-camera-stage{min-height:260px}}
@media(max-width:700px){.data-studio-chart-controls{grid-template-columns:1fr}.chart-stage{min-height:240px;padding:8px}.scanner-page{grid-template-columns:82px minmax(0,1fr)}.scanner-page img{width:82px;height:76px}.capture-stage{min-height:220px}.media-studio-capture-live{min-height:160px}}

/* =========================================================
   v1.36.5 — Local Speech & Data Pivot
   Transcript and pivot surfaces inside existing Studios.
   ========================================================= */
.media-studio-control[data-media-control="transcribe"] .action-row{margin-top:10px}.media-studio-control[data-media-control="transcribe"] textarea{font-family:inherit}.data-studio-pivot-panel .table-wrap{max-height:430px}.data-studio-pivot-panel .number-cell{text-align:right;font-variant-numeric:tabular-nums}

/* =========================================================
   v1.36.6 — Media Polish & Document Control
   Timeline/waveform guidance and shared audio finishing surfaces.
   ========================================================= */
.media-studio-trim-visual{min-height:112px;margin:10px 0;padding:8px;border:1px solid #e2e5ec;border-radius:12px;background:#f8f9fb;overflow:hidden}.media-studio-trim-visual>.empty-state{display:grid;place-items:center;min-height:94px;padding:12px;color:#7a8290;font-size:10px;text-align:center}.media-studio-timeline{display:grid;grid-template-columns:repeat(8,minmax(62px,1fr));gap:5px;overflow-x:auto}.media-studio-thumb{position:relative;min-width:62px;overflow:hidden;border-radius:8px;background:#1d2430}.media-studio-thumb canvas{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.media-studio-thumb small{position:absolute;left:4px;bottom:4px;padding:2px 4px;border-radius:5px;background:rgba(14,18,25,.72);color:#fff;font-size:7.5px;font-weight:800}.media-studio-trim-now{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:8px 0}.media-studio-audio-waveform{display:grid;gap:6px}.media-studio-audio-waveform svg{display:block;width:100%;height:auto;max-height:150px}.media-studio-audio-waveform small{color:#707886;font-size:9px}.audio-waveform-preview{overflow:auto}.audio-waveform-preview svg{display:block;width:100%;height:auto;min-width:480px}.media-studio-control[data-media-control="master"] .media-studio-action-card{background:#fff}.media-studio-control[data-media-control="master"] .media-studio-action-card+.media-studio-action-card{margin-top:9px}
@media(max-width:760px){.media-studio-timeline{grid-template-columns:repeat(8,86px)}.media-studio-trim-now{grid-template-columns:1fr}.audio-waveform-preview svg{min-width:360px}}
.data-studio-sql-panel textarea{width:100%;min-height:128px;padding:12px;border:1px solid #d9e2e0;border-radius:11px;background:#10171d;color:#e7f4ef;font:500 12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;resize:vertical}.data-studio-sql-panel .table-wrap{max-height:440px}.data-studio-sql-panel .data-table td,.data-studio-sql-panel .data-table th{white-space:nowrap}.data-studio-sql-panel .action-row{flex-wrap:wrap}

/* =========================================================
   v1.36.13 — Office Privacy & Extraction
   Commercial badges stay FREE/PRO; meeting and PDF outline surfaces.
   ========================================================= */
.meeting-report-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.meeting-report-grid>section{min-width:0;padding:14px;border:1px solid #e2e6eb;border-radius:13px;background:#fff}.meeting-report-grid h3{margin:0 0 8px;font-size:13px}.meeting-report-grid ul{margin:0;padding-left:18px;color:#555e6c;font-size:11px;line-height:1.55}.meeting-report-wide{grid-column:1/-1}.media-studio-subsection{margin-top:13px;padding-top:12px;border-top:1px solid #e5e7ee}.media-studio-subsection-head{display:grid;gap:2px;margin-bottom:8px}.media-studio-subsection-head strong{font-size:11px}.media-studio-subsection-head small{color:#737b89;font-size:9px}.media-studio-meeting-result{margin-top:10px}.media-studio-meeting-grid{display:grid;gap:8px}.media-studio-meeting-grid section{padding:9px;border:1px solid #e5e7ed;border-radius:9px;background:#fafbfc}.media-studio-meeting-grid strong{display:block;margin-bottom:4px;font-size:10px}.media-studio-meeting-grid ul{margin:0;padding-left:16px;color:#5e6674;font-size:9.5px;line-height:1.45}.media-studio-meeting-grid small{color:#7b8290;font-size:9px}
.bookmark-editor-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:10px}.bookmark-editor-head strong,.bookmark-editor-head small{display:block}.bookmark-editor-head small{margin-top:3px;color:var(--muted);font-size:10px}.bookmark-editor{display:grid;gap:8px}.bookmark-row{display:grid;grid-template-columns:36px minmax(180px,1fr) 94px auto;gap:8px;align-items:end;padding:10px 10px 10px calc(10px + var(--bookmark-level,0)*18px);border:1px solid #e1e5eb;border-radius:12px;background:#fff}.bookmark-grip{display:grid;place-items:center;width:30px;height:34px;border-radius:8px;background:#f1f3f6;color:#727a88;font-size:10px;font-weight:900}.bookmark-row .field{margin:0}.bookmark-row-actions{display:flex;gap:4px;align-items:center}.bookmark-row-actions .mini-button{min-width:30px;padding:7px}.bookmark-level-label{grid-column:2/-1;color:#8a909c;font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.bm-page-field input{text-align:center;font-variant-numeric:tabular-nums}
@media(max-width:820px){.meeting-report-grid{grid-template-columns:1fr}.meeting-report-wide{grid-column:auto}.bookmark-row{grid-template-columns:32px minmax(0,1fr) 82px}.bookmark-row-actions{grid-column:2/-1;flex-wrap:wrap}.bookmark-level-label{grid-column:2/-1}}


/* v1.36.13 — Office Privacy & Extraction */
.diagram-workbench{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(420px,1.1fr);gap:16px;align-items:start}.diagram-toolbar{display:flex;gap:10px;align-items:end}.diagram-toolbar .field{flex:1}.diagram-code{min-height:390px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.5;tab-size:2}.diagram-preview{min-height:520px;display:grid;place-items:center;overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff;padding:18px}.diagram-preview svg{max-width:100%;height:auto}.sqlite-schema-list{display:grid;gap:8px}.sqlite-schema-list details{border:1px solid var(--line);border-radius:10px;padding:8px 10px}.sqlite-schema-list summary{display:flex;justify-content:space-between;gap:12px;cursor:pointer}.data-table-wrap{max-width:100%;overflow:auto}.diagram-preview-panel{min-width:0}
@media(max-width:900px){.diagram-workbench{grid-template-columns:1fr}.diagram-preview{min-height:360px}.diagram-code{min-height:300px}}

/* v1.36.13 — Office Privacy & Extraction */
.bulk-preview-letter{min-height:360px;padding:34px;border:1px solid #dfe4ec;border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.06)}
.bulk-preview-letter h3{margin:0 0 24px;font-size:20px;color:#172033}.bulk-preview-letter pre{margin:0;white-space:pre-wrap;font:14px/1.65 var(--font-sans,system-ui);color:#334155}
.label-sheet-demo,.certificate-demo,.bulk-code-demo,.bulk-badge-preview{min-height:210px;border:1px solid #dce3ed;border-radius:18px;background:linear-gradient(145deg,#fff,#f7f9fc);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;gap:10px}
.label-sheet-demo strong,.certificate-demo strong,.bulk-badge-preview strong{font-size:20px;color:#172033}.label-sheet-demo p,.certificate-demo p{max-width:520px;margin:0;color:#64748b;line-height:1.55}.certificate-demo>span{font-size:34px}.bulk-badge-preview span{color:#64748b}.bulk-code-demo{flex-direction:row;flex-wrap:wrap}.bulk-code-demo span{display:grid;place-items:center;width:86px;height:86px;border:1px solid #d7dee9;border-radius:14px;background:#fff;font-weight:800;font-size:22px}.bulk-code-demo strong{flex-basis:100%;color:#334155}
.data-studio-bulk-panel{border-color:#d9e5dd;background:linear-gradient(180deg,#fff,#fbfdfb)}
@media(max-width:680px){.bulk-preview-letter{padding:22px;min-height:280px}.bulk-code-demo{flex-direction:column}.bulk-code-demo strong{flex-basis:auto}.data-studio-bulk-panel .data-studio-chart-controls{grid-template-columns:1fr}}
/* v1.36.15 — Office Studio */
.studio-nav-mark.office,.studio-product-card.office .studio-product-mark{background:#eef7f2;color:#277454}.studio-product-card.office.live{border-color:#d7e8df;box-shadow:0 12px 36px rgba(39,116,84,.07)}.studio-product-card.office.live .studio-product-features span{background:#eef7f2;color:#277454}
.office-screen{display:grid;grid-template-columns:minmax(0,1fr) 92px;grid-template-rows:1fr 45px;gap:9px;min-height:180px;padding:13px;background:linear-gradient(145deg,#f6fbf8,#eef3f7)}.office-screen-file{display:flex;flex-direction:column;justify-content:center;gap:9px;padding:20px;border-radius:13px;background:#fff;box-shadow:inset 0 0 0 1px #e7ebe8}.office-screen-file span{font-size:16px;font-weight:950;color:#2a624b}.office-screen-file i{display:block;height:7px;border-radius:999px;background:#e6ebe8}.office-screen-file i:nth-of-type(1){width:88%}.office-screen-file i:nth-of-type(2){width:72%}.office-screen-file i:nth-of-type(3){width:62%}.office-screen-audit{display:grid;gap:7px}.office-screen-audit b{display:grid;place-items:center;border-radius:10px;background:#fff;color:#52605a;font-size:9px}.office-screen-score{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-radius:10px;background:#274b3c;color:#fff}.office-screen-score strong{font-size:20px}.office-screen-score small{font-weight:900;letter-spacing:.08em}
.office-studio-page{padding:30px 24px 76px;background:linear-gradient(180deg,#fbfcfe 0,#f5f8f6 100%)}.office-studio-shell{max-width:1440px;margin:0 auto}.office-studio-breadcrumb{max-width:none;margin:0 0 16px}.office-studio-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:28px;align-items:center;padding:34px 38px;border-radius:26px;background:radial-gradient(circle at 82% 16%,rgba(74,166,127,.22),transparent 31%),linear-gradient(135deg,#17211d,#1f3029 58%,#213c31);color:#fff;box-shadow:0 22px 65px rgba(26,50,40,.14)}.office-studio-hero h1{margin:8px 0 0;font-size:39px;line-height:1.06;letter-spacing:-.04em}.office-studio-hero p{max-width:850px;margin:14px 0 0;color:#d2ddd7;font-size:13px;line-height:1.7}.office-studio-trust{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.office-studio-trust span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.09);font-size:8px;font-weight:900;letter-spacing:.04em}.office-studio-hero-card{padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.08)}.office-studio-hero-card span{display:block;color:#a6dbc3;font-size:8px;font-weight:950;letter-spacing:.12em}.office-studio-hero-card strong{display:block;margin-top:8px;font-size:15px;line-height:1.35}.office-studio-hero-card small{display:block;margin-top:8px;color:#d1dbd6;font-size:10px;line-height:1.55}
.office-studio-drop-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:14px;margin-top:18px}.office-studio-drop-zone{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1.5px dashed #a8bdb2;border-radius:18px;background:#fff;cursor:pointer;transition:.18s}.office-studio-drop-zone.drag{border-color:#2b815d;background:#f1faf6;transform:translateY(-1px)}.office-studio-drop-zone input{position:absolute;width:1px;height:1px;opacity:0}.office-studio-drop-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#eaf5ef;color:#277454;font-size:10px;font-weight:950;letter-spacing:.05em}.office-studio-drop-zone strong{display:block;font-size:13px}.office-studio-drop-zone small{display:block;margin-top:4px;color:#737b76;font-size:9px}.office-studio-drop-note{display:flex;gap:10px;align-items:flex-start;padding:15px;border:1px solid #e1e6e3;border-radius:18px;background:#f8faf9;color:#5f6964}.office-studio-drop-note span{font-size:16px}.office-studio-drop-note p{margin:0;font-size:10px;line-height:1.55}
.office-studio-workspace{display:grid;grid-template-columns:220px minmax(0,1fr) 245px;gap:16px;margin-top:18px;align-items:start}.office-studio-tools,.office-studio-main,.office-studio-pro{min-width:0;border:1px solid #e0e5e2;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(25,39,32,.035)}.office-studio-tools{overflow:hidden}.office-studio-panel-head{padding:17px;border-bottom:1px solid #ecefed}.office-studio-panel-head span,.office-studio-pro-head>span{display:block;color:#668175;font-size:7px;font-weight:950;letter-spacing:.11em}.office-studio-panel-head strong,.office-studio-pro-head>strong{display:block;margin-top:5px;font-size:13px}.office-studio-panel-head small,.office-studio-pro-head>small{display:block;margin-top:5px;color:#778079;font-size:8px;line-height:1.45}.office-studio-toolnav{padding:8px}.office-studio-toolnav button{display:grid;width:100%;grid-template-columns:31px minmax(0,1fr);gap:9px;align-items:center;padding:10px;border:0;border-radius:11px;background:transparent;text-align:left;cursor:pointer}.office-studio-toolnav button:hover{background:#f6f8f7}.office-studio-toolnav button.active{background:#edf7f2;color:#1e6448}.office-studio-toolnav button>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#eef1ef;color:#69736e;font-size:8px;font-weight:950}.office-studio-toolnav button.active>span{background:#2a7355;color:#fff}.office-studio-toolnav strong{display:block;font-size:10px}.office-studio-toolnav small{display:block;margin-top:2px;color:#858c88;font-size:7px}.office-studio-main{padding:14px;min-height:590px}.office-studio-filebar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 11px;border:1px solid #e7ebe9;border-radius:14px;background:#fafcfb}.office-studio-filebar>div{display:flex;align-items:center;gap:10px;min-width:0}.office-studio-filebar #officeStudioKindBadge{display:grid;place-items:center;width:45px;height:38px;border-radius:10px;background:#e9f4ef;color:#276f52;font-size:9px;font-weight:950}.office-studio-filebar strong{display:block;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.office-studio-filebar small{display:block;margin-top:3px;color:#7c847f;font-size:8px}.office-studio-status{margin-top:10px;padding:9px 11px;border-radius:11px;background:#f3f6f4;color:#59645e;font-size:9px}.office-studio-panel{margin-top:12px}.office-studio-pro{padding:14px}.office-studio-pro-head{padding:4px 3px 12px}.office-studio-pro article{display:grid;grid-template-columns:54px 1fr;gap:9px;padding:11px 8px;border-top:1px solid #edf0ee}.office-studio-pro article>span{align-self:start;padding:4px 5px;border-radius:999px;background:#eaf6f0;color:#267150;font-size:6px;font-weight:950;text-align:center}.office-studio-pro article.planned>span{background:#f1f2f4;color:#7a8087}.office-studio-pro article strong{display:block;font-size:9px}.office-studio-pro article small{display:block;margin-top:3px;color:#7c837f;font-size:7px;line-height:1.45}
.office-studio-empty-work{display:grid;place-items:center;min-height:430px;padding:40px;text-align:center;border:1px dashed #d5ded9;border-radius:18px;background:linear-gradient(180deg,#fcfdfc,#f7faf8)}.office-empty-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:20px;background:#e9f4ef;color:#277454;font-size:12px;font-weight:950}.office-studio-empty-work h2{margin:14px 0 0;font-size:24px}.office-studio-empty-work p{max-width:650px;margin:10px 0 0;color:#707974;font-size:11px;line-height:1.65}.office-empty-flow{display:flex;align-items:center;gap:8px;margin-top:19px}.office-empty-flow span{padding:7px 9px;border-radius:9px;background:#fff;border:1px solid #e2e8e4;font-size:8px;font-weight:900}.office-empty-flow i{color:#99a59f}.office-studio-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:10px}.office-studio-stats.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.office-studio-stat{padding:12px;border:1px solid #e6ebe8;border-radius:13px;background:#fff}.office-studio-stat span{display:block;color:#78817c;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.office-studio-stat strong{display:block;margin-top:5px;font-size:18px}.office-studio-stat small{display:block;margin-top:3px;color:#8a918d;font-size:7px}.office-studio-overview{padding:18px}.office-studio-overview h2{margin:5px 0 0;font-size:22px}.office-studio-overview>p{color:#6d7771;font-size:10px;line-height:1.6}.office-studio-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.office-studio-overview-grid>div{padding:12px;border-radius:12px;background:#f6f9f7}.office-studio-overview-grid strong{display:block;font-size:9px}.office-studio-overview-grid small{display:block;margin-top:4px;color:#748079;font-size:8px;line-height:1.45}.office-studio-issues{display:grid;gap:8px}.office-studio-issue{display:grid;grid-template-columns:68px 1fr 36px;gap:10px;align-items:center;padding:11px 12px;border:1px solid #e5e9e7;border-radius:12px;background:#fff}.office-studio-issue>span{font-size:7px;font-weight:950;text-transform:uppercase}.office-studio-issue.error>span{color:#a94949}.office-studio-issue.warning>span{color:#9a6f20}.office-studio-issue.manual>span{color:#626b79}.office-studio-issue strong{display:block;font-size:9px}.office-studio-issue small{display:block;margin-top:3px;color:#7e8782;font-size:7px;line-height:1.45}.office-studio-issue em{font-style:normal;font-size:14px;font-weight:900;text-align:right}.office-studio-split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:11px}.office-studio-audit-list{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.office-studio-audit-list span{padding:9px;border-radius:10px;background:#f4f7f5;color:#707873;font-size:7px;text-align:center}.office-studio-audit-list b{display:block;color:#25352e;font-size:16px}.office-studio-action-card label{display:block;margin:9px 0;font-size:8px}.office-studio-action-card .button{margin-top:12px}.office-outline{display:grid;gap:4px;margin-top:11px}.office-outline>div{display:grid;grid-template-columns:35px 1fr;gap:8px;align-items:center;padding:7px 9px 7px calc(9px + (var(--level) - 1)*10px);border-radius:9px;background:#f6f8f7}.office-outline span{font-size:7px;font-weight:950;color:#2d7457}.office-outline strong{font-size:9px}.office-slide-list{display:grid;gap:5px;margin-top:9px}.office-slide-list>div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px 9px;border-radius:9px;background:#f6f8f7}.office-slide-list>div>span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#e3eee8;font-size:7px;font-weight:900}.office-slide-list strong{font-size:9px}.office-slide-list small{color:#7e8581;font-size:7px}.office-sheet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:9px}.office-sheet-grid>div{padding:10px;border:1px solid #e5e9e7;border-radius:10px}.office-sheet-grid strong{display:block;font-size:9px}.office-sheet-grid small{display:block;margin-top:3px;color:#7e8782;font-size:7px}.office-studio-reference input{width:100%;margin:9px 0}.office-reference-result{margin-top:10px}.office-diff-list{display:grid;gap:5px;margin-top:8px;max-height:320px;overflow:auto}.office-diff-list>div{padding:8px 9px;border-radius:9px;background:#f7f9f8}.office-diff-list>div.add,.office-diff-list>div.insert{background:#f0f8f4}.office-diff-list>div.remove,.office-diff-list>div.delete{background:#fbf2f2}.office-diff-list span{font-size:6px;font-weight:950;text-transform:uppercase}.office-diff-list p{margin:4px 0 0;font-size:8px}.office-diff-list small{display:block;margin-top:3px;color:#777f7b;font-size:7px}.office-studio-extract-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.office-studio-extract-grid article{display:flex;flex-direction:column}.office-studio-extract-grid h3{margin:6px 0 0}.office-studio-extract-grid p{flex:1;color:#6f7974;font-size:9px;line-height:1.55}.office-studio-export{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:11px}.office-export-primary{padding:22px}.office-export-primary h2{margin:5px 0 0;font-size:24px}.office-export-primary p{color:#6f7974;font-size:10px;line-height:1.6}.office-export-primary .button{margin-right:7px;margin-top:9px}.office-studio-shell.busy{cursor:progress}.office-studio-shell.busy .office-studio-panel{opacity:.72}
@media(max-width:1180px){.office-studio-workspace{grid-template-columns:205px minmax(0,1fr)}.office-studio-pro{grid-column:1/-1;display:grid;grid-template-columns:260px 1fr 1fr;align-items:center}.office-studio-pro-head{padding:3px}.office-studio-pro article{border-top:0;border-left:1px solid #edf0ee}.office-studio-stats{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.office-studio-page{padding:22px 14px 56px}.office-studio-hero{grid-template-columns:1fr;padding:27px 22px}.office-studio-hero h1{font-size:31px}.office-studio-hero-card{display:none}.office-studio-drop-card{grid-template-columns:1fr}.office-studio-workspace{grid-template-columns:1fr}.office-studio-toolnav{display:grid;grid-template-columns:repeat(2,1fr)}.office-studio-tools,.office-studio-main,.office-studio-pro{grid-column:auto}.office-studio-pro{display:block}.office-studio-pro article{border-left:0;border-top:1px solid #edf0ee}.office-studio-split,.office-studio-export{grid-template-columns:1fr}.office-studio-extract-grid{grid-template-columns:1fr}.office-studio-audit-list{grid-template-columns:1fr 1fr}.office-studio-overview-grid{grid-template-columns:1fr}.office-sheet-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.office-studio-toolnav{grid-template-columns:1fr}.office-studio-main{padding:10px}.office-studio-filebar{align-items:flex-start;flex-direction:column}.office-studio-stats,.office-studio-stats.compact{grid-template-columns:1fr 1fr}.office-empty-flow{flex-wrap:wrap;justify-content:center}.office-empty-flow i{display:none}.office-slide-list>div{grid-template-columns:28px 1fr}.office-slide-list small{grid-column:2}.office-sheet-grid{grid-template-columns:1fr}.office-studio-issue{grid-template-columns:60px 1fr 30px}}

/* v1.36.17 — Studio Navigation Refresh */
.nav-studios-dropdown>summary{gap:7px!important}
.nav-studios-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:1px solid #deddf7;border-radius:999px;background:#f3f2ff;color:#5e59c9;font-size:8px;font-weight:950;line-height:1}
.nav-studios-dropdown[open]>summary .nav-studios-count{border-color:#cbc9f1;background:#ebeaff;color:#4945b8}
.nav-studios-dropdown .nav-studios-menu{width:min(790px,calc(100vw - 48px));left:50%;transform:translateX(-43%);grid-template-columns:1fr!important;gap:12px;padding:14px;border-color:#dde2eb;border-radius:22px;background:rgba(252,253,255,.985);box-shadow:0 28px 80px rgba(27,34,61,.18),0 2px 6px rgba(27,34,61,.04);backdrop-filter:blur(22px) saturate(1.12)}
.studio-nav-overview{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 15px;border:1px solid #e4e6f2;border-radius:17px;background:radial-gradient(circle at 85% 0,rgba(104,99,224,.12),transparent 33%),linear-gradient(135deg,#f8f8ff,#fbfdff 58%,#f4faf8)}
.studio-nav-overview-icon{position:relative;display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#171a2e,#35316d);color:#fff;box-shadow:0 10px 24px rgba(42,39,91,.2)}
.studio-nav-overview-icon>span{font-size:16px;font-weight:950;letter-spacing:-.04em}.studio-nav-overview-icon>i{position:absolute;width:6px;height:6px;border-radius:50%;border:2px solid #fff}.studio-nav-overview-icon>i:nth-child(2){top:8px;right:8px;background:#5bc4a4}.studio-nav-overview-icon>i:nth-child(3){right:6px;bottom:11px;background:#d36598}.studio-nav-overview-icon>i:nth-child(4){left:8px;bottom:7px;background:#6f72e6}
.studio-nav-overview-copy{min-width:0}.studio-nav-overview-copy>span,.studio-nav-overview-copy>strong,.studio-nav-overview-copy>small{display:block}.studio-nav-overview-copy>span{color:#6560ce;font-size:7.5px;font-weight:950;letter-spacing:.13em}.studio-nav-overview-copy>strong{margin-top:4px;font-size:14px;letter-spacing:-.02em;color:#222735}.studio-nav-overview-copy>small{margin-top:4px;max-width:520px;color:#788194;font-size:9.5px;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip}
.studio-nav-overview-link{display:inline-flex!important;grid-template-columns:none!important;align-items:center!important;gap:7px!important;padding:9px 11px!important;border:1px solid #dddef1!important;border-radius:10px!important;background:#fff!important;color:#514dc0!important;font-size:9px!important;font-weight:900!important;white-space:nowrap}.studio-nav-overview-link:hover{border-color:#c8c5ed!important;background:#f8f7ff!important;transform:translateY(-1px)}
.studio-nav-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.studio-nav-grid .studio-nav-card{grid-column:span 2}.studio-nav-grid .studio-nav-card.media,.studio-nav-grid .studio-nav-card.office{grid-column:span 3}
.nav-studios-menu .studio-nav-card{--studio-accent:#6b67d9;--studio-soft:#f1f0ff;position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 19px;gap:10px;align-items:start;min-height:128px;padding:13px;border:1px solid #e4e7ee;border-radius:15px;background:linear-gradient(145deg,#fff 0%,#fbfcfe 100%);color:#252a37;text-decoration:none;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}
.nav-studios-menu .studio-nav-card::before{content:'';position:absolute;inset:0 auto 0 0;width:3px;background:var(--studio-accent);opacity:.72}.nav-studios-menu .studio-nav-card::after{content:'';position:absolute;width:90px;height:90px;right:-50px;bottom:-54px;border-radius:50%;background:var(--studio-soft);opacity:.78;pointer-events:none}
.nav-studios-menu .studio-nav-card:hover{border-color:color-mix(in srgb,var(--studio-accent) 34%,#dfe3eb);background:#fff;box-shadow:0 12px 28px rgba(30,36,61,.08);transform:translateY(-2px)}
.nav-studios-menu .studio-nav-card.data{--studio-accent:#18836f;--studio-soft:#e9f7f2}.nav-studios-menu .studio-nav-card.image{--studio-accent:#b5477d;--studio-soft:#fff0f7}.nav-studios-menu .studio-nav-card.pdf{--studio-accent:#30394a;--studio-soft:#eef1f4}.nav-studios-menu .studio-nav-card.media{--studio-accent:#5d61ca;--studio-soft:#f0f0ff}.nav-studios-menu .studio-nav-card.office{--studio-accent:#2d6f9e;--studio-soft:#edf6fc}
.studio-nav-visual{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--studio-soft);color:var(--studio-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--studio-accent) 10%,transparent)}.studio-nav-visual b{font-size:14px;font-weight:950;line-height:1}.studio-nav-card.pdf .studio-nav-visual b{font-size:8px;letter-spacing:.04em}
.studio-nav-copy{position:relative;z-index:1;min-width:0}.studio-nav-title{display:flex;align-items:center;justify-content:space-between;gap:6px}.studio-nav-title strong{font-size:11.5px;line-height:1.25}.studio-nav-title em{padding:3px 5px;border-radius:999px;background:#edf7f3;color:#19745b;font-style:normal;font-size:6px;font-weight:950;letter-spacing:.08em}.studio-nav-copy>small{display:block;margin-top:4px;color:#7b8495;font-size:8.6px;line-height:1.42;white-space:normal;overflow:visible;text-overflow:clip}.studio-nav-capabilities{display:flex;flex-wrap:wrap;gap:4px;margin-top:9px}.studio-nav-capabilities i{padding:4px 5px;border-radius:7px;background:var(--studio-soft);color:color-mix(in srgb,var(--studio-accent) 85%,#3b4250);font-style:normal;font-size:6.7px;font-weight:850;line-height:1}
.studio-nav-arrow{position:relative;z-index:1;display:grid;place-items:center;width:19px;height:19px;margin-top:1px;border-radius:7px;color:#a1a8b5;font-size:10px;transition:.16s ease}.studio-nav-card:hover .studio-nav-arrow{background:var(--studio-soft);color:var(--studio-accent);transform:translate(1px,-1px)}
.studio-nav-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:2px 4px 0;color:#7b8392}.studio-nav-footer>span{font-size:8px;font-weight:750}.studio-nav-footer>span b{color:#42a277;font-size:7px}.studio-nav-footer>a{color:#5d59c6;font-size:8.5px;font-weight:850;text-decoration:none}.studio-nav-footer>a:hover{text-decoration:underline}
.mobile-studios-link{background:linear-gradient(135deg,#f8f8ff,#f7fbfa)!important;border:1px solid #e4e4f2!important}.mobile-studios-link>span:first-child{background:#ecebff!important;color:#5d58c7!important}.mobile-studios-link strong{display:flex!important;align-items:center;gap:6px}.mobile-studios-link strong em{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#dedcff;color:#4e49b9;font-style:normal;font-size:7px;font-weight:950}.mobile-studio-pips{display:flex;gap:4px;margin-top:6px}.mobile-studio-pips i{width:17px;height:4px;border-radius:999px;background:#d9dce4}.mobile-studio-pips .data{background:#45a38f}.mobile-studio-pips .image{background:#cc6b9a}.mobile-studio-pips .pdf{background:#596271}.mobile-studio-pips .media{background:#7477d9}.mobile-studio-pips .office{background:#4f8fb9}
@media(max-width:1380px){.nav-studios-dropdown .nav-studios-menu{width:min(720px,calc(100vw - 36px));transform:translateX(-45%)}.studio-nav-overview-copy>small{max-width:430px}.nav-studios-menu .studio-nav-card{min-height:124px;padding:12px}.studio-nav-capabilities i{font-size:6.3px}}

/* === Studio Page System v1.36.17 ======================================= */
.data-studio-page{--studio-accent:#18836f;--studio-deep:#126b5c;--studio-soft:#e9f7f2}
.image-studio-page{--studio-accent:#b5477d;--studio-deep:#8f3562;--studio-soft:#fff0f7}
.pdf-studio-page{--studio-accent:#30394a;--studio-deep:#222a38;--studio-soft:#eef1f4}
.media-studio-page{--studio-accent:#5d61ca;--studio-deep:#474ba8;--studio-soft:#f0f0ff}
.office-studio-page{--studio-accent:#2d6f9e;--studio-deep:#245b82;--studio-soft:#edf6fc}

:is(.data-studio-page,.image-studio-page,.pdf-studio-page,.media-studio-page,.office-studio-page){background:linear-gradient(180deg,#fbfcfe 0%,color-mix(in srgb,var(--studio-soft) 42%,#f7f8fb) 100%)}
:is(.data-studio-shell,.image-studio-shell,.pdf-studio-shell,.media-studio-shell,.office-studio-shell){width:min(1480px,calc(100% - 36px));max-width:1480px;margin:0 auto;padding-top:24px;padding-bottom:68px}
:is(.data-studio-breadcrumb,.image-studio-breadcrumb,.pdf-studio-breadcrumb,.media-studio-breadcrumb,.office-studio-breadcrumb){padding:0;margin:0 0 14px}
:is(.data-studio-breadcrumb,.image-studio-breadcrumb,.pdf-studio-breadcrumb,.media-studio-breadcrumb,.office-studio-breadcrumb) a[href*="/studios/"]{color:var(--studio-accent);font-weight:850}

:is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero).studio-page-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr);gap:24px;align-items:stretch;margin:0 0 18px;padding:31px 32px;border:1px solid color-mix(in srgb,var(--studio-accent) 18%,#dfe4eb);border-radius:24px;background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--studio-soft) 54%,#fff) 100%);color:#202633;box-shadow:0 18px 46px rgba(27,35,54,.075)}
:is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero).studio-page-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--studio-accent)}
:is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero).studio-page-hero::after{content:"";position:absolute;width:230px;height:230px;right:210px;top:-150px;border-radius:50%;background:var(--studio-soft);opacity:.78;pointer-events:none}
.studio-page-hero-copy,.studio-page-summary{position:relative;z-index:1;min-width:0}
.studio-page-identity{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.studio-page-mark{display:grid;place-items:center;min-width:42px;height:32px;padding:0 10px;border:1px solid color-mix(in srgb,var(--studio-accent) 18%,transparent);border-radius:10px;background:var(--studio-soft);color:var(--studio-accent);font-size:8px;font-weight:950;letter-spacing:.07em}
.studio-page-number,.studio-page-access{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:7px;font-weight:950;letter-spacing:.085em}
.studio-page-number{border:1px solid #e1e5eb;background:#fff;color:#7c8593}.studio-page-access{border:1px solid #d6eadf;background:#edf8f2;color:#167755}
:is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero) .section-kicker{display:block;margin:0 0 7px;color:var(--studio-accent);font-size:8px;font-weight:950;letter-spacing:.13em}
:is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero) h1{max-width:900px;margin:0;font-size:clamp(31px,3.2vw,44px);line-height:1.055;letter-spacing:-.042em;color:#202633}
:is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero) p{max-width:880px;margin:13px 0 0;color:#657080;font-size:13px;line-height:1.68}
.studio-page-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.studio-page-trust span{padding:7px 10px;border:1px solid color-mix(in srgb,var(--studio-accent) 13%,#dfe4ea);border-radius:999px;background:#fff;color:#626d7b;font-size:8px;font-weight:850;letter-spacing:.015em}
.studio-page-trust span:first-child{background:var(--studio-soft);border-color:color-mix(in srgb,var(--studio-accent) 20%,#dfe4ea);color:var(--studio-accent)}

:is(.data-studio-hero-card,.image-studio-hero-card,.pdf-studio-hero-card,.media-studio-hero-card,.office-studio-hero-card).studio-page-summary{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:22px 23px;border:0;border-radius:18px;background:linear-gradient(145deg,var(--studio-deep),var(--studio-accent));color:#fff;box-shadow:0 14px 28px color-mix(in srgb,var(--studio-accent) 20%,transparent)}
:is(.data-studio-hero-card,.image-studio-hero-card,.pdf-studio-hero-card,.media-studio-hero-card,.office-studio-hero-card).studio-page-summary>span{display:block;margin:0;color:rgba(255,255,255,.72);font-size:8px;font-weight:950;letter-spacing:.13em}
:is(.data-studio-hero-card,.image-studio-hero-card,.pdf-studio-hero-card,.media-studio-hero-card,.office-studio-hero-card).studio-page-summary strong{display:block;margin:9px 0 8px;color:#fff;font-size:19px;line-height:1.3}
:is(.data-studio-hero-card,.image-studio-hero-card,.pdf-studio-hero-card,.media-studio-hero-card,.office-studio-hero-card).studio-page-summary small{display:block;margin:0;color:rgba(255,255,255,.78);font-size:10px;line-height:1.58}

:is(.data-studio-workspace,.image-studio-workspace,.pdf-studio-workspace,.media-studio-workspace,.office-studio-workspace){position:relative}
:is(.data-studio-workspace,.image-studio-workspace,.pdf-studio-workspace,.media-studio-workspace,.office-studio-workspace)::before{content:"";position:absolute;z-index:4;left:0;right:0;top:0;height:3px;border-radius:12px 12px 0 0;background:linear-gradient(90deg,var(--studio-accent),color-mix(in srgb,var(--studio-accent) 26%,transparent) 62%,transparent)}
:is(.data-studio-drop-card,.image-studio-drop-card,.pdf-studio-drop-card,.media-studio-drop-card,.office-studio-drop-card){border-color:color-mix(in srgb,var(--studio-accent) 18%,#dfe4ea);box-shadow:0 10px 28px rgba(30,38,58,.055)}
:is(.data-studio-drop-icon,.image-studio-drop-icon,.pdf-studio-drop-icon,.media-studio-drop-icon,.office-studio-drop-icon){background:var(--studio-soft)!important;color:var(--studio-accent)!important;border-color:color-mix(in srgb,var(--studio-accent) 18%,#dfe4ea)!important}

.image-studio-page .image-studio-toolnav button.active,.pdf-studio-page .pdf-studio-toolnav button.active,.media-studio-page .media-studio-toolnav button.active,.office-studio-page .office-studio-toolnav button.active{border-color:color-mix(in srgb,var(--studio-accent) 30%,#dfe4ea);background:var(--studio-soft);color:var(--studio-accent)}
.image-studio-page .image-studio-tools-head>span,.pdf-studio-page .pdf-studio-tools-head>span,.media-studio-page .media-studio-panel-head>span,.office-studio-page .office-studio-panel-head>span{color:var(--studio-accent)}

@media(max-width:1040px){
  :is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero).studio-page-hero{grid-template-columns:1fr}
  .studio-page-summary{max-width:620px}
}
@media(max-width:760px){
  :is(.data-studio-shell,.image-studio-shell,.pdf-studio-shell,.media-studio-shell,.office-studio-shell){width:calc(100% - 22px);padding-top:16px;padding-bottom:52px}
  :is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero).studio-page-hero{padding:23px 20px;border-radius:19px}
  :is(.data-studio-hero,.image-studio-hero,.pdf-studio-hero,.media-studio-hero,.office-studio-hero) h1{font-size:30px}
  .studio-page-summary{padding:18px;border-radius:15px}
  .studio-page-summary strong{font-size:16px!important}
  .studio-page-identity{flex-wrap:wrap}
}
:is(.data-studio-page,.image-studio-page,.pdf-studio-page,.media-studio-page,.office-studio-page){padding:0 0 72px}
@media(max-width:760px){:is(.data-studio-page,.image-studio-page,.pdf-studio-page,.media-studio-page,.office-studio-page){padding:0 0 48px}}

/* v1.36.20 — PDF Forms Workflow */
.pdf-form-builder{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1rem;align-items:start}.pdf-form-builder-main{display:grid;gap:1rem}.pdf-form-preview{min-height:360px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,rgba(48,57,74,.045),rgba(255,255,255,.92));padding:14px;overflow:auto}.pdf-form-preview-stage{position:relative;margin:auto;box-shadow:0 16px 38px rgba(15,23,42,.13);background:#fff}.pdf-form-preview-stage canvas{display:block;max-width:none}.pdf-form-overlay{position:absolute;display:flex;align-items:center;padding:0 5px;border:2px solid #30394a;background:rgba(48,57,74,.12);color:#172033;font-size:.68rem;font-weight:800;overflow:hidden;pointer-events:none;border-radius:4px}.pdf-form-overlay.type-check{background:rgba(24,131,111,.15);border-color:#18836f}.pdf-form-overlay.type-dropdown{background:rgba(93,97,202,.14);border-color:#5d61ca}.pdf-form-field-list{display:grid;gap:.65rem}.pdf-form-field-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.72rem .8rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.pdf-form-field-row div{min-width:0}.pdf-form-field-row strong,.pdf-form-field-row small{display:block}.pdf-form-field-row small{margin-top:.2rem;color:var(--muted);overflow-wrap:anywhere}.pfm-map{min-width:180px;max-width:100%}@media(max-width:900px){.pdf-form-builder{grid-template-columns:1fr}.pdf-form-preview{min-height:280px}.pdf-form-field-row{align-items:flex-start;flex-direction:column}}

/* v1.36.25 — Media Batch & Presets */
.media-studio-pro-launchpad button.active{border-color:#858be4;background:#404760;box-shadow:0 0 0 2px rgba(111,118,214,.18)}
.media-studio-pro-launchpad button em{background:#e9edff;color:#4d56a8}.media-studio-pro-control .media-studio-control-title>span{background:#eeeefe;color:#5158a9}.media-batch-recipe{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.media-batch-recipe>.field{margin:0}.media-batch-recipe>.notice{grid-column:1/-1;margin:2px 0 0}.media-studio-pro-control .studio-batch-file{margin:8px 0 10px}.media-studio-pro-control .studio-batch-queue{max-height:330px;overflow:auto}.media-preset-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center}.media-preset-item>button:first-child{display:grid;gap:2px;text-align:left}.media-preset-item>button:first-child span{font-weight:800}.media-preset-item>button:first-child small{color:#737b89;font-size:9px}.media-studio-pro-control .preset-list{display:grid;gap:6px;margin-top:8px}
@media(max-width:760px){.media-batch-recipe{grid-template-columns:1fr}}

/* v1.36.25 — Smart Scan & Searchable PDF */
.scanner-output-options{margin:12px 0;padding:12px;border:1px solid #e2e7e4;border-radius:13px;background:#fbfcfb;display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px;align-items:end}.scanner-output-options .check-row{margin:0}.scanner-output-options .check-row span{display:grid;gap:2px}.scanner-output-options .check-row b{font-size:10px}.scanner-output-options .check-row small{font-size:8px;color:var(--muted)}.scanner-output-options .field{margin:0}.scanner-crop-dialog{width:min(860px,calc(100vw - 32px));max-height:calc(100vh - 32px);border:0;border-radius:18px;padding:16px;background:#fff;box-shadow:0 24px 80px rgba(15,23,42,.28)}.scanner-crop-dialog::backdrop{background:rgba(20,28,38,.62)}.scanner-crop-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:12px}.scanner-crop-head strong{display:block;margin-top:3px;font-size:14px}.scanner-crop-dialog canvas{display:block;max-width:100%;max-height:60vh;margin:0 auto;border-radius:12px;background:#1f2630;touch-action:none;cursor:crosshair}.scanner-crop-help{text-align:center;margin:9px 0;color:var(--muted);font-size:9px}.scanner-crop-dialog .action-row{justify-content:center}.scanner-page .scan-crop{font-weight:800;color:#216a51}
@media(max-width:700px){.scanner-output-options{grid-template-columns:1fr}.scanner-crop-dialog{padding:11px}.scanner-crop-dialog canvas{max-height:52vh}}

/* v1.36.25 — Image delivery targets */
.image-studio-delivery-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.image-studio-delivery-presets button{display:grid;gap:2px;padding:9px 10px;border:1px solid #e0e4ea;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.image-studio-delivery-presets button:hover,.image-studio-delivery-presets button.active{border-color:#d5a9bf;background:#fff7fa;color:#943565}.image-studio-delivery-presets b{font-size:8.5px}.image-studio-delivery-presets small{font-size:7px;color:#7e8590}.image-studio-target-input{display:flex;align-items:center;gap:6px;grid-column:1/-1}.image-studio-target-input input{flex:1}.image-studio-target-input em{font-style:normal;color:#8a909b;font-size:8px;font-weight:800}.image-studio-target-disabled{opacity:.55}.image-studio-target-disabled input{pointer-events:none}.image-studio-export-result.warn{color:#8a641f}.image-studio-export-result.success{color:#187458}
@media(min-width:1100px){.image-studio-delivery-presets{grid-template-columns:repeat(4,minmax(0,1fr))}.image-studio-delivery-presets button{padding:8px}.image-studio-delivery-presets b{font-size:7.5px}.image-studio-delivery-presets small{font-size:6.5px}}
@media(max-width:980px){.image-studio-delivery-presets{grid-column:1/-1}}

/* v1.36.26 — PDF accessibility preflight */
.pdf-studio-a11y-result{display:grid;gap:.65rem;max-height:520px;overflow:auto;padding-right:.15rem}
.pdf-studio-a11y-result .panel{padding:.8rem}

/* v1.36.27 — Knowledge Studio & sourced document intelligence */
:root{--knowledge-accent:#a56b20;--knowledge-deep:#75470f;--knowledge-soft:#fff5e6}
.nav-studios-menu .studio-nav-card.knowledge{--studio-accent:#a56b20;--studio-soft:#fff5e6}
.studio-nav-grid .studio-nav-card.media,.studio-nav-grid .studio-nav-card.office,.studio-nav-grid .studio-nav-card.knowledge{grid-column:span 2}
.mobile-studio-pips .knowledge{background:#c99143}
.studio-product-card.knowledge .studio-product-mark{background:#fff1dc;color:#9a5f18}.studio-product-card.knowledge.live{border-color:#edd9ba;box-shadow:0 12px 36px rgba(165,107,32,.08)}.studio-product-card.knowledge.live .studio-product-features span{background:#fff6e8;color:#8d5917}
.knowledge-screen{display:grid;grid-template-columns:110px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 36px;gap:9px;min-height:180px;padding:13px;background:linear-gradient(145deg,#fffaf2,#f4f1e9)}.knowledge-screen-source{display:grid;align-content:center;gap:8px;padding:12px;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px #eee1cf}.knowledge-screen-source b{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#fff0d8;color:#995e16;font-size:9px}.knowledge-screen-source i{display:block;height:6px;border-radius:999px;background:#ece4d9}.knowledge-screen-chat{padding:14px;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px #eee5d7}.knowledge-screen-chat span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#8a5517;color:#fff;font-weight:950}.knowledge-screen-chat p{height:7px;margin:10px 0 0;border-radius:999px;background:#e9e3da}.knowledge-screen-chat p:last-child{width:72%}.knowledge-screen-proof{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:9px;background:#75470f;color:#fff}.knowledge-screen-proof b{font-size:8px;letter-spacing:.04em}
.knowledge-studio-page{--studio-accent:#a56b20;--studio-deep:#75470f;--studio-soft:#fff5e6;padding:0 0 72px;background:linear-gradient(180deg,#fbfcfe 0%,#fffaf2 100%)}.knowledge-studio-shell{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:24px 0 72px}.knowledge-studio-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:24px;align-items:stretch;position:relative;overflow:hidden;padding:31px 34px;border:1px solid #e2e6eb;border-radius:24px;background:linear-gradient(145deg,#fff 0%,#fffcf7 100%);box-shadow:0 16px 42px rgba(52,42,28,.07)}.knowledge-studio-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--studio-accent)}.knowledge-studio-hero::after{content:"";position:absolute;width:230px;height:230px;right:210px;top:-150px;border-radius:50%;background:var(--studio-soft);opacity:.78;pointer-events:none}.knowledge-studio-hero .section-kicker{display:block;margin:0 0 7px;color:var(--studio-accent);font-size:8px;font-weight:950;letter-spacing:.13em}.knowledge-studio-hero h1{max-width:900px;margin:0;font-size:clamp(31px,3.2vw,44px);line-height:1.055;letter-spacing:-.042em;color:#202633}.knowledge-studio-hero p{max-width:880px;margin:13px 0 0;color:#657080;font-size:13px;line-height:1.68}.knowledge-studio-hero .studio-page-summary{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:22px 23px;border:0;border-radius:18px;background:linear-gradient(145deg,var(--studio-deep),var(--studio-accent));color:#fff;box-shadow:0 14px 28px rgba(165,107,32,.20)}.knowledge-studio-hero .studio-page-summary>span{display:block;color:rgba(255,255,255,.72);font-size:8px;font-weight:950;letter-spacing:.13em}.knowledge-studio-hero .studio-page-summary strong{display:block;margin:9px 0 8px;color:#fff;font-size:19px;line-height:1.3}.knowledge-studio-hero .studio-page-summary small{display:block;color:rgba(255,255,255,.82);font-size:10px;line-height:1.58}
.knowledge-studio-workspace{position:relative;display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;margin-top:18px;align-items:start}.knowledge-studio-workspace::before{content:"";position:absolute;z-index:4;left:0;right:0;top:0;height:3px;border-radius:12px 12px 0 0;background:linear-gradient(90deg,var(--studio-accent),rgba(165,107,32,.18) 62%,transparent)}.knowledge-studio-tools,.knowledge-studio-main{min-width:0;border:1px solid #e7e2d8;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(53,41,26,.04)}.knowledge-studio-tools{overflow:hidden;position:sticky;top:82px}.knowledge-studio-tools-head{padding:17px;border-bottom:1px solid #eee8df}.knowledge-studio-tools-head>span{display:block;color:var(--studio-accent);font-size:7px;font-weight:950;letter-spacing:.11em}.knowledge-studio-tools-head strong{display:block;margin-top:5px;font-size:13px}.knowledge-studio-tools-head small{display:block;margin-top:5px;color:#80776d;font-size:8px;line-height:1.45}.knowledge-studio-toolnav{padding:8px}.knowledge-studio-toolnav button{display:grid;width:100%;grid-template-columns:31px minmax(0,1fr);gap:9px;align-items:center;padding:10px;border:0;border-radius:11px;background:transparent;text-align:left;cursor:pointer}.knowledge-studio-toolnav button:hover{background:#fffaf2}.knowledge-studio-toolnav button.active{background:var(--studio-soft);color:#824f14}.knowledge-studio-toolnav button>span:first-child{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#f3eee8;color:#7e756b;font-size:8px;font-weight:950}.knowledge-studio-toolnav button.active>span:first-child{background:var(--studio-accent);color:#fff}.knowledge-studio-toolnav b{display:block;font-size:10px}.knowledge-studio-toolnav small{display:block;margin-top:2px;color:#91887d;font-size:7px}.knowledge-studio-toolnav em{display:inline-grid;place-items:center;margin-left:4px;padding:2px 4px;border-radius:999px;background:#23180d;color:#fff;font-size:6px;font-style:normal}.knowledge-studio-model-note{margin:8px;padding:11px;border-radius:12px;background:#fbf7f1;color:#756b60}.knowledge-studio-model-note b{display:block;color:#7f4f18;font-size:8px}.knowledge-studio-model-note span{display:block;margin-top:4px;font-size:7px;line-height:1.5}.knowledge-studio-main{padding:14px;min-height:620px}.knowledge-studio-filebar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 11px;border:1px solid #ece7de;border-radius:14px;background:#fffdf9}.knowledge-studio-filebar>div{display:flex;align-items:center;gap:10px}.knowledge-studio-filebar>div>span{display:grid;place-items:center;width:43px;height:36px;border-radius:10px;background:var(--studio-soft);color:var(--studio-accent);font-size:8px;font-weight:950}.knowledge-studio-filebar strong{display:block;font-size:11px}.knowledge-studio-filebar small{display:block;margin-top:2px;color:#857c72;font-size:8px}.knowledge-studio-status{margin-top:10px}.knowledge-panel{margin-top:12px;padding:18px;border:1px solid #ece7de;border-radius:17px;background:#fff}.knowledge-panel-head>span,.knowledge-section-head>span{display:block;color:var(--studio-accent);font-size:7px;font-weight:950;letter-spacing:.11em}.knowledge-panel-head h2{margin:6px 0 0;font-size:22px}.knowledge-panel-head p{margin:8px 0 0;color:#746d66;font-size:10px;line-height:1.6}.knowledge-drop-zone{display:flex;align-items:center;gap:13px;margin-top:16px;padding:18px;border:1.5px dashed #d9c39f;border-radius:16px;background:#fffaf2;cursor:pointer}.knowledge-drop-zone.drag{border-color:var(--studio-accent);background:#fff3df}.knowledge-drop-zone>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#fff0d9;color:#9b6119;font-size:18px}.knowledge-drop-zone strong{display:block;font-size:11px}.knowledge-drop-zone small{display:block;margin-top:3px;color:#857a6c;font-size:8px}.knowledge-drop-zone input{position:absolute;width:1px;height:1px;opacity:0}.knowledge-file-list{display:grid;gap:7px;margin:12px 0}.knowledge-file-row{display:grid;grid-template-columns:34px minmax(0,1fr) 28px;gap:9px;align-items:center;padding:9px;border:1px solid #eee8df;border-radius:11px;background:#fff}.knowledge-file-row>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#fff4e3;color:#925b18;font-size:7px;font-weight:950}.knowledge-file-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.knowledge-file-row small{display:block;margin-top:2px;color:#8e867d;font-size:7px}.knowledge-file-row button{border:0;background:transparent;color:#9d8c79;font-size:16px;cursor:pointer}.knowledge-overview-grid,.knowledge-compare-head{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:12px 0}.knowledge-overview-grid article,.knowledge-compare-head article{padding:13px;border:1px solid #eee8df;border-radius:13px;background:#fffaf3}.knowledge-overview-grid span,.knowledge-compare-head span{display:block;color:#8e5715;font-size:20px;font-weight:950}.knowledge-overview-grid strong,.knowledge-compare-head strong{display:block;margin-top:3px;color:#756c61;font-size:8px}.knowledge-section-head{margin:18px 0 8px}.knowledge-section-head strong{display:block;margin-top:4px;font-size:11px}.knowledge-keywords{display:flex;flex-wrap:wrap;gap:6px}.knowledge-keywords span{padding:6px 8px;border-radius:999px;background:#fff4e3;color:#855319;font-size:7px;font-weight:850}.knowledge-doc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.knowledge-doc-summary,.knowledge-diff-card{padding:12px;border:1px solid #eee8df;border-radius:13px;background:#fff}.knowledge-doc-summary strong,.knowledge-diff-card strong{display:block;font-size:10px}.knowledge-doc-summary p,.knowledge-diff-card p{margin:6px 0 0;color:#6f6962;font-size:8px;line-height:1.5}.knowledge-answer,.knowledge-answer-card{margin-top:13px;padding:16px;border:1px solid #e4d3ba;border-radius:15px;background:linear-gradient(180deg,#fffdf9,#fff8ed)}.knowledge-answer-head{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:10px}.knowledge-answer-head>span{padding:4px 6px;border-radius:999px;background:#7b4b12;color:#fff;font-size:6px;font-weight:950;letter-spacing:.06em}.knowledge-answer-head strong{font-size:12px}.knowledge-answer-head small{margin-left:auto;color:#887d70;font-size:7px}.knowledge-answer p,.knowledge-answer-card p{margin:7px 0;color:#413b35;font-size:10px;line-height:1.68}.knowledge-citation{display:inline-flex;align-items:center;padding:1px 4px;border-radius:5px;background:#ffe7c4;color:#7d4d14!important;font-weight:950;text-decoration:none}.knowledge-evidence,.knowledge-evidence-list{display:grid;gap:8px;margin-top:10px}.knowledge-source-card,.knowledge-evidence-card{scroll-margin-top:90px}.knowledge-source-card{padding:11px;border:1px solid #e9e4dc;border-radius:12px;background:#fff}.knowledge-source-card>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 8px;align-items:center}.knowledge-source-card b{grid-row:1/3;padding:4px 5px;border-radius:6px;background:#fff0d8;color:#8a5517;font-size:7px}.knowledge-source-card strong{font-size:9px}.knowledge-source-card small{color:#8b837a;font-size:7px}.knowledge-source-card p{margin:8px 0 0;color:#5f5953;font-size:8px;line-height:1.55}.knowledge-fact-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.knowledge-fact-row span{padding:6px 8px;border:1px solid #eee8df;border-radius:999px;font-size:7px}.knowledge-studio-footer{display:flex;gap:9px;margin-top:13px;padding:11px;border-radius:12px;background:#f8f6f2;color:#6d675f}.knowledge-studio-footer p{margin:0;font-size:8px;line-height:1.55}.knowledge-ai-toggle{margin:10px 0}.knowledge-ai-toggle small{display:block;margin-top:4px;color:var(--muted);font-size:8px}
@media(max-width:1040px){.knowledge-studio-hero{grid-template-columns:1fr}.knowledge-studio-workspace{grid-template-columns:1fr}.knowledge-studio-tools{position:static}.knowledge-studio-toolnav{display:grid;grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.knowledge-studio-page{padding-bottom:48px}.knowledge-studio-shell{width:calc(100% - 22px);padding-top:16px;padding-bottom:52px}.knowledge-studio-hero{padding:23px 20px;border-radius:19px}.knowledge-studio-hero h1{font-size:30px}.knowledge-studio-toolnav{grid-template-columns:repeat(2,1fr)}.knowledge-studio-filebar{align-items:flex-start;flex-direction:column}.knowledge-overview-grid,.knowledge-compare-head{grid-template-columns:1fr}.knowledge-panel{padding:14px}.knowledge-answer-head small{margin-left:0;flex-basis:100%}}

/* v1.36.28 — Language Studio & hybrid local translation */
:root{--language-accent:#17839a;--language-deep:#0d5868;--language-soft:#e9f7fa}
.nav-studios-menu .studio-nav-card.language{--studio-accent:#17839a;--studio-soft:#e9f7fa}.studio-nav-grid .studio-nav-card.language{grid-column:span 2}.mobile-studio-pips .language{background:#2d9db1}
.studio-product-card.language .studio-product-mark{background:#e7f7fa;color:#126c7e}.studio-product-card.language.live{border-color:#cde7ec;box-shadow:0 12px 36px rgba(23,131,154,.08)}.studio-product-card.language.live .studio-product-features span{background:#edf9fb;color:#12687a}
.language-screen{display:grid;grid-template-columns:1fr 32px 1fr;gap:9px;align-items:center;min-height:180px;padding:16px;background:linear-gradient(145deg,#f3fbfc,#edf6f8)}.language-screen-source,.language-screen-target{display:grid;align-content:center;gap:10px;min-height:120px;padding:14px;border-radius:13px;background:#fff;box-shadow:inset 0 0 0 1px #dcebee}.language-screen-source b,.language-screen-target b{display:grid;place-items:center;width:38px;height:32px;border-radius:9px;background:#e9f7fa;color:#126c7e;font-size:9px}.language-screen-source i,.language-screen-target i{height:7px;border-radius:999px;background:#e8eef0}.language-screen-target i:last-child{width:72%}.language-screen-arrow{text-align:center;color:#17839a;font-size:20px;font-weight:950}
.language-studio-page{--studio-accent:#17839a;--studio-deep:#0d5868;--studio-soft:#e9f7fa;padding:0 0 72px;background:linear-gradient(180deg,#fbfcfe 0%,#f3fbfc 100%)}.language-studio-shell{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:24px 0 72px}.language-studio-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:24px;align-items:stretch;position:relative;overflow:hidden;padding:31px 34px;border:1px solid #dbe8eb;border-radius:24px;background:linear-gradient(145deg,#fff 0%,#f6fcfd 100%);box-shadow:0 16px 42px rgba(19,78,91,.07)}.language-studio-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--studio-accent)}.language-studio-hero .section-kicker{display:block;margin:0 0 7px;color:var(--studio-accent);font-size:8px;font-weight:950;letter-spacing:.13em}.language-studio-hero h1{max-width:900px;margin:0;font-size:clamp(31px,3.2vw,44px);line-height:1.055;letter-spacing:-.042em;color:#202633}.language-studio-hero p{max-width:880px;margin:13px 0 0;color:#657080;font-size:13px;line-height:1.68}.language-studio-hero .studio-page-summary{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:22px 23px;border-radius:18px;background:linear-gradient(145deg,var(--studio-deep),var(--studio-accent));color:#fff;box-shadow:0 14px 28px rgba(23,131,154,.2)}.language-studio-hero .studio-page-summary>span{font-size:8px;font-weight:950;letter-spacing:.13em;opacity:.75}.language-studio-hero .studio-page-summary strong{display:block;margin:9px 0 8px;font-size:19px;line-height:1.3}.language-studio-hero .studio-page-summary small{font-size:10px;line-height:1.58;opacity:.84}
.language-studio-workspace{position:relative;display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;margin-top:18px;align-items:start}.language-studio-workspace::before{content:"";position:absolute;z-index:4;left:0;right:0;top:0;height:3px;border-radius:12px 12px 0 0;background:linear-gradient(90deg,var(--studio-accent),rgba(23,131,154,.18) 62%,transparent)}.language-studio-tools,.language-studio-main{min-width:0;border:1px solid #dfeaec;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(16,69,80,.04)}.language-studio-tools{overflow:hidden;position:sticky;top:82px}.language-studio-tools-head{padding:17px;border-bottom:1px solid #e6eff1}.language-studio-tools-head>span{display:block;color:var(--studio-accent);font-size:7px;font-weight:950;letter-spacing:.11em}.language-studio-tools-head strong{display:block;margin-top:5px;font-size:13px}.language-studio-tools-head small{display:block;margin-top:5px;color:#708087;font-size:8px}.language-studio-toolnav{padding:8px}.language-studio-toolnav button{display:grid;width:100%;grid-template-columns:31px minmax(0,1fr);gap:9px;align-items:center;padding:10px;border:0;border-radius:11px;background:transparent;text-align:left;cursor:pointer}.language-studio-toolnav button:hover{background:#f4fbfc}.language-studio-toolnav button.active{background:var(--studio-soft);color:#12677a}.language-studio-toolnav button>span:first-child{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#edf2f3;color:#697980;font-size:8px;font-weight:950}.language-studio-toolnav button.active>span:first-child{background:var(--studio-accent);color:#fff}.language-studio-toolnav b{display:block;font-size:10px}.language-studio-toolnav small{display:block;margin-top:2px;color:#87969b;font-size:7px}.language-studio-toolnav em{display:inline-grid;place-items:center;margin-left:4px;padding:2px 4px;border-radius:999px;background:#0d5868;color:#fff;font-size:6px;font-style:normal}.language-studio-model-note{margin:8px;padding:11px;border-radius:12px;background:#f2fafb;color:#64777d}.language-studio-model-note b{display:block;color:#12677a;font-size:8px}.language-studio-model-note span{display:block;margin-top:4px;font-size:7px;line-height:1.5}.language-studio-main{padding:15px;min-height:620px}.language-studio-pair{display:grid;grid-template-columns:1fr 46px 1fr;gap:9px;align-items:end}.language-swap{height:38px;padding:0}.language-studio-glossary{margin-top:10px}.language-studio-status{margin:10px 0}.language-panel{padding:18px;border:1px solid #e1ecee;border-radius:17px;background:#fff}.language-panel-head>span{display:block;color:var(--studio-accent);font-size:7px;font-weight:950;letter-spacing:.11em}.language-panel-head h2{margin:6px 0 0;font-size:22px}.language-panel-head p{margin:7px 0 0;color:#6d7b80;font-size:9px;line-height:1.55}.language-studio-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.language-studio-file{position:relative;display:flex;align-items:center;gap:12px;margin:14px 0;padding:17px;border:1.5px dashed #bcdde3;border-radius:15px;background:#f5fcfd;cursor:pointer}.language-studio-file>span{display:grid;place-items:center;width:44px;height:42px;border-radius:11px;background:#e4f5f8;color:#126c7e;font-size:10px;font-weight:950}.language-studio-file strong,.language-studio-file small{display:block}.language-studio-file strong{font-size:10px}.language-studio-file small{margin-top:3px;color:#78898f;font-size:8px}.language-studio-file input{position:absolute;width:1px;height:1px;opacity:0}.language-document-preview,.language-batch-result{margin-top:12px;padding:12px;border-radius:12px;background:#f8fbfc;color:#4f6066;font-size:9px;line-height:1.55;max-height:360px;overflow:auto}.language-subtitle-preview{margin-top:12px;max-height:360px;overflow:auto;padding:14px;border-radius:12px;background:#172126;color:#eaf6f7;font-size:9px;line-height:1.5;white-space:pre-wrap}
.translation-page .translation-engine-note,.translation-page .translation-result-meta{font-size:8px;color:var(--muted)}.translation-batch-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px;border-bottom:1px solid var(--line)}
@media(max-width:1040px){.language-studio-hero{grid-template-columns:1fr}.language-studio-workspace{grid-template-columns:1fr}.language-studio-tools{position:static}.language-studio-toolnav{display:grid;grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.language-studio-shell{width:calc(100% - 22px);padding-top:16px}.language-studio-hero{padding:23px 20px;border-radius:19px}.language-studio-hero h1{font-size:30px}.language-studio-toolnav{grid-template-columns:repeat(2,1fr)}.language-studio-pair{grid-template-columns:1fr 40px 1fr}.language-studio-text-grid{grid-template-columns:1fr}.language-panel{padding:14px}}

.studio-nav-grid .studio-nav-card.media,.studio-nav-grid .studio-nav-card.office,.studio-nav-grid .studio-nav-card.knowledge,.studio-nav-grid .studio-nav-card.language{grid-column:span 3}

/* v1.36.32 — Knowledge Answer Quality */
.knowledge-answer-insufficient{border-color:#e4c9a0;background:linear-gradient(180deg,#fffdf8,#fff8ec)}
.knowledge-answer-meta{margin-top:10px;padding-top:9px;border-top:1px solid #eadfce;color:#7d746a;font-size:7px;line-height:1.5}
.knowledge-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.knowledge-suggestions strong{flex-basis:100%;color:#6d645a;font-size:8px}.knowledge-suggestions button{border:1px solid #dfc69e;border-radius:999px;background:#fff;color:#7a4b13;padding:6px 9px;font-size:7px;font-weight:800;cursor:pointer}.knowledge-suggestions button:hover{background:#fff4e2}
.knowledge-table-wrap{overflow:auto;margin-top:12px;border:1px solid #e9dfd0;border-radius:12px;background:#fff}.knowledge-answer-table{width:100%;border-collapse:collapse;font-size:8px}.knowledge-answer-table th,.knowledge-answer-table td{padding:8px 9px;border-bottom:1px solid #eee7dd;text-align:left;white-space:nowrap}.knowledge-answer-table th{background:#fbf6ee;color:#6f5638;font-size:7px;font-weight:950;letter-spacing:.025em}.knowledge-answer-table tbody tr:last-child td{border-bottom:0}.knowledge-answer-table td:first-child{white-space:normal;font-weight:800;color:#403831}
.knowledge-source-excerpt{white-space:pre-line}.knowledge-source-details{margin-top:8px;border-top:1px solid #f0ebe4;padding-top:7px}.knowledge-source-details summary{color:#8b5a22;font-size:7px;font-weight:850;cursor:pointer}.knowledge-source-details p{white-space:pre-line;max-height:260px;overflow:auto}.knowledge-source-focus{outline:2px solid rgba(165,107,32,.34);outline-offset:2px;transition:outline .15s ease}
@media(max-width:760px){.knowledge-answer-table{font-size:7px}.knowledge-answer-table th,.knowledge-answer-table td{padding:7px}.knowledge-table-wrap{margin-left:-3px;margin-right:-3px}}

/* v1.36.33 — Media translation continuity */
.media-studio-readonly-value{min-height:38px;display:flex;align-items:center;padding:8px 10px;border:1px solid #dfe3e9;border-radius:9px;background:#f8fafc;color:#394150;font-size:10px;font-weight:700}
.media-studio-translation .media-studio-support-note{margin-top:9px}
.media-studio-translation-audit-wrap{margin-top:9px}.media-studio-translation-audit{display:grid;gap:5px;padding:9px 10px;border:1px solid #dfe3e9;border-radius:9px;background:#fafbfc}.media-studio-translation-audit.ok{border-color:#cfe4d8;background:#f7fbf8}.media-studio-translation-audit.warn{border-color:#ead9b1;background:#fffaf0}.media-studio-translation-audit>strong{font-size:10px}.media-studio-translation-audit>small{font-size:9px;color:#747d8b;line-height:1.45}.media-studio-translation-audit ul{display:grid;gap:4px;margin:2px 0 0;padding:0;list-style:none}.media-studio-translation-audit li{display:grid;grid-template-columns:auto auto 1fr;gap:7px;align-items:center;font-size:9px;color:#626b79}.media-studio-translation-audit li span{font-variant-numeric:tabular-nums}.media-studio-translation-audit li strong{font-size:9px}.media-studio-translation-audit li em{justify-self:start;padding:2px 5px;border-radius:999px;background:#f1e2be;color:#785d1f;font-size:8px;font-style:normal;font-weight:700}

/* v1.36.40 — Launch Readiness I · SEO & Onboarding */
.home-continuity{max-width:1180px;margin:18px auto 0;padding:20px 22px;border:1px solid var(--border);border-radius:22px;background:var(--surface);display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,2fr) auto;gap:18px;align-items:center}
.home-continuity.hidden{display:none}
.home-continuity-copy h2{margin:5px 0 6px;font-size:clamp(1.15rem,2vw,1.55rem)}
.home-continuity-copy p{margin:0;color:var(--muted);font-size:.9rem}
.home-continuity-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.home-continuity-tool{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;border:1px solid var(--border);background:var(--surface-2);border-radius:14px;padding:10px 12px;cursor:pointer;color:inherit}
.home-continuity-tool:hover{transform:translateY(-1px);border-color:var(--text-soft)}
.home-continuity-tool span:nth-child(2){min-width:0;display:grid;gap:2px}.home-continuity-tool strong,.home-continuity-tool small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-continuity-tool small{color:var(--muted)}
.home-continuity-tool{--resume-accent:#6257d9;--resume-soft:#f4f2ff;--resume-border:#dfdaf7}
.home-continuity-tool[data-category="documents"]{--resume-accent:#e65d62;--resume-soft:#fff2f2;--resume-border:#f4dada}
.home-continuity-tool[data-category="data"]{--resume-accent:#159773;--resume-soft:#edf9f5;--resume-border:#d5eee5}
.home-continuity-tool[data-category="images"]{--resume-accent:#d14c9d;--resume-soft:#fff2f9;--resume-border:#f0d8e8}
.home-continuity-tool[data-category="utilities"]{--resume-accent:#6257d9;--resume-soft:#f4f2ff;--resume-border:#dfdaf7}
.home-continuity-tool[data-category="dev"]{--resume-accent:#475569;--resume-soft:#f4f7fa;--resume-border:#dce3e9}
.home-continuity-tool[data-category="text"]{--resume-accent:#805dd9;--resume-soft:#f6f1ff;--resume-border:#e6dcf8}
.home-continuity-tool[data-category="files"]{--resume-accent:#2d79d8;--resume-soft:#eff7ff;--resume-border:#d9e8f8}
.home-continuity-tool[data-category="dates"]{--resume-accent:#df8b32;--resume-soft:#fff7e9;--resume-border:#f3e3c8}
.home-continuity-tool[data-category="automation"]{--resume-accent:#118e9b;--resume-soft:#eef9fa;--resume-border:#d4ecee}
.home-continuity-tool[data-category="media"]{--resume-accent:#0f7895;--resume-soft:#eaf8fb;--resume-border:#cfeaf0}
.home-continuity-icon{width:36px;height:36px;border:1px solid var(--resume-border);border-radius:11px;display:grid;place-items:center;background:var(--resume-soft);color:var(--resume-accent);font-size:10px;font-weight:900;letter-spacing:.02em;box-shadow:0 6px 14px color-mix(in srgb,var(--resume-accent) 10%,transparent)}
.home-continuity-tool:hover .home-continuity-icon{background:var(--resume-accent);border-color:var(--resume-accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--resume-accent) 22%,transparent)}
.home-continuity-workspace{white-space:nowrap}
@media(max-width:900px){.home-continuity{grid-template-columns:1fr}.home-continuity-tools{grid-template-columns:1fr 1fr}.home-continuity-workspace{justify-self:start}}
@media(max-width:560px){.home-continuity-tools{grid-template-columns:1fr}}

/* v1.36.40 — Pricing & Checkout Experience */
.pricing-price-note{display:block;margin-top:10px;color:#747987;font-size:10px;line-height:1.5;text-align:center}.pricing-payment-trust{max-width:920px;margin:22px auto 0;padding:22px;border:1px solid #dfe2e8;border-radius:18px;background:linear-gradient(135deg,#fff,#f8f9fc);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:22px;align-items:center}.pricing-payment-trust strong{display:block;margin:5px 0 7px;font-size:15px}.pricing-payment-trust p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.6}.pricing-payment-trust>small{grid-column:1/-1;color:#747987;font-size:9.5px;line-height:1.5}.pricing-payment-methods{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.pricing-payment-methods span{border:1px solid #dedfe6;background:#fff;border-radius:999px;padding:9px 11px;font-size:10px;font-weight:850;box-shadow:0 3px 12px rgba(24,31,54,.035)}.pricing-faq{max-width:920px;margin:34px auto 0}.pricing-faq .section-heading{margin-bottom:14px}.pricing-faq .section-heading h2{font-size:27px}.pricing-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pricing-faq details{border:1px solid #e1e3e8;border-radius:14px;background:#fff;padding:14px 15px}.pricing-faq summary{cursor:pointer;font-size:11.5px;font-weight:850;line-height:1.45}.pricing-faq p{margin:10px 0 0;color:var(--muted);font-size:10.5px;line-height:1.6}.pro-live-card.is-offer-ready .price-card-head strong{color:#4f46bd}.pro-live-card.is-offer-unavailable .price-card-head strong{font-size:19px;line-height:1.25}.pro-live-card.is-offer-unavailable .price-card-head small{display:block;margin-top:4px}.billing-action-loading{opacity:.7;pointer-events:none}
@media(max-width:760px){.pricing-payment-trust{grid-template-columns:1fr}.pricing-payment-methods{justify-content:flex-start}.pricing-faq-grid{grid-template-columns:1fr}}
.account-plan-offer{display:block;margin-top:8px;color:#d7d9e2;font-size:9.5px;font-weight:750}

.pro-benefit-list li{line-height:1.45}.pro-capacity-note{margin:-5px 0 18px;padding:12px 13px;border-radius:12px;background:#f6f5ff;border:1px solid #e1defd;display:grid;gap:3px}.pro-capacity-note strong{font-size:10px;color:#4f46bd}.pro-capacity-note span{font-size:9.5px;color:#696f7c}.pro-dialog-capacity{margin:-4px 0 16px;padding:10px 12px;border-radius:10px;background:#f6f5ff;color:#5c557f;font-size:9.5px;font-weight:800;text-align:center}

/* v1.36.50 — locale switch stays hidden until English publication is enabled server-side. */
.locale-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--border,#dfe4ec);border-radius:999px;background:rgba(255,255,255,.72)}
.locale-switch a{min-width:29px;padding:5px 7px;border-radius:999px;text-align:center;text-decoration:none;font-size:11px;font-weight:850;color:var(--muted,#687184)}
.locale-switch a.active{background:#252a36;color:#fff}
@media(max-width:900px){.locale-switch{display:none}}
