:root{
  --bg:#050505;
  --bg-soft:#0b0b0d;
  --panel:#111114;
  --panel-2:#17171b;
  --ink:#f7f2ea;
  --muted:#a8a19a;
  --faint:#706b66;
  --line:rgba(255,255,255,.095);
  --line-strong:rgba(255,255,255,.16);
  --orange:#ff6b2c;
  --orange-2:#ff8a3d;
  --cream:#fff4e8;
  --success:#63d493;
  --danger:#ff6969;
  --radius:22px;
  --shadow:0 34px 120px rgba(0,0,0,.56);
  --font:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",sans-serif;
}

*{box-sizing:border-box}
html{background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  background:
    radial-gradient(circle at 50% 52%, rgba(255,95,33,.34), transparent 18%),
    radial-gradient(circle at 50% 84%, rgba(255,107,44,.42), transparent 26%),
    linear-gradient(180deg,#101010 0%,#050505 54%,#030303 100%);
  font-family:var(--font);
  letter-spacing:0;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1px);
  background-size:72px 72px,72px 72px,36px 36px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.34) 44%,transparent 88%);
}
button,input{font:inherit}
button{cursor:pointer}
h1,h2,p{margin:0}

.site-shell{
  position:relative;
  min-height:100vh;
  overflow:hidden;
}

.site-header{
  width:min(1160px,calc(100% - 56px));
  height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
  margin:0 auto;
  position:relative;
  z-index:5;
}
.wordmark{
  justify-self:start;
  display:inline-flex;
  align-items:center;
  color:#fff;
  text-decoration:none;
  font-size:26px;
  font-weight:900;
  letter-spacing:0;
}
.logo-wordmark img{
  width:118px;
  height:auto;
  display:block;
  filter:drop-shadow(0 12px 28px rgba(255,107,44,.18));
}
.site-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.nav-item{
  min-height:38px;
  border:1px solid transparent;
  border-radius:999px;
  padding:0 14px;
  color:#c7c0b8;
  background:transparent;
  font-size:13px;
  font-weight:760;
}
.nav-item:hover,.nav-item.active{
  color:#fff;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.09);
}
.header-cta{
  justify-self:end;
}

.main{
  width:min(1160px,calc(100% - 56px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

.hero{
  min-height:430px;
  display:grid;
  justify-items:center;
  align-content:center;
  text-align:center;
  padding:70px 0 34px;
}
.release-pill{
  height:42px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 8px 0 16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 50px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.release-pill span{
  color:#c7c0b8;
  font-size:12px;
  font-weight:760;
}
.release-pill strong{
  font-size:12px;
  font-weight:820;
}
.release-pill i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orange),#ff4c1f);
}
h1{
  max-width:920px;
  margin-top:24px;
  font-size:clamp(48px,7vw,86px);
  line-height:.96;
  font-weight:860;
  letter-spacing:0;
}
.hero p{
  max-width:610px;
  margin-top:20px;
  color:#b7b0a8;
  font-size:18px;
  line-height:1.55;
}
.hero-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:34px;
}

.btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:0 20px;
  border:1px solid transparent;
  font-weight:850;
  white-space:nowrap;
}
.btn.primary,.btn.header-cta{
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),#ff4f22);
  box-shadow:0 18px 48px rgba(255,92,35,.26);
}
.btn.ghost,.btn.secondary{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}
.btn.secondary{
  min-height:40px;
  color:#1c120d;
  background:#f7efe4;
}
.btn.icon-only{
  width:48px;
  padding:0;
}

.orbit{
  height:210px;
  position:relative;
  margin-top:-70px;
  pointer-events:none;
}
.planet{
  position:absolute;
  left:50%;
  bottom:-265px;
  width:1240px;
  height:540px;
  transform:translateX(-50%);
  border-radius:50% 50% 0 0;
  background:
    radial-gradient(ellipse at 50% 10%,rgba(255,121,52,.72),rgba(255,90,24,.24) 24%,rgba(0,0,0,.98) 57%),
    linear-gradient(180deg,#9c310c,#050505 54%);
  box-shadow:0 -30px 110px rgba(255,92,35,.22);
}

.product-preview{
  position:relative;
  margin:0 auto 80px;
  padding:12px 12px 18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)),
    #08080a;
  box-shadow:0 -25px 90px rgba(255,89,27,.12),var(--shadow);
  backdrop-filter:blur(18px);
}
.product-preview::before{
  content:"";
  position:absolute;
  inset:10px;
  pointer-events:none;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.06);
}
.preview-chrome{
  height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 14px;
  position:relative;
  z-index:1;
}
.chrome-brand,.chrome-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.chrome-brand strong{
  color:#fff;
  font-size:14px;
}
.mini-mark,.avatar{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#31251d,#121212);
  border:1px solid rgba(255,255,255,.12);
}
.mini-mark{
  color:var(--orange);
}
.icon-btn{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.055);
}

.topbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:18px 18px 14px;
  position:relative;
  z-index:1;
}
.eyebrow{
  margin:0 0 9px;
  color:#ff9b62;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.18em;
}
h2{
  font-size:25px;
  line-height:1.1;
  letter-spacing:0;
}
.topbar-actions,.modal-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:0 18px 16px;
  position:relative;
  z-index:1;
}
.metrics article{
  min-height:108px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:16px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
}
.metrics span{
  color:#a9a19a;
  font-size:12px;
  font-weight:820;
}
.metrics strong{
  color:#fff;
  font-size:34px;
  line-height:1;
  letter-spacing:0;
}
.metrics small{
  color:#706b66;
  font-size:12px;
  font-weight:720;
}

.workspace-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);
  gap:12px;
  padding:0 18px 12px;
  position:relative;
  z-index:1;
}
.video-stage,.review-panel,.library-panel,.activity-panel{
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.video-stage,.review-panel,.library-panel,.activity-panel{
  padding:16px;
}
.stage-head,.panel-head,.section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.stage-head h2,.panel-head h2,.section-head h2{
  font-size:19px;
}
.status-pill{
  height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  color:#ffe4cf;
  background:rgba(255,107,44,.13);
  border:1px solid rgba(255,107,44,.22);
  font-size:12px;
  font-weight:850;
}
.status-pill.approved{
  color:#c9ffdf;
  background:rgba(99,212,147,.11);
  border-color:rgba(99,212,147,.22);
}

.player-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:#020203;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 20px 70px rgba(0,0,0,.38);
}
.video-frame{
  position:relative;
  aspect-ratio:16/9;
  background:
    radial-gradient(circle at 54% 44%,rgba(255,107,44,.22),transparent 28%),
    linear-gradient(135deg,#050506,#111114);
}
video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.empty-player{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  gap:8px;
  text-align:center;
  color:#fff;
}
.empty-player i{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  margin:0 auto 8px;
  border-radius:50%;
  color:#fff;
  background:rgba(255,107,44,.18);
  border:1px solid rgba(255,107,44,.26);
}
.empty-player span{color:#a9a19a}
.hidden{display:none !important}
.timeline-markers{
  position:relative;
  height:36px;
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(90deg,rgba(255,107,44,.16),rgba(255,255,255,.03));
}
.timeline-marker{
  position:absolute;
  top:10px;
  width:16px;
  height:16px;
  border:3px solid #fff;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 8px rgba(255,107,44,.2);
  transform:translateX(-50%);
}
.timeline-marker span{display:none}

.review-composer{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:10px;
  margin-top:12px;
}
.time-chip,.review-composer input,.form-grid input{
  min-height:46px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.055);
  outline:none;
}
.time-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  font-weight:850;
}
.review-composer input,.form-grid input{
  width:100%;
  padding:0 16px;
}
.review-composer input:focus,.form-grid input:focus{
  border-color:rgba(255,107,44,.5);
  box-shadow:0 0 0 4px rgba(255,107,44,.11);
}

.small-action{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(99,212,147,.25);
  border-radius:999px;
  padding:0 12px;
  color:#d8ffe8;
  background:rgba(99,212,147,.1);
  font-weight:850;
}
.small-action:disabled{opacity:.65;cursor:default}
.comment-list,.activity-list,.video-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.comment-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  padding:13px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.comment-card.resolved{opacity:.58}
.comment-time{
  align-self:start;
  border:1px solid rgba(255,107,44,.26);
  border-radius:999px;
  padding:7px 10px;
  color:#ffd8c2;
  background:rgba(255,107,44,.11);
  font-weight:900;
}
.comment-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
  color:#8d8781;
  font-size:12px;
  font-weight:760;
}
.comment-meta strong{color:#fff}
.comment-card p{
  color:#d7d1cb;
  line-height:1.45;
}
.resolve-btn{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:10px;
  border:0;
  border-radius:999px;
  padding:7px 10px;
  color:#ffe0c9;
  background:rgba(255,107,44,.12);
  font-weight:850;
}
.empty-state{
  min-height:190px;
  display:grid;
  place-content:center;
  gap:8px;
  text-align:center;
  color:#8e8780;
}
.empty-state i{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0 auto 4px;
  border-radius:50%;
  color:#fff;
  background:rgba(255,107,44,.13);
}
.empty-state strong{color:#fff}

.content-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:12px;
  padding:0 18px 18px;
  position:relative;
  z-index:1;
}
.segmented{
  display:inline-flex;
  padding:4px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.04);
}
.segmented button{
  min-height:30px;
  border:0;
  border-radius:999px;
  padding:0 11px;
  color:#8d8781;
  background:transparent;
  font-size:12px;
  font-weight:850;
}
.segmented button.active{
  color:#fff;
  background:rgba(255,255,255,.1);
}
.video-row{
  width:100%;
  display:grid;
  grid-template-columns:108px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  padding:10px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:19px;
  color:inherit;
  text-align:left;
  background:rgba(255,255,255,.038);
}
.video-row.active{
  border-color:rgba(255,107,44,.34);
  background:linear-gradient(90deg,rgba(255,107,44,.11),rgba(255,255,255,.045));
}
.thumb{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:
    radial-gradient(circle at 52% 34%,rgba(255,137,64,.58),transparent 34%),
    linear-gradient(135deg,#2d160d,#050505);
}
.video-info strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:15px;
}
.video-info small,.video-meta small{
  color:#8d8781;
  font-size:12px;
}
.video-meta{
  display:grid;
  justify-items:end;
  gap:4px;
  white-space:nowrap;
}
.video-meta b{
  color:#ffd6bd;
  font-size:12px;
}
.activity-item{
  display:grid;
  grid-template-columns:36px 1fr auto;
  gap:10px;
  align-items:start;
  padding:11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  background:rgba(255,255,255,.04);
}
.activity-item > span{display:grid;place-items:center}
.activity-item i{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:rgba(255,107,44,.14);
}
.activity-item strong{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:13px;
}
.activity-item small{
  color:#8d8781;
  font-size:12px;
  line-height:1.35;
}
.activity-item em{
  color:#706b66;
  font-size:11px;
  font-style:normal;
  font-weight:850;
  white-space:nowrap;
}

