:root{
  --bg:#050712;
  --panel:#090c19;
  --text:#f5f2ff;
  --muted:#a9a4ba;
  --line:rgba(220,212,255,.16);
  --glass:rgba(255,255,255,.045);
  --violet:#9b83ff;
  --lilac:#c0adff;
  --cyan:#78c8ff;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Manrope,sans-serif}
body{overflow-x:hidden}
button,input{font:inherit}
button{cursor:pointer;color:inherit}
.noise{position:fixed;inset:0;z-index:50;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}

/* CABECERA / TIMELINE */
.topbar{
  position:absolute;z-index:20;top:0;left:0;right:0;
  min-height:238px;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:76px 54px 96px;
  padding:18px max(32px,3.6vw) 0;
  background:linear-gradient(180deg,rgba(3,6,16,.58),rgba(3,6,16,.18) 66%,rgba(3,6,16,0));
  pointer-events:none;
}
.topbar>*{pointer-events:auto}
.brand{
  grid-column:1;grid-row:1;justify-self:start;align-self:start;
  display:flex;align-items:center;gap:15px;
  border:0;background:none;padding:0;
  font-family:Manrope,sans-serif;font-weight:500;
  letter-spacing:.22em;font-size:13px;color:#f1eef9;
  white-space:nowrap;text-shadow:0 2px 20px rgba(0,0,0,.44);
}
.brand:before{
  content:"✦";display:grid;place-items:center;width:38px;height:38px;
  border:1px solid rgba(255,255,255,.58);border-radius:50%;
  font-size:13px;letter-spacing:0;box-shadow:0 0 22px rgba(152,126,255,.10)
}
.ghost,.primary{border-radius:999px;padding:13px 22px;border:1px solid var(--line);background:transparent}
.account-actions{grid-column:2;grid-row:1;align-self:start;justify-self:end;display:flex;align-items:center;gap:10px}
.ghost.small{padding:10px 16px;font-size:12px;background:rgba(4,7,18,.18);border-color:rgba(204,195,239,.42)}
.session-exit{border:0;background:transparent;color:#8f899d;font-size:11px;letter-spacing:.04em;padding:10px 8px;transition:.2s color,.2s opacity}
.session-exit:hover{color:#e9e4f6}
.session-exit[hidden]{display:none}
.session-exit:disabled{opacity:.55;cursor:wait}
.expo-status{
  grid-column:1/-1;grid-row:2;align-self:center;justify-self:start;
  display:flex;align-items:center;gap:16px;min-width:0;
  font-size:10px;letter-spacing:.16em;color:#918ba1;text-transform:uppercase;
}
.expo-status-pill{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(190,176,255,.22);
  border-radius:999px;background:rgba(155,131,255,.07);color:#dcd5f1;white-space:nowrap;
}
.expo-status-pill i{width:7px;height:7px;border-radius:50%;background:#9b83ff;box-shadow:0 0 14px rgba(155,131,255,.95)}
.expo-status-current{white-space:nowrap}
.expo-status-current strong{font-weight:500;color:#f2effb;letter-spacing:.12em}
.phase-nav{
  grid-column:1/-1;grid-row:3;
  position:relative;display:grid;grid-template-columns:repeat(4,minmax(155px,1fr));
  gap:0;width:min(880px,72vw);align-self:start;justify-self:start;
  margin-top:8px;overflow:visible;
}
.phase-nav:before{
  content:"";position:absolute;left:12px;right:12px;top:16px;height:1px;
  background:linear-gradient(90deg,rgba(201,190,255,.72),rgba(201,190,255,.18));
}
.phase{
  position:relative;min-width:0;padding:40px 18px 0 0;border:0;background:none;
  font-size:11px;color:#8f899d;text-align:left;overflow:visible;cursor:default;
}
.phase .phase-node{
  position:absolute;top:7px;left:0;width:18px;height:18px;border-radius:50%;
  display:grid;place-items:center;border:1px solid rgba(164,144,240,.68);background:#080b19;
  color:#0a0c16;font-size:9px;font-weight:700;line-height:1;
}
.phase b{display:block;font-weight:400;white-space:nowrap}
.phase small{display:block;margin-top:5px;font-size:8px;letter-spacing:.09em;text-transform:uppercase;color:#625d6e}
.phase-link{cursor:pointer}
.phase-link:hover b{color:#fff}
.phase-done{color:#b9b3c6}
.phase-done .phase-node{background:rgba(206,195,255,.90);border-color:#e8e1ff;box-shadow:0 0 0 4px rgba(143,112,255,.08);color:#262039}
.phase-done b{color:#c8c2d2}
.phase-current{color:#fff}
.phase-current .phase-node{background:#9b86ff;border-color:#f0efff;box-shadow:0 0 0 5px rgba(132,105,255,.16),0 0 18px rgba(137,114,255,.92)}
.phase-current b{font-size:13px;font-weight:500;color:#fff}
.phase-future{opacity:.68}
.phase-future:disabled{cursor:not-allowed}
.phase-future .phase-node{background:#080b19;border-color:rgba(130,112,194,.56)}
.phase-future b{color:#827d8e}
.phase:focus-visible{outline:1px solid #a996ff;outline-offset:6px;border-radius:8px}

/* PANTALLAS */
.screen{display:none;min-height:100vh}
.active-screen{display:block}

/* PORTAL OFICIAL */
.portal{position:relative;overflow:hidden;background:#050711 url("portal-bg.png") center center/cover no-repeat}
.portal:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(3,6,18,.72) 0%,rgba(4,8,22,.50) 34%,rgba(4,8,22,.10) 58%,rgba(4,8,22,.02) 100%),linear-gradient(180deg,rgba(3,5,14,.06),rgba(3,5,14,.00) 63%,rgba(3,5,14,.18))}
.portal-copy{position:relative;z-index:2;max-width:1010px;margin:0;text-align:left;padding:282px 24px 118px max(60px,3.7vw)}
.eyebrow{font-size:11px;letter-spacing:.31em;color:#c9c0df;text-transform:uppercase}
.portal .eyebrow{margin:0 0 18px}
.portal .eyebrow:after{content:"";display:inline-block;width:52px;height:1px;margin-left:22px;vertical-align:middle;background:rgba(223,216,255,.46)}
.portal h1.portal-title{font-family:"Playfair Display",serif;font-weight:500;margin:0 0 18px;max-width:940px;text-shadow:0 6px 34px rgba(0,0,0,.30);line-height:.82;letter-spacing:-.052em}
.portal-title-line{display:block;font-size:clamp(88px,8.2vw,138px);white-space:nowrap;color:#f5f1ff}
.portal-title-line em{font-style:italic;font-weight:500;background:linear-gradient(105deg,#d8c8ff 0%,#a781ff 82%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-right:.08em}
.portal-year{display:block;font-size:clamp(74px,6.6vw,112px);line-height:.92;margin-top:10px;letter-spacing:-.035em;background:linear-gradient(105deg,#cbb6ff 0%,#936cff 95%);-webkit-background-clip:text;background-clip:text;color:transparent;width:max-content}
.tagline{font-size:clamp(20px,2vw,31px);font-weight:300;line-height:1.42;color:#e1ddec;margin:0 0 34px;max-width:820px;text-shadow:0 2px 26px rgba(0,0,0,.42)}
.tagline strong{font-weight:300}
.portal-actions{display:flex;gap:14px;justify-content:flex-start}
.portal .primary{min-width:240px;padding:15px 28px;font-weight:500;font-size:16px;background:linear-gradient(120deg,rgba(139,104,255,.96),rgba(93,127,245,.86));border:1px solid rgba(225,220,255,.72);box-shadow:0 0 0 3px rgba(136,109,255,.08),0 0 31px rgba(113,89,255,.42)}
.portal .ghost{min-width:190px;padding:15px 27px;font-weight:500;font-size:16px;border-color:rgba(197,183,255,.58);background:rgba(4,7,20,.18)}
.portal-foot{position:absolute;z-index:3;bottom:29px;color:#aba6ba;font-size:9px;letter-spacing:.29em;text-transform:uppercase}
.portal-foot-left{left:max(60px,3.7vw)}
.portal-foot-right{right:max(55px,3.5vw);text-align:left;line-height:1.75;color:#d3cbdf}

/* HALL DE MUNDOS */
.hall{padding:260px max(30px,4.7vw) 90px;background:radial-gradient(circle at 78% 4%,rgba(115,86,220,.12),transparent 22%),radial-gradient(circle at 20% 38%,rgba(64,139,188,.05),transparent 28%),#050712}
.hall-shell{max-width:1500px;margin:0 auto}
.hall-kicker-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:14px}
.hall-kicker-row .eyebrow{margin:0}
.route-summary{border:1px solid var(--line);background:rgba(255,255,255,.025);color:#bcb6cb;border-radius:999px;padding:9px 14px;font-size:11px}
.hall-head{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:end;margin-bottom:46px}
.hall h2{font-family:"Bodoni Moda",serif;font-size:clamp(54px,5.2vw,86px);font-weight:500;letter-spacing:-.035em;line-height:.98;margin:0 0 14px}
.intro{color:#aaa5b9;max-width:610px;line-height:1.72;font-size:15px}
.hall-tools{display:flex;flex-direction:column;gap:13px;padding-bottom:8px}
.search{height:48px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.032);display:flex;align-items:center;padding:0 17px;gap:10px}
.search span{color:#aaa3c4}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}
.search input::placeholder{color:#716c82}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{border:1px solid var(--line);background:transparent;border-radius:999px;padding:8px 13px;font-size:11px;color:#938da1}
.chip.active{background:rgba(255,255,255,.075);color:#f3effb;border-color:rgba(223,214,255,.24)}
.hall-divider{display:flex;align-items:center;gap:18px;color:#777083;font-size:9px;letter-spacing:.28em;margin-bottom:18px}
.hall-divider:after{content:"";height:1px;background:rgba(255,255,255,.08);flex:1}
.world-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 24px}
.world-card{overflow:hidden;background:transparent;border:0;transition:.35s transform}
.world-card:hover{transform:translateY(-5px)}
.world-image{position:relative;display:block;width:100%;height:300px;padding:0;overflow:hidden;border:1px solid rgba(212,202,255,.12);border-radius:24px;background:radial-gradient(circle at 50% 48%,rgba(170,135,255,.23),transparent 26%),linear-gradient(145deg,#0b1020,#070914 58%,#0d1020);box-shadow:inset 0 0 60px rgba(91,71,169,.08);transition:.4s border-color,.4s box-shadow}
.world-card:nth-child(2n) .world-image{background:radial-gradient(circle at 52% 46%,rgba(111,195,255,.18),transparent 25%),radial-gradient(circle at 64% 55%,rgba(173,112,255,.18),transparent 28%),linear-gradient(145deg,#0a0f1e,#080a15)}
.world-card:nth-child(3n) .world-image{background:radial-gradient(circle at 45% 48%,rgba(222,137,255,.18),transparent 24%),radial-gradient(circle at 63% 45%,rgba(97,145,255,.18),transparent 28%),linear-gradient(145deg,#0b0e1b,#070914)}
.world-card:hover .world-image{border-color:rgba(194,177,255,.32);box-shadow:0 20px 70px rgba(0,0,0,.34),inset 0 0 80px rgba(122,96,214,.10)}
.world-number{position:absolute;left:18px;top:16px;font-size:9px;letter-spacing:.22em;color:#8f899f}
.portal-ring{position:absolute;left:50%;top:50%;width:158px;height:158px;transform:translate(-50%,-50%);border:1px solid rgba(210,202,255,.38);border-radius:50%;box-shadow:0 0 0 22px rgba(145,114,255,.018),0 0 70px rgba(127,98,226,.22),inset 0 0 55px rgba(120,207,255,.045)}
.portal-ring:before,.portal-ring:after{content:"";position:absolute;inset:15px;border:1px solid rgba(176,157,255,.20);border-radius:50%}
.portal-ring:after{inset:38px;background:radial-gradient(circle,rgba(181,153,255,.35),rgba(91,78,168,.08) 38%,transparent 70%);border-color:rgba(210,198,255,.26);box-shadow:0 0 36px rgba(160,128,255,.16)}
.portal-ring i{position:absolute;inset:-7px;border-radius:50%;border-top:1px solid rgba(123,211,255,.56);border-right:1px solid rgba(190,153,255,.30);transform:rotate(-18deg)}
.world-open{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);font-size:9px;letter-spacing:.25em;color:#8f899d;opacity:0;transition:.3s opacity,.3s transform;white-space:nowrap}
.world-card:hover .world-open{opacity:1;transform:translate(-50%,-3px)}
.world-meta{padding:17px 4px 4px}
.world-meta-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.author{font-size:9px;letter-spacing:.16em;color:#858092;text-transform:uppercase;margin:0}
.save{width:32px;height:32px;border-radius:50%;border:1px solid rgba(217,208,255,.13);background:rgba(255,255,255,.025);font-size:16px}
.save.saved{background:#ded6ff;color:#121426}
.title{font-family:"Bodoni Moda",serif;font-size:31px;font-weight:500;letter-spacing:-.02em;margin:5px 0 6px}
.subtitle{color:#9e99aa;line-height:1.55;min-height:47px;margin:0}
.card-foot{border-top:1px solid rgba(255,255,255,.075);margin-top:16px;padding-top:13px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.conversation-count{font-size:10px;color:#716b7c}.enter{border:0;background:none;font-size:11px;color:#d6cffa;padding:0}

/* STAND */
.stand{padding:260px max(30px,5vw) 80px;background:radial-gradient(circle at 50% 0,rgba(108,83,196,.12),transparent 32%),var(--bg)}
.stand-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:24px}.back{border:0;background:none;color:#aaa6b9;margin:0;padding:0}.back:hover{color:#f0ebfa}.back-editor{color:#c9bcff}
.stand-hero{min-height:470px;border:1px solid var(--line);border-radius:32px;overflow:hidden;position:relative;background:radial-gradient(circle at 70% 45%,rgba(175,139,255,.38),transparent 20%),radial-gradient(circle at 28% 44%,rgba(106,214,255,.14),transparent 22%),linear-gradient(145deg,#12142a,#080913 65%);display:flex;align-items:flex-end;padding:48px}
.stand-hero:after{content:"";position:absolute;right:9%;top:50%;width:240px;height:240px;border-radius:50%;transform:translateY(-50%);border:1px solid rgba(255,255,255,.28);box-shadow:0 0 90px rgba(145,111,255,.24),inset 0 0 60px rgba(229,140,255,.08)}
.stand-copy{position:relative;z-index:2;max-width:690px}.stand-copy h1{font-family:"Bodoni Moda",serif;font-size:clamp(48px,6vw,84px);line-height:.95;margin:8px 0 18px;font-weight:500}.stand-copy p{color:#c2bdce;line-height:1.7}
.tabs{display:flex;gap:5px;margin:30px 0 0;border-bottom:1px solid var(--line);overflow:auto}.tab{border:0;background:none;padding:14px 18px;color:#888394;white-space:nowrap}.tab.active{color:var(--text);border-bottom:1px solid #d7caff}.tab-content{padding:36px 4px;max-width:980px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.content-card{border:1px solid var(--line);background:var(--glass);border-radius:20px;padding:22px}.content-card h4{font-family:"Bodoni Moda",serif;font-size:24px;margin:0 0 10px}.content-card p{color:#aaa6b8;line-height:1.7}.comment{border-bottom:1px solid var(--line);padding:20px 0}.comment-type{font-size:10px;letter-spacing:.14em;color:#a99ae1;text-transform:uppercase}.round-btn{margin-top:10px;border:1px solid var(--line);background:transparent;border-radius:999px;padding:8px 12px;color:#d6d0e2}

@media(max-width:1050px){
  .topbar{min-height:224px;grid-template-rows:70px 50px 92px;padding-left:28px;padding-right:28px}
  .phase-nav{width:min(820px,90vw);grid-template-columns:repeat(4,minmax(140px,1fr))}
  .expo-status{gap:12px}
  .portal-copy{padding-top:290px;max-width:760px}
  .portal-title-line{font-size:clamp(78px,11vw,116px)}.portal-year{font-size:clamp(68px,9vw,94px)}
  .hall,.stand{padding-top:232px}
  .hall-head{grid-template-columns:1fr;gap:28px}.hall-tools{max-width:700px}.world-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .topbar{min-height:70px;grid-template-columns:1fr auto;grid-template-rows:1fr;padding:14px 18px;background:rgba(4,6,16,.48);backdrop-filter:blur(10px)}
  .brand{font-size:10px;letter-spacing:.14em;gap:10px}.brand:before{width:30px;height:30px;font-size:10px}.phase-nav,.expo-status{display:none}.account-actions{grid-row:1;gap:4px}.session-exit{font-size:10px;padding:8px 5px}
  .portal{background-position:62% center}.portal:before{background:linear-gradient(90deg,rgba(3,6,18,.88) 0%,rgba(4,8,22,.70) 55%,rgba(4,8,22,.25) 100%),linear-gradient(180deg,rgba(3,5,14,.06),rgba(3,5,14,.27))}
  .portal-copy{padding:150px 20px 125px;max-width:100%}.portal-title-line{font-size:clamp(64px,18vw,92px);white-space:nowrap}.portal-year{font-size:clamp(58px,16vw,82px)}.tagline{font-size:20px}.tagline br{display:none}.portal-actions{flex-direction:column;align-items:flex-start}.portal .primary,.portal .ghost{min-width:220px}.portal-foot-left{left:20px;right:20px;bottom:20px;line-height:1.6}.portal-foot-right{display:none}
  .hall,.stand{padding:110px 18px 70px}.hall-kicker-row{align-items:flex-start;flex-direction:column}.hall h2{font-size:54px}.world-grid{grid-template-columns:1fr}.world-image{height:270px}.content-grid{grid-template-columns:1fr}.stand-hero{padding:28px;min-height:430px}.stand-hero:after{opacity:.58;right:50%;top:28%;transform:translate(50%,-50%)}
}

/* STAND V1.5 */
.stand-shell{max-width:1500px;margin:0 auto}
.stand-stage{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(320px,.62fr);gap:28px;align-items:stretch}
.media-stage{min-height:500px;border-radius:28px;overflow:hidden;border:1px solid rgba(211,202,255,.14);background:radial-gradient(circle at 68% 42%,rgba(159,124,255,.28),transparent 24%),linear-gradient(145deg,#111629,#070914);position:relative;display:flex;align-items:center;justify-content:center}
.media-stage img,.media-stage video{width:100%;height:100%;object-fit:cover;display:block}
.media-placeholder{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:40px;color:#c6bfd3;background:radial-gradient(circle at 50% 50%,rgba(137,104,255,.14),transparent 30%)}
.media-placeholder .play-orb{width:112px;height:112px;border:1px solid rgba(220,211,255,.34);border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;box-shadow:0 0 60px rgba(129,98,239,.18),inset 0 0 45px rgba(143,112,255,.07);font-size:28px}
.stand-info{border:1px solid rgba(211,202,255,.12);border-radius:28px;padding:34px;background:rgba(255,255,255,.026);display:flex;flex-direction:column;justify-content:flex-end;min-height:500px}
.stand-info h1{font-family:"Bodoni Moda",serif;font-size:clamp(52px,5vw,82px);line-height:.95;margin:12px 0 20px;font-weight:500;letter-spacing:-.03em}
.stand-info .statement{font-size:16px;line-height:1.72;color:#bcb6c9;margin:0 0 24px}
.stand-badges{display:flex;gap:8px;flex-wrap:wrap}.stand-badge{border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:9px;letter-spacing:.12em;color:#aaa4b8}

/* EDITOR */
.editor{padding:252px max(30px,4.7vw) 90px;background:radial-gradient(circle at 82% 0,rgba(121,87,223,.13),transparent 24%),#050712}
.editor-shell{max-width:1450px;margin:0 auto}.editor-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:28px 0 38px}
.editor-head h2{font-family:"Bodoni Moda",serif;font-size:clamp(50px,5vw,82px);font-weight:500;letter-spacing:-.03em;line-height:.98;margin:10px 0 12px}.editor-intro{color:#aaa5b8;max-width:650px;line-height:1.7}
.editor-status{border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:10px;letter-spacing:.14em;color:#c7c0d8;display:flex;align-items:center;gap:9px}.status-dot{width:8px;height:8px;border-radius:50%;background:#9a83ff;box-shadow:0 0 15px rgba(154,131,255,.75)}
.editor-grid{display:grid;grid-template-columns:235px 1fr;gap:28px}.editor-steps{display:flex;flex-direction:column;gap:8px;position:sticky;top:24px;align-self:start}.editor-step{border:1px solid transparent;background:transparent;color:#817b8c;text-align:left;padding:14px 14px;border-radius:14px;display:flex;align-items:center;gap:14px}.editor-step span{font-size:9px;letter-spacing:.12em}.editor-step.active{border-color:var(--line);background:rgba(255,255,255,.035);color:#f0ebfa}
.editor-panel{border:1px solid var(--line);background:rgba(255,255,255,.022);border-radius:28px;padding:32px;min-height:590px}.editor-section h3{font-family:"Bodoni Moda",serif;font-size:36px;font-weight:500;margin:0 0 8px}.editor-section .help{color:#8f899b;margin:0 0 28px;line-height:1.6}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#8e8798}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#070a16;color:#f3eff9;padding:14px 15px;outline:0}.field textarea{min-height:130px;resize:vertical}
.upload-zone{border:1px dashed rgba(194,180,255,.25);border-radius:22px;min-height:250px;display:grid;place-items:center;text-align:center;padding:28px;background:radial-gradient(circle at 50% 45%,rgba(132,105,255,.08),transparent 34%),rgba(255,255,255,.015);position:relative;overflow:hidden}.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-zone strong{display:block;font-weight:500;margin-bottom:8px}.upload-zone span{color:#888294;font-size:12px}.upload-preview{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.upload-overlay{position:relative;z-index:2;background:rgba(4,7,18,.68);border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:9px 14px;backdrop-filter:blur(8px)}
.editor-actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(255,255,255,.07);padding-top:24px;margin-top:34px}.editor .primary{border-radius:999px;padding:13px 22px;border:1px solid rgba(220,213,255,.55);background:linear-gradient(120deg,rgba(139,104,255,.88),rgba(93,127,245,.78))}.editor .ghost{padding:13px 22px}
.preview-mini{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#070a16}.preview-mini-media{height:290px;background:radial-gradient(circle at 62% 44%,rgba(156,122,255,.26),transparent 25%),linear-gradient(145deg,#111629,#070914);display:grid;place-items:center;color:#877f96;overflow:hidden}.preview-mini-media img,.preview-mini-media video{width:100%;height:100%;object-fit:cover}.preview-mini-copy{padding:24px}.preview-mini-copy h4{font-family:"Bodoni Moda",serif;font-size:34px;margin:5px 0 8px}.preview-mini-copy p{color:#9b95a8;line-height:1.6}

.editor-phase-note{font-size:10px;line-height:1.55;color:#716b7e;margin:16px 10px 0}.editor-status.presented{border-color:rgba(171,150,255,.42);background:rgba(136,107,255,.08)}
.editor-step-kicker{font-size:9px;letter-spacing:.22em;color:#9c8fd0;margin:0 0 9px}.field small{color:#6f6979;font-size:10px;line-height:1.45}.field textarea.tall{min-height:210px}
.media-editor-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.primary-upload{min-height:330px}.cover-upload{min-height:330px}
.universe-actions{display:flex;gap:10px;margin-bottom:18px}.mini-upload{position:relative;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:11px;color:#d5cfe1;overflow:hidden}.mini-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.ghost.compact{padding:10px 14px;font-size:11px}.universe-editor-list{display:flex;flex-direction:column;gap:12px}.universe-editor-block{display:grid;grid-template-columns:34px 150px 1fr 34px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:13px;background:rgba(255,255,255,.018)}.universe-editor-block:has(.text-block-fields){grid-template-columns:34px 1fr 34px}.universe-editor-block img{width:150px;height:94px;object-fit:cover;border-radius:12px}.drag-handle{color:#6e677a;cursor:grab;text-align:center}.universe-block-fields{display:flex;flex-direction:column;gap:7px}.universe-block-fields input,.universe-block-fields textarea,.material-editor-item input,.link-adder input{border:1px solid rgba(255,255,255,.09);background:#070a16;color:#eee9f6;border-radius:11px;padding:10px 11px;outline:0}.universe-block-fields textarea{min-height:100px;resize:vertical}.universe-block-fields small{color:#686272;font-size:9px}.remove-block{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.09);background:transparent;color:#817a8c}.empty-editor-state{border:1px dashed rgba(194,180,255,.15);border-radius:18px;padding:42px;text-align:center;color:#6f6879}.material-add-grid{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin-bottom:20px}.material-upload{display:inline-block;width:max-content}.link-adder{display:grid;grid-template-columns:1fr 1.25fr auto;gap:8px}.material-editor-list{display:flex;flex-direction:column;gap:10px}.material-editor-item{display:grid;grid-template-columns:74px 1fr 34px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:13px}.material-editor-item>div{display:grid;grid-template-columns:minmax(140px,.5fr) 1fr;gap:12px;align-items:center}.material-kind{font-size:8px;letter-spacing:.14em;color:#897f9c}.preview-stats{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.preview-stats span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:9px;color:#8e879b}.preview-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;flex-wrap:wrap}.presented-note{margin-top:18px;border:1px solid rgba(171,150,255,.25);border-radius:16px;padding:15px;background:rgba(140,108,255,.055);display:flex;flex-direction:column;gap:4px}.presented-note strong{font-weight:500}.presented-note span{color:#8e879a;font-size:11px}.universe-stand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.universe-stand-image{margin:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--glass)}.universe-stand-image img{width:100%;height:280px;object-fit:cover;display:block}.universe-stand-image figcaption{padding:12px 14px;color:#8f899b;font-size:11px}.material-list{display:flex;flex-direction:column;gap:10px}.material-item{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:16px;text-decoration:none;color:#ece7f6;background:rgba(255,255,255,.018)}.material-item span{font-size:20px;color:#a990ff}.material-item div{display:flex;flex-direction:column;gap:3px}.material-item strong{font-weight:500}.material-item small{color:#817b8d}
@media(max-width:900px){.stand-stage{grid-template-columns:1fr}.stand-info{min-height:auto}.editor-grid{grid-template-columns:1fr}.editor-steps{position:static;flex-direction:row;overflow:auto}.editor-step{white-space:nowrap}.field-grid{grid-template-columns:1fr}.media-editor-grid{grid-template-columns:1fr}.material-add-grid{grid-template-columns:1fr}.link-adder{grid-template-columns:1fr}.universe-stand-grid{grid-template-columns:1fr}}


/* MI MPI · la cabecera pertenece a la página y se desplaza con el contenido */
body.editor-mode .topbar{
  height:220px;
  background:linear-gradient(180deg,rgba(3,6,16,.34),rgba(3,6,16,.08) 62%,rgba(3,6,16,0));
}
body.editor-mode .topbar .ghost.small{display:none}
body.editor-mode .phase-nav{margin-top:12px}
body.editor-mode .editor .back{margin-bottom:34px}

@media(max-width:1050px){
  body.editor-mode .editor{padding-top:228px}
}
@media(max-width:720px){
  body.editor-mode .topbar{height:70px}
  body.editor-mode .editor{padding-top:102px}
}


/* DICTADO */
.dictation-wrap{position:relative;width:100%;min-width:0}
.dictation-wrap>input,.dictation-wrap>textarea{padding-right:48px!important}
.dictation-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:1px solid rgba(203,190,255,.18);background:rgba(136,107,255,.06);color:#cfc6e6;display:grid;place-items:center;padding:0;font-size:14px;line-height:1;z-index:3;transition:.2s ease}
.dictation-textarea .dictation-btn{top:9px;transform:none}
.dictation-btn:hover{border-color:rgba(203,190,255,.42);background:rgba(136,107,255,.12);color:#fff}
.dictation-btn.listening{border-color:rgba(216,205,255,.9);background:rgba(145,112,255,.26);color:#fff;box-shadow:0 0 0 4px rgba(145,112,255,.10),0 0 24px rgba(145,112,255,.55);animation:dictationPulse 1.25s ease-in-out infinite}
.dictation-btn.unsupported{opacity:.38;cursor:not-allowed}
@keyframes dictationPulse{0%,100%{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.07)}}
.dictation-textarea .dictation-btn.listening{animation:dictationPulseTextarea 1.25s ease-in-out infinite}
@keyframes dictationPulseTextarea{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}


/* V1.6.4 · VISITOR/PREVIEW CONSISTENCY + SAVE FEEDBACK */
.stand-showcase{display:flex;flex-direction:column;gap:0}
.stand-media-hero{height:min(64vh,680px);min-height:520px;border-radius:30px 30px 0 0;overflow:hidden;border:1px solid rgba(211,202,255,.14);border-bottom:0;background:radial-gradient(circle at 62% 44%,rgba(156,122,255,.24),transparent 26%),linear-gradient(145deg,#111629,#070914);position:relative;display:flex;align-items:center;justify-content:center}
.stand-media-hero>img,.stand-media-hero>.video-shell{width:100%;height:100%}
.stand-media-hero>img{object-fit:cover;display:block}
.stand-summary{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:48px;align-items:end;border:1px solid rgba(211,202,255,.12);border-top:0;border-radius:0 0 30px 30px;padding:34px 38px 36px;background:rgba(255,255,255,.025)}
.stand-summary-main h1{font-family:"Bodoni Moda",serif;font-size:clamp(48px,4.9vw,78px);line-height:.96;margin:10px 0 0;font-weight:500;letter-spacing:-.03em}
.stand-summary-side{display:flex;flex-direction:column;gap:18px}.stand-summary-side .statement{font-size:17px;line-height:1.65;color:#bbb5c8;margin:0}
.video-shell{position:relative;width:100%;height:100%;background:radial-gradient(circle at 50% 45%,rgba(138,107,255,.16),transparent 28%),#03050c;overflow:hidden;display:flex;align-items:center;justify-content:center}
.video-shell video{width:100%;height:100%;object-fit:contain;display:block;background:#000}
.video-start-overlay{position:absolute;inset:0;border:0;background:radial-gradient(circle at 50% 46%,rgba(120,96,220,.20),rgba(5,7,16,.70) 44%,rgba(5,7,16,.92));color:#ebe7f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:3;transition:opacity .25s ease,visibility .25s ease}
.video-start-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.video-start-orb{width:92px;height:92px;border:1px solid rgba(218,208,255,.38);border-radius:50%;display:grid;place-items:center;font-size:23px;box-shadow:0 0 55px rgba(129,98,239,.18),inset 0 0 40px rgba(143,112,255,.07)}
.video-start-overlay strong{font-weight:500;font-size:14px}.video-start-overlay small{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#898296}
.preview-video-shell{height:100%}.preview-video-shell video{object-fit:cover}.preview-empty-media{display:grid;place-items:center;width:100%;height:100%;color:#80798e}
.video-editor-placeholder,.cover-empty-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;padding:34px;color:#d4cedf;background:radial-gradient(circle at 50% 44%,rgba(139,106,255,.15),transparent 33%),#080b17}
.video-editor-placeholder strong,.cover-empty-state strong{font-weight:500}.video-editor-placeholder small,.cover-empty-state small{max-width:280px;color:#817a8d;font-size:10px;line-height:1.5}.cover-empty-state>span{font-size:8px;letter-spacing:.2em;color:#8f86a4}
.upload-video-indicator{position:absolute;top:18px;left:18px;z-index:2;border:1px solid rgba(255,255,255,.16);background:rgba(4,7,18,.72);border-radius:999px;padding:8px 11px;font-size:8px;letter-spacing:.15em;color:#e0daeb;backdrop-filter:blur(8px)}
.save-toast{position:fixed;right:26px;bottom:26px;z-index:100;min-width:310px;max-width:390px;border:1px solid rgba(189,174,255,.26);background:rgba(8,10,22,.94);backdrop-filter:blur(16px);border-radius:16px;padding:14px 16px;display:flex;flex-direction:column;gap:5px;box-shadow:0 22px 70px rgba(0,0,0,.42);opacity:0;transform:translateY(14px);pointer-events:none;transition:.28s ease}
.save-toast.show{opacity:1;transform:translateY(0)}.save-toast strong{font-size:13px;font-weight:500}.save-toast span{font-size:10px;line-height:1.45;color:#8f899d}
#saveDraftBtn.saved-feedback{border-color:rgba(165,145,255,.52);background:rgba(126,99,229,.12);color:#f4efff}
@media(max-width:900px){.stand-media-hero{height:auto;min-height:420px;aspect-ratio:16/10}.stand-summary{grid-template-columns:1fr;gap:20px}.save-toast{left:18px;right:18px;bottom:18px;min-width:0;max-width:none}}
.cover-source-badge{position:absolute;top:18px;left:18px;z-index:3;border:1px solid rgba(220,211,255,.2);background:rgba(6,8,20,.72);backdrop-filter:blur(10px);border-radius:999px;padding:7px 10px;font-size:8px;letter-spacing:.14em;color:#ddd6ee}
.presented-note-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:10px}.compact-action{padding:10px 14px!important;font-size:11px!important;min-width:0!important}.mine-world .world-image{border-color:rgba(177,157,255,.46);box-shadow:0 0 0 1px rgba(155,131,255,.08),0 18px 60px rgba(98,75,184,.18),inset 0 0 80px rgba(129,100,228,.12)}.mine-world .world-number{color:#d9ceff}.mine-world .title{color:#f7f3ff}

#presentMpiBtn:disabled{opacity:.58;cursor:default;box-shadow:none}
.danger-action{border-color:rgba(255,170,190,.24)!important;color:#e8bdc8!important;background:rgba(115,40,63,.06)!important}
.danger-action:hover{border-color:rgba(255,170,190,.42)!important;background:rgba(135,48,75,.12)!important}

/* V1.6.7 · control de publicación visible */
.preview-actions .danger-action,#withdrawMpiGlobalBtn{
  border-color:rgba(255,170,190,.36)!important;
  color:#f0cbd4!important;
  background:rgba(118,46,68,.10)!important;
}
.preview-actions .danger-action:hover,#withdrawMpiGlobalBtn:hover{
  border-color:rgba(255,170,190,.58)!important;
  background:rgba(144,58,84,.18)!important;
}

/* V1.6.8 · MI MPI más visible + Material real + Conversación clara */
.topbar .ghost.small{
  padding:13px 22px;
  min-width:148px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
  border-color:rgba(203,190,255,.58);
  background:linear-gradient(120deg,rgba(121,92,226,.16),rgba(87,112,213,.08));
  box-shadow:0 0 0 1px rgba(156,132,255,.05),0 0 30px rgba(112,87,214,.18);
}
.topbar .ghost.small:before{content:"✦";margin-right:8px;color:#bda9ff;font-size:11px}
.topbar .ghost.small:hover{border-color:rgba(224,216,255,.82);background:linear-gradient(120deg,rgba(137,105,247,.24),rgba(91,119,226,.14));box-shadow:0 0 34px rgba(120,93,230,.27)}

.preview-clip-badge{position:absolute;left:15px;bottom:14px;z-index:4;border:1px solid rgba(224,216,255,.24);background:rgba(5,8,19,.72);backdrop-filter:blur(10px);border-radius:999px;padding:7px 10px;font-size:8px;letter-spacing:.16em;color:#d8d1e9;pointer-events:none}
.preview-video-shell video{object-fit:cover}

.link-adder-panel{border:1px solid rgba(211,202,255,.11);border-radius:16px;padding:14px;background:rgba(255,255,255,.015)}
.material-subtitle{display:block;font-size:8px;letter-spacing:.18em;color:#9589b8;margin:0 0 9px}
.link-adder-panel>small{display:block;color:#696274;font-size:9px;line-height:1.45;margin-top:8px}
.link-adder .primary.compact{border-radius:11px;padding:10px 14px;border:1px solid rgba(214,203,255,.42);background:linear-gradient(120deg,rgba(139,104,255,.72),rgba(93,127,245,.58));font-size:11px}
.material-editor-title{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}
.material-editor-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.material-editor-title a{color:#bcaeff;font-size:10px;text-decoration:none;white-space:nowrap}

.material-visitor{display:flex;flex-direction:column;gap:22px}
.material-visitor-head{max-width:740px}
.material-visitor-head h4{font-family:"Bodoni Moda",serif;font-size:34px;font-weight:500;margin:7px 0 8px}
.material-visitor-head>p:last-child{color:#8f899b;line-height:1.65}
.material-list{gap:12px}
.material-item-rich{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid rgba(211,202,255,.13);border-radius:18px;padding:14px;background:rgba(255,255,255,.018)}
.material-icon{width:52px;height:52px;border-radius:14px;border:1px solid rgba(197,180,255,.14);display:grid;place-items:center;color:#a991ff;background:rgba(129,98,220,.055);font-size:13px}
.material-thumb{width:76px;height:58px;padding:0;border:1px solid rgba(211,202,255,.16);border-radius:12px;overflow:hidden;background:#090c17}
.material-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.material-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.material-kind-label{font-size:8px;letter-spacing:.15em;color:#8e83ab}
.material-copy strong{font-weight:500;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.material-copy small{color:#817a8e;line-height:1.45}
.material-copy em{font-style:normal;color:#766f83;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.material-open-btn{border:1px solid rgba(201,188,255,.28);background:rgba(126,99,229,.065);color:#ddd5f1;border-radius:999px;padding:10px 14px;font-size:10px;white-space:nowrap}
.material-open-btn:hover{border-color:rgba(215,204,255,.52);background:rgba(136,107,243,.13)}
.material-open-btn:disabled{opacity:.38;cursor:not-allowed}

.conversation-hub{display:flex;flex-direction:column;gap:26px}
.conversation-intro{max-width:840px;padding-bottom:6px}
.conversation-intro h4{font-family:"Bodoni Moda",serif;font-size:42px;font-weight:500;margin:8px 0 9px}
.conversation-intro>p:last-child{color:#9b94a8;line-height:1.72;font-size:14px}
.conversation-intro strong{color:#d9d1ed;font-weight:500}
.conversation-composer{border:1px solid rgba(205,193,255,.16);border-radius:22px;padding:22px;background:linear-gradient(145deg,rgba(129,98,230,.055),rgba(255,255,255,.015))}
.composer-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.composer-head>div{display:flex;align-items:center;gap:10px}.composer-head>div>span,.conversation-section-title>span{width:28px;height:28px;border:1px solid rgba(190,176,255,.18);border-radius:50%;display:grid;place-items:center;color:#9d8fca;font-size:8px}
.composer-head strong{font-size:18px;font-weight:500}.composer-head small{color:#766f82;font-size:10px;max-width:420px;line-height:1.5}
.conversation-kinds{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.conversation-kind{border:1px solid rgba(205,193,255,.13);background:transparent;color:#8f899a;border-radius:999px;padding:8px 11px;font-size:10px}
.conversation-kind.active{color:#f4efff;border-color:rgba(193,176,255,.42);background:rgba(131,102,235,.12)}
.conversation-composer textarea{width:100%;min-height:118px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#070a16;color:#f1edf8;padding:15px 48px 15px 15px;resize:vertical;outline:0;line-height:1.55}
.composer-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:13px}.composer-actions>span{font-size:9px;color:#6f687a;line-height:1.45}.conversation-publish{border-radius:999px;padding:11px 17px;border:1px solid rgba(218,207,255,.46);background:linear-gradient(120deg,rgba(139,104,255,.8),rgba(93,127,245,.65));white-space:nowrap}
.conversation-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:22px;align-items:start}
.conversation-section-title{display:flex;gap:12px;align-items:center;margin-bottom:14px}.conversation-section-title>div{display:flex;flex-direction:column;gap:3px}.conversation-section-title strong{font-weight:500}.conversation-section-title small{font-size:9px;color:#6f6879}
.conversation-list{display:flex;flex-direction:column;gap:10px}.conversation-card{border:1px solid rgba(211,202,255,.12);border-radius:18px;padding:17px;background:rgba(255,255,255,.016)}.conversation-card p{font-size:14px;line-height:1.65;color:#d3cddd;margin:8px 0 13px}.conversation-card .round-btn{margin:0}.round-btn.selected{border-color:rgba(191,172,255,.5);background:rgba(132,103,232,.14);color:#f1ebff}
.round-panel{position:sticky;top:24px;border:1px solid rgba(205,193,255,.16);border-radius:22px;padding:22px;background:radial-gradient(circle at 78% 15%,rgba(131,97,235,.12),transparent 38%),rgba(255,255,255,.016)}
.round-panel-number{width:34px;height:34px;border:1px solid rgba(194,178,255,.2);border-radius:50%;display:grid;place-items:center;font-size:9px;color:#aa9bd5;margin-bottom:22px}.round-panel h4{font-family:"Bodoni Moda",serif;font-size:30px;font-weight:500;line-height:1.02;margin:8px 0 10px}.round-panel>p:not(.eyebrow){font-size:11px;color:#817a8c;line-height:1.6}.round-selection{display:flex;flex-direction:column;gap:9px;margin-top:18px}.round-selection>small{color:#6f687a;line-height:1.55}.round-selection-item{border-top:1px solid rgba(255,255,255,.07);padding-top:11px}.round-selection-item span{font-size:8px;letter-spacing:.13em;color:#9d8fca;text-transform:uppercase}.round-selection-item p{font-size:11px;line-height:1.55;color:#b8b1c4;margin:5px 0 0}

@media(max-width:900px){
  .topbar .ghost.small{min-width:auto;padding:10px 14px;font-size:11px}
  .conversation-layout{grid-template-columns:1fr}.round-panel{position:static}.composer-head,.composer-actions{align-items:flex-start;flex-direction:column}.material-item-rich{grid-template-columns:auto 1fr}.material-open-btn{grid-column:2;justify-self:start}.material-add-grid{grid-template-columns:1fr}
}


/* VISITOR VIDEO TEASER · 20 S */
.visitor-teaser-shell video{object-fit:cover}
.visitor-teaser-badge{position:absolute;left:18px;bottom:18px;z-index:4;border:1px solid rgba(224,216,255,.26);background:rgba(5,8,19,.62);backdrop-filter:blur(12px);border-radius:999px;padding:8px 11px;font-size:8px;letter-spacing:.18em;color:#e1dbea;pointer-events:none;transition:.25s opacity}
.visitor-full-play{position:absolute;z-index:5;right:18px;bottom:16px;display:flex;align-items:center;gap:10px;border:1px solid rgba(226,218,255,.32);background:rgba(7,9,21,.58);backdrop-filter:blur(14px);color:#f1edf9;border-radius:999px;padding:10px 15px;transition:.25s ease;box-shadow:0 10px 35px rgba(0,0,0,.2)}
.visitor-full-play span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(160,132,255,.20);font-size:10px}
.visitor-full-play strong{font-size:11px;font-weight:500;letter-spacing:.02em}
.visitor-full-play:hover,.visitor-full-play:focus-visible{border-color:rgba(222,211,255,.64);background:rgba(111,82,211,.34);box-shadow:0 0 30px rgba(133,104,255,.24)}
.visitor-teaser-shell.full-video-mode video{object-fit:contain}
.visitor-teaser-shell.full-video-mode .visitor-teaser-badge,.visitor-teaser-shell.full-video-mode .visitor-full-play{display:none}
@media(max-width:720px){.visitor-full-play{right:12px;bottom:12px;padding:9px 12px}.visitor-full-play strong{font-size:10px}.visitor-teaser-badge{left:12px;bottom:13px}}

/* V1.7 · RONDA MPI */
.phase-link{appearance:none;-webkit-appearance:none;border:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}
.phase-link:hover{color:#f5f1ff}
.ronda{padding:260px max(30px,4.7vw) 90px;background:radial-gradient(circle at 78% 8%,rgba(128,91,231,.14),transparent 26%),radial-gradient(circle at 20% 45%,rgba(68,132,185,.06),transparent 28%),#050712}
.ronda-shell{max-width:1500px;margin:0 auto}
.ronda-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:48px}
.ronda-head h2{font-family:"Bodoni Moda",serif;font-size:clamp(54px,5.2vw,86px);font-weight:500;letter-spacing:-.035em;line-height:.98;margin:12px 0 14px;max-width:920px}
.ronda-intro{color:#aaa5b9;max-width:760px;line-height:1.72;font-size:15px;margin:0}
.ronda-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.ronda-actions .primary{background:linear-gradient(120deg,rgba(139,104,255,.88),rgba(93,127,245,.76));border-color:rgba(225,220,255,.55)}
.ronda-grid{display:grid;grid-template-columns:minmax(290px,.38fr) minmax(0,1fr);gap:24px;align-items:start}
.ronda-worlds,.ronda-main{border:1px solid rgba(211,202,255,.12);border-radius:26px;background:rgba(255,255,255,.022)}
.ronda-worlds{padding:24px;position:sticky;top:24px}
.ronda-main{padding:30px}
.ronda-worlds-title,.ronda-section-title{display:flex;gap:14px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.075)}
.ronda-worlds-title>span,.ronda-section-title>span{font-size:10px;color:#9d8cdc;letter-spacing:.12em;padding-top:3px}
.ronda-worlds-title strong,.ronda-section-title strong{display:block;font-size:15px;font-weight:500}.ronda-worlds-title small,.ronda-section-title small{display:block;color:#7f798c;line-height:1.55;margin-top:5px}
.ronda-world-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}
.ronda-world-btn{width:100%;text-align:left;border:1px solid rgba(211,202,255,.10);background:rgba(255,255,255,.018);border-radius:16px;padding:14px 15px;color:#bcb6c8;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.ronda-world-btn strong{display:block;color:#eeeaf6;font-size:14px;font-weight:500;margin-bottom:4px}.ronda-world-btn small{font-size:10px;color:#777184}.ronda-world-btn em{font-style:normal;border:1px solid rgba(194,181,255,.16);border-radius:999px;padding:5px 8px;font-size:9px;color:#bdb4d7}
.ronda-world-btn.active{border-color:rgba(188,169,255,.42);background:linear-gradient(120deg,rgba(123,92,225,.11),rgba(98,124,220,.05));box-shadow:inset 0 0 28px rgba(127,96,226,.05)}
.ronda-empty{padding:28px 4px;color:#777184;line-height:1.65;font-size:13px}
.ronda-project-header{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid rgba(255,255,255,.075)}
.ronda-project-header .eyebrow{margin:0 0 10px}.ronda-project-header h3{font-family:"Bodoni Moda",serif;font-size:clamp(42px,4.5vw,70px);font-weight:500;letter-spacing:-.03em;line-height:.98;margin:0}.ronda-project-header p{color:#9d97aa;line-height:1.6;margin:12px 0 0;max-width:760px}.ronda-project-count{align-self:center;border:1px solid rgba(211,202,255,.16);border-radius:999px;padding:9px 12px;font-size:10px;color:#bcb4d0;white-space:nowrap}
.ronda-question-list{display:flex;flex-direction:column;gap:14px;margin-top:20px}
.ronda-question{border:1px solid rgba(211,202,255,.12);background:rgba(255,255,255,.025);border-radius:20px;padding:20px 22px;display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start}
.ronda-question-index{width:42px;height:42px;border:1px solid rgba(190,173,255,.22);border-radius:50%;display:grid;place-items:center;color:#c9bfff;font-size:11px}
.ronda-question .comment-type{display:inline-block;margin-bottom:8px}.ronda-question p{margin:0;color:#e7e2ef;font-size:17px;line-height:1.55}.ronda-question small{display:block;margin-top:10px;color:#756f81;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:1050px){.ronda{padding-top:232px}.ronda-head{align-items:flex-start;flex-direction:column}.ronda-grid{grid-template-columns:1fr}.ronda-worlds{position:static}.ronda-world-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.ronda{padding:110px 18px 70px}.ronda-head h2{font-size:52px}.ronda-actions{justify-content:flex-start}.ronda-world-list{grid-template-columns:1fr}.ronda-main,.ronda-worlds{padding:20px}.ronda-project-header{grid-template-columns:1fr}.ronda-question{grid-template-columns:1fr}.ronda-question-index{width:34px;height:34px}}

/* HALL · PREVIAS VIVAS */
.world-image.has-video-preview{background:#050711!important}
.world-image.has-video-preview>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0;pointer-events:none}
.world-image.has-video-preview:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,7,18,.03) 42%,rgba(4,7,18,.58) 100%);pointer-events:none}
.world-image.has-video-preview .world-number,.world-image.has-video-preview .world-open,.world-image.has-video-preview .hall-preview-badge{z-index:3}
.hall-preview-badge{position:absolute;left:17px;bottom:16px;border:1px solid rgba(224,216,255,.24);background:rgba(5,8,19,.58);backdrop-filter:blur(10px);border-radius:999px;padding:7px 10px;font-size:8px;letter-spacing:.16em;color:#ddd6eb;pointer-events:none}
.world-image.has-video-preview .world-open{bottom:16px;left:auto;right:16px;transform:none;opacity:.72}
.world-card:hover .world-image.has-video-preview .world-open{transform:translateY(-2px);opacity:1}
.hall-central-action{border-color:rgba(184,165,255,.44)!important;background:rgba(139,108,255,.055)!important}

/* V1.7.2 · Paso 06 Publicación */
.editor-step.publish-step{margin-top:4px;border-color:rgba(155,131,255,.16);color:#a79bbd}
.editor-step.publish-step.active{border-color:rgba(180,159,255,.42);background:linear-gradient(120deg,rgba(140,108,255,.10),rgba(93,127,245,.055));color:#f5f1ff}
.publish-section{max-width:980px}
.publication-state{display:flex;align-items:center;gap:18px;margin:30px 0 8px;border:1px solid rgba(194,180,255,.18);border-radius:22px;padding:22px;background:linear-gradient(120deg,rgba(122,92,211,.075),rgba(76,100,182,.035))}
.publication-state.published{border-color:rgba(166,145,255,.34);background:linear-gradient(120deg,rgba(132,101,240,.12),rgba(70,111,205,.05))}
.publication-orb{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:50%;border:1px solid rgba(216,207,255,.34);background:radial-gradient(circle at 40% 35%,rgba(196,176,255,.32),rgba(117,89,211,.11));color:#eee9ff;font-size:12px;letter-spacing:.08em;box-shadow:0 0 35px rgba(120,89,230,.14)}
.publication-state div{display:flex;flex-direction:column;gap:5px;min-width:0}
.publication-state strong{font-size:17px;font-weight:500;color:#f2edf9}
.publication-state small{font-size:11px;line-height:1.55;color:#8b8497}
.publication-actions{margin-top:22px}
.publish-main{padding-left:30px!important;padding-right:30px!important;box-shadow:0 0 0 3px rgba(136,109,255,.05),0 0 28px rgba(113,89,255,.18)}


/* V1.7.3 · Preview privada en Hall + publicación inequívoca */
.editor-actions.hidden-on-publish{display:none!important}
.preview-world .world-image{border-color:rgba(192,174,255,.54);box-shadow:0 0 0 1px rgba(174,151,255,.16),0 24px 80px rgba(92,67,173,.18),inset 0 0 80px rgba(133,104,226,.10)}
.preview-world .world-meta{position:relative}
.preview-world .world-meta:before{content:"PREVIEW PRIVADA · NO PUBLICADO";display:inline-flex;margin:0 0 10px;padding:6px 9px;border:1px solid rgba(205,191,255,.25);border-radius:999px;background:rgba(139,108,255,.06);font-size:8px;letter-spacing:.16em;color:#cfc4ef}
.publication-test-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0 18px}
.publication-test-card{border:1px solid rgba(194,180,255,.16);border-radius:22px;padding:24px;background:rgba(255,255,255,.018);min-width:0}
.publication-test-card.private{border-color:rgba(177,155,255,.32);background:linear-gradient(135deg,rgba(127,96,230,.10),rgba(79,104,180,.035))}
.publication-test-label{display:block;margin-bottom:9px;font-size:8px;letter-spacing:.19em;color:#9f93bc}
.publication-test-card h4,.publish-final-zone h4{font-family:"Bodoni Moda",serif;font-size:28px;font-weight:500;margin:0 0 9px;color:#f1edf8}
.publication-test-card p,.publish-final-zone p{margin:0 0 20px;color:#938da0;line-height:1.65;font-size:12px}
.publication-test-card .primary,.publication-test-card .ghost{width:100%;justify-content:center}
.publish-final-zone{display:flex;align-items:center;justify-content:space-between;gap:34px;margin-top:22px;padding:26px 28px;border:1px solid rgba(182,160,255,.25);border-radius:22px;background:linear-gradient(120deg,rgba(139,108,255,.085),rgba(77,109,196,.035))}
.publish-final-zone>div{min-width:0;max-width:620px}
.publish-final-zone p{margin-bottom:0}
.publication-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0 6px}
.publication-flow>div{border:1px solid rgba(194,180,255,.13);border-radius:17px;padding:15px;background:rgba(255,255,255,.015);display:flex;flex-direction:column;gap:5px}
.publication-flow span{font-size:8px;letter-spacing:.18em;color:#9c8fba}
.publication-flow strong{font-size:12px;font-weight:500;color:#e9e4f4}
.publication-flow small{font-size:9px;line-height:1.45;color:#777180}
@media(max-width:800px){.publication-test-grid,.publication-flow{grid-template-columns:1fr}.publish-final-zone{align-items:flex-start;flex-direction:column}.publish-final-zone .publish-main{width:100%}}

/* V1.8 · ACCESO + PERSISTENCIA SUPABASE */
.auth-gate{position:fixed;inset:0;z-index:200;background:rgba(3,5,14,.94);backdrop-filter:blur(18px);display:grid;place-items:center;padding:24px}
.auth-gate.is-hidden{display:none}
.auth-card{width:min(620px,100%);border:1px solid rgba(205,195,255,.18);border-radius:28px;padding:34px;background:linear-gradient(145deg,rgba(17,20,39,.96),rgba(7,9,20,.98));box-shadow:0 24px 80px rgba(0,0,0,.42)}
.auth-card h2{font-family:"Bodoni Moda",serif;font-size:clamp(36px,6vw,56px);font-weight:500;line-height:1.03;margin:10px 0 12px}
.auth-intro{color:#aaa5b9;line-height:1.65;margin:0 0 24px}
.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:7px;color:#aaa5b9;font-size:12px}.auth-form input{width:100%;border:1px solid rgba(210,200,255,.18);background:rgba(255,255,255,.035);border-radius:14px;padding:14px 15px;color:#f6f2ff;outline:none}.auth-form input:focus{border-color:rgba(163,137,255,.72);box-shadow:0 0 0 3px rgba(143,111,255,.10)}
.auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;border:1px solid rgba(210,200,255,.14);border-radius:999px;background:rgba(255,255,255,.025);margin-bottom:4px}.auth-mode{border:0;background:transparent;color:#8f899d;border-radius:999px;padding:11px 14px;font-size:12px}.auth-mode.active{background:rgba(160,132,255,.13);color:#f5f2ff;box-shadow:inset 0 0 0 1px rgba(196,181,255,.22)}
.auth-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.auth-actions button{flex:1;min-width:180px}.auth-anon{border:0;background:none;color:#8f88a2;text-decoration:underline;text-underline-offset:4px;padding:8px 0;text-align:left}.auth-message{min-height:22px;color:#c8c0d8;font-size:12px;line-height:1.5;margin:0}.auth-message.error{color:#f0aab9}.auth-message.ok{color:#b9e7d1}
.cloud-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(185,173,255,.18);border-radius:999px;padding:6px 10px;font-size:9px;letter-spacing:.12em;color:#aaa4bb}.cloud-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#7fd0ad;box-shadow:0 0 13px rgba(127,208,173,.5)}
.uploading-note{font-size:11px;color:#c3b9e9;margin-top:8px}.remote-file{position:relative}.remote-file:after{content:"NUBE";position:absolute;top:10px;right:10px;font-size:8px;letter-spacing:.14em;color:#cbc2ff;border:1px solid rgba(203,194,255,.2);border-radius:999px;padding:4px 7px;background:rgba(6,8,20,.65)}
@media(max-width:720px){.auth-card{padding:24px;border-radius:22px}.auth-actions{flex-direction:column}.auth-actions button{width:100%}.auth-mode-switch{grid-template-columns:1fr}.auth-mode{width:100%}}

/* V1.8.5 · navegación global clara */
.quick-nav{
  border:1px solid rgba(204,195,239,.28);background:rgba(4,7,18,.12);
  color:#aaa3b8;border-radius:999px;padding:11px 15px;font-size:11px;
  white-space:nowrap;transition:.2s ease;
}
.quick-nav:hover,.quick-nav[aria-current="page"]{
  color:#f2eefb;border-color:rgba(211,200,255,.52);background:rgba(126,98,224,.10);
}
.editor-context-nav{display:flex;align-items:center;gap:22px;margin-bottom:34px;flex-wrap:wrap}
.editor-context-nav .back{margin:0!important}
.editor-context-nav .context-hall{color:#c6baf0}
@media(max-width:900px){
  .quick-nav{padding:9px 11px;font-size:10px}
}
@media(max-width:720px){
  .quick-nav{display:none}
}

/* V1.8.6 · reset limpio / vista visitante */
.hall-empty{grid-column:1/-1;min-height:340px;border:1px solid rgba(220,212,255,.13);border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px;background:radial-gradient(circle at 50% 42%,rgba(140,108,255,.10),transparent 26%),rgba(255,255,255,.018)}
.hall-empty-orb{width:74px;height:74px;border:1px solid rgba(195,178,255,.38);border-radius:50%;display:grid;place-items:center;font-size:28px;color:#b8a8ff;margin-bottom:22px;box-shadow:0 0 48px rgba(132,98,235,.14)}
.hall-empty h3{font-family:"Bodoni Moda",serif;font-size:34px;font-weight:500;margin:0 0 8px}.hall-empty p{color:#918b9f;margin:0;max-width:520px;line-height:1.65}
.visitor-quick{border-color:rgba(180,160,255,.32)}
.publish-final-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.delete-action{border-color:rgba(220,112,139,.42)!important;color:#f2b7c5!important}

/* V1.8.7 · MODO VISITANTE SIN CUENTA */
.visitor-access-card{max-width:650px}
.visitor-access-note{margin:28px 0;border:1px solid rgba(194,179,255,.20);border-radius:20px;padding:18px 20px;background:rgba(148,116,255,.055);display:flex;flex-direction:column;gap:6px;color:#aaa4b8;line-height:1.6}
.visitor-access-note strong{color:#eee9fb;font-size:14px;font-weight:500}
.visitor-access-note span{font-size:13px}
.visitor-access-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.visitor-access-actions .primary,.visitor-access-actions .ghost{min-width:190px}
.visitor-hall-notice{display:flex;align-items:flex-start;gap:12px;margin:0 0 24px;padding:13px 16px;border:1px solid rgba(188,169,255,.20);border-radius:16px;background:rgba(151,122,255,.045);color:#9892a8;max-width:780px}
.visitor-hall-notice[hidden]{display:none}
.visitor-hall-notice>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(200,186,255,.24);border-radius:50%;color:#bba8ff;flex:0 0 auto}
.visitor-hall-notice>div{display:flex;flex-direction:column;gap:3px}
.visitor-hall-notice strong{font-size:12px;font-weight:500;color:#ded8ed;letter-spacing:.04em}
.visitor-hall-notice small{font-size:11px;line-height:1.55;color:#8f899c}
body.visitor-guest-mode .visitor-quick{background:rgba(148,116,255,.12);border-color:rgba(191,172,255,.46);color:#e9e3f7}
body.visitor-guest-mode #logoutBtn{display:none!important}
@media(max-width:720px){.visitor-access-actions{flex-direction:column}.visitor-access-actions .primary,.visitor-access-actions .ghost{width:100%;min-width:0}.visitor-hall-notice{margin-bottom:18px}}
.visitor-stand-notice{margin-left:auto;display:flex;align-items:center;gap:8px;border:1px solid rgba(190,172,255,.18);border-radius:999px;padding:8px 12px;background:rgba(148,116,255,.045);color:#8f899c;font-size:10px}
.visitor-stand-notice[hidden]{display:none}
.visitor-stand-notice strong{color:#d7d0e5;font-weight:500}.visitor-stand-notice span{color:#888193}
.stand-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.stand-nav-actions{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:720px){.visitor-stand-notice{width:100%;border-radius:14px;justify-content:flex-start;flex-wrap:wrap}}
