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