.modal{
  position:fixed;
  inset:0;
  z-index:20;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(18px);
}
.modal.open{display:flex}
.modal-card{
  position:relative;
  width:min(760px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:#101012;
  box-shadow:0 44px 120px rgba(0,0,0,.56);
  padding:28px;
}
.modal-card.compact{width:min(520px,100%)}
.modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.05);
}
.modal-head{margin-bottom:22px}
.modal-head h2{font-size:32px}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.form-grid label,.share-box span{
  display:block;
  color:#a9a19a;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.form-grid label span{display:block;margin-bottom:8px}
.dropzone{
  min-height:158px;
  display:grid;
  place-items:center;
  gap:8px;
  margin:18px 0;
  border:1px dashed rgba(255,107,44,.4);
  border-radius:22px;
  color:#fff;
  text-align:center;
  background:rgba(255,107,44,.06);
}
.dropzone input{display:none}
.dropzone i{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,107,44,.14);
}
.dropzone span{
  max-width:430px;
  color:#8d8781;
  font-size:13px;
}
.modal-actions{justify-content:flex-end}
.share-box{
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.share-box span{margin-bottom:8px}
.share-box strong{
  display:block;
  color:#fff;
  overflow-wrap:anywhere;
}
.prototype-note{
  margin:12px 0 0;
  color:#a9a19a;
  font-size:13px;
  line-height:1.45;
}
.share-options{
  display:grid;
  gap:10px;
  margin:18px 0;
  color:#d7d1cb;
  font-weight:720;
}
.share-options label{
  display:flex;
  align-items:center;
  gap:10px;
}

.nav-link{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  border:1px solid transparent;
  border-radius:999px;
  padding:0 14px;
  color:#c7c0b8;
  text-decoration:none;
  font-size:13px;
  font-weight:760;
}
.nav-link:hover{
  color:#fff;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.09);
}
.landing-page .site-shell{
  padding-bottom:90px;
}
.landing-hero{
  min-height:390px;
  padding-bottom:20px;
}
.landing-hero h1{
  max-width:1120px;
  font-size:clamp(50px,5.75vw,76px);
  white-space:nowrap;
}
.landing-hero p{
  max-width:760px;
  font-size:17px;
  line-height:1.48;
}
.hero-player-showcase{
  position:relative;
  margin:8px auto 96px;
  display:grid;
  place-items:center;
}
.showcase-glow{
  position:absolute;
  left:50%;
  top:48%;
  width:min(980px,82vw);
  height:360px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,107,44,.42),transparent 62%);
  filter:blur(28px);
  pointer-events:none;
}
.review-studio-image{
  position:relative;
  z-index:1;
  width:min(1220px,100%);
  height:auto;
  display:block;
  border-radius:24px;
  filter:drop-shadow(0 54px 120px rgba(0,0,0,.62)) drop-shadow(0 0 80px rgba(255,107,44,.12));
}
.showcase-player{
  position:relative;
  overflow:hidden;
  width:min(960px,100%);
  margin:0 auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),
    #070708;
  box-shadow:0 45px 140px rgba(0,0,0,.56);
}
.player-topline{
  height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 22px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#9d958e;
  font-size:13px;
  font-weight:760;
}
.player-topline strong{
  color:#ffd8c2;
}
.cinema-frame{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 50% 44%,rgba(255,118,48,.55),transparent 19%),
    radial-gradient(circle at 50% 54%,rgba(255,118,48,.18),transparent 34%),
    linear-gradient(135deg,#111,#030303 72%);
}
.cinema-frame::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.34;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:54px 54px;
}
.giant-play{
  position:relative;
  z-index:1;
  width:132px;
  height:132px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:42px;
  color:#fff;
  background:linear-gradient(135deg,#ff8b3e,#ff5524);
  box-shadow:0 24px 80px rgba(255,90,35,.34);
}
.giant-play i{
  margin-left:7px;
  font-size:42px;
}
.floating-note{
  position:absolute;
  z-index:2;
  max-width:250px;
  display:grid;
  gap:6px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  color:#fff;
  background:rgba(18,18,20,.82);
  box-shadow:0 18px 60px rgba(0,0,0,.34);
  backdrop-filter:blur(18px);
}
.floating-note span{
  color:#ff9b62;
  font-size:12px;
  font-weight:900;
}
.floating-note strong{
  font-size:13px;
  line-height:1.35;
}
.note-one{left:7%;top:18%}
.note-two{right:7%;bottom:20%}
.showcase-timeline{
  position:relative;
  height:42px;
  background:linear-gradient(90deg,rgba(255,107,44,.24),rgba(255,255,255,.04));
}
.showcase-timeline span{
  position:absolute;
  top:13px;
  width:16px;
  height:16px;
  transform:translateX(-50%);
  border:3px solid #fff;
  border-radius:50%;
  background:#ff6b2c;
  box-shadow:0 0 0 9px rgba(255,107,44,.16);
}
.landing-section{
  margin:0 auto 78px;
}
.section-intro{
  max-width:720px;
  margin-bottom:26px;
}
.section-intro h2,.split-section h2,.access-copy h2{
  max-width:760px;
  color:#fff;
  font-size:clamp(34px,4.8vw,58px);
  line-height:1;
  letter-spacing:0;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.process-grid article{
  min-height:260px;
  padding:22px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
}
.process-grid article span{
  color:#ff9b62;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}
.process-grid article i{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin:38px 0 22px;
  border-radius:18px;
  color:#fff;
  background:rgba(255,107,44,.14);
}
.process-grid h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
}
.process-grid p,.split-section p,.access-copy p{
  color:#a9a19a;
  line-height:1.55;
}
.split-section,.access-section{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,.7fr);
  gap:32px;
  align-items:center;
  padding:42px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
}
.split-section p,.access-copy p{
  max-width:560px;
  margin-top:18px;
  font-size:17px;
}
.split-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:26px;
}
.text-link{
  color:#ffd8c2;
  text-decoration:none;
  font-weight:860;
}
.text-link i{margin-left:6px}
.mini-flow{
  display:grid;
  gap:18px;
}
.flow-card{
  padding:22px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:rgba(255,255,255,.045);
}
.flow-card.active{
  border-color:rgba(255,107,44,.32);
  background:rgba(255,107,44,.09);
}
.flow-card i{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:18px;
  color:#fff;
  background:rgba(255,107,44,.15);
}
.flow-card strong{
  display:block;
  color:#fff;
  font-size:20px;
  margin-bottom:6px;
}
.flow-card span{color:#a9a19a}
.flow-line{
  width:1px;
  height:34px;
  margin:0 0 0 26px;
  background:linear-gradient(#ff6b2c,transparent);
}
.access-section{
  margin-bottom:0;
}
.access-card{
  display:grid;
  gap:14px;
  padding:24px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:rgba(0,0,0,.22);
}
.access-card label span{
  display:block;
  margin-bottom:8px;
  color:#a9a19a;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.access-card input{
  width:100%;
  min-height:50px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.055);
  padding:0 16px;
  outline:none;
}
.access-card .btn{
  margin-top:8px;
}

/* Landing fidelity pass */
.landing-page{
  background:
    radial-gradient(circle at 50% 31%,rgba(255,91,31,.23),transparent 21%),
    radial-gradient(circle at 50% 64%,rgba(255,91,31,.34),transparent 24%),
    radial-gradient(circle at 8% 70%,rgba(255,91,31,.18),transparent 20%),
    #050505;
}
.landing-page .site-header{
  height:88px;
  width:calc(100% - 64px);
  max-width:1920px;
  grid-template-columns:auto minmax(0,1fr);
  gap:40px;
}
.landing-page .logo-wordmark img{
  width:104px;
  filter:drop-shadow(0 14px 34px rgba(255,91,31,.18));
}
.landing-header-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-width:0;
  gap:34px;
}
.landing-page .site-nav{
  gap:38px;
}
.landing-page .nav-link{
  min-height:auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  border:0;
  border-radius:0;
  color:#f6f2f7;
  font-size:14px;
  font-weight:430;
  line-height:1;
  text-decoration:none;
}
.landing-page .nav-link:hover{
  color:#fff;
  background:transparent;
}
.landing-page .nav-link i{
  color:currentColor;
  font-size:10px;
  transform:translateY(1px);
}
.landing-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:34px;
  margin-left:auto;
}
.landing-page .header-link{
  white-space:nowrap;
}
.landing-page .header-cta{
  min-height:50px;
  border:1px solid rgba(255,126,58,.72);
  border-radius:999px;
  padding:0 24px;
  color:#fff;
  background:linear-gradient(135deg,#ff7a35,#ff4f1f);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 20px 62px rgba(255,91,31,.28);
  font-size:14px;
  font-weight:500;
}
.landing-hero{
  min-height:392px;
  padding:54px 0 22px;
}
.landing-hero .release-pill{
  min-height:44px;
  height:auto;
  gap:14px;
  padding:6px 16px 6px 10px;
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 58px rgba(0,0,0,.3);
}
.landing-hero .release-avatars{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 8px 0 4px;
}
.landing-hero .release-pill strong{
  color:#fff;
  font-size:13px;
  font-weight:620;
  letter-spacing:0;
  white-space:nowrap;
}
.landing-hero .release-avatar{
  width:30px;
  height:30px;
  display:block;
  border:2px solid rgba(255,255,255,.82);
  border-radius:50%;
  overflow:hidden;
  background:#171314;
  box-shadow:0 4px 16px rgba(0,0,0,.32);
}
.landing-hero .release-avatar img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.landing-hero .release-avatar + .release-avatar{
  margin-left:-9px;
}
.landing-hero .release-pill .live-dot{
  position:relative;
  width:11px;
  height:11px;
  flex:0 0 auto;
  border-radius:50%;
  color:transparent;
  background:#ff3f1f;
  box-shadow:0 0 18px rgba(255,63,31,.78);
  animation:live-dot-pulse 1.45s ease-in-out infinite;
}
.landing-hero .release-pill .live-dot::after{
  content:"";
  position:absolute;
  inset:-7px;
  border:1px solid rgba(255,90,31,.42);
  border-radius:inherit;
  animation:live-ring-pulse 1.45s ease-out infinite;
}
@keyframes live-dot-pulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.42;transform:scale(.86)}
}
@keyframes live-ring-pulse{
  0%{opacity:.7;transform:scale(.55)}
  100%{opacity:0;transform:scale(1.25)}
}
.landing-hero h1{
  max-width:850px;
  margin-top:22px;
  color:#fff;
  font-size:clamp(62px,6.8vw,92px);
  line-height:.91;
  letter-spacing:0;
  white-space:normal;
}
.landing-hero h1.typewriter-title{
  min-height:1.92em;
}
.landing-hero h1 span{
  display:block;
  color:#ff5a1f;
}
.landing-hero h1 .hero-line{
  color:#fff;
  white-space:nowrap;
}
.typewriter-line{
  min-height:.91em;
}
.type-cursor{
  display:inline-block !important;
  width:.055em;
  height:.82em;
  margin-left:.075em;
  transform:translateY(.08em);
  border-radius:99px;
  background:rgba(255,255,255,.92);
  box-shadow:0 0 18px rgba(255,255,255,.28);
  animation:type-cursor-blink .92s steps(2,end) infinite;
}
.type-cursor.accent{
  background:#ff5a1f;
  box-shadow:0 0 22px rgba(255,91,31,.55);
}
.landing-hero p{
  max-width:620px;
  margin-top:22px;
  color:#b8b8b8;
  font-size:18px;
  line-height:1.42;
}
.landing-hero .hero-actions{
  margin-top:28px;
  gap:14px;
}
.landing-hero .btn{
  min-height:48px;
  border-radius:8px;
  padding:0 22px;
  white-space:nowrap;
}
.landing-hero .btn.ghost{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.045);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-player-showcase{
  width:min(1110px,100%);
  margin:2px auto 48px;
}
.review-studio-image{
  width:100%;
  display:block;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 46px 130px rgba(0,0,0,.64),0 0 110px rgba(255,91,31,.16);
  filter:none;
}
.showcase-glow{
  width:1120px;
  height:520px;
  top:51%;
  background:radial-gradient(circle,rgba(255,91,31,.42),transparent 62%);
  filter:blur(54px);
}
.comment-pin{
  position:absolute;
  z-index:2;
  width:22px;
  height:22px;
  border:4px solid #fff;
  border-radius:50%;
  background:#ff5a1f;
  box-shadow:0 0 0 5px rgba(255,91,31,.22),0 8px 28px rgba(0,0,0,.34);
}
.pin-one{left:20%;top:38%}
.pin-two{right:29%;top:53%}
.hero-comment-card{
  position:absolute;
  z-index:3;
  width:204px;
  padding:14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  color:#fff;
  background:rgba(12,12,13,.82);
  box-shadow:0 18px 60px rgba(0,0,0,.38);
  backdrop-filter:blur(18px);
}
.hero-comment-card div{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
}
.comment-avatar{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#ff8a3d,#6b2c17);
  font-size:11px;
  font-weight:900;
}
.hero-comment-card strong{
  font-size:12px;
}
.hero-comment-card em{
  margin-left:auto;
  color:#8e8881;
  font-size:11px;
  font-style:normal;
}
.hero-comment-card p{
  color:#e4ded8;
  font-size:13px;
  line-height:1.35;
}
.hero-comment-card a{
  display:inline-block;
  margin-top:8px;
  color:#ff7a35;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
.comment-marina{right:28px;top:36px}
.comment-rafael{left:118px;bottom:96px}
.process-section{
  width:min(1080px,100%);
  margin-bottom:28px;
}
.process-section .section-intro{
  margin-bottom:26px;
}
.process-section .eyebrow,.split-section .eyebrow,.access-section .eyebrow{
  color:#ff7a35;
  font-size:11px;
  letter-spacing:.22em;
}
.process-section .section-intro h2{
  max-width:520px;
  font-size:40px;
  line-height:.95;
  letter-spacing:0;
}
.process-grid{
  gap:14px;
}
.process-grid article{
  min-height:276px;
  padding:20px;
  border-radius:18px;
  border-color:rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 76% 18%,rgba(255,91,31,.13),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.02));
}
.process-grid article i{
  width:52px;
  height:52px;
  margin:28px 0 20px;
  border-radius:12px;
  background:rgba(255,91,31,.16);
}
.process-grid h3{
  font-size:18px;
  line-height:1.1;
}
.process-grid p{
  color:#b8b8b8;
  font-size:14px;
}
.split-section,.access-section{
  width:min(1080px,100%);
  margin-left:auto;
  margin-right:auto;
  border-radius:18px;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,91,31,.18),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.022));
}
.split-section{
  grid-template-columns:1fr 460px;
  padding:40px;
  margin-bottom:16px;
}
.split-section h2,.access-copy h2{
  font-size:39px;
  line-height:.95;
}
.split-section p,.access-copy p{
  color:#b8b8b8;
  font-size:15px;
}
.flow-card{
  border-radius:14px;
}
.flow-card.active{
  border-color:rgba(255,91,31,.72);
  box-shadow:0 0 44px rgba(255,91,31,.12);
}
.access-section{
  grid-template-columns:1fr 460px;
  padding:40px;
}
.access-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:38px;
}
.access-features article{
  display:grid;
  gap:8px;
}
.access-features i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  margin-bottom:8px;
  border-radius:12px;
  color:#fff;
  background:rgba(255,255,255,.08);
}
.access-features strong{
  color:#fff;
  font-size:14px;
}
.access-features span{
  color:#b8b8b8;
  font-size:13px;
  line-height:1.35;
}
.access-card{
  padding:22px;
  border-radius:16px;
  background:rgba(0,0,0,.32);
}
.access-card input{
  min-height:45px;
  border-radius:12px;
}
.access-card .btn{
  width:100%;
  min-height:48px;
  border-radius:8px;
}
.login-options{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#b8b8b8;
  font-size:12px;
}
.login-options label{
  display:flex;
  align-items:center;
  gap:7px;
}
.login-options input{
  width:auto;
  min-height:auto;
}
.login-options a{
  color:#fff;
}
.login-separator{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  color:#b8b8b8;
  font-size:12px;
}
.login-separator span{
  height:1px;
  background:rgba(255,255,255,.18);
}
.login-separator em{
  font-style:normal;
}
.social-login{
  display:flex;
  justify-content:center;
  gap:16px;
}
.social-login button{
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.09);
  font-weight:900;
}

