@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@500&family=Sora:wght@600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fcfcfe;--surface:#fff;--surface-soft:#f7f9fc;--surface-strong:#101828;--text:#111827;--muted:#667085;--line:#e6ebf2;--primary:#2351ff;--primary-deep:#1738c5;--success:#17b26a;--shadow:0 20px 60px #0f172a0f;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;font-family:Manrope,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--text);background:linear-gradient(#3f5ea50e 1px,#0000 1px) 0 0/34px 34px,linear-gradient(90deg,#3f5ea50e 1px,#0000 1px) 0 0/34px 34px,radial-gradient(circle at 0 0,#2351ff0f,#0000 30%),radial-gradient(circle at 100% 0,#2351ff0b,#0000 24%) 100% 0,linear-gradient(#fffefb 0%,#fcfbf7 100%);font-family:Manrope,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.auth-page{place-items:start center;min-height:100vh;padding:28px;display:grid}.workspace-page{min-height:100vh;padding:18px;position:relative}.workspace-shell{grid-template-columns:290px minmax(0,1fr);gap:18px;min-height:calc(100vh - 36px);display:grid}.workspace-sidebar,.workspace-stage{border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #11182714}.workspace-sidebar{color:#fff;background:#2351ff;grid-template-rows:auto auto 1fr;gap:18px;padding:24px;display:grid}.workspace-brand{align-items:center;gap:14px;display:flex}.workspace-brand-logo{flex:none;width:62px;height:auto;display:block}.workspace-brand-title,.workspace-brand-copy{margin:0}.workspace-brand-title{font-family:Sora,sans-serif;font-size:1.08rem;font-weight:700}.workspace-brand-copy{color:#ffffffb3;font-size:.9rem}.workspace-credit-summary{background:#ffffff24;border:1px solid #ffffff2e;border-radius:18px;gap:6px;padding:16px 18px;display:grid;box-shadow:inset 0 1px #ffffff14}.workspace-credit-summary-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;appearance:none;transition:transform .16s,background .16s,border-color .16s}.workspace-credit-summary-button:hover,.workspace-credit-summary-button:focus-visible{background:#fff3;border-color:#ffffff52;outline:none;transform:translateY(-1px)}.workspace-credit-summary-label{color:#ffffffc7;font-size:.82rem;font-weight:700}.workspace-credit-summary-value{color:#fff;font-family:Sora,sans-serif;font-size:1.55rem;line-height:1}.workspace-sidebar-checklist{background:#ffffff24;border:1px solid #ffffff2e;border-radius:18px;gap:14px;padding:16px 18px;display:grid;box-shadow:inset 0 1px #ffffff14}.workspace-sidebar-checklist-header{gap:4px;display:grid}.workspace-sidebar-checklist-header p{color:#ffffffb8;margin:0;font-size:.8rem;line-height:1.45}.workspace-sidebar-checklist-eyebrow{color:#ffffffe6;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:800}.workspace-sidebar-checklist-list{gap:8px;display:grid}.workspace-sidebar-checklist-step{color:#fff;text-align:left;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 12px;transition:transform .16s,background .16s,border-color .16s;display:grid}.workspace-sidebar-checklist-step:hover,.workspace-sidebar-checklist-step:focus-visible{background:#ffffff1f;border-color:#ffffff3d;outline:none;transform:translateY(-1px)}.workspace-sidebar-checklist-step.is-complete{background:#ffffff29}.workspace-sidebar-checklist-step-number{background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:800;display:inline-flex}.workspace-sidebar-checklist-step.is-complete .workspace-sidebar-checklist-step-number{color:var(--primary-deep);background:#fff}.workspace-sidebar-checklist-step-label{min-width:0;font-size:.88rem;font-weight:700;line-height:1.25}.workspace-nav{align-content:start;gap:10px;display:grid}.workspace-nav-link,.ghost-button{appearance:none;font:inherit;border:0}.workspace-nav-link{color:#ffffffe0;text-align:left;background:#ffffff24;border-radius:16px;min-height:50px;padding:0 16px;font-weight:700}.workspace-nav-link.active{color:var(--text);background:#fff;box-shadow:0 14px 32px #0f172a29}.workspace-stage{background:#ffffffd1;align-content:start;gap:18px;padding:28px;display:grid;position:relative}.workspace-section-shell{gap:18px;display:grid}.workspace-header{gap:4px;display:grid}.workspace-header h1,.modal-header h2,.panel-header h2,.stack-card h3,.agenda-copy h3,.settings-item h3{letter-spacing:-.04em;margin:0;font-family:Sora,sans-serif}.workspace-header h1{font-size:clamp(2rem,3vw,3rem);line-height:1.04}.workspace-header p,.panel-copy,.stack-card p,.agenda-copy p,.settings-item p{color:var(--muted);margin:0;line-height:1.75}.workspace-screen-copy{font-size:.88rem}.workspace-toast-layer{z-index:70;pointer-events:none;width:min(100vw - 32px,520px);position:fixed;top:18px;left:50%;transform:translate(-50%)}.workspace-toast{text-align:center;opacity:1;background:#fff;border:1px solid #11182714;border-radius:18px;align-items:center;min-height:62px;padding:16px 22px;animation:.22s ease-out workspace-toast-slide;display:grid;box-shadow:0 18px 36px #0f172a29}.workspace-toast.success{color:#0f7a49}.workspace-toast.error{color:#b42318}.workspace-stage-alert{background:#fff5f5;border:1px solid #fecdca;border-radius:16px;padding:12px 14px}@keyframes workspace-toast-slide{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.workspace-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);align-content:start;gap:18px;padding:22px;display:grid}.workspace-panel-wide,.workspace-panel-metrics{grid-column:1/-1}.workspace-panel-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.workspace-panel-borderless{background:0 0;border:0;padding:0}.metric-card{background:var(--surface-soft);border:1px solid #ecf1f8;border-radius:20px;gap:8px;padding:22px;display:grid}.metric-card-button{text-align:left;width:100%}.metric-card strong{letter-spacing:-.05em;font-family:Sora,sans-serif;font-size:clamp(2rem,3vw,2.8rem)}.metric-card span,.panel-header span,.status-pill,.agenda-day{font-size:.88rem;font-weight:700}.metric-card span,.panel-header span{color:var(--muted)}.panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-alert-line{justify-content:space-between;align-items:center;gap:10px;display:flex}.onboarding-panel{background:#fff;border:1px solid #e4e7ec;border-radius:28px;grid-column:1/-1;gap:24px;padding:32px 40px}.onboarding-panel-header{justify-content:space-between;align-items:start;gap:24px}.onboarding-steps-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.onboarding-step{text-align:center;cursor:pointer;background:#f8fafcb8;border:1px solid #94a3b847;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:150px;padding:20px;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:flex}.onboarding-step:hover{background:#fff;border-color:#3b5bdb59;transform:translateY(-2px);box-shadow:0 16px 40px #0f172a0f}.onboarding-step__number{color:#2f4fca;background:#fff;border:1px solid #3b5bdb2e;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.1rem;font-weight:800;display:inline-flex}.onboarding-step.is-complete{background:#f0fdf48c;border-color:#22c55e40}.onboarding-step.is-complete .onboarding-step__number{color:#15803d;border-color:#22c55e2e}.onboarding-step__label{color:#0f172a;margin:0;font-size:1rem;font-weight:750;line-height:1.4}.onboarding-step__arrow{color:#3b5bdb;font-size:1.25rem;line-height:1}.celebration-overlay{z-index:90;pointer-events:none;position:fixed;inset:0;overflow:hidden}.celebration-piece{opacity:.92;border-radius:999px;width:12px;height:22px;animation:linear forwards celebration-fall;position:absolute;top:-12vh}@keyframes celebration-fall{0%{opacity:0;transform:translate(0,0)rotate(0)}12%{opacity:1}to{opacity:0;transform:translateY(118vh)rotate(540deg)}}.panel-header-actions{align-items:start}.panel-header-inline{padding:2px 0}.section-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.marketplace-block{border-bottom:1px solid #ffffff8c;margin-top:14px;padding-bottom:18px}.calendar-range-controls{flex-wrap:wrap;align-items:center;gap:10px;margin-right:auto;display:flex}.calendar-range-label{color:var(--muted);font-size:.92rem;font-weight:700}.articles-tabs{background:#edf2ff;border-radius:16px;align-items:stretch;gap:4px;width:fit-content;min-height:46px;margin-right:auto;padding:4px;display:inline-flex}.articles-tab{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:12px;padding:0 16px;font-weight:700}.articles-tab.active{color:var(--text);background:#fff;box-shadow:0 8px 20px #2351ff14}.stack-list,.settings-list,.agenda-list,.check-list,.editor-list{gap:12px;display:grid}.stack-card,.settings-item,.agenda-item,.check-item{border:1px solid var(--line);background:#fff;border-radius:18px}.stack-card{justify-content:space-between;align-items:start;gap:16px;padding:16px 18px;display:flex}.stack-card-button,.check-item-button{text-align:left;appearance:none;cursor:pointer;width:100%}.status-pill{min-height:34px;color:var(--primary-deep);white-space:nowrap;background:#edf2ff;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.status-todo{color:#374151;background:#f3f4f6}.status-processing,.status-analyzing{color:#c2410c;background:#fff7ed}.status-drafted,.status-draft{color:#4338ca;background:#eef2ff}.status-planned{color:#0f766e;background:#ecfeff}.status-published{color:#15803d;background:#ecfdf3}.status-publish-date{color:#475467;background:#f8fafc}.check-item{align-items:start;gap:12px;padding:16px 18px;display:flex}.dashboard-panel-link{justify-self:start}.check-mark{background:var(--primary);border-radius:999px;flex:none;width:12px;height:12px;margin-top:8px;box-shadow:0 0 0 6px #2351ff1f}.check-item p{margin:0;line-height:1.7}.agenda-item,.settings-item{padding:18px}.agenda-item{grid-template-columns:64px minmax(0,1fr);align-items:start;gap:16px;display:grid}.agenda-day{background:var(--surface-soft);min-height:48px;color:var(--primary-deep);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.agenda-copy{gap:6px;display:grid}.agenda-item-post{grid-template-columns:88px minmax(0,1fr) auto;align-items:center}.agenda-day-date{min-height:54px}.agenda-actions{flex-direction:column;gap:8px;display:flex}.calendar-post-link{color:var(--text);font:inherit;text-align:left;background:0 0;border:0;padding:0;font-weight:700}.calendar-post-link:hover{text-decoration:underline}.editor-form{background:var(--surface-soft);border:1px solid #e8eef7;border-radius:20px;gap:14px;padding:18px;display:grid}.editor-form-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-form-header h3,.editor-card h3{letter-spacing:-.03em;margin:0;font-family:Sora,sans-serif}.modal-form{background:0 0;border:0;padding:0}.filters-row{grid-template-columns:minmax(0,1.5fr) minmax(220px,.75fr) minmax(200px,.7fr);gap:12px;display:grid}.marketplace-filter-row{grid-template-columns:minmax(0,1.6fr) minmax(220px,.7fr);gap:12px;display:grid}.filter-field span{font-size:.84rem}.form-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.segmented-toggle{background:#edf2ff;border-radius:16px;flex-wrap:wrap;gap:4px;width:fit-content;padding:4px;display:inline-flex}.segmented-toggle-button{min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:12px;padding:0 14px;font-weight:700}.segmented-toggle-button.active{color:var(--text);background:#fff;box-shadow:0 8px 20px #2351ff14}.profile-tabs-panel{display:block}.profile-tabs-header{align-items:center}.settings-item{grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.settings-item-editor{align-items:flex-start}.settings-item-copy{gap:6px;min-width:0;display:grid}.settings-item-controls{gap:10px;width:100%;max-width:680px;display:grid}.settings-item-controls-inline{justify-content:flex-end;align-items:center;display:flex}.settings-item-controls input,.settings-textarea{width:100%}.settings-tag-row{flex-wrap:wrap;gap:8px;display:flex}.settings-tag{min-height:34px;color:var(--primary-deep);background:#f8fbff;border:1px solid #d6e3f7;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-weight:700;display:inline-flex}.settings-item-controls input{border-radius:var(--radius-md);border:1px solid var(--line);min-height:54px;color:var(--text);background:#fff;outline:none;padding:0 16px}.settings-item-controls input::placeholder,.settings-textarea::placeholder{color:#98a2b3}.settings-item-controls input:focus{border-color:#c7d7ff;box-shadow:0 0 0 4px #2351ff1a}.settings-item-controls-stack{align-items:start}.publishing-settings-table{background:0 0;border:0;border-radius:0;gap:16px;display:grid;overflow:visible}.publishing-settings-row{border:0;grid-template-columns:1fr;gap:10px;padding:0;display:grid}.publishing-settings-copy{gap:6px;display:grid}.publishing-settings-controls{gap:10px;width:100%;max-width:680px;display:grid}.publishing-settings-controls-stack{align-items:start}.publishing-settings-controls input{border-radius:var(--radius-md);border:1px solid var(--line);width:100%;min-height:54px;color:var(--text);background:#fff;outline:none;padding:0 16px}.publishing-settings-controls input:focus{border-color:#c7d7ff;box-shadow:0 0 0 4px #2351ff1a}.settings-textarea{border-radius:var(--radius-md);border:1px solid var(--line);resize:vertical;min-height:120px;font:inherit;color:var(--text);background:#fff;padding:14px 16px}.settings-textarea:focus{border-color:#c7d7ff;outline:none;box-shadow:0 0 0 4px #2351ff1a}.settings-add-product-row{justify-content:center;padding-top:8px;display:flex}.settings-add-product-button{width:54px;height:54px;color:var(--primary-deep);background:#fff;border:1px solid #d6e3f7;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;line-height:1;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex;box-shadow:0 12px 28px #0f172a14}.settings-add-product-button:hover{border-color:#b9cdfa;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a1f}.settings-add-product-button:focus,.settings-add-product-button:focus-visible{outline:none}.settings-password-modal{gap:16px;display:grid}.profile-card{border:1px solid var(--line);background:linear-gradient(#f9fbff 0%,#fff 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.profile-card-copy{gap:6px;display:grid}.profile-card-copy strong{font-size:1.05rem}.profile-card-copy span,.profile-card-copy p{color:var(--muted);margin:0;line-height:1.6}.danger-outline-button{color:#b42318;background:#fff5f5;border:1px solid #fda29b;border-radius:16px;min-height:52px;padding:0 18px;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s}.danger-outline-button:hover:enabled{background:#ffe4e1;border-color:#f97066;transform:translateY(-1px);box-shadow:0 14px 32px #b423181f}.editor-card{border:1px solid var(--line);background:#fff;border-radius:20px;gap:14px;padding:18px;display:grid}.editor-card-layout{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.editor-card-main{flex:auto;gap:12px;min-width:0;display:grid}.editor-card-top{justify-content:space-between;align-items:start;gap:16px;display:flex}.editor-card-tags{flex-wrap:wrap;justify-content:end;gap:8px;display:flex}.editor-card-tags-below{justify-content:flex-start}.marketplace-page-toolbar{flex-wrap:wrap;justify-content:space-between}.marketplace-inline-icon{width:16px;height:16px}.marketplace-alert-badge{color:#b54708;background:#fff4e5;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:.78rem;font-weight:700;display:inline-flex}.marketplace-alert-badge strong{font-size:.78rem}.marketplace-request-card{background:radial-gradient(circle at 100% 0,#2351ff0f,#0000 28%),#fff}.marketplace-card-top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.marketplace-card-heading,.marketplace-card-tags{min-width:0}.marketplace-card-tags-inline{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:8px;margin-left:auto;display:flex}.marketplace-detail-list{gap:8px;display:grid}.marketplace-detail-row{grid-template-columns:minmax(124px,150px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.marketplace-detail-row span{color:#98a2b3;font-weight:700}.marketplace-detail-row span:after{content:":"}.marketplace-detail-row strong{color:var(--text);font-size:.92rem;font-weight:600;line-height:1.6}.marketplace-description-block{gap:6px;display:grid}.marketplace-description-text{display:block}.marketplace-description-text-clamped{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.marketplace-description-toggle{font-size:.84rem}.marketplace-card-footer{width:100%;margin-top:16px}.marketplace-card-action-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;width:100%;display:flex}.marketplace-pairing-note{min-width:0;color:var(--muted);flex:auto;font-size:.9rem;line-height:1.6}.marketplace-card-action-row .ghost-button,.marketplace-card-action-row .submit-button{white-space:nowrap;flex-shrink:0;margin-left:auto}.marketplace-section-toggle{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:18px;padding:0 0 12px;display:flex;box-shadow:inset 0 -1px #94a3b838}.marketplace-own-requests-list{gap:12px}.marketplace-collaboration-top h3{margin:0;font-size:1.1rem}.marketplace-collaboration-top p,.marketplace-chat-message time,.marketplace-chat-author{color:var(--muted)}.marketplace-accordion-state{letter-spacing:.02em;text-transform:uppercase;color:#667085;align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:inline-flex}.marketplace-accordion-arrow{opacity:.78;justify-content:center;align-items:center;font-size:.85rem;transition:transform .16s,opacity .16s;display:inline-flex}.marketplace-accordion-arrow.open{transform:translateY(-1px)}.marketplace-collaboration-card{gap:10px;padding:18px 20px;display:grid}.marketplace-collaboration-top,.marketplace-chat-form{justify-content:space-between;gap:14px;display:flex}.marketplace-collaboration-top{align-items:flex-start}.marketplace-collaboration-top-compact{align-items:center}.marketplace-collaboration-toggle-side{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.marketplace-collaboration-top p,.marketplace-thread-summary-item p,.marketplace-chat-message p{margin:0}.marketplace-pending-box{background:linear-gradient(#f0f5ffd1,#fffffff5);border:1px dashed #bfd4ff;border-radius:20px;gap:14px;padding:18px;display:grid}.marketplace-chat-shell{flex-direction:column;flex:auto;gap:14px;min-height:0;display:flex;overflow:hidden}.marketplace-chat-thread{flex-direction:column;gap:10px;min-height:0;display:flex}.marketplace-chat-message{background:#f8fafc;border:1px solid #e4e7ec;border-radius:18px;align-self:flex-start;gap:6px;width:fit-content;max-width:min(78%,34rem);padding:14px 16px;display:grid}.marketplace-chat-message.you{background:#eff6ff;border-color:#bfd4ff;align-self:flex-end}.marketplace-chat-message.partner{background:#f4fbf7;border-color:#cde8d8;align-self:flex-start}.marketplace-chat-author{letter-spacing:.03em;text-transform:uppercase;font-size:.76rem;font-weight:700}.marketplace-chat-system-note{color:#98a2b3;text-align:center;align-self:center;max-width:70%;margin:0;font-size:.86rem;line-height:1.7}.marketplace-chat-form{align-items:center}.marketplace-chat-form input{flex:auto;min-width:0}.marketplace-chat-compose{z-index:1;background:#fff;border:1px solid #e4e7ec;border-radius:18px;gap:8px;min-height:52px;padding:6px 6px 6px 16px;display:flex;position:sticky;bottom:0;box-shadow:0 6px 16px #0f172a0d}.marketplace-chat-compose:focus-within{border-color:#d6e3f7;box-shadow:0 8px 18px #0f172a0f}.marketplace-chat-compose input{min-height:36px;box-shadow:none;background:0 0;border:0;flex:auto;padding:0;font-size:.96rem}.marketplace-chat-compose input:focus,.marketplace-chat-compose input:focus-visible{box-shadow:none;outline:none}.marketplace-chat-send-button{color:#fff;background:#1a73e8;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.marketplace-chat-send-button .marketplace-inline-icon{width:16px;height:16px}.marketplace-chat-send-button:focus,.marketplace-chat-send-button:focus-visible,.marketplace-section-toggle:focus,.marketplace-section-toggle:focus-visible,.marketplace-collaboration-toggle:focus,.marketplace-collaboration-toggle:focus-visible{box-shadow:none;outline:none}.marketplace-thread-layout,.marketplace-thread-summary{gap:14px;display:grid}.marketplace-thread-layout{grid-template-rows:auto minmax(0,1fr);min-height:0;padding:0 24px 24px;overflow:hidden}.marketplace-thread-summary{padding-top:6px}.marketplace-thread-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.marketplace-thread-summary-item{border:1px solid var(--line);background:#fbfcff;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.marketplace-thread-summary-item span,.marketplace-chat-closed-note{color:var(--muted);font-size:.82rem;font-weight:700}.marketplace-thread-summary-item strong{font-size:.96rem}.marketplace-thread-summary-item p{color:var(--muted);line-height:1.6}.marketplace-thread-summary-meta{flex-wrap:wrap;gap:10px 18px}.marketplace-thread-actions{justify-content:flex-end;display:flex}.marketplace-chat-thread-modal{flex:auto;min-height:0;padding-right:6px;overflow:hidden auto}.marketplace-chat-closed-note{border-top:1px solid var(--line);text-align:center;background:#fafbfc;border-radius:18px;padding:14px 16px}.marketplace-request-state-badge{flex-shrink:0}.editor-card-top p,.editor-note,.editor-meta{color:var(--muted);margin:0}.editor-note{line-height:1.7}.client-profile-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.editor-meta{flex-wrap:wrap;gap:10px 18px;font-size:.88rem;display:flex}.editor-meta-small{color:#98a2b3;font-size:.77rem}.editor-actions{flex-wrap:wrap;gap:10px;display:flex}.editor-actions-vertical{flex-direction:column;align-items:stretch;min-width:160px}.article-primary-action{width:100%}.empty-state-card{text-align:center;background:linear-gradient(#f7f9fcd1,#fffffff5);border:1px dashed #d4ddeb;border-radius:24px;align-content:center;place-items:center;gap:12px;min-height:320px;padding:28px;display:grid}.empty-state-card h3,.empty-state-card p{margin:0}.empty-state-card h3{letter-spacing:-.03em;font-family:Sora,sans-serif}.empty-state-card p{max-width:34ch;color:var(--muted);line-height:1.7}.empty-state{color:var(--muted);background:#f7f9fcbf;border:1px dashed #d4ddeb;border-radius:20px;margin:0;padding:18px;line-height:1.7}.ghost-button{min-height:42px;color:var(--primary-deep);background:#edf2ff;border-radius:14px;padding:0 16px;font-weight:800}.ghost-button-small{min-height:36px;padding:0 12px;font-size:.88rem}.ghost-danger{color:#be123c;background:#fff1f2}.status-pill-soft{background:#f4f7fc}.submit-button-compact{width:auto;min-height:46px;padding:0 18px;box-shadow:0 10px 24px #2351ff29}.auth-layout{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:20px;width:min(100%,1180px);display:grid}.auth-side,.auth-card{border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #11182714}.auth-side{color:#fff;text-align:center;background:radial-gradient(circle at 100% 0,#ffffff29,#0000 25%),linear-gradient(160deg,#101828fa,#2351ffe0);align-content:center;justify-items:center;gap:18px;padding:34px;display:grid}.auth-column{align-content:start;gap:0;display:grid}.brand-mark{justify-items:center;gap:10px;display:inline-grid}.brand-logo{width:188px;height:auto;display:block}.brand-name{letter-spacing:-.03em;font-family:Sora,sans-serif;font-size:2rem;font-weight:700}.brand-name-light{color:#fff}.eyebrow,.status-block h2{letter-spacing:-.045em;margin:0;font-family:Sora,sans-serif}.eyebrow{width:fit-content;color:var(--primary-deep);letter-spacing:.1em;text-transform:uppercase;background:#f3f6ff;border:1px solid #dce5ff;border-radius:999px;align-items:center;gap:10px;padding:7px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:var(--primary);border-radius:999px;width:6px;height:6px}.auth-title{gap:2px;max-width:22ch;font-size:clamp(1rem,1.35vw,1.35rem);font-weight:500;line-height:1.18;display:grid}.auth-title span{white-space:nowrap}.auth-lead,.auth-note,.helper-copy,.switch-copy{color:var(--muted);margin:0;line-height:1.8}.feedback{background:0 0;border:0;margin:0;padding:0;font-size:.95rem;line-height:1.7}.feedback.success{color:#0f7a49}.feedback.error{color:#b42318}.auth-card{background:#ffffffe0;gap:18px;padding:30px;display:grid}.status-block{gap:10px;display:grid}.mode-switch{background:#edf2ff;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;display:grid}.mode-button{min-height:48px;color:var(--muted);background:0 0;border:0;border-radius:16px;font-weight:700}.mode-button.active{background:var(--surface);color:var(--text);box-shadow:0 8px 20px #2351ff14}.provider-stack{gap:10px;display:grid}.gsi-material-button,.submit-button{border:1px solid var(--line);border-radius:18px;min-height:56px;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s}.gsi-material-button{color:#000;width:100%;box-shadow:none;background:#fff;border:1px solid #747775;padding:0;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:24px;position:relative;overflow:hidden}.gsi-material-button:hover:enabled,.submit-button:hover:enabled,.submit-button.secondary:hover:enabled{transform:translateY(-1px)}.gsi-material-button:disabled{color:#9aa0a6;opacity:1;background:#fff;border-color:#dadce0}.gsi-material-button-state{background:0 0;transition:background .16s;position:absolute;inset:0}.gsi-material-button:hover:enabled .gsi-material-button-state{background:#3c404314}.gsi-material-button:active:enabled .gsi-material-button-state{background:#3c40431f}.gsi-material-button-content-wrapper{z-index:1;color:#000;justify-content:center;align-items:center;min-height:56px;padding:0 12px;display:flex;position:relative}.gsi-material-button-icon{justify-content:center;align-items:center;width:40px;height:40px;margin-right:12px;display:flex}.gsi-material-button-icon svg{width:18px;height:18px}.gsi-material-button-contents{color:#000;flex:0 auto}.gsi-material-button-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.divider{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;font-size:.9rem;display:grid}.divider:before,.divider:after{content:"";background:var(--line);height:1px}.auth-form{gap:14px;display:grid}.field{gap:8px;display:grid}.field span{font-size:.92rem;font-weight:700}.required-field>span:after{content:" *";color:#d92d20}.field input{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);width:100%;min-height:54px;color:var(--text);outline:none;padding:0 16px}.field input::placeholder{color:#98a2b3}.field input:focus{border-color:#c7d7ff;box-shadow:0 0 0 4px #2351ff1a}.field.has-error input,.field.has-error .select-field,.field.has-error .textarea-field,.field.has-error .file-upload-field{border-color:#f04438;box-shadow:0 0 0 3px #f044381f}.file-upload-field{border-radius:var(--radius-md);min-height:140px;color:var(--primary-deep);background:#f8fbff;border:1px dashed #c7d7ff;justify-content:center;align-items:center;padding:0 16px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.file-upload-field input{opacity:0;cursor:pointer;width:100%;min-height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:absolute;inset:0}.attachment-list{gap:10px;display:grid}.attachment-field{background:#f8fbff;border:1px dashed #dce5ff;border-radius:20px;padding:16px;transition:border-color .18s,box-shadow .18s,background .18s,transform .18s}.attachment-field-active{background:linear-gradient(#f5f9ff 0%,#fff 100%);border-color:#9db2ff;transform:translateY(-1px);box-shadow:0 18px 38px #2351ff1f}.file-upload-content{text-align:center;justify-items:center;gap:12px;display:grid}.pdf-drop-icon{width:58px;height:58px}.attachment-card{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.attachment-card strong,.attachment-card p{margin:0}.attachment-card p{color:var(--muted);line-height:1.6}.attachment-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.article-form-panel-locked{opacity:.5;filter:grayscale()}.article-form-panel-locked input,.article-form-panel-locked textarea,.article-form-panel-locked select,.article-form-panel-locked button{cursor:not-allowed}.article-form-panel-locked .field span,.article-form-panel-locked .panel-header span{color:var(--muted)}.article-form-panel-collapsible{gap:0}.article-form-panel-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;list-style:none;display:flex}.article-form-panel-summary::-webkit-details-marker{display:none}.article-form-panel-summary h2,.article-form-panel-summary span{margin:0}.article-form-panel-summary h2{letter-spacing:-.03em;font-family:Sora,sans-serif}.article-form-panel-summary span{color:var(--muted)}.article-form-panel-summary-action{color:var(--primary-deep);flex:none;font-weight:800}.article-form-panel-body{gap:16px;padding-top:18px;display:grid}.article-form-panel-collapsible:not([open]) .article-form-panel-body{display:none}.select-field,.textarea-field{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);outline:none}.select-field{min-height:54px;padding:0 16px}.textarea-field{resize:vertical;min-height:132px;padding:14px 16px}.select-field:focus,.textarea-field:focus{border-color:#c7d7ff;box-shadow:0 0 0 4px #2351ff1a}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-backdrop-align-right{place-items:stretch end}.modal-backdrop-top-center{place-items:start center;padding-top:56px}.modal-surface{border-radius:var(--radius-xl);background:#fff;border:1px solid #11182714;gap:18px;width:min(100%,720px);max-height:calc(100vh - 48px);padding:24px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:grid;overflow:auto;box-shadow:0 24px 80px #0f172a2e}.marketplace-thread-modal{border-radius:28px 0 0 28px;grid-template-rows:auto minmax(0,1fr);width:min(100%,66vw,1040px);height:calc(100vh - 48px);padding:0;overflow:hidden}.marketplace-thread-modal .modal-header{z-index:2;border-bottom:1px solid var(--line);background:#fff;padding:24px 24px 18px;position:sticky;top:0}.modal-surface-drop-active{background:linear-gradient(#f8fbff 0%,#fff 100%);border-color:#9db2ff;animation:.95s ease-in-out infinite alternate modal-drop-pulse;box-shadow:0 30px 90px #2351ff2e}.details-sheet,.confirm-sheet{gap:18px;display:grid}.details-sheet-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.details-sheet-header h3,.details-copy,.confirm-sheet p{margin:0}.details-sheet-header p,.details-copy,.details-meta span,.confirm-sheet p{color:var(--muted);line-height:1.7}.details-meta{flex-wrap:wrap;gap:10px 18px;font-size:.88rem;display:flex}.details-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.modal-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.view-toggle{background:#edf2ff;border-radius:16px;gap:4px;padding:4px;display:inline-flex}.view-toggle-button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:12px;padding:0 14px;font-weight:700}.view-toggle-button.active{color:var(--text);background:#fff;box-shadow:0 8px 20px #2351ff14}.calendar-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.calendar-week-grid{background:#fff;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;overflow:hidden}.calendar-month-shell{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.calendar-weekdays-row{border-bottom:1px solid var(--line);background:#fbfcff;grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-weekday-label{min-height:44px;color:var(--muted);border-right:1px solid var(--line);align-items:center;padding:0 12px;font-size:.8rem;font-weight:700;display:flex}.calendar-weekday-label:last-child{border-right:0}@keyframes modal-drop-pulse{0%{transform:scale(1)}to{transform:scale(1.01)}}.calendar-day-card{border:0;border-right:1px solid var(--line);background:#fff;grid-template-rows:auto 1fr;gap:0;min-height:148px;padding:0;transition:border-color .16s,box-shadow .16s,background .16s,transform .16s;display:grid}.calendar-day-card-active{background:#f8fbff;transform:none;box-shadow:inset 0 0 0 2px #2351ff24}.calendar-day-card:nth-child(7n){border-right:0}.calendar-day-card-muted{background:#fcfcfd}.calendar-day-header{border-bottom:1px solid var(--line);background:0 0;justify-content:space-between;align-items:center;gap:6px;padding:12px 14px;display:flex}.calendar-day-header strong{letter-spacing:-.03em;font-family:Sora,sans-serif;font-size:.92rem}.calendar-day-list{align-content:start;gap:8px;padding:12px;display:grid}.calendar-post-card{border:1px solid #dce5ff;border-left:4px solid var(--primary);text-align:left;width:100%;color:var(--text);background:#fff;border-radius:12px;gap:4px;padding:10px 12px;display:grid;overflow:hidden}.calendar-post-card strong,.calendar-day-empty{margin:0}.calendar-post-card strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.calendar-post-card span,.calendar-day-empty{color:var(--muted);font-size:.84rem;line-height:1.45}.calendar-post-card span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.calendar-post-card:hover{border-color:#c7d7ff;box-shadow:0 12px 24px #2351ff14}.calendar-day-empty{color:#d7deea;background:#fdfefe;border:1px dashed #f4f7fb;border-radius:12px;padding:10px 12px}.article-editor-screen{gap:20px}.article-editor-layout{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:18px;display:grid}.editor-top-actions{flex-wrap:wrap;gap:10px;display:flex}.wysiwyg-panel{min-height:100%}.article-drop-panel{transition:border-color .18s,box-shadow .18s,background .18s,transform .18s}.article-drop-panel-active{background:linear-gradient(#f8fbff 0%,#fff 100%);border-color:#9db2ff;transform:translateY(-1px);box-shadow:0 18px 40px #2351ff24}.dropzone-helper{color:var(--muted);margin:0;line-height:1.7}.wysiwyg-placeholder{background:linear-gradient(#f7f9fcb3,#ffffffe6);border:1px dashed #cdd8eb;border-radius:20px;align-content:start;gap:12px;min-height:420px;padding:24px;display:grid}.wysiwyg-placeholder strong,.modal-header h2{letter-spacing:-.03em;margin:0;font-family:Sora,sans-serif}.wysiwyg-placeholder p{color:var(--muted);margin:0;line-height:1.8}.wysiwyg-placeholder-title{justify-content:center;align-items:center;gap:10px;display:inline-flex}.generation-spinner{border:2px solid #2351ff2e;border-top-color:#2351ff;border-radius:999px;width:16px;height:16px;animation:.8s linear infinite generation-spinner-rotate;display:inline-block}.generation-spinner-large{border-width:3px;width:22px;height:22px}.editor-actions-note-loading{align-items:center;gap:8px;display:inline-flex}@keyframes generation-spinner-rotate{to{transform:rotate(360deg)}}.article-html-editor-panel,.article-image-gallery-panel{gap:16px}.article-editor-toolbar,.article-editor-toolbar-actions,.article-image-card-actions{flex-wrap:wrap;gap:10px;display:flex}.article-image-card-actions-compact{flex-direction:column;gap:8px;display:flex}.article-image-card-actions-compact .ghost-button{justify-content:center;width:100%}.article-image-og-button-active{color:var(--primary-deep);background:#dbe6ff;box-shadow:inset 0 0 0 1px #2351ff2e}.article-editor-toolbar{justify-content:space-between;align-items:center}.article-editor-toolbar-inline{gap:14px;margin-top:18px;margin-bottom:14px}.article-editor-toolbar-inline .article-editor-toolbar-actions{flex:auto;min-width:0}.article-editor-toolbar-inline .ghost-button-small{justify-content:center;min-width:42px;min-height:42px;padding:0 12px;font-weight:800}.article-editor-mode-toggle{flex:none;margin-left:auto}.article-editor-toolbar-placeholder{color:var(--muted);font-weight:700}.article-editor-panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.article-editor-metadata{border:1px solid var(--line);background:#fff;border-radius:18px;gap:0;display:grid;overflow:hidden}.article-metadata-item{border-bottom:1px solid #eef2f6;grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:center;gap:16px;width:100%;min-height:44px;padding:10px 16px;display:grid}.article-metadata-item:last-child{border-bottom:0}.article-metadata-copy{gap:2px;min-width:0;display:grid}.article-metadata-control-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.article-metadata-input-shell{min-width:0}.article-metadata-input,.article-metadata-select{border-radius:var(--radius-md);border:1px solid var(--line);width:100%;min-height:48px;color:var(--text);background:#fff;outline:none;padding:0 14px}.article-metadata-input:focus,.article-metadata-select:focus,.article-metadata-textarea:focus{border-color:#c7d7ff;box-shadow:0 0 0 4px #2351ff1a}.article-metadata-textarea{min-height:92px}.article-metadata-copy-button{align-self:center;min-width:84px}.article-metadata-label{font-weight:800;line-height:1.2}.article-metadata-helper{color:var(--muted);font-size:.78rem;line-height:1.2}.article-toolbar-button-active{background:#dbe6ff;box-shadow:inset 0 0 0 1px #2351ff2e}.article-html-editor-visual-shell{resize:vertical;border:1px solid var(--line);box-sizing:border-box;background:#fff;border-radius:18px;height:600px;min-height:600px;padding:18px;overflow:auto}.article-html-editor-surface,.article-export-preview{border:1px solid var(--line);box-sizing:border-box;background:#fff;border-radius:18px;height:100%;min-height:100%;padding:18px;overflow-y:auto}.article-html-editor-visual-shell .article-html-editor-surface{border:0;border-radius:0;height:auto;min-height:100%;padding:0;overflow:visible}.article-html-editor-surface img,.article-export-preview img{object-fit:contain;border-radius:16px;width:100%;max-width:960px;height:auto;margin:24px auto;display:block}.article-html-editor-surface table,.article-export-preview table{border-collapse:collapse;border-radius:14px;width:100%;margin:24px 0;overflow:hidden}.article-html-editor-surface th,.article-html-editor-surface td,.article-export-preview th,.article-export-preview td{vertical-align:top;border:1px solid #dfe6f1;padding:12px 14px}.article-html-editor-surface th,.article-export-preview th{background:#f4f7fb;font-weight:800}.article-html-editor-surface details,.article-export-preview details{background:#fbfcff;border:1px solid #dfe6f1;border-radius:16px;margin:16px 0;padding:16px 18px}.article-html-editor-surface summary,.article-export-preview summary{cursor:pointer;font-weight:800}.article-html-editor-surface:focus{border-color:#c7d7ff;outline:none;box-shadow:0 0 0 4px #2351ff1a}.article-html-editor-surface-disabled{background:#f8fafc}.article-html-editor-textarea{box-sizing:border-box;height:600px;min-height:600px;overflow-y:auto}.article-editor-helper{margin:0}.article-image-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.article-image-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:12px;padding:14px;display:grid}.article-image-preview{aspect-ratio:4/3;background:#f8fafc;border:1px solid #eef2f6;border-radius:16px;justify-content:center;align-items:center;display:flex;overflow:hidden}.article-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.article-image-card-copy{min-width:0}.article-image-card-copy strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;display:block;overflow:hidden}.article-image-html-snippet{resize:vertical;min-height:88px;margin-top:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.5}.article-image-upload-button{cursor:pointer;justify-content:center;align-items:center;min-height:36px;display:inline-flex}.article-image-upload-disabled{opacity:.7;cursor:not-allowed}.article-export-preview{min-height:200px}.article-export-preview figure{margin:0 0 18px}.inline-link,.inline-button{appearance:none;width:fit-content;color:var(--primary);background:0 0;border:0;padding:0;font-weight:800;text-decoration:none}.inline-link:hover,.inline-button:hover{text-decoration:underline}.submit-button{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 14px 32px #2351ff2e}.submit-button:hover:enabled{background:var(--primary-deep);border-color:var(--primary-deep)}.submit-button.secondary{border-color:var(--line);color:var(--text);box-shadow:none;background:0 0}.switch-copy{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.auth-loading-card{border-radius:var(--radius-xl);width:min(100%,460px);box-shadow:var(--shadow);text-align:center;background:#ffffffe6;border:1px solid #11182714;justify-items:center;gap:18px;padding:34px;display:grid}.auth-loading-logo{width:160px;height:auto;display:block}.auth-loading-copy{gap:8px;display:grid}.auth-loading-copy h1{letter-spacing:-.04em;margin:0;font-family:Sora,sans-serif;font-size:clamp(1.3rem,2vw,1.9rem)}.auth-loading-copy p{color:var(--muted);margin:0;line-height:1.7}.auth-spinner{border:3px solid #dce5ff;border-top-color:var(--primary);border-radius:999px;width:42px;height:42px;animation:.9s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=980px){.workspace-shell,.auth-layout,.workspace-grid,.workspace-panel-metrics,.marketplace-stat-grid{grid-template-columns:1fr}.onboarding-panel{padding:24px}.onboarding-panel-header{flex-direction:column}.onboarding-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-row,.marketplace-filter-row,.article-editor-layout,.calendar-grid,.form-split{grid-template-columns:1fr}.article-image-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-metadata-item{grid-template-columns:minmax(132px,180px) minmax(0,1fr)}.workspace-page{padding:14px}.workspace-shell{min-height:auto}.workspace-sidebar,.workspace-stage,.auth-side,.auth-card,.auth-loading-card{padding:28px}}@media (width<=560px){.auth-page{padding:14px}.workspace-sidebar,.workspace-stage,.auth-side,.auth-card,.auth-loading-card{border-radius:24px;padding:22px}.auth-layout{gap:14px;width:100%}.workspace-brand{align-items:start}.article-image-gallery-grid{grid-template-columns:1fr}.article-metadata-item{grid-template-columns:1fr;align-items:start;gap:8px}.stack-card,.profile-card,.marketplace-overview-top,.marketplace-overview-actions,.marketplace-card-top,.marketplace-card-action-row,.marketplace-accordion-toggle,.marketplace-collaboration-top,.marketplace-collaboration-pairing,.marketplace-chat-form,.attachment-card,.details-sheet-header,.editor-card-layout,.editor-card-top,.modal-header,.panel-header{flex-direction:column}.settings-item,.publishing-settings-row,.article-metadata-control-row{grid-template-columns:1fr}.article-metadata-copy-button{width:100%}.marketplace-page-toolbar{justify-content:flex-end}.agenda-item-post{grid-template-columns:1fr}.agenda-actions{flex-direction:row}.editor-card-tags{justify-content:start}.marketplace-card-top{grid-template-columns:1fr}.marketplace-detail-row{grid-template-columns:1fr;gap:4px}.agenda-item{grid-template-columns:1fr}.modal-backdrop{padding:14px}.modal-surface{padding:20px}.modal-backdrop-align-right{place-items:center}.modal-backdrop-top-center{place-items:start center;padding-top:20px}.marketplace-thread-modal{border-radius:var(--radius-xl);width:min(100%,720px);height:auto;max-height:calc(100vh - 28px)}.marketplace-thread-layout,.marketplace-thread-modal .modal-header{padding-left:20px;padding-right:20px}.marketplace-thread-summary-grid{grid-template-columns:1fr}.marketplace-chat-thread-modal{max-height:none}.onboarding-steps-grid{grid-template-columns:1fr}}.profile-tabs-header-left{justify-content:flex-start}.article-card-id{color:var(--muted);letter-spacing:.02em;margin-top:6px;font-size:.78rem;font-weight:700;display:inline-block}.billing-package-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.billing-package-card{border:1px solid var(--line);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;flex-direction:column;gap:18px;min-height:300px;padding:24px;display:flex}.billing-package-card-custom{background:#f7f9ff}.package-eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-weight:900}.billing-package-card h3,.billing-package-description,.billing-package-price{margin:0}.billing-package-card h3{font-size:1.35rem}.billing-package-description{color:var(--text);flex:auto;line-height:1.45}.billing-package-price{align-items:flex-end;min-height:52px;font-size:1.75rem;line-height:1.05;display:flex}.billing-package-contact{flex-wrap:wrap;align-items:flex-end;gap:4px;font-size:1rem;line-height:1.35}.billing-package-contact a{color:var(--muted);text-decoration:none}.billing-package-contact a:hover{color:var(--accent)}.billing-package-action{justify-content:center;width:100%;margin-top:0;text-decoration:none}.transactions-table-wrap{overflow-x:auto}.transactions-table{border-collapse:collapse;width:100%;min-width:720px}.transactions-table th,.transactions-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:14px 16px}.transactions-table th{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.transactions-table td:nth-child(3),.transactions-table td:nth-child(4){font-weight:800}.article-preview-backdrop{padding:16px}.article-preview-modal{grid-template-rows:auto minmax(0,1fr);width:min(96vw,1440px);max-height:calc(100vh - 32px);padding:24px;overflow:hidden}.article-preview-frame{border:1px solid var(--line);background:#fff;border-radius:22px;width:100%;height:min(82vh,980px);min-height:640px}.auth-public-links{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;gap:10px 16px;margin-top:22px;padding-top:18px;display:flex}.auth-public-links a{color:var(--muted);font-weight:800;text-decoration:none}.auth-public-links a:hover{color:var(--accent)}@media (width<=1180px){.billing-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.billing-package-grid{grid-template-columns:1fr}.article-preview-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:14px}.article-preview-frame{height:78vh;min-height:520px}}
