:root{--color-text-primary: #172033;--color-text-secondary: #667085;--color-text-tertiary: #98a2b3;--color-text-info: #2557a7;--color-text-danger: #c51f35;--color-background-primary: #ffffff;--color-background-secondary: #f7f9fc;--color-background-info: #eef5ff;--color-border-primary: #667085;--color-border-secondary: #d8dee8;--color-border-tertiary: #e7ebf2;--color-border-info: #a8c7fa;--color-border-danger: #f3a6b2;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px rgba(16, 24, 40, .06);--shadow-soft: 0 16px 45px rgba(32, 52, 89, .1);--border-radius-lg: 12px;--border-radius-md: 8px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,SF Pro Display,SF Pro Text,Segoe UI Variable,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 10% 12%,rgba(16,213,139,.12),transparent 22rem),radial-gradient(circle at 88% 18%,rgba(2,184,216,.14),transparent 24rem),#fff;color:var(--color-text-primary);min-height:100vh;background-attachment:fixed}#root{max-width:1040px;margin:0 auto;padding:0 1.5rem 3rem}.landing-page{--landing-gradient: linear-gradient(90deg, #10d58b 0%, #02b8d8 52%, #1477d4 100%);min-height:100vh;width:100vw;margin:0 calc(50% - 50vw) -3rem;padding:0 max(1.25rem,calc((100vw - 1160px)/2)) 3.5rem;background:radial-gradient(circle at 10% 12%,rgba(16,213,139,.12),transparent 22rem),radial-gradient(circle at 88% 18%,rgba(2,184,216,.14),transparent 24rem),#fff;color:#07111f}.site-topbar{display:grid;grid-template-columns:180px minmax(0,1fr) 180px;align-items:center;gap:1.25rem;width:100vw;margin:0 calc(50% - 50vw);padding:.72rem max(1.25rem,calc((100vw - 1160px)/2));background:#fff;border-bottom:1px solid rgba(226,232,240,.82);box-shadow:0 10px 28px #0f172a14;position:relative;z-index:20}.site-brand{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;text-decoration:none}.site-brand img{width:45px;max-height:52px;object-fit:contain;display:block}.site-brand span{background:linear-gradient(90deg,#10d58b,#02b8d8 52%,#1477d4);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:24px;line-height:1;font-weight:910;letter-spacing:0}.site-menu{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.6vw,2.35rem);font-size:16px;font-weight:820}.site-menu a{color:#132033;text-decoration:none;white-space:nowrap}.site-menu a:hover{color:#087fb3}.site-demo-button{justify-self:end}.site-actions{justify-self:end;display:flex;align-items:center;gap:.65rem}.site-demo-button,.site-signup-button,.site-signin-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;padding:0 1.15rem;font-size:14px;font-weight:850;text-decoration:none;white-space:nowrap}.site-demo-button{color:#fff;background:linear-gradient(90deg,#10d58b,#02b8d8 52%,#1477d4);box-shadow:0 12px 26px #02b8d838}.site-signup-button{color:#0a8eb8;background:#fff;border:1px solid rgba(2,184,216,.28);box-shadow:0 10px 22px #0f172a0f}.site-signin-link{color:#132033;background:transparent;padding-inline:.2rem}.site-signin-link:hover{color:#087fb3}.account-menu{position:relative;justify-self:end}.account-menu summary{display:inline-flex;align-items:center;min-height:42px;border-radius:999px;padding:0 1.05rem;color:#fff;background:linear-gradient(90deg,#10d58b,#02b8d8 52%,#1477d4);box-shadow:0 12px 26px #02b8d838;font-size:14px;font-weight:850;list-style:none;cursor:pointer}.account-menu summary::-webkit-details-marker{display:none}.account-menu summary:after{content:"";width:7px;height:7px;margin-left:.55rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}.account-menu-panel{position:absolute;top:calc(100% + .7rem);right:0;z-index:30;min-width:230px;padding:.65rem;border:1px solid rgba(216,225,235,.95);border-radius:14px;background:#fff;box-shadow:0 22px 50px #0f172a24}.account-menu-email{padding:.55rem .7rem .7rem;color:#667085;font-size:12px;border-bottom:1px solid rgba(226,232,240,.9);word-break:break-word}.account-profile-form{display:grid;gap:.55rem;padding:.65rem .7rem;border-bottom:1px solid rgba(226,232,240,.9)}.account-profile-form label{display:grid;gap:.25rem;color:#667085;font-size:11px;font-weight:850}.account-profile-form input{width:100%;min-height:34px;border:1px solid rgba(216,225,235,.95);border-radius:9px;padding:0 .55rem;background:#fff;color:#07111f;font:inherit;font-size:13px}.account-profile-form input:focus{outline:2px solid rgba(2,184,216,.2);border-color:#02b8d8bf}.account-profile-form button{justify-content:center;min-height:34px;background:var(--landing-gradient);color:#fff;font-size:12px;font-weight:850;text-align:center}.account-profile-form button:hover{background:var(--landing-gradient);color:#fff}.account-profile-form button:disabled{cursor:progress;opacity:.65}.account-profile-form p{margin:0;color:#087fb3;font-size:11px;font-weight:750}.account-menu-panel a,.account-menu-panel button{display:flex;width:100%;align-items:center;min-height:38px;padding:0 .7rem;border:0;border-radius:9px;background:transparent;color:#132033;font:inherit;font-size:14px;font-weight:750;text-align:left;text-decoration:none;cursor:pointer}.account-menu-panel a:hover,.account-menu-panel button:hover{background:#f3f8fb;color:#087fb3;transform:none}.landing-hero{display:grid;grid-template-columns:1fr;justify-items:center;gap:clamp(2rem,5vw,3.5rem);padding:clamp(2.4rem,8vw,6.5rem) 0 clamp(2.2rem,7vw,5rem)}.landing-hero-copy{display:grid;justify-items:center;text-align:center;gap:1rem}.hero-gradient-text{margin:0;background:var(--landing-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:clamp(3.2rem,7.7vw,7.25rem);line-height:1.08;font-weight:910;letter-spacing:0;white-space:nowrap;padding-bottom:.08em}.landing-hero h1{margin:0;max-width:980px;color:#050b16;font-size:clamp(2rem,4.25vw,4.2rem);line-height:1.06;font-weight:720;letter-spacing:0}.landing-hero-title{display:grid;gap:.08em;justify-items:center}.landing-hero-title span{display:block}.landing-summary{max-width:830px;margin:.25rem 0 0;color:#576273;font-size:clamp(1rem,1.55vw,1.25rem);line-height:1.65}.landing-gradient-button,.landing-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:0 1.45rem;font-size:14px;font-weight:820;text-decoration:none;cursor:pointer}.landing-gradient-button{color:#fff;border:0;background:var(--landing-gradient);box-shadow:0 16px 34px #02b8d83d}.landing-secondary-button{background:#fff;color:#0a8eb8;border:1px solid rgba(2,184,216,.28);box-shadow:0 10px 24px #0f172a0f}.hero-product-card,.mock-browser,.feature-card,.landing-cta{background:#ffffffe0;border:1px solid rgba(216,225,235,.92);box-shadow:0 24px 70px #0f172a1a}.hero-product-card{border-radius:28px;overflow:hidden;transform:rotate(1deg);width:min(820px,100%)}.hero-card-header,.mock-browser-bar{display:flex;gap:7px;padding:.95rem 1rem;background:linear-gradient(180deg,#fff,#f6fbfd);border-bottom:1px solid #e8eef5}.hero-card-header span,.mock-browser-bar span{width:10px;height:10px;border-radius:999px;background:#d4dde8}.hero-card-body{padding:clamp(1.4rem,4vw,2.3rem)}.hero-status{display:inline-flex;margin-bottom:1.2rem;border-radius:999px;padding:.42rem .8rem;font-size:12px;font-weight:840}.hero-status.approved{background:#e7fbf2;color:#09815a}.hero-card-body h2{margin:0;font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.08}.hero-card-body p{color:#667085;line-height:1.55}.hero-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem;margin-top:1.4rem}.hero-progress span{min-height:70px;border-radius:18px;padding:.8rem;color:#0c5167;background:linear-gradient(145deg,#10d58b29,#02b8d824);font-size:12px;font-weight:800}.landing-intro{max-width:840px;margin:0 auto clamp(3rem,7vw,5rem);text-align:center}.landing-intro p{margin:0;color:#364153;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.55;font-weight:650}.about-story{display:grid;gap:clamp(1.2rem,3vw,1.8rem);margin:0 auto clamp(3.4rem,8vw,6rem);text-align:center}.about-page .about-story{margin-top:clamp(2.4rem,8vw,6.5rem)}.about-story-header{max-width:900px;margin:0 auto .4rem;text-align:center}.about-gradient-title{margin:0 auto .8rem}.about-story-header .about-gradient-title{display:inline-block;background:var(--landing-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:clamp(3.2rem,7.7vw,7.25rem);line-height:1.18;font-weight:910;letter-spacing:0;padding:.08em 0 .16em;overflow:visible}.about-story-header h2{margin:0;color:#07111f;font-size:clamp(2rem,4.2vw,4rem);line-height:1.05;letter-spacing:0}.about-story-header p,.about-story-card p,.about-split p,.about-tab-panel p,.about-clarity-band p{color:#5f6978;font-size:17px;line-height:1.74}.about-story-grid,.about-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:980px;margin:0 auto}.about-story-card,.about-question-card,.about-tab-card,.about-clarity-band{border:0;background:transparent;box-shadow:none}.about-story-card,.about-question-card,.about-split article{border-radius:24px;padding:0}.about-story-card-large{background:transparent}.about-story-narrative{max-width:100%}.about-story-narrative p,.about-story-narrative .about-question-list{max-width:980px;margin-left:auto;margin-right:auto}.about-question-intro{margin-bottom:.75rem;color:#07111f!important;font-weight:850}.about-story-solution{color:#087fb3!important;font-size:clamp(1.15rem,2vw,1.45rem)!important;font-weight:900}.about-story h3,.about-question-card h3,.about-split h3,.about-clarity-band h3{margin:0 0 .7rem;color:#07111f;font-size:clamp(1.35rem,2.4vw,2.15rem);line-height:1.14;letter-spacing:0}.about-question-card{align-self:stretch}.about-question-list{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;column-gap:clamp(1rem,3vw,2.2rem);row-gap:.55rem}.about-question-list span,.about-chip-grid span,.about-audience-grid span{border-radius:999px;padding:.58rem .78rem;font-size:13px;font-weight:820}.about-question-list span{color:#172033;background:transparent;border:0;padding:0;font-size:18px;line-height:1.45}.about-tab-card{max-width:980px;margin:0 auto;border:1px solid rgba(216,225,235,.92);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a14;padding:clamp(1rem,3vw,1.35rem)}.about-tabs-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem;padding:0 .2rem}.about-tabs-header p{margin:0;color:#07111f;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:900}.about-tabs-header span{border-radius:999px;background:linear-gradient(135deg,#10d58b24,#02b8d824);color:#087fb3;padding:.48rem .75rem;font-size:12px;font-weight:880}.about-tab-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:1.1rem}.about-tab-controls button{display:grid;gap:.25rem;text-align:left;border:1px solid rgba(2,184,216,.22);border-radius:18px;background:#fff;color:#07111f;padding:.9rem 1rem;font-size:clamp(.95rem,1.8vw,1.08rem);font-weight:850;cursor:pointer;box-shadow:0 10px 24px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.about-tab-controls button:hover{border-color:#02b8d880;box-shadow:0 16px 32px #0f172a1a;transform:translateY(-1px)}.about-tab-controls button.active{border-color:transparent;color:#fff;background:var(--landing-gradient);box-shadow:0 14px 30px #02b8d82e}.about-tab-kicker{color:#087fb3;font-size:11px;font-weight:920;text-transform:uppercase;letter-spacing:.08em}.about-tab-controls button.active .about-tab-kicker{color:#ffffffc7}.about-tab-panel{padding:clamp(.35rem,2vw,.9rem)}.about-tab-panel h3{margin:0 auto .75rem;max-width:760px}.about-tab-panel p{max-width:820px;margin-left:auto;margin-right:auto}.about-chip-grid,.about-audience-grid{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem;justify-content:center}.about-chip-grid span{color:#075a78;background:#02b8d814;border:1px solid rgba(2,184,216,.2)}.about-audience-grid span{color:#09815a;background:#e7fbf2;border:1px solid rgba(16,213,139,.26)}.about-clarity-band{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(1rem,3vw,2rem);border:1px solid rgba(216,225,235,.92);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a14;padding:clamp(1.35rem,4vw,2.5rem);max-width:980px;margin:0 auto}.about-clarity-band h3{margin-bottom:0;background:var(--landing-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.about-clarity-band p{margin:0}.features-page-section{display:grid;gap:clamp(1.4rem,3.5vw,2.4rem);padding:clamp(3rem,7vw,5.8rem) 0 0}.features-page-hero{max-width:1040px;margin:0 auto;text-align:center}.features-page-hero h1{display:inline-block;max-width:940px;margin:0 auto 1rem;background:var(--landing-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:clamp(2rem,4.6vw,4.4rem);line-height:1.08;font-weight:820;letter-spacing:0;padding:.06em 0 .14em}.features-page-hero p:not(.landing-eyebrow){max-width:860px;margin:.7rem auto 0;color:#536071;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.65;font-weight:400}.features-detail-grid,.features-designed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:1120px;width:100%;margin:0 auto}.feature-detail-card,.features-production-band,.features-simple-card{border:1px solid rgba(216,225,235,.92);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a14}.feature-detail-card{padding:clamp(1.25rem,3vw,2rem);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-detail-card:hover{border-color:#02b8d842;box-shadow:0 28px 76px #0f172a1c;transform:translateY(-2px)}.feature-detail-eyebrow{width:fit-content;margin:0 0 .8rem;border-radius:999px;padding:.45rem .7rem;color:#087fb3;background:#02b8d817;font-size:12px;font-weight:900}.feature-detail-card h3,.features-production-band h3,.features-simple-card h3{margin:0 0 .8rem;color:#07111f;font-size:clamp(1.45rem,2.5vw,2.15rem);line-height:1.12;letter-spacing:0}.feature-detail-card p,.features-production-band p,.features-simple-card p{color:#5f6978;font-size:16px;line-height:1.66}.feature-detail-card p{margin:.65rem 0 0}.feature-list-intro{color:#07111f!important;font-weight:880}.feature-detail-card ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .75rem;margin:.85rem 0 0;padding:0;list-style:none}.feature-detail-card li{position:relative;padding-left:1rem;color:#132033;font-size:14px;font-weight:820;line-height:1.45}.feature-detail-card li:before{content:"";position:absolute;left:0;top:.45em;width:.48rem;height:.48rem;border-radius:999px;background:var(--landing-gradient)}.feature-detail-closing{color:#087fb3!important;font-weight:850}.features-production-band{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(1rem,3vw,2rem);max-width:1120px;width:100%;margin:0 auto;padding:clamp(1.4rem,4vw,2.6rem)}.features-production-band h3{margin-bottom:0;background:var(--landing-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.features-production-band>p{margin:0}.feature-pill-list{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.features-production-band .feature-pill-list{grid-column:1 / -1;justify-content:center}.feature-pill-list span{border:1px solid rgba(2,184,216,.22);border-radius:999px;background:#02b8d814;color:#075a78;padding:.58rem .78rem;font-size:13px;font-weight:850}.feature-detail-card-compact .feature-pill-list span{background:#e7fbf2;border-color:#10d58b42;color:#09815a}.features-simple-card{display:grid;align-content:center;padding:clamp(1.35rem,4vw,2.5rem);background:radial-gradient(circle at 12% 8%,rgba(16,213,139,.14),transparent 15rem),radial-gradient(circle at 88% 12%,rgba(2,184,216,.14),transparent 15rem),#fffffff0}.features-simple-card h3{margin-bottom:.85rem}.features-simple-card p{margin:0}.landing-walkthroughs{display:grid;gap:clamp(3.2rem,8vw,6rem)}.landing-shot-row{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(1.7rem,5vw,4.5rem)}.landing-shot-row.reverse{grid-template-columns:minmax(0,1.22fr) minmax(260px,.78fr)}.landing-shot-row.reverse .landing-shot-copy{order:2}.landing-shot-copy h2,.section-heading h2,.landing-cta h2,.landing-contact h2{margin:0;color:#07111f;font-size:clamp(1.85rem,3.3vw,3.15rem);line-height:1.08;letter-spacing:0}.landing-shot-copy p,.feature-card p,.landing-cta p,.landing-contact p{color:#5f6978;font-size:15px;line-height:1.68}.landing-eyebrow{margin:0 0 .7rem;color:#088db4;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mock-browser{border-radius:26px;overflow:hidden}.mock-browser-screen{position:relative;min-height:360px;padding:0;background:linear-gradient(90deg,rgba(2,184,216,.06) 1px,transparent 1px),linear-gradient(180deg,rgba(2,184,216,.06) 1px,transparent 1px),#fbfdff;background-size:28px 28px}.real-demo-shot{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;object-position:top center}.real-demo-video{background:#fff}.mock-callouts{position:absolute;left:1.1rem;right:1.1rem;bottom:1.1rem;display:flex;gap:.55rem;flex-wrap:wrap}.mock-callouts span{border-radius:999px;padding:.48rem .75rem;color:#075a78;background:#ffffffeb;border:1px solid rgba(2,184,216,.22);box-shadow:0 10px 26px #0f172a14;font-size:12px;font-weight:800}.mock-dashboard,.mock-item,.mock-compare,.mock-changelog{display:grid;gap:.8rem}.mock-toolbar,.mock-list div,.mock-upload,.mock-reference,.mock-revision-row,.mock-page-preview,.mock-compare-notes,.mock-changelog div{border:1px solid #e4ebf3;border-radius:16px;background:#fff;box-shadow:0 12px 24px #0f172a0d}.mock-toolbar{display:flex;justify-content:space-between;gap:1rem;padding:.9rem;color:#7a8594}.mock-toolbar strong{color:#fff;border-radius:999px;padding:.45rem .75rem;background:var(--landing-gradient)}.mock-list,.mock-changelog{display:grid;gap:.75rem}.mock-list div,.mock-changelog div,.mock-revision-row{display:grid;gap:.3rem;padding:1rem}.mock-list span,.mock-changelog span,.mock-revision-row em{color:#667085;font-size:13px;font-style:normal}.mock-upload,.mock-reference{display:grid;place-items:center;min-height:95px;color:#0c789c;font-weight:850;border-style:dashed;background:linear-gradient(135deg,#10d58b14,#02b8d814),#fff}.mock-revision-row{grid-template-columns:auto 1fr auto;align-items:center}.mock-revision-row span{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;color:#fff;background:var(--landing-gradient);font-weight:900}.mock-compare{grid-template-columns:1fr 1fr}.mock-page-preview{min-height:220px;display:grid;place-items:center;color:#667085;font-weight:840;background:linear-gradient(180deg,#fff,#fff 68%,#eff6fb 68%),#fff}.mock-compare-notes{grid-column:1 / -1;padding:1rem;color:#5f6978;font-weight:700}.landing-features,.landing-pricing,.landing-cta,.landing-contact{margin-top:clamp(3.5rem,8vw,6rem)}.section-heading{max-width:670px;margin-bottom:1.3rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card{border-radius:22px;padding:1.35rem}.feature-card h3{margin:0 0 .35rem;font-size:18px}.pricing-heading{max-width:1120px;margin:0 auto 1.5rem;text-align:center}.pricing-heading p:not(.landing-eyebrow){color:#5f6978;font-size:clamp(1.05rem,1.8vw,1.22rem);line-height:1.6}.pricing-heading h1{margin:0;color:#07111f;font-size:clamp(2.55rem,5.1vw,5rem);line-height:1.02;font-weight:780;letter-spacing:0}.pricing-page-section{margin-top:clamp(3rem,8vw,6rem)}.pricing-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.78fr);gap:clamp(1rem,3vw,1.4rem);align-items:stretch}.pricing-card{display:grid;gap:1rem;align-content:start;border:1px solid rgba(216,225,235,.92);border-radius:28px;padding:clamp(1.25rem,3vw,1.8rem);background:#fffffff0;box-shadow:0 24px 70px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pricing-card:hover{border-color:#02b8d861;box-shadow:0 30px 80px #0f172a1c;transform:translateY(-3px)}.pricing-card-featured{position:relative;overflow:hidden;background:linear-gradient(135deg,#10d58b1a,#02b8d814 44%,#fffffff5),#fff}.pricing-card-featured:after{content:"";position:absolute;inset:auto -16% -36% 42%;height:180px;border-radius:999px;background:linear-gradient(90deg,#10d58b2e,#147bd129);filter:blur(32px);pointer-events:none}.pricing-card>*{position:relative;z-index:1}.pricing-card-header{display:grid;gap:.45rem}.pricing-plan-label{width:fit-content;margin:0;border-radius:999px;padding:.38rem .68rem;background:linear-gradient(135deg,#10d58b24,#02b8d824);color:#087fb3;font-size:12px;font-weight:900}.pricing-card h3{margin:0;color:#07111f;font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.05}.pricing-price{display:flex;align-items:baseline;gap:.3rem}.pricing-price span{color:#07111f;font-size:clamp(2.4rem,5vw,4.4rem);font-weight:920;line-height:.98}.pricing-price small,.pricing-yearly{color:#667085;font-size:1rem;font-weight:820}.pricing-yearly{margin:0}.pricing-card-header>p:last-child{margin:.35rem 0 0;color:#5f6978;font-size:1rem;line-height:1.6}.pricing-feature-list{display:grid;gap:.62rem;margin:0;padding:0;list-style:none}.pricing-feature-list li{display:flex;gap:.55rem;align-items:flex-start;color:#172033;font-size:.96rem;font-weight:740;line-height:1.35}.pricing-feature-list li:before{content:"";flex:0 0 auto;width:.82rem;height:.82rem;margin-top:.18rem;border-radius:999px;background:var(--landing-gradient);box-shadow:0 6px 12px #02b8d829}.pricing-secondary-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:45px;border:1px solid rgba(2,184,216,.28);border-radius:999px;padding:.8rem 1.2rem;color:#087fb3;background:#fff;font-weight:900;text-decoration:none;box-shadow:0 12px 28px #0f172a12}.pricing-secondary-button:hover{border-color:#02b8d880;transform:translateY(-1px)}.pricing-subtext{margin:.1rem 0 0;color:#667085;font-size:.94rem;line-height:1.55;font-weight:720}.landing-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem;border-radius:28px;padding:clamp(1.4rem,4vw,2.5rem)}.landing-error{color:var(--color-text-danger)!important}.landing-cta-actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}.landing-contact{text-align:center}.landing-contact a{color:#087fb3;font-weight:800}.contact-form{display:grid;gap:.95rem;margin-top:1.1rem;text-align:left}.contact-form-title{margin:0 0 .1rem;color:#07111f;font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:0}.modern-preview-shell{min-height:100vh;color:#07111f;background:radial-gradient(circle at 12% 8%,rgba(16,213,139,.16),transparent 26%),radial-gradient(circle at 90% 18%,rgba(2,184,216,.2),transparent 28%),linear-gradient(180deg,#fff,#f4fbff 54%,#fff)}.modern-dashboard{width:min(1080px,calc(100vw - 3rem));margin:clamp(1.6rem,5vw,3.6rem) auto 3.5rem}.modern-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);gap:clamp(.9rem,2.5vw,1.45rem);align-items:stretch;border:1px solid rgba(216,225,235,.92);border-radius:26px;padding:clamp(1.1rem,3vw,1.85rem);background:linear-gradient(135deg,#fffffffa,#f5fcfff0),#fff;box-shadow:0 30px 90px #0f172a17;overflow:hidden;position:relative}.modern-dashboard-hero:after{content:"";position:absolute;inset:auto -8% -45% 42%;height:210px;border-radius:999px;background:linear-gradient(90deg,#10d58b33,#147bd12e);filter:blur(34px);pointer-events:none}.modern-dashboard-hero h1{margin:0;font-size:clamp(2.55rem,5vw,4.85rem);line-height:.98;letter-spacing:0}.modern-dashboard-hero p:not(.landing-eyebrow){max-width:820px;color:#5f6978;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.6}.modern-sync-card{position:relative;z-index:1;display:grid;align-content:center;justify-items:start;gap:.36rem;border:1px solid rgba(16,213,139,.22);border-radius:21px;padding:1rem;background:linear-gradient(135deg,#10d58b21,#02b8d821);box-shadow:0 18px 42px #02b8d81f}.modern-sync-card strong{font-size:1.08rem}.modern-sync-card small{color:#607086;font-weight:720}.modern-sync-dot{width:.8rem;height:.8rem;border-radius:999px;background:#10d58b;box-shadow:0 0 #10d58b73;animation:modernPulse 2.2s ease-out infinite}.modern-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:.8rem 0}.modern-stat-card{border:1px solid rgba(216,225,235,.9);border-radius:21px;padding:.9rem 1rem;background:#ffffffdb;box-shadow:0 18px 44px #0f172a12;animation:modernFloat 5.5s ease-in-out infinite;animation-delay:calc(var(--preview-index, 0) * .2s)}.modern-stat-card span{color:#607086;font-size:.86rem;font-weight:820}.modern-stat-card strong{display:block;margin-top:.2rem;font-size:clamp(1.75rem,3.2vw,2.45rem);line-height:1}.modern-dashboard-panel{border:1px solid rgba(216,225,235,.92);border-radius:26px;padding:clamp(.9rem,2.5vw,1.25rem);background:#ffffffe6;box-shadow:0 30px 90px #0f172a17;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modern-toolbar,.modern-filter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center}.modern-search,.modern-filter-row div{border:1px solid rgba(216,225,235,.95);border-radius:14px;background:#ffffffeb;color:#9aa4b2;padding:.72rem .9rem;font-weight:760}.modern-toolbar button,.modern-card-actions button{border:0;border-radius:14px;color:#fff;background:#07111f;padding:.72rem .95rem;font:inherit;font-weight:900;box-shadow:0 14px 30px #0f172a2e;cursor:pointer}.modern-filter-row{grid-template-columns:auto auto repeat(4,minmax(120px,1fr));margin:1rem 0}.modern-filter-row strong{color:#087fb3;text-transform:uppercase;letter-spacing:.06em}.modern-filter-row span{color:#07111f;font-weight:900}.modern-item-list{display:grid;gap:.85rem}.modern-item-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;border:1px solid rgba(216,225,235,.95);border-radius:21px;padding:.98rem 1.05rem;background:#fffffff5;box-shadow:0 12px 30px #0f172a0e;transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;animation:modernFloat 6s ease-in-out infinite;animation-delay:calc(var(--preview-index) * .18s)}.modern-item-card:hover{border-color:#02b8d86b;box-shadow:0 22px 52px #0f172a1c;transform:translateY(-3px)}.modern-item-title{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.modern-item-title h3{margin:0;font-size:clamp(1.08rem,1.65vw,1.25rem)}.modern-status-group{display:flex;gap:.4rem;flex-wrap:wrap}.modern-status-pill,.modern-card-actions span,.modern-change-line span{border-radius:999px;padding:.32rem .64rem;font-size:.78rem;font-weight:900}.modern-status-pill{position:relative;overflow:hidden}.modern-status-pill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:translate(-120%);animation:modernShine 3.4s ease-in-out infinite}.modern-status-pill.approved{color:#08784f;background:#e7fbf2;border:1px solid rgba(16,213,139,.34)}.modern-status-pill.press{color:#115ac7;background:#ebf3ff;border:1px solid rgba(20,123,209,.26)}.modern-status-pill.progress{color:#9a3150;background:#fff0f5;border:1px solid rgba(224,67,116,.24)}.modern-item-card p{margin:.35rem 0 0;color:#677386;font-weight:690}.modern-change-line span{color:#a46308;background:#fff8e1;border:1px solid #f8d273}.modern-card-actions{display:grid;justify-items:end;gap:.55rem}.modern-card-actions span{color:#1858b8;background:#edf4ff}@keyframes modernPulse{0%{box-shadow:0 0 #10d58b73}70%{box-shadow:0 0 0 12px #10d58b00}to{box-shadow:0 0 #10d58b00}}@keyframes modernFloat{0%,to{translate:0 0}50%{translate:0 -4px}}@keyframes modernShine{0%,45%{transform:translate(-120%)}75%,to{transform:translate(120%)}}.landing-contact .contact-form{max-width:720px;margin-left:auto;margin-right:auto}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.contact-form label{display:grid;gap:.38rem;color:#172033;font-size:13px;font-weight:800}.contact-form textarea{width:100%;min-height:132px;resize:vertical;border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:10px 11px;font:inherit;color:var(--color-text-primary);background:#fff;outline:none}.contact-form textarea:focus{border-color:#5b7bb8;box-shadow:0 0 0 3px #5b7bb824}.contact-form .landing-gradient-button{width:fit-content;border:0}.landing-contact .contact-form .landing-gradient-button{justify-self:center}.contact-page{min-height:100vh}.contact-page-hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,.68fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;max-width:1120px;margin:clamp(3rem,8vw,6rem) auto 0}.contact-page-hero h1{margin:0;color:#07111f;font-size:clamp(2.7rem,6vw,5.7rem);line-height:1.02;letter-spacing:0}.contact-page-hero>div>p:not(.landing-eyebrow){max-width:640px;color:#5f6978;font-size:clamp(1.1rem,1.8vw,1.28rem);line-height:1.65}.contact-page-card{border:1px solid rgba(216,225,235,.92);border-radius:28px;background:#fffffff0;box-shadow:0 24px 70px #0f172a1a;padding:clamp(1.2rem,3vw,1.8rem)}.contact-page-card .contact-form{margin-top:0}.contact-page-card .contact-form .landing-gradient-button{justify-self:start}.hidden-field{display:none}.signup-page{padding-bottom:2.5rem}.signup-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.72fr);align-items:start;gap:clamp(1.5rem,4vw,3rem);max-width:1040px;margin:clamp(2.5rem,8vw,5.5rem) auto 0;padding:clamp(1.4rem,4vw,2.4rem);border:1px solid rgba(216,225,235,.92);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a1a}.signup-panel h1{margin:0;color:#07111f;font-size:clamp(2.2rem,4vw,4rem);line-height:1.04;letter-spacing:0}.signup-panel p{color:#5f6978;line-height:1.68}.signup-form{margin-top:0}.profile-page{min-height:100vh;padding-bottom:2.5rem}.profile-panel{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,.88fr);align-items:start;gap:clamp(1.5rem,4vw,3rem);max-width:1080px;margin:clamp(2.5rem,8vw,5.5rem) auto 0;padding:clamp(1.4rem,4vw,2.4rem);border:1px solid rgba(216,225,235,.92);border-radius:28px;background:#fffffff0;box-shadow:0 24px 70px #0f172a1a}.profile-panel-copy h1{margin:0;color:#07111f;font-size:clamp(2.2rem,4vw,4rem);line-height:1.04;letter-spacing:0}.profile-panel-copy p:not(.landing-eyebrow){max-width:560px;color:#5f6978;line-height:1.68}.profile-form{margin-top:0}.profile-form .contact-form-grid{grid-template-columns:1fr}.profile-form .landing-gradient-button{justify-self:start}.signup-status,.signup-help{margin:0;color:#5f6978;font-size:13px;line-height:1.5}.signup-help{color:#9a5b00}.landing-footer{display:flex;justify-content:center;flex-wrap:wrap;gap:.85rem;margin-top:3rem;color:#667085;font-size:13px}.landing-footer a{color:#667085;text-decoration:none;font-weight:700}.landing-footer a:hover{color:#087fb3}input,select{border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:9px 11px;font-size:14px;outline:none;background:var(--color-background-primary);color:var(--color-text-primary);width:100%;min-height:38px;transition:border-color .16s,box-shadow .16s,background .16s}input:focus,select:focus{border-color:#5b7bb8;box-shadow:0 0 0 3px #5b7bb824}button{transition:transform .14s,box-shadow .14s,background .14s,border-color .14s}button:not(:disabled):hover{transform:translateY(-1px)}.app-shell{padding:1.15rem 0 2.5rem}.dashboard-app-shell,.demo-app-shell{--landing-gradient: linear-gradient(90deg, #10d58b 0%, #02b8d8 52%, #1477d4 100%);width:100vw;min-height:100vh;margin:0 calc(50% - 50vw) -3rem;padding:0 max(1rem,calc((100vw - 1040px)/2)) 2.5rem;background:radial-gradient(circle at 8% 12%,rgba(16,213,139,.12),transparent 24rem),radial-gradient(circle at 90% 10%,rgba(2,184,216,.13),transparent 28rem),#fff}.dashboard-app-shell>:not(.site-topbar):not(.modal-backdrop):not(.pdf-lightbox):not(.share-link-modal){max-width:1040px;margin-left:auto;margin-right:auto}.dashboard-app-shell .app-footer,.dashboard-app-shell .app-footer a{color:#667085}.dashboard-welcome{display:grid;gap:1rem;margin-top:1.45rem;padding:clamp(1.35rem,3vw,2rem);border:1px solid rgba(216,225,235,.92);border-radius:20px;background:#fffffff0;box-shadow:0 20px 54px #0f172a17}.dashboard-connect-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.2rem;padding:clamp(1rem,2.6vw,1.35rem);border:1px solid rgba(2,184,216,.18);border-radius:16px;background:linear-gradient(135deg,#10d58b14,#02b8d814 48%,#1477d414)}.dashboard-card-kicker{color:#087fb3;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.dashboard-connect-card h3{margin:0 0 .35rem;color:#07111f;font-size:clamp(22px,3vw,30px);line-height:1.1}.dashboard-connect-card p{margin:0;max-width:640px;color:#576273;font-size:15px;line-height:1.6}.dashboard-connect-button{min-width:210px}.dashboard-connect-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}.dashboard-onedrive-button{border:1px solid rgba(20,119,212,.24);border-radius:999px;background:#fff;color:#1477d4;box-shadow:0 12px 28px #0f172a14;cursor:pointer;font:inherit;font-weight:850;padding:.78rem 1.1rem;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dashboard-onedrive-button:hover{border-color:#1477d470;box-shadow:0 16px 34px #0f172a1f;transform:translateY(-1px)}.dashboard-error{color:var(--color-text-danger);font-size:13px}.loading-projects-shell{display:flex;flex-direction:column}.loading-projects-panel{width:min(760px,calc(100vw - 2rem));margin:clamp(3rem,10vh,6rem) auto 0;padding:clamp(1.35rem,4vw,2.2rem);border:1px solid rgba(216,225,235,.92);border-radius:24px;background:linear-gradient(135deg,#fffffffa,#f8fcfff0),#fff;box-shadow:0 24px 70px #0f172a1f;text-align:center}.loading-projects-mark{width:68px;height:68px;margin:0 auto 1rem;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#10d58b1f,#02b8d81f 45%,#1477d424);border:1px solid rgba(2,184,216,.16)}.loading-projects-mark span{width:34px;height:34px;border-radius:50%;border:4px solid rgba(2,184,216,.18);border-top-color:#02b8d8;border-right-color:#10d58b;animation:presspathSpin .95s linear infinite}.loading-projects-panel h1{margin:0;color:#07111f;font-size:clamp(30px,5vw,48px);line-height:1.04;letter-spacing:0}.loading-projects-panel p:not(.landing-eyebrow){max-width:620px;margin:1rem auto 0;color:#667085;font-size:clamp(15px,2vw,17px);line-height:1.65}.loading-time-note{display:inline-flex;align-items:center;justify-content:center;max-width:620px;margin:1rem auto 0;border:1px solid rgba(2,184,216,.22);border-radius:999px;background:linear-gradient(90deg,#10d58b1a,#02b8d814 52%,#1477d417);color:#087fb3;font-size:13px;font-weight:800;line-height:1.45;padding:.58rem .9rem}.loading-progress{position:relative;height:10px;margin:1.55rem auto 1.15rem;overflow:hidden;border-radius:999px;background:#d8e1eba6}.loading-progress span{position:absolute;inset:0 auto 0 0;width:42%;border-radius:inherit;background:var(--landing-gradient);animation:presspathProgress 1.55s ease-in-out infinite}.loading-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.loading-step-grid div{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.65rem .75rem;border:1px solid rgba(216,225,235,.88);border-radius:14px;background:#ffffffb8;color:#344054;font-size:13px}.loading-step-grid span{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:var(--landing-gradient);animation:presspathPulse 1.6s ease-in-out infinite}.loading-step-grid div:nth-child(2) span{animation-delay:.18s}.loading-step-grid div:nth-child(3) span{animation-delay:.36s}@keyframes presspathSpin{to{transform:rotate(360deg)}}@keyframes presspathProgress{0%{transform:translate(-105%)}50%{transform:translate(70%)}to{transform:translate(245%)}}@keyframes presspathPulse{0%,to{opacity:.35;transform:scale(.78)}50%{opacity:1;transform:scale(1)}}.compare-shell.demo-app-shell{padding-top:0}.demo-app-shell>:not(.site-topbar):not(.modal-backdrop):not(.pdf-lightbox):not(.share-link-modal),.demo-app-shell .compare-content{max-width:1040px;margin-left:auto;margin-right:auto}.demo-app-shell .app-hero,.demo-app-shell .panel-card,.demo-app-shell .item-card,.demo-app-shell .modal-card{background:#fffffff0;border-color:#d8e1ebeb;box-shadow:0 20px 54px #0f172a17}.demo-app-shell .app-hero{margin-top:1.45rem}.demo-app-shell .top-logo{filter:none}.demo-app-shell .app-kicker,.demo-app-shell .app-tagline,.demo-app-shell .section-label{color:#087fb3}.demo-app-shell .app-title{color:#07111f}.demo-app-shell .cloud-pill{background:#e7fbf2;color:#09815a;border-color:#10d58b47}.demo-app-shell button[style*="#172033"]{background:linear-gradient(90deg,#10d58b,#02b8d8 52%,#1477d4)!important;border-color:transparent!important;box-shadow:0 14px 30px #02b8d838!important}.demo-app-shell .app-footer,.demo-app-shell .app-footer a{color:#667085}.demo-app-shell .app-footer a:hover{color:#087fb3}.top-logo-wrap{display:flex;justify-content:center;margin:0 0 .85rem}.top-logo{width:clamp(74px,9vw,116px);height:auto;display:block;filter:drop-shadow(0 12px 24px rgba(0,0,0,.28))}.gradient-brand-copy{max-width:760px;margin:0 auto 1.15rem;text-align:center;color:#fff}.gradient-brand-copy h1{margin:0;font-size:clamp(30px,4.2vw,44px);line-height:1;font-weight:820;letter-spacing:0;text-shadow:0 2px 14px rgba(15,23,42,.24)}.gradient-brand-copy p{margin:.55rem auto 0;max-width:690px;color:#e8eef8d1;font-size:15px;line-height:1.55}.gradient-brand-copy .gradient-brand-tagline{color:#fff;font-weight:760;font-size:17px}.app-hero{background:#ffffffd6;border:1px solid rgba(216,222,232,.9);border-radius:18px;padding:1.35rem 1.45rem;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:1rem}.app-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.brand-header{display:block;min-width:0}.brand-logo{width:64px;height:64px;display:block;flex:0 0 auto;object-fit:contain}.app-kicker{color:#2557a7;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.app-title{font-size:30px;line-height:1.1;font-weight:780;margin:0;letter-spacing:0}.app-subtitle{color:var(--color-text-secondary);font-size:14px;margin:.45rem 0 0;line-height:1.55}.app-tagline{color:#2557a7;font-size:14px;font-weight:700;margin:.35rem 0 0;line-height:1.45}.cloud-pill{display:inline-flex;align-items:center;gap:7px;background:#edf7f3;color:#16704c;border:1px solid #b7e4d0;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;white-space:nowrap}.cloud-provider-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.cloud-provider-switch{border:1px solid rgba(20,119,212,.24);border-radius:999px;background:#fff;color:#1477d4;cursor:pointer;font:inherit;font-size:12px;font-weight:850;line-height:1.3;padding:.45rem .75rem;box-shadow:0 10px 22px #0f172a14;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.cloud-provider-switch:hover{border-color:#1477d46b;box-shadow:0 14px 28px #0f172a1f;transform:translateY(-1px)}.app-footer{display:flex;align-items:center;justify-content:center;gap:.55rem;margin:1.4rem 0 0;color:#ffffffb8;font-size:12px}.privacy-back,.text-link-button{color:var(--color-text-secondary);text-decoration:none;font-weight:650}.privacy-back:hover,.text-link-button:hover{color:var(--color-text-primary);text-decoration:underline}.app-footer a{color:#ffffffc7;text-decoration:none;font-weight:650}.app-footer a:hover{color:#fff;text-decoration:underline}.text-link-button{display:inline-flex;align-items:center;min-height:38px;font-size:13px}.privacy-page{background:#fffffff0;border:1px solid var(--color-border-tertiary);border-radius:18px;box-shadow:var(--shadow-soft);padding:clamp(1.2rem,4vw,2.3rem);max-width:780px;margin:0 auto}.privacy-back{display:inline-flex;margin-bottom:1.4rem;font-size:13px}.privacy-title{margin:0;font-size:32px;letter-spacing:0}.privacy-updated{margin:.45rem 0 1.6rem;color:var(--color-text-tertiary);font-size:13px}.privacy-page section{border-top:1px solid var(--color-border-tertiary);padding-top:1.15rem;margin-top:1.15rem}.privacy-page h2{margin:0 0 .45rem;font-size:16px}.privacy-page p{color:var(--color-text-secondary);font-size:14px;line-height:1.65;margin:.45rem 0 0}.toolbar-grid{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:.75rem;align-items:center}.search-field{padding-left:2.25rem;background-image:linear-gradient(transparent,transparent)}.search-wrap{position:relative}.search-wrap:before{content:"⌕";position:absolute;left:.8rem;top:50%;transform:translateY(-54%);color:var(--color-text-tertiary);font-size:18px;pointer-events:none}.section-label{color:#ffffffc2;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:1.25rem 0 .65rem}.dashboard-filter-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;margin:1.25rem 0 .65rem}.dashboard-filter-row .section-label{margin:0;white-space:nowrap}.dashboard-filters{display:grid;grid-template-columns:auto minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(140px,auto);align-items:center;gap:.55rem;justify-self:end;width:min(100%,760px)}.dashboard-filter-label{color:#07111f;font-size:13px;font-weight:850}.dashboard-filters input,.dashboard-filters select{min-height:34px;padding:7px 10px;border-color:#02b8d838;background:#ffffffe0;color:#172033;font-size:13px;box-shadow:0 8px 18px #0f172a0a}.dashboard-filters input::placeholder{color:#98a2b3}.item-grid{display:grid;gap:.8rem}.item-card{background:#fffffff0;border:1px solid var(--color-border-tertiary);border-radius:14px;padding:1rem 1.15rem;display:flex;align-items:center;gap:14px;cursor:pointer;box-shadow:var(--shadow-card);transition:transform .16s,border-color .16s,box-shadow .16s}.item-card:hover{transform:translateY(-2px);border-color:#b8c5d8;box-shadow:0 14px 34px #1018281a}.item-main{flex:1;min-width:0}.item-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.item-name{font-weight:700;font-size:15px}.item-meta{font-size:12px;color:var(--color-text-secondary);margin-top:4px}.item-last-change{font-size:12px;color:var(--color-text-tertiary);margin-top:7px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.status-badge{font-size:11px;font-weight:750;border-radius:999px;padding:2px 8px;white-space:nowrap}.status-progress{color:#a11f2d;background:#fff0f2;border:1px solid #f4b4be}.status-approved{color:#167044;background:#edf9f2;border:1px solid #afe4c2}.status-press{color:#1f5aa6;background:#eef5ff;border:1px solid #a8c7fa}.panel-card{background:#fffffff0;border:1px solid var(--color-border-tertiary);border-radius:14px;box-shadow:var(--shadow-card);padding:1rem 1.15rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:1.25rem;background:#1018286b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{width:min(440px,100%);background:#fffffffa;border:1px solid rgba(195,205,220,.88);border-radius:16px;box-shadow:0 24px 70px #10182838;padding:1.15rem}.edit-revision-modal{width:min(760px,100%);max-height:min(820px,92vh);overflow:auto}.create-item-backdrop{align-items:stretch}.create-item-modal{width:min(1060px,100%);max-height:min(900px,calc(100vh - 2.5rem));align-self:center;overflow:auto;padding:clamp(1rem,2vw,1.4rem)}.create-item-header{position:sticky;top:-1.4rem;z-index:5;margin:calc(-1*clamp(1rem,2vw,1.4rem)) calc(-1*clamp(1rem,2vw,1.4rem)) 1rem;padding:clamp(1rem,2vw,1.4rem);border-bottom:1px solid rgba(216,225,235,.86);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.create-item-modal-body{display:grid;gap:.85rem}.create-item-section{border:1px solid rgba(216,225,235,.92);border-radius:20px;background:linear-gradient(135deg,#10d58b0d,#02b8d80a),#ffffffe6;padding:clamp(.9rem,2vw,1.15rem);box-shadow:0 14px 32px #0f172a0d}.create-item-section-primary{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(280px,1fr);gap:1rem;align-items:end}.create-item-section h4{margin:.15rem 0 .35rem;color:var(--color-text-primary);font-size:clamp(1.05rem,2vw,1.38rem);line-height:1.15}.create-item-section p{max-width:42rem;margin:0;color:var(--color-text-secondary);font-size:.94rem;line-height:1.5}.create-item-section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.85rem}.create-item-section-heading>span{border:1px solid rgba(2,184,216,.16);border-radius:999px;background:#02b8d814;color:#087fb3;padding:.25rem .6rem;font-size:.72rem;font-weight:850}.create-item-field{display:grid;gap:.4rem}.create-item-field span{color:var(--color-text-secondary);font-size:.78rem;font-weight:850}.create-item-field input{min-height:48px;font-size:1rem}.create-item-revision-grid{margin-bottom:0}.create-artwork-drop-zone{min-height:92px;display:grid;place-items:center}.create-artwork-selected{display:flex;width:min(100%,680px);justify-content:space-between;align-items:center;gap:.75rem;border:1px solid rgba(2,184,216,.18);border-radius:14px;background:#fff;padding:.6rem .65rem;color:#087fb3;font-size:.9rem;font-weight:800}.create-artwork-selected span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-item-actions{position:sticky;bottom:-1.4rem;margin:1rem calc(-1*clamp(1rem,2vw,1.4rem)) calc(-1*clamp(1rem,2vw,1.4rem));padding:1rem clamp(1rem,2vw,1.4rem);border-top:1px solid rgba(216,225,235,.86);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-title{margin:.2rem 0 0;font-size:20px;color:var(--color-text-primary)}.field-label{display:block;margin-bottom:.4rem;color:var(--color-text-secondary);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.project-topbar{display:flex;align-items:center;gap:12px;padding:1rem 0 1.1rem;color:#07111f}.project-title{font-size:23px;font-weight:730;margin:0;flex:1;color:#087fb3;text-shadow:none}.project-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.share-changelog-button{min-height:34px!important;border:1px solid transparent!important;border-radius:999px!important;background:#1477d4!important;color:#fff!important;box-shadow:0 14px 30px #1477d43d!important;font-weight:900!important}.share-changelog-button:hover{background:#0f67bd!important;color:#fff!important}.button-link{display:inline-flex;align-items:center;justify-content:center;border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-sm);background:var(--color-background-primary);color:var(--color-text-info);box-shadow:var(--shadow-button);cursor:pointer;font:inherit;font-size:12px;font-weight:750;min-height:28px;padding:.35rem .65rem;text-decoration:none;white-space:nowrap}.button-link:hover{border-color:#02b8d88c;color:#087fb3}.project-loading-banner{margin:-.35rem 0 1rem;border:1px solid rgba(2,184,216,.2);border-radius:16px;background:linear-gradient(90deg,#10d58b1a,#02b8d814,#1477d414),#fff;box-shadow:0 14px 32px #02b8d812;color:#087fb3;padding:.8rem 1rem;font-size:.88rem;font-weight:750}.project-topbar>button:first-child{background:#ffffff1f!important;border-color:#ffffff61!important;color:#07111f!important;box-shadow:none!important}.gradient-helper{color:#ffffffc2;font-size:12px;margin-bottom:10px}.upload-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:10px}.department-select-wrap{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:start}.department-badge-list,.department-selected-list{display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap}.department-selected-list{grid-column:1 / -1}.department-selected-chip{display:inline-flex;align-items:center;gap:4px}.department-selected-chip button{width:22px;height:22px;padding:0;border-radius:999px;border:1px solid rgba(2,184,216,.18);background:#f4fbff;color:#087fb3;font-size:14px;font-weight:850;line-height:1}.department-editor{position:relative}.department-editor summary{min-height:35px;list-style:none;cursor:pointer;border:.5px solid rgba(2,184,216,.28);border-radius:var(--border-radius-md);background:linear-gradient(90deg,#10d58b14,#02b8d814);color:#087fb3;font-size:12px;font-weight:850;padding:8px 10px;-webkit-user-select:none;user-select:none}.department-editor summary::-webkit-details-marker{display:none}.department-editor-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(360px,calc(100vw - 2rem));padding:.75rem;border:1px solid rgba(216,225,235,.95);border-radius:16px;background:#fffffffa;box-shadow:0 20px 54px #0f172a24}.department-editor-add{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:.75rem}.department-editor-add input{min-height:34px;padding:7px 10px;font-size:13px}.department-editor-list{display:flex;gap:6px;flex-wrap:wrap;max-height:170px;overflow:auto}.department-editor-chip{display:inline-flex;align-items:center;gap:4px}.department-editor-chip button{width:22px;height:22px;padding:0;border-radius:999px;border:1px solid rgba(255,59,48,.26);background:#fff5f5;color:#d92d20;font-size:14px;font-weight:850;line-height:1}.department-empty{color:var(--color-text-tertiary);font-size:12px}.drop-zone{border:1.5px dashed var(--color-border-secondary);border-radius:var(--border-radius-lg);background:linear-gradient(180deg,#fbfcff,#f5f8fc);padding:22px 12px;text-align:center;cursor:pointer;margin-bottom:10px;transition:background .15s,border-color .15s}.drop-zone-active{background:var(--color-background-info);border-color:#5b7bb8}.reference-upload{display:grid;gap:.45rem;margin-bottom:10px}.reference-upload-title{color:var(--color-text-secondary);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.reference-drop-zone{margin-bottom:0;padding:18px 12px}.reference-note-input{min-height:34px;padding:7px 10px;border-color:#02b8d838;color:#1a56c4;font-size:13px;font-weight:650}.reference-upload-helper{color:var(--color-text-secondary);font-size:13px;line-height:1.45}.reference-upload-helper span{color:var(--color-text-primary);text-decoration:underline}.reference-file-list{display:grid;gap:6px}.reference-file-list-saved{margin-top:8px}.reference-file-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;border:1px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);background:var(--color-background-secondary);padding:7px 9px}.reference-file-name{flex:1;min-width:0;color:var(--color-text-primary);font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.reference-file-name-button{border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.reference-file-name-button:hover{color:#087fb3;text-decoration:underline}.reference-file-note{min-width:0;max-width:220px;color:#1a56c4;font-size:12px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-file-note-input{width:min(180px,34vw);min-height:30px;padding:5px 8px;color:#1a56c4;font-size:12px;font-weight:700}a.reference-file-name:hover{text-decoration:underline}.reference-file-meta{color:var(--color-text-tertiary);font-size:11px;white-space:nowrap}.revision-reference-section{border-top:1px solid var(--color-border-tertiary);margin-top:12px;padding-top:12px}.edit-notes-list{display:grid;gap:8px;margin-bottom:10px}.edit-note-row{display:flex;align-items:flex-start;gap:8px}.revision-card{background:#fffffff2;border:1px solid var(--color-border-tertiary);border-radius:14px;box-shadow:var(--shadow-card);padding:1rem 1.15rem}.revision-drag-handle{width:24px;height:24px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--color-text-tertiary);cursor:grab;font-size:16px;line-height:1;-webkit-user-select:none;user-select:none}.revision-drag-handle:active{cursor:grabbing}.revision-drag-handle:hover,.revision-drag-handle:focus-visible{background:#02b8d81a;color:#087fb3;outline:none}.revision-meta-row{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-bottom:10px;color:var(--color-text-secondary);font-size:12px;line-height:1.25}.revision-meta-cell{display:inline-flex;align-items:center;gap:4px;min-height:24px}.revision-meta-cell strong{color:var(--color-text-primary);font-weight:650}.revision-meta-dept>span{display:inline-flex;align-items:center;line-height:1.15}.compare-meta-row{align-items:flex-start;flex-direction:column;gap:3px;margin-bottom:6px}.revision-note-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:start;margin-top:6px}.revision-note-editor [contenteditable]{min-height:52px!important}.thumbnail-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:8px;cursor:pointer;padding:0;line-height:0}.thumbnail-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #10182824}.thumbnail-button:focus-visible{outline:3px solid rgba(91,123,184,.24);outline-offset:3px}.modern-app-shell.demo-app-shell,.dashboard-app-shell.modern-app-shell,.compare-shell.modern-app-shell{--landing-gradient: linear-gradient(90deg, #10d58b 0%, #02b8d8 52%, #1477d4 100%);background:radial-gradient(circle at 10% 8%,rgba(16,213,139,.14),transparent 24rem),radial-gradient(circle at 92% 16%,rgba(2,184,216,.18),transparent 28rem),linear-gradient(180deg,#fff,#f4fbff 56%,#fff)}.modern-app-shell.demo-app-shell,.dashboard-app-shell.modern-app-shell{padding-left:max(1rem,calc((100vw - 1080px)/2));padding-right:max(1rem,calc((100vw - 1080px)/2))}.modern-app-shell.demo-app-shell>:not(.site-topbar):not(.modal-backdrop):not(.pdf-lightbox):not(.share-link-modal),.dashboard-app-shell.modern-app-shell>:not(.site-topbar):not(.modal-backdrop):not(.pdf-lightbox):not(.share-link-modal),.modern-app-shell .compare-content{max-width:1080px}.modern-app-shell .app-hero,.modern-app-shell .dashboard-welcome{position:relative;overflow:hidden;border:1px solid rgba(216,225,235,.92);border-radius:26px;padding:clamp(1.1rem,3vw,1.85rem);background:linear-gradient(135deg,#fffffffa,#f5fcfff0),#fff;box-shadow:0 30px 90px #0f172a17}.modern-app-shell .app-hero:after,.modern-app-shell .dashboard-welcome:after{content:"";position:absolute;inset:auto -8% -46% 42%;height:210px;border-radius:999px;background:linear-gradient(90deg,#10d58b33,#147bd12e);filter:blur(34px);pointer-events:none}.modern-app-shell .app-hero>*,.modern-app-shell .dashboard-welcome>*{position:relative;z-index:1}.modern-app-shell .app-title{font-size:clamp(2.4rem,4.6vw,4.85rem);line-height:.98;font-weight:780}.modern-app-shell .app-subtitle{max-width:820px;color:#5f6978;font-size:clamp(1rem,1.35vw,1.16rem)}.modern-app-shell .cloud-pill{position:relative;overflow:hidden;background:#e7fbf2;color:#08784f;border-color:#10d58b57;box-shadow:0 14px 30px #10d58b1f}.modern-app-shell .cloud-pill:before{content:"";width:.58rem;height:.58rem;border-radius:999px;background:#10d58b;box-shadow:0 0 #10d58b73;animation:modernPulse 2.2s ease-out infinite}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:.85rem auto 1rem}.dashboard-stat-card{border:1px solid rgba(216,225,235,.9);border-radius:21px;padding:.9rem 1rem;background:#ffffffe0;box-shadow:0 18px 44px #0f172a12;animation:modernFloat 5.8s ease-in-out infinite}.dashboard-stat-card:nth-child(2){animation-delay:.12s}.dashboard-stat-card:nth-child(3){animation-delay:.24s}.dashboard-stat-card:nth-child(4){animation-delay:.36s}.dashboard-stat-card span{color:#607086;font-size:.82rem;font-weight:820}.dashboard-stat-card strong{display:block;margin-top:.16rem;color:#07111f;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1}.modern-app-shell .toolbar-grid,.modern-app-shell .dashboard-filter-row{border:1px solid rgba(216,225,235,.92);border-radius:22px;padding:.85rem;background:#ffffffc7;box-shadow:0 16px 38px #0f172a0f}.modern-app-shell .toolbar-grid{margin-top:1.1rem}.modern-app-shell .search-field,.modern-app-shell .dashboard-filters input,.modern-app-shell .dashboard-filters select,.modern-app-shell input,.modern-app-shell select,.modern-app-shell textarea{border-color:#d8e1ebf2;border-radius:14px;background:#fffffff5;box-shadow:0 8px 18px #0f172a0a}.modern-app-shell .item-card,.modern-app-shell .panel-card,.modern-app-shell .revision-card,.modern-app-shell .modal-card,.modern-app-shell .reference-file-row{border:1px solid rgba(216,225,235,.95);border-radius:21px;background:#fffffff5;box-shadow:0 14px 34px #0f172a0f}.modern-app-shell .item-card,.modern-app-shell .revision-card,.modern-app-shell .panel-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.modern-app-shell .item-card:hover,.modern-app-shell .revision-card:hover,.modern-app-shell .panel-card:hover{border-color:#02b8d86b;box-shadow:0 22px 52px #0f172a1c;transform:translateY(-3px)}.modern-app-shell .item-name{color:#07111f;font-size:clamp(1.05rem,1.5vw,1.24rem);font-weight:900}.modern-app-shell .status-badge{position:relative;overflow:hidden;padding:3px 9px;font-size:12px;font-weight:900}.modern-app-shell .status-badge:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:translate(-120%);animation:modernShine 3.4s ease-in-out infinite}.modern-app-shell .status-approved{color:#08784f;background:#e7fbf2;border-color:#10d58b57}.modern-app-shell .status-press{color:#115ac7;background:#ebf3ff;border-color:#147bd142}.modern-app-shell .status-progress{color:#9a3150;background:#fff0f5;border-color:#e043743d}.modern-app-shell .project-topbar{margin:1rem auto .85rem;border:1px solid rgba(216,225,235,.92);border-radius:22px;padding:.85rem 1rem;background:#ffffffdb;box-shadow:0 16px 38px #0f172a0f}.modern-app-shell .project-title{color:#087fb3;font-size:clamp(1.45rem,3vw,2.3rem);font-weight:900}.modern-app-shell .drop-zone{border-color:#02b8d847;border-radius:18px;background:linear-gradient(135deg,#10d58b14,#02b8d814),#fff}.modern-app-shell .drop-zone:hover,.modern-app-shell .drop-zone-active{border-color:#02b8d8a3;box-shadow:0 16px 36px #02b8d81c}.modern-app-shell .gradient-helper{color:#607086}.modern-app-shell .thumbnail-button{border-radius:14px;box-shadow:0 12px 28px #0f172a14}.modern-app-shell .compare-content>div:nth-child(2){gap:1rem!important}.modern-app-shell .app-footer,.modern-app-shell .app-footer a{color:#667085}.pdf-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:2rem}.pdf-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a94;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pdf-lightbox-panel{position:relative;z-index:1;width:min(980px,96vw);height:min(760px,90vh);background:#fff;border:1px solid rgba(216,222,232,.9);border-radius:16px;overflow:hidden;box-shadow:0 30px 80px #0f172a59;display:flex;flex-direction:column}.pdf-lightbox-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--color-border-tertiary);background:linear-gradient(180deg,#fff,#f8fafc)}.pdf-lightbox-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.pdf-lightbox-body{flex:1;background:#f1f5f9;overflow:auto;display:flex;align-items:flex-start;justify-content:flex-start;padding:1.25rem}.pdf-lightbox-stage{flex:0 0 auto;width:100%;min-width:100%;display:flex;align-items:flex-start;justify-content:center}.pdf-lightbox-stage.is-zoomed{justify-content:flex-start}.pdf-lightbox-stage>.pdf-lightbox-canvas,.pdf-lightbox-stage>.pdf-lightbox-image{flex:0 0 auto}.pdf-lightbox-canvas{display:block;background:#fff;border-radius:8px;box-shadow:0 10px 34px #0f172a38;max-width:none}.pdf-lightbox-image{display:block;height:auto;max-width:none;background:#fff;border-radius:8px;box-shadow:0 10px 34px #0f172a38}.share-link-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:1.5rem}.share-link-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a94;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.share-link-modal-panel{position:relative;z-index:1;width:min(620px,96vw);border:1px solid rgba(216,225,235,.92);border-radius:26px;background:radial-gradient(circle at 12% 8%,rgba(16,213,139,.16),transparent 14rem),radial-gradient(circle at 88% 18%,rgba(2,184,216,.16),transparent 16rem),#fff;box-shadow:0 32px 90px #0f172a57;padding:clamp(1.35rem,4vw,2rem)}.share-link-modal-mark{width:48px;height:48px;display:grid;place-items:center;margin-bottom:.8rem;border-radius:16px;color:#fff;background:linear-gradient(90deg,#10d58b,#02b8d8 52%,#1477d4);box-shadow:0 14px 32px #02b8d83d;font-size:1.45rem;font-weight:900}.share-link-modal-panel h2{margin:0;color:#07111f;font-size:clamp(1.65rem,4vw,2.4rem);line-height:1.05;font-weight:950;letter-spacing:0}.share-link-modal-panel>p:not(.landing-eyebrow){margin:.75rem 0 1.1rem;color:#667085;font-size:1rem;line-height:1.6}.share-link-field{display:grid;gap:.45rem;color:#172033;font-size:.82rem;font-weight:850}.share-link-field input{width:100%;min-height:48px;border:1px solid rgba(2,184,216,.28);border-radius:14px;padding:0 .9rem;background:#ffffffeb;color:#07111f;font:inherit;font-size:.95rem;box-shadow:inset 0 1px #0f172a08}.share-link-field input:focus{outline:3px solid rgba(2,184,216,.18);border-color:#02b8d8b8}.share-link-status{margin-top:.65rem;color:#087fb3;font-size:.86rem;font-weight:850}.share-link-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;margin-top:1.25rem;flex-wrap:wrap}.share-link-open{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid rgba(2,184,216,.28);border-radius:8px;padding:6px 14px;color:#087fb3;background:#fff;font-size:14px;font-weight:850;text-decoration:none;cursor:pointer}.share-link-open:hover{color:#075a78;border-color:#02b8d88f;transform:translateY(-1px)}.reference-lightbox .pdf-lightbox-panel{width:min(900px,96vw)}.reference-lightbox-body{align-items:stretch}.reference-preview-note{margin-top:3px;color:#087fb3;font-size:12px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-text-preview{width:100%;min-height:100%;margin:0;padding:1rem;border:1px solid rgba(216,225,235,.95);border-radius:12px;background:#fff;color:#07111f;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;box-shadow:0 10px 34px #0f172a14}.reference-rich-preview{width:100%;min-height:100%;border:1px solid rgba(216,225,235,.95);border-radius:12px;background:#fff;box-shadow:0 10px 34px #0f172a14}.reference-preview-empty{width:min(460px,100%);margin:auto;padding:1.5rem;border:1px solid rgba(216,225,235,.95);border-radius:16px;background:#fff;color:#667085;text-align:center;box-shadow:0 10px 34px #0f172a14}.reference-preview-empty strong{display:block;margin-bottom:.45rem;color:#07111f}.shared-changelog-page{background:radial-gradient(circle at 8% 8%,rgba(16,213,139,.12),transparent 28%),radial-gradient(circle at 88% 12%,rgba(2,184,216,.14),transparent 30%),linear-gradient(180deg,#fff,#f6fbff)}.shared-changelog-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 2rem}.shared-loading-panel{margin:3rem auto;min-height:320px}.shared-loading-panel p:not(.landing-eyebrow){max-width:620px;margin:.75rem auto 0;color:#667085;font-size:1rem;line-height:1.6}.shared-html-frame-page{min-height:100vh;margin:0;background:#fff}.shared-html-frame{width:100%;min-height:100vh;border:0;display:block;background:#fff}.shared-changelog-hero{border:1px solid rgba(216,225,235,.92);border-radius:26px;background:#ffffffeb;box-shadow:0 22px 58px #0f172a14;padding:clamp(1.4rem,4vw,2.4rem)}.shared-changelog-hero h1{margin:0 0 .55rem;color:#07111f;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:950;letter-spacing:0;line-height:1}.shared-changelog-hero p{max-width:780px;margin:0;color:#667085;font-size:1rem;font-weight:650;line-height:1.6}.shared-revision-list{display:grid;gap:1rem;margin-top:1.2rem}.shared-revision-card{border:1px solid rgba(216,225,235,.92);border-radius:22px;background:#fffffff0;box-shadow:0 18px 46px #0f172a12;padding:1rem}.shared-revision-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem;flex-wrap:wrap}.shared-revision-header strong{min-width:0;flex:1;overflow:hidden;color:#07111f;font-size:1rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.shared-revision-actions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.shared-revision-body{display:grid;grid-template-columns:124px minmax(0,1fr);gap:1rem;align-items:start}.shared-thumbnail-button{border-radius:14px;overflow:hidden;background:#fff}.shared-thumbnail-button img{display:block;width:100%;border:1px solid rgba(216,225,235,.92);border-radius:14px;box-shadow:0 12px 30px #0f172a17}.shared-revision-detail{min-width:0}.shared-status-row{display:flex;gap:.45rem;margin:.8rem 0;flex-wrap:wrap}.shared-empty-text{margin:.1rem 0 .75rem;color:#98a2b3;font-size:.88rem;font-style:italic}.shared-note-list{display:grid;gap:.45rem}.shared-note{display:grid;gap:.25rem;border-left:3px solid #02b8d8;border-radius:12px;background:#f8fbff;color:#07111f;padding:.65rem .8rem;font-size:.9rem;line-height:1.55}.shared-note small{color:#667085;font-size:.72rem;font-weight:700}.shared-reference-label{margin-top:1rem}.shared-artwork-lightbox .pdf-lightbox-panel{width:min(1120px,96vw)}.shared-artwork-lightbox-body{align-items:flex-start;overflow:auto}.empty-state{background:#ffffffb8;border:1px dashed var(--color-border-secondary);border-radius:14px;padding:2.5rem;color:var(--color-text-secondary);font-size:14px;text-align:center}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;display:block}[contenteditable] ul,[contenteditable] ol{margin:4px 0;padding-left:20px}[contenteditable] b,[contenteditable] strong{font-weight:700}[contenteditable] i,[contenteditable] em{font-style:italic}@media (max-width: 760px){#root{padding:0 1rem 2rem}.landing-page{padding-inline:1rem}.site-topbar{grid-template-columns:1fr;justify-items:center;gap:.7rem;padding-block:.9rem}.site-brand img{width:42px}.site-brand span{font-size:22px}.site-menu{width:100%;justify-content:center;gap:.7rem 1rem;flex-wrap:wrap;font-size:14px}.site-demo-button,.site-actions,.account-menu{justify-self:center}.account-menu-panel{right:50%;transform:translate(50%)}.landing-hero,.modern-dashboard-hero,.modern-toolbar,.modern-item-card,.pricing-grid,.features-detail-grid,.features-designed-grid,.features-production-band,.about-story-grid,.about-split,.about-clarity-band,.landing-shot-row,.landing-shot-row.reverse,.landing-cta,.dashboard-connect-card,.contact-page-hero,.signup-panel,.profile-panel{grid-template-columns:1fr}.dashboard-connect-button{width:100%}.dashboard-connect-actions{justify-content:stretch}.landing-shot-row.reverse .landing-shot-copy{order:0}.about-tabs-header,.about-tab-controls{grid-template-columns:1fr}.about-tabs-header{align-items:flex-start;flex-direction:column}.hero-product-card{transform:none}.hero-gradient-text{white-space:normal}.hero-progress,.modern-stat-grid,.modern-filter-row,.about-question-list,.feature-grid,.feature-detail-card ul,.contact-form-grid{grid-template-columns:1fr}.modern-dashboard{width:min(100%,calc(100vw - 2rem))}.modern-card-actions{justify-items:start}.mock-browser-screen{min-height:320px}.mock-compare{grid-template-columns:1fr}.landing-cta-actions{justify-content:flex-start}.app-title-row,.project-topbar{flex-direction:column;align-items:stretch}.project-topbar-actions,.shared-revision-actions{justify-content:flex-start}.shared-revision-body{grid-template-columns:1fr}.shared-thumbnail-button{width:min(180px,100%)}.toolbar-grid,.upload-grid{grid-template-columns:1fr}.create-item-modal{max-height:calc(100vh - 1.5rem)}.create-item-section-primary{grid-template-columns:1fr}.create-item-section-heading,.create-artwork-selected{align-items:flex-start;flex-direction:column}.dashboard-filter-row,.dashboard-filters,.revision-note-composer,.department-select-wrap,.loading-step-grid{grid-template-columns:1fr;justify-self:stretch}.department-editor-panel{left:0;right:auto;width:min(100%,calc(100vw - 2rem))}.item-card{align-items:flex-start;flex-direction:column}.pdf-lightbox{padding:.75rem}.pdf-lightbox-panel{width:100%;height:92vh}.pdf-lightbox-header{align-items:stretch;flex-direction:column}.pdf-lightbox-actions{justify-content:flex-start}.edit-note-row{flex-direction:column}}