/* Premium React motion layer */
#review-root{
  min-height:100vh;
}
.react-landing-shell{
  isolation:isolate;
}
.ambient-glow{
  position:fixed;
  left:50%;
  top:430px;
  z-index:0;
  width:min(980px,84vw);
  height:min(640px,62vw);
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(255,91,31,.32),rgba(255,91,31,.12) 34%,transparent 66%);
  filter:blur(40px);
  opacity:.62;
  pointer-events:none;
  animation:ambient-breathe 8s ease-in-out infinite;
}
.landing-page::before{
  animation:grid-drift 34s linear infinite;
}
.hero-accent-line{
  text-shadow:0 0 34px rgba(255,91,31,.24);
}
.hero-player-showcase{
  transition:border-color .28s ease,box-shadow .28s ease;
  will-change:transform,filter,opacity;
}
.hero-player-showcase:hover .review-studio-image{
  border-color:rgba(255,122,53,.36);
  box-shadow:0 50px 135px rgba(0,0,0,.65),0 0 120px rgba(255,91,31,.24);
}
.review-studio-image{
  will-change:transform;
  transition:border-color .28s ease,box-shadow .28s ease;
}
.showcase-glow{
  animation:player-glow-settle 5.6s ease-in-out 1.2s infinite;
}
.comment-pin::after{
  content:"";
  position:absolute;
  inset:-8px;
  border:1px solid rgba(255,122,53,.56);
  border-radius:inherit;
  opacity:0;
  transform:scale(.7);
}
.demo-pin-one::after{
  animation:pin-ring 1.35s cubic-bezier(.22,1,.36,1) 2s 2;
}
.demo-pin-two::after{
  animation:pin-ring 1.35s cubic-bezier(.22,1,.36,1) 2.36s 2;
}
.process-grid article{
  transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;
  will-change:transform;
}
.process-grid article:hover{
  border-color:rgba(255,122,53,.34);
  box-shadow:0 20px 64px rgba(255,91,31,.1),0 26px 80px rgba(0,0,0,.22);
}
.process-grid article:hover i{
  background:rgba(255,91,31,.24);
  box-shadow:0 0 34px rgba(255,91,31,.18);
}
.process-grid article:hover > span{
  color:#ffb27d;
  text-shadow:0 0 18px rgba(255,91,31,.44);
}
.flow-card{
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.flow-card.active{
  animation:editor-breathe 3.8s ease-in-out infinite;
}
.flow-card:not(.active){
  opacity:.88;
}
.btn{
  overflow:hidden;
  text-decoration:none;
  transform:translateZ(0);
  position:relative;
  transition:border-color .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
}
.btn i{
  transition:transform .25s cubic-bezier(.22,1,.36,1),color .25s ease;
}
.btn.primary:hover,.btn.header-cta:hover{
  box-shadow:0 22px 64px rgba(255,91,31,.36);
}
.btn.primary:hover .fa-arrow-right,.btn.header-cta:hover .fa-arrow-right{
  transform:translateX(4px);
}
.btn.ghost:hover{
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.075);
}
.btn.ghost:hover .fa-play{
  color:#ff7a35;
}
.text-link i{
  transition:transform .25s cubic-bezier(.22,1,.36,1);
}
.text-link:hover i{
  transform:translateX(4px);
}
.shine-button::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-44%;
  width:36%;
  height:160%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
  animation:button-shine 1.1s cubic-bezier(.22,1,.36,1) 1.2s 1 both;
}
.access-card{
  overflow:hidden;
}
.access-card input{
  transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.access-card input:focus{
  border-color:rgba(255,122,53,.42);
  box-shadow:0 0 0 4px rgba(255,91,31,.1);
  background:rgba(255,255,255,.075);
}
.social-login button{
  transition:background .22s ease,box-shadow .22s ease;
}
.social-login button:hover{
  background:rgba(255,255,255,.14);
  box-shadow:0 12px 32px rgba(255,91,31,.12);
}

@keyframes ambient-breathe{
  0%,100%{opacity:.42;transform:translate(-50%,-50%) scale(.94)}
  50%{opacity:.74;transform:translate(-50%,-50%) scale(1.06)}
}
@keyframes grid-drift{
  0%{background-position:0 0,0 0,0 0}
  100%{background-position:0 0,0 0,18px 18px}
}
@keyframes player-glow-settle{
  0%,100%{opacity:.74;transform:translate(-50%,-50%) scale(.98)}
  50%{opacity:.94;transform:translate(-50%,-50%) scale(1.02)}
}
@keyframes pin-ring{
  0%{opacity:.72;transform:scale(.65)}
  100%{opacity:0;transform:scale(1.8)}
}
@keyframes editor-breathe{
  0%,100%{box-shadow:0 0 34px rgba(255,91,31,.08)}
  50%{box-shadow:0 0 54px rgba(255,91,31,.19)}
}
@keyframes button-shine{
  0%{left:-44%;opacity:0}
  20%{opacity:1}
  100%{left:118%;opacity:0}
}
@keyframes auth-orange-breathe{
  0%,100%{opacity:.7;transform:scale(.94)}
  50%{opacity:1;transform:scale(1.06)}
}
@keyframes type-cursor-blink{
  0%,46%{opacity:1}
  47%,100%{opacity:.08}
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
  .ambient-glow,.showcase-glow{
    animation:none !important;
  }
  .hero-player-showcase:hover .review-studio-image{
    box-shadow:0 46px 130px rgba(0,0,0,.64),0 0 110px rgba(255,91,31,.16);
  }
}

.app-page{
  background:
    radial-gradient(circle at 50% 8%,rgba(255,107,44,.22),transparent 24%),
    linear-gradient(180deg,#0d0d0f,#030303 80%);
}
.app-main{
  padding-bottom:60px;
}
.app-workspace{
  margin-top:18px;
}
.app-title{
  max-width:none;
  margin:0;
  font-size:34px;
  line-height:1.05;
  letter-spacing:0;
}
.projects-hero,.project-detail-hero{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  padding:38px 0 22px;
}
.projects-hero p,.project-detail-hero p{
  max-width:650px;
  margin-top:12px;
  color:#a9a19a;
  font-size:17px;
  line-height:1.55;
}
.project-hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.project-kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:8px 0 18px;
}
.project-kpis article{
  min-height:108px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:18px;
  border:1px solid rgba(255,255,255,.095);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
}
.project-kpis span{
  color:#a9a19a;
  font-size:12px;
  font-weight:850;
}
.project-kpis strong{
  color:#fff;
  font-size:38px;
  line-height:1;
  letter-spacing:0;
}
.projects-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.search-shell{
  min-width:min(460px,100%);
  min-height:50px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:#8d8781;
  background:rgba(255,255,255,.055);
}
.search-shell input{
  width:100%;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
}
.toolbar-filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.chip{
  min-height:38px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  padding:0 13px;
  color:#cfc7bf;
  background:rgba(255,255,255,.045);
  font-weight:820;
}
.chip.active{
  color:#fff;
  border-color:rgba(255,107,44,.32);
  background:rgba(255,107,44,.12);
}
.projects-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:14px;
  padding-bottom:60px;
}
.project-card{
  min-height:255px;
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  align-items:stretch;
  padding:14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:30px;
  color:inherit;
  text-decoration:none;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 30px 100px rgba(0,0,0,.28);
}
.project-card.featured{
  grid-row:span 2;
  grid-template-columns:1fr;
  min-height:524px;
}
.project-cover{
  min-height:260px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:
    radial-gradient(circle at 52% 45%,rgba(255,121,52,.58),transparent 24%),
    linear-gradient(135deg,#2f170d,#040404 70%);
}
.project-card:not(.featured) .project-cover{
  min-height:auto;
}
.compact-cover{
  min-height:100%;
}
.project-cover i{
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  border-radius:28px;
  color:#fff;
  background:linear-gradient(135deg,#ff8b3e,#ff5524);
  box-shadow:0 20px 70px rgba(255,90,35,.28);
}
.project-card-body{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  padding:8px 6px 8px 0;
}
.project-card.featured .project-card-body{
  padding:4px 6px 6px;
}
.project-card h2{
  margin:14px 0 10px;
  color:#fff;
  font-size:26px;
  line-height:1.08;
  letter-spacing:0;
}
.project-card.featured h2{
  font-size:40px;
}
.project-card p{
  color:#a9a19a;
  line-height:1.45;
}
.project-progress{
  width:100%;
  height:6px;
  margin-top:22px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
.project-progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ff8b3e,#ff5524);
}
.breadcrumb{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:22px;
  color:#ffd8c2;
  text-decoration:none;
  font-weight:850;
}
.project-detail-panel{
  min-width:280px;
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  padding:20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:rgba(255,255,255,.045);
}
.project-detail-panel span{
  color:#8d8781;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.project-detail-panel strong{
  color:#fff;
  margin-bottom:8px;
}
.project-video-layout{
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  gap:16px;
  padding-bottom:60px;
}
.project-settings-card,.project-video-list{
  border:1px solid rgba(255,255,255,.1);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
}
.project-settings-card{
  padding:22px;
  align-self:start;
}
.project-settings-card h2{
  margin-bottom:18px;
}
.project-settings-card dl{
  display:grid;
  gap:14px;
  margin:0 0 22px;
}
.project-settings-card div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.project-settings-card dt{
  color:#8d8781;
  font-size:12px;
  font-weight:850;
}
.project-settings-card dd{
  margin:0;
  color:#fff;
  font-weight:820;
  text-align:right;
}
.btn.full{
  width:100%;
}
.project-video-list{
  padding:18px;
}
.project-video-card{
  display:grid;
  grid-template-columns:190px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:24px;
  background:rgba(255,255,255,.04);
}
.project-video-card + .project-video-card{
  margin-top:12px;
}
.project-video-thumb{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  text-decoration:none;
  background:
    radial-gradient(circle at 55% 42%,rgba(255,121,52,.58),transparent 30%),
    linear-gradient(135deg,#22110a,#030303);
}
.project-video-thumb i{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#ff8b3e,#ff5524);
}
.project-video-info h3{
  margin:12px 0 8px;
  color:#fff;
  font-size:22px;
  line-height:1.1;
  letter-spacing:0;
}
.project-video-info p{
  color:#a9a19a;
}
.video-actions-line{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
}
.video-actions-line a{
  color:#ffd8c2;
  text-decoration:none;
  font-weight:850;
}

.public-review-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 50% 12%,rgba(255,107,44,.22),transparent 26%),
    linear-gradient(180deg,#0b0b0d,#030303);
}
.review-link-shell{
  width:min(1280px,calc(100% - 48px));
  margin:0 auto;
}
.review-link-header{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.review-link-meta{
  display:grid;
  justify-items:end;
  gap:4px;
}
.review-link-meta span{
  color:#ff9b62;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.review-link-meta strong{
  color:#fff;
  font-size:14px;
}
.review-link-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:16px;
  align-items:start;
  padding-bottom:50px;
}
.public-player-card,.public-comments-panel{
  border:1px solid rgba(255,255,255,.1);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 34px 120px rgba(0,0,0,.44);
}
.public-player-card{
  padding:18px;
}
.public-player-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.public-player-head h1{
  max-width:720px;
  margin:0;
  font-size:46px;
  line-height:1;
  letter-spacing:0;
}
.public-video-wrap{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:#030303;
}
.public-video-wrap video{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:contain;
}
.click-hint{
  position:absolute;
  left:18px;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:#fff;
  background:rgba(0,0,0,.42);
  backdrop-filter:blur(16px);
  font-size:13px;
  font-weight:780;
}
.review-bubble{
  position:absolute;
  z-index:4;
  width:310px;
  display:none;
  padding:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(18,18,20,.9);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  backdrop-filter:blur(18px);
}
.review-bubble.open{display:grid;gap:10px}
.review-bubble span{
  color:#ff9b62;
  font-size:12px;
  font-weight:900;
}
.review-bubble textarea{
  width:100%;
  min-height:92px;
  resize:none;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  color:#fff;
  background:rgba(255,255,255,.055);
  padding:11px;
  outline:none;
}
.review-bubble div{
  display:flex;
  justify-content:flex-end;
  gap:8px;
}
.bubble-cancel,.bubble-save{
  min-height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  padding:0 12px;
  color:#fff;
  background:rgba(255,255,255,.06);
  font-weight:850;
}
.bubble-save{
  border-color:transparent;
  background:linear-gradient(135deg,#ff8b3e,#ff5524);
}
.public-comments-panel{
  padding:18px;
}
.public-comment-list{
  display:grid;
  gap:10px;
}
.public-comment-list article{
  display:grid;
  gap:8px;
  padding:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}
.public-comment-list strong{
  color:#ff9b62;
  font-size:12px;
}
.public-comment-list p{
  color:#ddd5ce;
  line-height:1.45;
}
.btn.sent{
  background:linear-gradient(135deg,#63d493,#1b8f60);
  box-shadow:0 18px 48px rgba(99,212,147,.2);
}

@media(max-width:1040px){
  .site-header{grid-template-columns:1fr auto}
  .site-nav{display:none}
  .landing-page .site-header{
    grid-template-columns:auto minmax(0,1fr);
    gap:24px;
  }
  .landing-header-nav{
    justify-content:flex-end;
  }
  .landing-header-actions{
    gap:24px;
  }
  .landing-page .header-cta{
    min-height:54px;
    padding:0 24px;
    font-size:15px;
  }
  .workspace-grid,.content-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .split-section,.access-section,.review-link-main,.project-video-layout{grid-template-columns:1fr}
  .projects-grid{grid-template-columns:1fr}
  .project-card.featured{grid-row:auto;min-height:auto}
  .projects-hero,.project-detail-hero{align-items:flex-start;flex-direction:column}
  .project-detail-panel{width:100%}
  .landing-hero h1{
    max-width:820px;
    white-space:normal;
  }
}

@media(max-width:760px){
  .site-header,.main{width:min(100% - 28px,1160px)}
  .site-header{height:72px}
  .header-cta span{display:none}
  .landing-page .site-header{
    width:min(100% - 28px,1160px);
    height:86px;
    gap:14px;
  }
  .landing-page .logo-wordmark img{
    width:112px;
  }
  .landing-header-actions{
    gap:18px;
  }
  .landing-header-actions .header-link:first-child{
    display:none;
  }
  .landing-page .header-link{
    font-size:15px;
  }
  .landing-page .header-cta{
    min-height:42px;
    padding:0 15px;
    font-size:13px;
  }
  .landing-page .header-cta span{
    display:inline;
  }
  .landing-hero .release-pill{
    width:100%;
    max-width:362px;
    justify-content:flex-start;
    gap:10px;
    padding:7px 12px 7px 10px;
  }
  .landing-hero .release-avatars{
    flex:0 0 auto;
    padding-right:4px;
  }
  .landing-hero .release-avatar{
    width:27px;
    height:27px;
  }
  .landing-hero .release-avatar + .release-avatar{
    margin-left:-8px;
  }
  .landing-hero .release-pill strong{
    min-width:0;
    white-space:normal;
    font-size:11px;
    line-height:1.22;
  }
  .landing-hero .release-pill .live-dot{
    width:9px;
    height:9px;
  }
  .hero{min-height:390px;padding-top:42px}
  h1{font-size:48px}
  .landing-hero h1{font-size:42px;letter-spacing:0}
  .landing-hero h1.typewriter-title{min-height:2.72em}
  .landing-hero h1 .hero-line{white-space:normal}
  .hero p{font-size:16px}
  .hero-actions{flex-direction:column}
  .cinema-frame{min-height:320px}
  .floating-note{display:none}
  .process-grid{grid-template-columns:1fr}
  .split-section,.access-section{padding:24px}
  .public-player-head{align-items:flex-start;flex-direction:column}
  .public-player-head h1{font-size:38px}
  .review-link-header{align-items:flex-start;height:auto;padding:18px 0;flex-direction:column}
  .review-link-meta{justify-items:start}
  .project-kpis{grid-template-columns:1fr 1fr}
  .projects-toolbar{align-items:flex-start;flex-direction:column}
  .toolbar-filters{justify-content:flex-start}
  .project-card,.project-video-card{grid-template-columns:1fr}
  .project-card h2,.project-card.featured h2{font-size:28px}
  .project-cover{min-height:220px}
  .metrics{grid-template-columns:1fr 1fr}
  .review-composer{grid-template-columns:1fr}
  .video-row{grid-template-columns:84px 1fr}
  .video-meta{grid-column:2;justify-items:start}
  .form-grid{grid-template-columns:1fr}
}

/* Review Studio product prototype */
body.review-product-body{
  min-height:100vh;
  color:#f7f2ea;
  background:
    radial-gradient(circle at 52% 18%,rgba(255,97,32,.2),transparent 24%),
    radial-gradient(circle at 78% 78%,rgba(255,97,32,.08),transparent 28%),
    linear-gradient(180deg,#080808 0%,#050506 48%,#020202 100%);
  overflow-x:hidden;
}
body.review-product-body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:64px 64px,64px 64px,32px 32px;
  opacity:.46;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.5) 52%,transparent 96%);
}
.review-product-page{
  position:relative;
  min-height:100vh;
  overflow-x:clip;
  isolation:isolate;
}
.product-glow{
  position:fixed;
  inset:auto auto -240px 50%;
  width:920px;
  height:520px;
  border-radius:50%;
  transform:translateX(-50%);
  pointer-events:none;
  background:radial-gradient(circle,rgba(255,96,31,.28),rgba(255,96,31,.09) 36%,transparent 70%);
  filter:blur(30px);
  z-index:-1;
}
.review-product-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}
.review-product-logo img{
  width:128px;
  display:block;
  filter:drop-shadow(0 18px 42px rgba(255,92,35,.2));
}
.review-product-logo.compact img{width:88px}
.glass-card{
  position:relative;
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
    radial-gradient(circle at 80% 0,rgba(255,107,44,.1),transparent 32%);
  box-shadow:0 34px 120px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}
.glass-card.active{
  border-color:rgba(255,107,44,.58);
  box-shadow:0 34px 120px rgba(0,0,0,.46),0 0 0 1px rgba(255,107,44,.14),0 0 58px rgba(255,86,29,.12);
}
.rbtn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid transparent;
  border-radius:11px;
  padding:0 18px;
  color:#fff;
  text-decoration:none;
  font-weight:850;
  line-height:1;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.rbtn:hover{transform:translateY(-1px)}
.rbtn.primary{
  color:#fff;
  background:linear-gradient(135deg,#ff7634,#ff4f1e);
  box-shadow:0 18px 42px rgba(255,92,35,.24);
}
.rbtn.primary:hover{box-shadow:0 22px 60px rgba(255,92,35,.34)}
.rbtn.secondary,.rbtn.ghost{
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.13);
}
.rbtn.secondary:hover,.rbtn.ghost:hover{border-color:rgba(255,255,255,.22)}
.field{
  display:grid;
  gap:8px;
  color:#7d788c;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.field input,.field textarea,.field select,.top-search input,.invite-input input,.share-link-field input,.comment-composer input,.public-comment-panel textarea{
  width:100%;
  min-height:48px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  color:#f5f0ea;
  background:rgba(255,255,255,.055);
  outline:none;
  padding:0 14px;
  font-weight:760;
}
.field textarea{
  min-height:116px;
  padding:14px;
  resize:vertical;
}
.field input:focus,.field textarea:focus,.field select:focus,.top-search input:focus{
  border-color:rgba(255,107,44,.65);
  box-shadow:0 0 0 3px rgba(255,107,44,.12);
}
.divider{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  margin:4px 0;
  color:#706b66;
  font-size:12px;
}
.divider::before,.divider::after{
  content:"";
  height:1px;
  background:rgba(255,255,255,.09);
}
.auth-screen,.plans-screen{
  display:grid;
  place-items:center;
  padding:28px;
}
.auth-screen{
  min-height:100vh;
  padding:64px 28px;
}
.auth-grid{
  position:relative;
  width:min(1180px,100%);
  min-height:640px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 58%,rgba(255,96,31,.2),transparent 31%),
    rgba(255,255,255,.02);
  box-shadow:0 40px 160px rgba(0,0,0,.48);
  overflow:hidden;
}
.auth-grid::before{
  content:"";
  position:absolute;
  inset:-34% 18% -38%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 50% 48%,rgba(255,106,48,.34),rgba(255,106,48,.16) 25%,rgba(255,106,48,.06) 44%,transparent 66%);
  filter:blur(28px);
  opacity:.86;
  transform:scale(.98);
  animation:auth-orange-breathe 6.8s cubic-bezier(.22,1,.36,1) infinite;
}
.auth-grid::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:96px 96px;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.7) 18%,rgba(0,0,0,.75) 82%,transparent);
  opacity:.35;
}
.login-card{
  width:min(430px,100%);
  display:grid;
  gap:15px;
  padding:42px 34px 28px;
  z-index:1;
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035)),
    radial-gradient(circle at 50% 0,rgba(255,107,44,.19),transparent 48%);
  box-shadow:
    0 34px 140px rgba(0,0,0,.54),
    0 0 90px rgba(255,87,31,.12),
    inset 0 1px 0 rgba(255,255,255,.09);
}
.login-card .review-product-logo{
  justify-self:center;
  margin-bottom:28px;
}
.login-card .review-product-logo img{
  width:150px;
}
.login-copy{
  display:grid;
  gap:12px;
  margin-bottom:4px;
}
.login-card h1,.onboarding-card h1,.plans-main h1{
  color:#fff;
  font-size:32px;
  line-height:1;
  letter-spacing:-.02em;
}
.login-card h1{
  font-size:29px;
  font-weight:790;
  letter-spacing:-.035em;
}
.login-card p,.onboarding-card p,.plans-main p,.new-project-card p,.page-heading p,.project-header-product p,.public-comment-panel p{
  color:#aaa3ba;
  line-height:1.45;
}
.login-card p{
  max-width:330px;
  font-size:15px;
}
.login-card .field{
  gap:9px;
}
.login-card .field span{
  color:#8a849a;
  font-size:12px;
  letter-spacing:.13em;
}
.login-card .field input{
  min-height:58px;
  border-radius:10px;
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  font-size:15px;
  font-weight:650;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.login-card .field input::placeholder{
  color:rgba(184,177,190,.62);
}
.login-card .divider{
  margin:10px 0 4px;
}
.login-social-btn{
  min-height:56px;
  justify-content:center;
  border-radius:10px;
  color:#fff;
  font-size:15px;
  font-weight:750;
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.16);
}
.login-social-btn i{
  font-size:18px;
}
.login-submit-btn{
  min-height:58px;
  margin-top:6px;
  border-radius:10px;
  font-size:16px;
  font-weight:800;
  box-shadow:0 18px 58px rgba(255,84,28,.3);
}
.login-options.product{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#aaa3ba;
  font-size:13px;
  align-items:center;
  margin-top:-2px;
}
.login-options.product label{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.login-options.product input{
  width:18px;
  height:18px;
  accent-color:#ff642f;
}
.login-options.product a,.login-card small a,.plan-card-mini a{
  color:#ff9a62;
  text-decoration:none;
  font-weight:850;
}
.login-card small{
  color:#aaa3ba;
  text-align:center;
  margin-top:0;
  font-size:15px;
}
.onboarding-screen{
  display:grid;
  grid-template-columns:290px minmax(0,1fr);
  min-height:100vh;
  padding:28px;
  gap:22px;
}
.onboarding-side{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.onboarding-side div{
  display:grid;
  gap:14px;
  max-width:180px;
}
.onboarding-side i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,107,44,.42);
  border-radius:50%;
  color:#ff7b37;
}
.onboarding-side strong{
  color:#ff8b46;
}
.onboarding-side p{
  color:#aaa3ba;
  font-size:13px;
  line-height:1.5;
}
.onboarding-main{
  display:grid;
  place-items:center;
  align-content:center;
  gap:28px;
}
.onboarding-card{
  width:min(620px,100%);
  display:grid;
  gap:18px;
  padding:32px;
}
.stepper{
  width:min(520px,100%);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.stepper div{
  display:grid;
  justify-items:center;
  gap:7px;
  color:#706b66;
  font-size:11px;
  font-weight:850;
}
.stepper span{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.05);
}
.stepper .active span,.stepper .done span{
  color:#fff;
  border-color:#ff6b2c;
  background:#ff5b23;
}
.option-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.option-grid.compact{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.select-option{
  min-height:86px;
  display:grid;
  align-content:start;
  gap:8px;
  text-align:left;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.045);
  padding:15px;
}
.select-option span{
  color:#aaa3ba;
  font-size:13px;
  line-height:1.35;
}
.select-option.selected{
  border-color:rgba(255,107,44,.65);
  background:rgba(255,107,44,.1);
}
.form-actions{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin-top:4px;
}
.plans-screen{
  align-content:start;
}
.plans-header{
  width:min(1180px,100%);
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:46px;
}
.billing-toggle{
  display:flex;
  gap:4px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  padding:4px;
  background:rgba(255,255,255,.04);
}
.billing-toggle button{
  min-height:30px;
  border:0;
  border-radius:999px;
  color:#aaa3ba;
  background:transparent;
  padding:0 12px;
  font-weight:850;
}
.billing-toggle .active{
  color:#fff;
  background:rgba(255,255,255,.08);
}
.plans-main{
  width:min(1180px,100%);
  text-align:center;
}
.plans-main h1{
  font-size:34px;
}
.plans-main > p{
  margin-top:8px;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:44px;
}
.pricing-card{
  display:grid;
  align-content:start;
  gap:16px;
  min-height:430px;
  padding:28px;
  text-align:left;
}
.pricing-card h2{
  font-size:22px;
}
.pricing-card > strong{
  color:#fff;
  font-size:28px;
}
.pricing-card p,.pricing-card li{
  color:#aaa3ba;
  line-height:1.45;
}
.pricing-card ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.pricing-card li{
  display:flex;
  gap:8px;
  font-size:14px;
}
.pricing-card li i,.plan-badge{
  color:#ff6b2c;
}
.plan-badge{
  justify-self:center;
  margin-top:-42px;
  border-radius:999px;
  background:#ff5b23;
  color:#fff;
  padding:6px 12px;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.pricing-card .rbtn{align-self:end;margin-top:auto}
.app-product-screen{
  display:grid;
  grid-template-columns:245px minmax(0,1fr);
  min-height:100vh;
}
.app-sidebar{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  flex-direction:column;
  gap:20px;
  border-right:1px solid rgba(255,255,255,.08);
  background:rgba(10,10,12,.78);
  padding:22px 16px;
  backdrop-filter:blur(20px);
}
.app-sidebar nav{
  display:grid;
  gap:8px;
}
.app-sidebar nav a{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:12px;
  border-radius:10px;
  color:#aaa3ba;
  text-decoration:none;
  padding:0 12px;
  font-weight:800;
}
.app-sidebar nav a.active,.app-sidebar nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.07);
}
.app-sidebar nav a.active i{
  color:#ff7132;
}
.plan-card-mini{
  display:grid;
  gap:6px;
  margin-top:auto;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  padding:14px;
}
.plan-card-mini strong{color:#fff}
.plan-card-mini span{
  color:#aaa3ba;
  font-size:12px;
}
.app-content{
  min-width:0;
}
.app-topbar{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:0 28px;
}
.top-search{
  width:min(420px,100%);
  display:flex;
  align-items:center;
  gap:10px;
  color:#706b66;
}
.top-search input{
  min-height:38px;
}
.top-actions{
  display:flex;
  align-items:center;
  gap:9px;
}
.top-actions button,.team-row button{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
  color:#aaa3ba;
  background:rgba(255,255,255,.045);
}
.avatar-chip,.avatar-small{
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#ffcf9f;
  background:linear-gradient(135deg,rgba(255,107,44,.28),rgba(255,255,255,.05));
  border:1px solid rgba(255,107,44,.25);
  font-weight:950;
}
.avatar-chip{
  width:36px;
  height:36px;
}
.avatar-small{
  width:34px;
  height:34px;
  font-size:12px;
}
.dashboard-main,.form-page,.project-detail-main,.video-review-main,.team-main{
  width:min(1280px,calc(100% - 56px));
  margin:0 auto;
  padding:30px 0 54px;
}
.page-heading,.project-header-product,.video-review-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom:24px;
}
.page-heading h1,.project-header-product h1,.new-project-card h1,.team-main h1{
  color:#fff;
  font-size:34px;
  line-height:1;
}
.page-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.stats-grid-product{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.stats-card{
  display:grid;
  gap:8px;
  padding:20px;
}
.stats-card span,.overview-card span,.summary-card span{
  color:#aaa3ba;
  font-size:13px;
  font-weight:800;
}
.stats-card strong,.overview-card strong,.summary-card strong{
  color:#fff;
  font-size:32px;
}
.stats-card small{
  color:#7d788c;
}
.section-block{
  margin-top:24px;
}
.section-title-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
}
.section-title-row h2,.project-detail-main h2,.public-comment-panel h2,.comments-panel-product h2{
  color:#fff;
  font-size:22px;
}
.filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.filter-row button{
  min-height:34px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:#aaa3ba;
  background:rgba(255,255,255,.045);
  padding:0 12px;
  font-weight:850;
}
.filter-row button.active{
  color:#fff;
  border-color:rgba(255,107,44,.5);
  background:rgba(255,107,44,.14);
}
.project-table,.team-table{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  background:rgba(255,255,255,.035);
}
.table-head,.table-row{
  display:grid;
  grid-template-columns:minmax(220px,1.5fr) minmax(130px,1fr) minmax(150px,1fr) 80px 100px 120px 44px;
  gap:14px;
  align-items:center;
  padding:15px 18px;
}
.table-head,.team-row.head{
  color:#7d788c;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(255,255,255,.035);
}
.table-row{
  color:#d8d2cc;
  text-decoration:none;
  border-top:1px solid rgba(255,255,255,.075);
  transition:background .2s ease;
}
.table-row:hover{
  background:rgba(255,255,255,.045);
}
.table-row strong{color:#fff}
.status-badge{
  width:max-content;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:#aaa3ba;
  background:rgba(255,255,255,.045);
  padding:0 9px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.status-badge.em-revisao,.status-badge.ajustes-solicitados,.status-badge.aberto{
  color:#ffb071;
  border-color:rgba(255,107,44,.38);
  background:rgba(255,107,44,.12);
}
.status-badge.aprovado,.status-badge.ativo,.status-badge.resolvido{
  color:#7cf0a6;
  border-color:rgba(99,212,147,.34);
  background:rgba(99,212,147,.1);
}
.status-badge.aguardando-aprovacao,.status-badge.pendente{
  color:#ffd16c;
  border-color:rgba(255,209,108,.34);
  background:rgba(255,209,108,.1);
}
.breadcrumb{
  margin-bottom:18px;
  color:#7d788c;
  font-size:13px;
  font-weight:800;
}
.new-project-card{
  width:min(980px,100%);
  display:grid;
  gap:18px;
  padding:30px;
}
.form-grid-product{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.form-grid-product .wide{
  grid-column:1/-1;
}
.checkbox-stack{
  display:grid;
  gap:11px;
  color:#d8d2cc;
}
.checkbox-stack label{
  display:flex;
  align-items:center;
  gap:10px;
  line-height:1.35;
}
.checkbox-stack input{
  accent-color:#ff6b2c;
}
.project-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:20px;
}
.project-tabs button{
  min-height:42px;
  border:0;
  border-bottom:2px solid transparent;
  color:#aaa3ba;
  background:transparent;
  padding:0 12px;
  font-weight:850;
}
.project-tabs button.active{
  color:#fff;
  border-color:#ff6b2c;
}
.overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.overview-card,.activity-card,.summary-card{
  display:grid;
  gap:12px;
  padding:20px;
}
.overview-card p,.activity-card small{
  color:#aaa3ba;
  line-height:1.45;
}
.activity-card{
  grid-column:span 2;
}
.activity-card h3,.invite-list h3,.approval-card h3,.team-main h3{
  color:#fff;
}
.activity-card article,.invite-list article{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  border-top:1px solid rgba(255,255,255,.07);
  padding-top:11px;
}
.versions-layout,.comments-tab-layout,.share-tab-layout{
  display:grid;
  gap:18px;
}
.version-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,1fr);
  gap:14px;
}
.version-card{
  display:grid;
  gap:12px;
  padding:20px;
}
.version-card > strong{
  color:#fff;
  font-size:28px;
}
.upload-dropzone{
  display:grid;
  justify-items:start;
  gap:12px;
  border-style:dashed;
  padding:22px;
}
.upload-dropzone i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#ff9a62;
  background:rgba(255,107,44,.12);
}
.upload-dropzone strong{color:#fff}
.upload-dropzone span,.upload-dropzone small{color:#aaa3ba}
.upload-progress{
  width:100%;
  height:7px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
.upload-progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ff6b2c,#ff9a62);
}
.comments-tab-layout{
  grid-template-columns:minmax(0,1fr) 260px;
}
.summary-card strong{
  font-size:28px;
}
.share-tab-layout{
  grid-template-columns:minmax(0,1fr) 360px;
}
.share-settings{
  display:grid;
  gap:16px;
  margin-top:16px;
}
.share-link-field{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
}
.share-link-field span{
  grid-column:1/-1;
  color:#7d788c;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.settings-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.invite-list{
  display:grid;
  align-content:start;
  gap:14px;
  padding:20px;
}
.invite-input{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.invite-list em{
  color:#aaa3ba;
  font-size:12px;
  font-style:normal;
}
.timeline{
  display:grid;
  gap:0;
  padding:10px 0;
}
.timeline article{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:12px;
  color:#fff;
  padding:12px 0;
}
.timeline i{
  color:#ff6b2c;
}
.timeline span{
  display:block;
  margin-top:3px;
  color:#aaa3ba;
  font-size:13px;
}
.video-review-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:18px;
  align-items:start;
}
.video-player-mock{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  background:#020202;
  box-shadow:0 34px 130px rgba(0,0,0,.48);
}
.video-player-mock img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  opacity:.9;
}
.video-player-mock.compact img{
  aspect-ratio:16/10;
}
.video-pin{
  position:absolute;
  width:18px;
  height:18px;
  border:3px solid #fff;
  border-radius:50%;
  background:#ff5b23;
  box-shadow:0 0 0 6px rgba(255,91,35,.22);
}
.video-pin.active{
  animation:product-pin-pulse 1.8s ease-in-out infinite;
}
.pin-a{left:33%;top:48%}
.pin-b{left:68%;top:56%}
.pin-c{left:22%;top:62%}
.player-controls{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:none;
  grid-template-columns:auto auto minmax(120px,1fr) auto auto auto auto;
  align-items:center;
  gap:16px;
  padding:18px 22px;
  color:#fff;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));
}
.fake-progress{
  height:5px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.18);
}
.fake-progress span{
  display:block;
  width:34%;
  height:100%;
  border-radius:inherit;
  background:#ff6b2c;
}
.version-strip{
  display:flex;
  gap:10px;
  margin:14px 0;
}
.version-strip button{
  min-height:64px;
  min-width:100px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  color:#aaa3ba;
  background:rgba(255,255,255,.04);
  font-weight:900;
}
.version-strip button.active{
  color:#fff;
  border-color:#ff6b2c;
}
.approval-card{
  display:grid;
  gap:12px;
  padding:18px;
}
.approval-card p{
  color:#aaa3ba;
}
.approval-card div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.comments-panel-product{
  display:grid;
  gap:14px;
  padding:18px;
}
.panel-title-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.panel-title-row button{
  border:0;
  color:#aaa3ba;
  background:transparent;
}
.comments-stack{
  display:grid;
  gap:10px;
  max-height:620px;
  overflow:auto;
  padding-right:3px;
}
.comment-card-product{
  display:grid;
  gap:10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  padding:14px;
}
.comment-card-product.focused{
  border-color:rgba(255,107,44,.5);
}
.comment-card-product.resolved{
  opacity:.72;
}
.comment-avatar-row{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
}
.comment-avatar-row strong{color:#fff}
.comment-avatar-row > div{
  min-width:0;
  display:grid;
  gap:2px;
}
.comment-avatar-row small,.comment-avatar-row em{
  color:#aaa3ba;
  font-style:normal;
  font-size:12px;
}
.comment-card-product p{
  color:#e5ded7;
  line-height:1.45;
}
.comment-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.comment-actions button{
  min-height:30px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:#ddd5ce;
  background:rgba(255,255,255,.045);
  padding:0 10px;
  font-weight:800;
}
.comment-composer{
  display:grid;
  gap:8px;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:14px;
}
.comment-composer small{
  color:#7d788c;
}
.comment-composer button{
  justify-self:end;
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  color:#fff;
  background:#ff5b23;
}
.public-product-screen{
  padding:18px 28px 44px;
}
.public-review-header{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.public-review-header div{
  display:flex;
  align-items:center;
  gap:10px;
}
.public-review-header strong{
  color:#fff;
}
.public-review-header > span{
  color:#aaa3ba;
}
.public-review-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:18px;
  width:min(1360px,100%);
  margin:0 auto;
}
.public-comment-panel{
  display:grid;
  align-content:start;
  gap:14px;
  padding:18px;
}
.public-comment-panel textarea{
  min-height:110px;
  resize:vertical;
  padding:14px;
}
.public-comment-panel h3{
  margin:14px 0 0;
  color:#fff;
}
.team-table{
  padding:0;
}
.team-row{
  display:grid;
  grid-template-columns:1.2fr 1.4fr 1fr 1fr 110px 60px;
  gap:14px;
  align-items:center;
  min-height:62px;
  border-top:1px solid rgba(255,255,255,.07);
  padding:0 18px;
  color:#d8d2cc;
}
.team-row.head{
  min-height:48px;
  border-top:0;
}
.team-row strong{
  color:#fff;
}
.product-modal{
  position:fixed;
  inset:0;
  z-index:40;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(12px);
}
.product-modal-card{
  width:min(520px,100%);
  position:relative;
  display:grid;
  gap:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:#111114;
  padding:28px;
  box-shadow:0 34px 120px rgba(0,0,0,.52);
}
.product-modal-card h2{
  color:#fff;
}
.product-modal-card p{
  color:#aaa3ba;
}
.modal-x{
  position:absolute;
  top:14px;
  right:14px;
  border:0;
  color:#aaa3ba;
  background:transparent;
}
@keyframes product-pin-pulse{
  0%,100%{box-shadow:0 0 0 4px rgba(255,91,35,.18),0 0 0 0 rgba(255,91,35,.36)}
  50%{box-shadow:0 0 0 7px rgba(255,91,35,.22),0 0 0 16px rgba(255,91,35,0)}
}

@media(max-width:1180px){
  .app-product-screen{grid-template-columns:210px minmax(0,1fr)}
  .overview-grid,.stats-grid-product{grid-template-columns:repeat(2,minmax(0,1fr))}
  .version-grid,.pricing-grid{grid-template-columns:1fr 1fr}
  .share-tab-layout,.video-review-layout,.public-review-layout{grid-template-columns:1fr}
  .table-head,.table-row{grid-template-columns:minmax(220px,1.5fr) minmax(120px,1fr) minmax(140px,1fr) 70px 80px}
  .table-head span:nth-last-child(-n+2),.table-row > :nth-last-child(-n+2){display:none}
}

@media(max-width:820px){
  .app-product-screen,.onboarding-screen{grid-template-columns:1fr}
  .app-sidebar{position:relative;height:auto}
  .app-sidebar nav{grid-template-columns:repeat(4,1fr)}
  .app-sidebar nav a{justify-content:center}
  .app-sidebar nav span,.plan-card-mini{display:none}
  .app-topbar{padding:16px;align-items:flex-start;flex-direction:column}
  .dashboard-main,.form-page,.project-detail-main,.video-review-main,.team-main{width:min(100% - 28px,1280px)}
  .page-heading,.project-header-product,.video-review-header{align-items:flex-start;flex-direction:column}
  .form-grid-product,.comments-tab-layout,.pricing-grid,.version-grid,.settings-grid{grid-template-columns:1fr}
  .overview-grid,.stats-grid-product{grid-template-columns:1fr}
  .activity-card{grid-column:auto}
  .table-head{display:none}
  .table-row{
    grid-template-columns:1fr;
    gap:8px;
  }
  .team-row,.team-row.head{
    grid-template-columns:1fr;
    height:auto;
    padding:16px;
  }
  .onboarding-side{display:none}
}

/* Product precision pass: closer to the supplied Review wireframe */
body.review-product-body{
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
.review-product-logo img{width:112px}
.review-product-logo.compact img{width:116px}
.glass-card{
  border-radius:14px;
  box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.045);
}
.rbtn{
  min-height:34px;
  border-radius:7px;
  padding:0 14px;
  font-size:12px;
  font-weight:700;
  gap:8px;
}
.field{
  gap:6px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.055em;
}
.field input,.field textarea,.field select,.top-search input,.invite-input input,.share-link-field input,.comment-composer input,.public-comment-panel textarea{
  min-height:36px;
  border-radius:7px;
  padding:0 11px;
  font-size:12px;
  font-weight:500;
}
.field textarea{
  min-height:86px;
  padding:11px;
}
.auth-screen,.plans-screen{padding:20px}
.auth-grid{
  min-height:560px;
  border-radius:16px;
}
.login-card{
  width:min(342px,100%);
  gap:10px;
  padding:24px;
}
.login-card h1,.onboarding-card h1,.plans-main h1{
  font-size:21px;
  font-weight:760;
}
.login-card p,.onboarding-card p,.plans-main p,.new-project-card p,.page-heading p,.project-header-product p,.public-comment-panel p{
  font-size:12px;
  font-weight:400;
}
.login-options.product{
  font-size:10px;
}
.divider{
  font-size:10px;
}
.onboarding-screen{
  grid-template-columns:180px minmax(0,1fr);
  padding:20px;
  gap:16px;
}
.onboarding-side{
  border-radius:16px;
  padding:18px;
}
.onboarding-side i{
  width:38px;
  height:38px;
}
.onboarding-side p{
  font-size:11px;
}
.onboarding-main{
  gap:22px;
}
.onboarding-card{
  width:min(520px,100%);
  gap:14px;
  padding:26px;
}
.stepper span{
  width:22px;
  height:22px;
}
.select-option{
  min-height:68px;
  border-radius:10px;
  padding:12px;
  font-size:12px;
}
.select-option strong{
  font-weight:700;
}
.select-option span{
  font-size:11px;
}
.plans-header{
  margin-bottom:34px;
}
.plans-main h1{
  font-size:24px;
}
.pricing-grid{
  gap:14px;
  margin-top:34px;
}
.pricing-card{
  min-height:360px;
  gap:12px;
  padding:22px;
}
.pricing-card h2{
  font-size:17px;
  font-weight:720;
}
.pricing-card > strong{
  font-size:23px;
  font-weight:720;
}
.pricing-card p,.pricing-card li{
  font-size:12px;
}
.plan-badge{
  font-size:10px;
  font-weight:760;
}
.app-product-screen{
  grid-template-columns:184px minmax(0,1fr);
}
.app-sidebar{
  gap:16px;
  padding:12px 12px 16px;
}
.app-sidebar > .review-product-logo{
  position:relative;
  height:68px;
  min-height:68px;
  align-items:center;
  margin-left:0;
  margin-bottom:0;
  overflow:visible;
}
.app-sidebar > .review-product-logo img{
  position:absolute;
  left:2px;
  top:8px;
  width:108px;
}
.app-sidebar nav{
  gap:6px;
}
.app-sidebar nav a{
  min-height:34px;
  gap:9px;
  border-radius:7px;
  padding:0 9px;
  font-size:12px;
  font-weight:620;
}
.plan-card-mini{
  border-radius:11px;
  padding:12px;
}
.plan-card-mini strong{
  font-size:12px;
  font-weight:700;
}
.plan-card-mini span{
  font-size:11px;
}
.app-topbar{
  min-height:52px;
  padding:0 22px;
}
.top-search{
  width:min(294px,100%);
}
.top-search input{
  min-height:30px;
}
.top-actions button,.team-row button{
  width:28px;
  height:28px;
}
.avatar-chip{
  width:31px;
  height:31px;
  font-size:12px;
}
.avatar-small{
  width:28px;
  height:28px;
  font-size:10px;
}
.dashboard-main,.form-page,.project-detail-main,.video-review-main,.team-main{
  width:min(1110px,calc(100% - 44px));
  padding:18px 0 44px;
}
.page-heading,.project-header-product,.video-review-header{
  gap:18px;
  margin-bottom:20px;
}
.page-heading h1,.project-header-product h1,.new-project-card h1,.team-main h1{
  font-size:26px;
  font-weight:760;
}
.stats-grid-product{
  gap:10px;
}
.stats-card{
  gap:6px;
  padding:16px;
}
.stats-card span,.overview-card span,.summary-card span{
  font-size:11px;
  font-weight:680;
}
.stats-card strong,.overview-card strong,.summary-card strong{
  font-size:24px;
  font-weight:760;
}
.stats-card small{
  font-size:11px;
}
.section-block{
  margin-top:20px;
}
.section-title-row{
  margin-bottom:12px;
}
.section-title-row h2,.project-detail-main h2,.public-comment-panel h2,.comments-panel-product h2{
  font-size:18px;
  font-weight:720;
}
.filter-row{
  gap:7px;
}
.filter-row button{
  min-height:28px;
  padding:0 10px;
  font-size:11px;
  font-weight:620;
}
.project-table,.team-table{
  border-radius:13px;
}
.table-head,.table-row{
  gap:12px;
  padding:9px 14px;
}
.table-head,.team-row.head{
  font-size:10px;
  font-weight:720;
  letter-spacing:.07em;
}
.table-row{
  min-height:42px;
  font-size:12px;
}
.table-row strong{
  font-weight:650;
}
.status-badge{
  min-height:20px;
  padding:0 8px;
  font-size:10px;
  font-weight:720;
}
.breadcrumb{
  margin-bottom:16px;
  font-size:11px;
  font-weight:650;
}
.new-project-card{
  width:min(820px,100%);
  gap:14px;
  padding:24px;
}
.form-grid-product{
  gap:12px;
}
.checkbox-stack{
  gap:8px;
  font-size:12px;
}
.project-tabs{
  margin-bottom:18px;
}
.project-tabs button{
  min-height:34px;
  padding:0 10px;
  font-size:12px;
  font-weight:620;
}
.overview-grid{
  gap:10px;
}
.overview-card,.activity-card,.summary-card{
  gap:9px;
  padding:16px;
}
.overview-card p,.activity-card small{
  font-size:12px;
}
.activity-card h3,.invite-list h3,.approval-card h3,.team-main h3{
  font-size:16px;
  font-weight:720;
}
.activity-card article,.invite-list article{
  grid-template-columns:28px minmax(0,1fr) auto;
  padding-top:9px;
  font-size:12px;
}
.versions-layout,.comments-tab-layout,.share-tab-layout{
  gap:14px;
}
.version-grid{
  gap:10px;
}
.version-card{
  gap:9px;
  padding:16px;
}
.version-card > strong{
  font-size:23px;
}
.upload-dropzone{
  padding:18px;
}
.upload-dropzone i{
  width:38px;
  height:38px;
  border-radius:11px;
}
.share-settings{
  gap:12px;
}
.share-link-field span{
  font-size:10px;
  font-weight:700;
}
.invite-list{
  gap:12px;
  padding:16px;
}
.video-review-layout{
  grid-template-columns:minmax(0,1fr) 340px;
  gap:14px;
}
.video-player-mock{
  border-radius:14px;
}
.video-pin{
  width:15px;
  height:15px;
  border-width:3px;
}
.version-strip{
  gap:8px;
  margin:12px 0;
}
.version-strip button{
  min-height:50px;
  min-width:82px;
  border-radius:10px;
  font-size:12px;
  font-weight:700;
}
.approval-card{
  gap:10px;
  padding:16px;
}
.approval-card p{
  font-size:12px;
}
.comments-panel-product{
  gap:10px;
  padding:14px;
}
.comments-stack{
  gap:8px;
  max-height:560px;
}
.comment-card-product{
  gap:8px;
  border-radius:11px;
  padding:11px;
}
.comment-avatar-row{
  grid-template-columns:28px minmax(0,1fr) auto;
  gap:8px;
}
.comment-avatar-row strong{
  font-size:12px;
  font-weight:650;
}
.comment-avatar-row small,.comment-avatar-row em{
  font-size:10px;
}
.comment-card-product p{
  font-size:12px;
}
.comment-actions{
  gap:6px;
}
.comment-actions button{
  min-height:24px;
  padding:0 8px;
  font-size:10px;
  font-weight:620;
}
.comment-composer{
  gap:7px;
  padding-top:12px;
}
.comment-composer button{
  width:34px;
  height:34px;
  border-radius:9px;
}
.public-product-screen{
  padding:14px 22px 40px;
}
.public-review-header{
  min-height:54px;
}
.public-review-layout{
  grid-template-columns:minmax(0,1fr) 340px;
  gap:14px;
  width:min(1180px,100%);
}
.public-comment-panel{
  gap:10px;
  padding:14px;
}
.public-comment-panel textarea{
  min-height:92px;
  padding:11px;
}
.team-row{
  min-height:48px;
  gap:12px;
  padding:0 14px;
  font-size:12px;
}
.team-row.head{
  min-height:38px;
}
.team-row strong{
  font-weight:620;
}
.product-modal-card{
  border-radius:16px;
  padding:24px;
}

.upload-form{
  display:grid;
  gap:16px;
  width:min(720px,calc(100vw - 56px));
}
.upload-form h2{
  margin:0;
  font-size:24px;
  line-height:1.04;
  letter-spacing:-.035em;
}
.upload-form p{
  margin:0;
  max-width:620px;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.55;
}
.file-drop-product{
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:6px 12px;
  align-items:center;
  min-height:98px;
  padding:18px;
  border:1px dashed rgba(255,92,32,.42);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,92,32,.13),rgba(255,255,255,.035));
  cursor:pointer;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.file-drop-product:hover,
.file-drop-product.has-file{
  transform:translateY(-2px);
  border-color:rgba(255,92,32,.82);
  box-shadow:0 18px 55px rgba(255,92,32,.16);
}
.file-drop-product input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.file-drop-product i{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#ff4f19,#ff7a32);
  box-shadow:0 12px 34px rgba(255,92,32,.3);
}
.file-drop-product strong{
  color:#fff;
  font-size:15px;
  font-weight:760;
}
.file-drop-product span{
  color:rgba(255,255,255,.56);
  font-size:12px;
  line-height:1.45;
}
.real-video-player{
  overflow:hidden;
  background:#050505;
  cursor:crosshair;
}
.real-video-player video{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:contain;
  background:#000;
  cursor:crosshair;
}
.real-video-player.compact video{
  aspect-ratio:16/9;
}
.real-video-player .real-pin{
  position:absolute;
  z-index:4;
  transform:translate(-50%,-50%);
  cursor:pointer;
}
.real-video-player .draft-pin{
  width:20px;
  height:20px;
  border:3px solid #fff;
  background:#ff5c20;
  box-shadow:0 0 0 8px rgba(255,92,32,.16), 0 0 30px rgba(255,92,32,.65);
  animation:reviewDraftPulse 1.4s ease-out infinite;
}
@keyframes reviewDraftPulse{
  0%{ box-shadow:0 0 0 0 rgba(255,92,32,.34), 0 0 24px rgba(255,92,32,.55); }
  100%{ box-shadow:0 0 0 18px rgba(255,92,32,0), 0 0 30px rgba(255,92,32,.62); }
}
.version-strip a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  color:rgba(255,255,255,.8);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  background:rgba(255,255,255,.035);
}
.comment-form-product{
  display:grid;
  gap:8px;
  padding:10px 0 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.comment-form-product textarea{
  width:100%;
  min-height:84px;
  resize:vertical;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  padding:11px 12px;
  color:#fff;
  background:rgba(255,255,255,.045);
  outline:none;
}
.comment-form-product .reviewer-name-input{
  width:100%;
  height:42px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  padding:0 12px;
  color:#fff;
  background:rgba(255,255,255,.045);
  outline:none;
}
.comment-form-product textarea:focus,
.comment-form-product .reviewer-name-input:focus{
  border-color:rgba(255,92,32,.75);
  box-shadow:0 0 0 4px rgba(255,92,32,.09);
}
.comment-form-product small,
.inline-success{
  color:rgba(255,255,255,.5);
  font-size:11px;
}
.comment-form-product small.selected{
  color:#ffb27d;
  font-weight:760;
}
.inline-success{
  margin:0;
  color:#67e8a2;
}
.empty-state-product{
  display:grid;
  place-items:center;
  gap:7px;
  min-height:120px;
  padding:22px;
  border:1px dashed rgba(255,255,255,.12);
  border-radius:14px;
  color:rgba(255,255,255,.56);
  text-align:center;
  background:rgba(255,255,255,.025);
}
.empty-state-product strong{
  color:#fff;
  font-size:14px;
}
.empty-state-product span{
  max-width:280px;
  font-size:12px;
  line-height:1.45;
}

@media(max-width:1180px){
  .app-product-screen{grid-template-columns:176px minmax(0,1fr)}
  .video-review-layout,.public-review-layout{grid-template-columns:1fr}
}

@media(max-width:820px){
  .app-product-screen,.onboarding-screen{grid-template-columns:1fr}
  .app-sidebar{position:relative;height:auto}
  .app-sidebar nav{grid-template-columns:repeat(4,1fr)}
  .dashboard-main,.form-page,.project-detail-main,.video-review-main,.team-main{width:min(100% - 28px,1110px)}
  .pricing-grid,.version-grid,.settings-grid,.form-grid-product,.overview-grid,.stats-grid-product{grid-template-columns:1fr}
}

/* Login screen refinement */
.auth-screen{
  min-height:100vh;
  padding:64px 28px;
}
.auth-screen .auth-grid{
  position:relative;
  width:min(1210px,100%);
  min-height:660px;
  overflow:hidden;
  border-radius:24px;
  border-color:rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 50% 58%,rgba(255,96,31,.18),transparent 32%),
    rgba(255,255,255,.018);
  box-shadow:0 44px 170px rgba(0,0,0,.52);
}
.auth-screen .auth-grid::before{
  content:"";
  position:absolute;
  inset:-34% 18% -38%;
  pointer-events:none;
  background:radial-gradient(ellipse at 50% 48%,rgba(255,106,48,.34),rgba(255,106,48,.16) 25%,rgba(255,106,48,.06) 44%,transparent 66%);
  filter:blur(28px);
  opacity:.86;
  transform:scale(.98);
  animation:auth-orange-breathe 6.8s cubic-bezier(.22,1,.36,1) infinite;
}
.auth-screen .auth-grid::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:96px 96px;
  opacity:.34;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.7) 18%,rgba(0,0,0,.75) 82%,transparent);
}
.auth-screen .login-card.glass-card{
  z-index:1;
  width:min(430px,calc(100% - 32px));
  gap:10px;
  padding:22px 34px 20px;
  border-radius:22px;
  border-color:rgba(255,255,255,.16);
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035)),
    radial-gradient(circle at 50% 0,rgba(255,107,44,.19),transparent 48%);
  box-shadow:
    0 34px 140px rgba(0,0,0,.54),
    0 0 90px rgba(255,87,31,.12),
    inset 0 1px 0 rgba(255,255,255,.09);
}
.auth-screen .login-card .review-product-logo{
  justify-self:center;
  margin-bottom:10px;
}
.auth-screen .login-card .review-product-logo img{
  width:112px;
}
.auth-screen .login-copy{
  display:grid;
  gap:8px;
  margin-bottom:2px;
}
.auth-screen .login-card h1{
  color:#fff;
  font-size:27px;
  font-weight:790;
  line-height:1.04;
  letter-spacing:-.035em;
}
.auth-screen .login-card p{
  max-width:330px;
  color:#aaa3ba;
  font-size:14px;
  line-height:1.45;
}
.auth-screen .login-social-btn{
  min-height:46px;
  justify-content:center;
  border-radius:10px;
  color:#fff;
  font-size:15px;
  font-weight:750;
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.16);
}
.auth-screen .login-social-btn i{
  font-size:18px;
}
.auth-screen .login-card .divider{
  margin:7px 0 1px;
  color:#847b83;
}
.auth-screen .login-card .field{
  gap:9px;
}
.auth-screen .login-card .field span{
  color:#8a849a;
  font-size:12px;
  letter-spacing:.13em;
}
.auth-screen .login-card .field input{
  min-height:48px;
  border-radius:10px;
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#f5f0ea;
  font-size:15px;
  font-weight:650;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.auth-screen .login-card .field input::placeholder{
  color:rgba(184,177,190,.62);
}
.auth-screen .login-options.product{
  align-items:center;
  margin-top:-2px;
  color:#aaa3ba;
  font-size:13px;
}
.auth-screen .login-options.product label{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.auth-screen .login-options.product input{
  width:18px;
  height:18px;
  accent-color:#ff642f;
}
.auth-screen .login-submit-btn{
  min-height:50px;
  margin-top:6px;
  border-radius:10px;
  font-size:16px;
  font-weight:800;
  box-shadow:0 18px 58px rgba(255,84,28,.3);
}
.auth-screen .login-card small{
  margin-top:0;
  color:#aaa3ba;
  font-size:14px;
  text-align:center;
}

@media(max-width:820px){
  .auth-screen{
    padding:18px;
  }
  .auth-screen .auth-grid{
    min-height:calc(100vh - 36px);
    border-radius:18px;
  }
  .auth-screen .login-card.glass-card{
    width:min(430px,100% - 24px);
    padding:22px 24px 20px;
  }
  .auth-screen .login-card .review-product-logo img{
    width:108px;
  }
  .auth-screen .login-card .review-product-logo{
    margin-bottom:10px;
  }
  .auth-screen .login-card h1{
    font-size:25px;
  }
  .auth-screen .login-card p{
    font-size:14px;
  }
  .auth-screen .login-social-btn{
    min-height:46px;
  }
  .auth-screen .login-card .field input{
    min-height:48px;
  }
  .auth-screen .login-submit-btn{
    min-height:50px;
  }
}
