:root{
  --navy:#061f46;--navy2:#082d63;--ink:#091b3b;--muted:#68758b;--line:#dbe3ef;
  --bg:#f5f8fc;--white:#fff;--blue:#1260c9;--teal:#0a9b8d;--orange:#f28400;
  --red:#df2431;--purple:#7145b7;--cyan:#008ed4;--green:#12966f;
  --shadow:0 8px 28px rgba(8,32,70,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(#fff,#f7f9fc)}
button,input{font:inherit}
button{cursor:pointer}
.shell{max-width:1480px;margin:auto;padding-left:28px;padding-right:28px}
.private-bar{height:28px;background:#03142e;color:#c9ddff;font-size:11px;letter-spacing:.12em;display:flex;align-items:center;justify-content:center;gap:8px}
.status-dot{width:7px;height:7px;border-radius:50%;background:#54d697;box-shadow:0 0 0 4px rgba(84,214,151,.14)}
header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 rgba(8,33,72,.08)}
.private-bar+header{top:0}
.masthead{height:100px;display:grid;grid-template-columns:1fr minmax(360px,560px) 1fr;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:15px;color:var(--navy);text-decoration:none;min-width:0}
.globe{position:relative;display:inline-grid;place-items:center;width:58px;height:58px;border:4px solid var(--navy);border-radius:50%;flex:0 0 auto}
.globe:before,.globe:after{content:"";position:absolute;inset:5px 17px;border-left:2px solid var(--navy);border-right:2px solid var(--navy);border-radius:50%}
.globe:after{inset:16px 4px;border:0;border-top:2px solid var(--navy);border-bottom:2px solid var(--navy)}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:44px;letter-spacing:.02em}
.brand-copy small{font-size:10px;font-weight:800;letter-spacing:.04em;margin-top:7px}
.search{display:flex;border:1px solid #becadc;border-radius:7px;overflow:hidden;background:white;height:48px}
.search:focus-within{outline:3px solid rgba(18,96,201,.12);border-color:#7fa7dc}
.search input{border:0;outline:0;flex:1;padding:0 16px;color:var(--ink)}
.search button{border:0;background:#fff;color:var(--navy);font-size:27px;width:52px}
.top-actions{justify-self:end;display:flex;gap:12px}
.soft-btn,.dark-btn{height:44px;border-radius:7px;padding:0 18px;font-weight:750}
.soft-btn{background:#f0f4f9;border:0;color:var(--ink)}
.dark-btn{background:var(--navy);color:#fff;border:0}
.nav{background:linear-gradient(90deg,#041a3a,#062b5f);color:#fff}
.nav-inner{height:55px;display:flex;align-items:center;justify-content:space-between;gap:17px;overflow:auto}
.nav a{white-space:nowrap;color:#fff;text-decoration:none;font-size:12px;font-weight:800}
main{padding-top:22px;padding-bottom:34px}
.intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}
.eyebrow{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;color:#2b4e7d;margin-bottom:6px}
.intro h1,.section-title h2,.tracked h2,.region h2{margin:0;color:var(--navy)}
.intro h1{font-size:23px}
.intro p{margin:5px 0 0;color:var(--muted)}
.live{font-size:12px;color:#31527a;display:flex;align-items:center;gap:8px}
.live i{display:inline-block;width:8px;height:8px;background:#23b26d;border-radius:50%;box-shadow:0 0 0 5px rgba(35,178,109,.10)}
.lead-grid{display:grid;grid-template-columns:minmax(0,1.78fr) minmax(370px,.95fr) 280px;gap:16px}
.hero,.panel,.values,.news-card,.quote-card,.source-card,.tracked,.region,.search-results{border:1px solid #dfe6f0;border-radius:9px;box-shadow:var(--shadow);background:#fff}
.hero{min-height:520px;position:relative;overflow:hidden}
.hero-scene,.card-scene,.tracked-thumb{position:absolute;inset:0;overflow:hidden;background:#506070}
.scene-war{background:radial-gradient(circle at 78% 32%,rgba(238,164,68,.9),transparent 14%),linear-gradient(135deg,#1c2836 0 40%,#4f5d65 40% 60%,#171f28 60% 100%)}
.scene-politics{background:linear-gradient(135deg,#d8e2ed 0 35%,#f7f9fb 35% 57%,#9fb4cc 57% 100%)}
.scene-economy{background:linear-gradient(155deg,#071424,#0c2831 45%,#0d4d3d 46%,#071424 80%)}
.scene-geopolitics{background:linear-gradient(120deg,#93afc4 0 27%,#e6edf3 27% 39%,#657d9c 39% 60%,#b68e62 60% 100%)}
.scene-flood{background:linear-gradient(165deg,#6b8295 0 32%,#5da6bf 32% 57%,#92785e 57% 100%)}
.scene-health{background:linear-gradient(135deg,#e7f2f5,#b9d9e0 44%,#789dae 45% 62%,#dce8ed 62%)}
.scene-tech{background:radial-gradient(circle at 55% 48%,#76cbea 0 8%,transparent 9%),linear-gradient(145deg,#071d2e,#0f668c 58%,#072334)}
.scene-climate{background:linear-gradient(165deg,#b6e0f2,#e9f5fb 38%,#86c6dd 39% 54%,#2f6c86 55% 70%,#dfeef6 71%)}
.scene-desert{background:linear-gradient(155deg,#f0d7a7,#bfa16d 42%,#7a5b41 43% 56%,#dfc58f 57%)}
.hero-scene .grid-lines,.card-scene .grid-lines,.tracked-thumb .grid-lines{position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 70px,rgba(255,255,255,.07) 71px),repeating-linear-gradient(0deg,transparent 0 70px,rgba(255,255,255,.05) 71px)}
.orb{position:absolute;border-radius:50%;filter:blur(.2px);background:rgba(255,255,255,.20);box-shadow:0 20px 60px rgba(0,0,0,.2)}
.o1{width:180px;height:180px;right:10%;top:19%}.o2{width:90px;height:90px;right:34%;top:50%;background:rgba(6,31,70,.5)}.o3{width:240px;height:100px;right:3%;bottom:7%;border-radius:18px;background:rgba(4,16,35,.55)}
.o4{width:105px;height:105px;right:12%;top:16%;background:rgba(255,255,255,.2)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,32,.82),rgba(3,14,32,.25) 68%,rgba(3,14,32,.15)),linear-gradient(0deg,rgba(2,13,29,.55),transparent 65%)}
.hero-copy{position:absolute;left:38px;right:38px;bottom:38px;color:#fff}
.tag{display:inline-block;background:#1260c9;padding:8px 12px;border-radius:6px;font-size:11px;font-weight:900}
.hero-kicker{display:block;margin:18px 0 8px;font-size:11px;font-weight:800;letter-spacing:.06em;color:#d6e4f7}
.hero h2{font-size:37px;line-height:1.06;margin:0;max-width:740px;text-shadow:0 2px 20px rgba(0,0,0,.25)}
.hero p{font-size:16px;max-width:670px;line-height:1.5;color:#f2f6fb}
.hero-cta{border:0;background:#fff;color:var(--navy);border-radius:8px;padding:13px 18px;font-weight:900}
.hero-arrow{position:absolute;top:44%;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.75);font-size:31px;color:var(--navy)}
.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}
.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:7px}
.hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45)}
.hero-dots button.active{background:#fff;transform:scale(1.25)}
.panel{padding:18px}
.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}
.panel h3,.source-card h3{margin:0 0 10px;font-size:16px}
.text-btn{border:0;background:none;color:#0d5ab2;font-size:12px;font-weight:800}
.perspective-row{display:grid;grid-template-columns:34px 125px 1fr;gap:10px;align-items:center;padding:15px 0;border-bottom:1px solid #e7ecf3}
.perspective-row:last-child{border-bottom:0}
.flag{font-size:21px}
.perspective-source{display:flex;flex-direction:column;font-size:12px}.perspective-source small{font-weight:800;color:#516985;margin-top:3px}
.perspective-row p{font-size:12px;line-height:1.45;margin:0;color:#3e4a5d}
.trends ol{padding:0;margin:4px 0 12px;list-style:none}
.trends li{display:grid;grid-template-columns:29px 1fr;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #edf1f6}
.trends li span{display:grid;place-items:center;border:1px solid #b9c8dd;border-radius:50%;width:27px;height:27px;color:#1b4f8b;font-weight:800}
.trends li a{text-decoration:none;color:#14243d;font-size:12px}
.wide-btn{width:100%;border:1px solid #cbd7e7;background:white;color:#0d4f9b;border-radius:6px;padding:10px;font-size:12px;font-weight:800}
.values{display:grid;grid-template-columns:repeat(4,1fr);margin:20px 0 28px;overflow:hidden}
.values article{display:flex;gap:14px;align-items:center;padding:19px 25px;border-right:1px solid #e5eaf2}
.values article:last-child{border:0}
.values strong{font-size:12px}.values p{font-size:12px;color:#315277;margin:4px 0 0}.value-icon{font-size:31px;color:#0b3f7f}
.section-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 12px}
.section-title h2{font-size:24px}.section-title time{font-size:12px;color:#536985}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.news-card{overflow:hidden;position:relative;padding-top:0;display:flex;flex-direction:column;min-height:390px;scroll-margin-top:160px}
.card-top{height:44px;padding:0 15px;display:flex;align-items:center;color:white;font-weight:900;font-size:12px;background:#1260c9}
.news-card.teal .card-top{background:var(--teal)}.news-card.orange .card-top{background:var(--orange)}.news-card.red .card-top{background:var(--red)}.news-card.purple .card-top{background:var(--purple)}.news-card.cyan .card-top{background:var(--cyan)}.news-card.green .card-top{background:var(--green)}
.card-scene{position:relative;height:145px;inset:auto}
.card-body{padding:14px 15px;flex:1}.card-body h3{font-size:17px;line-height:1.22;margin:0 0 13px;color:#0c4287}.news-card.teal h3{color:#087a70}.news-card.orange h3{color:#d76800}.news-card.red h3{color:#c51c29}.news-card.purple h3{color:#6135a6}.news-card.cyan h3{color:#007fbf}.news-card.green h3{color:#0d815f}
.card-body ul{padding-left:17px;margin:0}.card-body li{font-size:12px;line-height:1.45;margin:8px 0}
.news-card>button{border:0;border-top:1px solid #e5eaf2;background:white;text-align:left;padding:13px 15px;color:#0b5bb5;font-size:12px;font-weight:800}
.right-rail{display:flex;flex-direction:column;gap:17px}
.quote-card,.source-card{padding:20px}
.quote-mark{font:70px Georgia,serif;color:#d6e1f0;height:55px}
.quote-card blockquote{font:19px/1.45 Georgia,serif;margin:0;color:#17233b}
.quote-author{text-align:right;margin:14px 0 25px;font:italic 13px Georgia,serif;color:#46566c}
.quote-bottom{padding-top:13px;border-top:1px solid #e3e9f1;display:flex;justify-content:space-between;align-items:center;font-size:11px}
.quote-bottom button{width:32px;height:32px;border-radius:50%;border:1px solid #c9d5e5;background:#fff;color:#1a5aa5;font-size:20px}
.sources{margin-top:8px}
.sources>div{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf1f6;font-size:12px}
.sources b{display:grid;place-items:center;height:31px;border-radius:4px;background:#eef3f9;color:#173d72}
.sources span{display:flex;flex-direction:column;font-weight:700}.sources small{font-weight:500;color:#78869a;margin-top:2px}
.source-more{margin-top:14px;padding:0}
.tracked{margin-top:18px;padding:18px}
.tracked-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:14px}
.tracked-item{display:grid;grid-template-columns:115px 1fr;gap:12px;align-items:center}
.tracked-thumb{position:relative;height:82px;border-radius:7px}
.tracked-item strong{font-size:12px}.tracked-item p{font-size:11px;color:#65758c;margin:5px 0}.tracked-item small{font-weight:800;color:#28598f}
.region{margin-top:18px;padding:22px;display:flex;justify-content:space-between;gap:22px;align-items:center}
.region p{color:#66758a}.region-box{display:flex;gap:24px;min-width:430px;background:#f2f6fb;border:1px solid #dde6f2;padding:16px;border-radius:8px}.mini-map{background:var(--navy);color:#9bb5d9;width:160px;display:grid;place-items:center;font-size:44px;line-height:.6;border-radius:6px}.region-box p{display:flex;justify-content:space-between;gap:25px;margin:4px 0;font-size:11px}
.search-results{margin-top:18px;padding:20px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.result-grid article{border:1px solid #dfe6ef;border-radius:7px;padding:15px}.result-grid span{font-size:10px;font-weight:900;color:#0e5fb7}.result-grid h3{font-size:15px}.result-grid p{font-size:12px;color:#5e6e83}
footer{background:linear-gradient(90deg,#041a3c,#062c61);color:white;margin-top:26px}
.footer-grid{min-height:150px;display:grid;grid-template-columns:1fr 1.6fr 1fr;align-items:center;gap:30px}
.footer-logo{color:white}.footer-logo .globe{border-color:white;width:48px;height:48px}.footer-logo .globe:before{border-color:white}.footer-logo .globe:after{border-color:white}.footer-logo strong{font-size:30px}.footer-logo small{font-weight:500}
.footer-points{display:flex;gap:21px;justify-content:center;flex-wrap:wrap;font-size:11px}.footer-legal{text-align:right;font-size:11px;color:#c7d6ea}
@media (max-width:1250px){
  .lead-grid{grid-template-columns:1.5fr 1fr}.trends{grid-column:1/-1}.trends ol{display:grid;grid-template-columns:repeat(4,1fr);gap:0 20px}
  .news-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr 280px}
}
@media (max-width:900px){
  .shell{padding-left:16px;padding-right:16px}.masthead{height:auto;padding-top:15px;padding-bottom:15px;grid-template-columns:1fr auto}.brand-copy strong{font-size:32px}.globe{width:47px;height:47px}.search{grid-column:1/-1;grid-row:2}.nav-inner{justify-content:flex-start}
  .lead-grid,.content-grid{grid-template-columns:1fr}.hero{min-height:480px}.hero h2{font-size:30px}.perspective-row{grid-template-columns:34px 110px 1fr}
  .values{grid-template-columns:1fr 1fr}.values article:nth-child(2){border-right:0}.news-grid{grid-template-columns:1fr 1fr}.right-rail{display:grid;grid-template-columns:1fr 1fr}.tracked-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr;text-align:left;padding-top:24px;padding-bottom:24px}.footer-points{justify-content:flex-start}.footer-legal{text-align:left}
}
@media (max-width:620px){
  .private-bar{font-size:9px}.top-actions{display:none}.masthead{grid-template-columns:1fr}.brand-copy small{font-size:8px}.intro{align-items:flex-start;gap:12px;flex-direction:column}.lead-grid{display:block}.hero,.panel{margin-bottom:14px}.hero{min-height:440px}.hero-copy{left:22px;right:22px}.hero h2{font-size:27px}.hero p{font-size:14px}.perspective-row{grid-template-columns:32px 1fr}.perspective-row p{grid-column:2}.trends ol{grid-template-columns:1fr 1fr}
  .values{grid-template-columns:1fr}.values article{border-right:0;border-bottom:1px solid #e5eaf2}.news-grid{grid-template-columns:1fr}.right-rail{grid-template-columns:1fr}.tracked-grid{grid-template-columns:1fr}.region{align-items:flex-start;flex-direction:column}.region-box{min-width:0;width:100%;flex-direction:column}.result-grid{grid-template-columns:1fr}
}


/* ===== GLOBREN FRONTEND V0.2 ===== */
a{color:inherit}.language-picker{height:44px;border-radius:7px;padding:0 10px;background:#f0f4f9;display:flex;align-items:center;gap:6px;color:var(--ink)}
.language-picker select{border:0;background:transparent;color:var(--ink);font-weight:800;outline:0;cursor:pointer}.card-click{display:block;color:inherit;text-decoration:none;flex:1}.card-click:hover h3{text-decoration:underline;text-underline-offset:3px}.all-news-link{border-top:1px solid #e5eaf2;background:white;text-align:left;padding:13px 15px;color:#0b5bb5;font-size:12px;font-weight:800;text-decoration:none;display:block}.news-card>button{display:none}.source-card{max-height:none}
.breadcrumbs{display:flex;gap:9px;align-items:center;color:#60728b;font-size:12px;margin:4px 0 22px}.breadcrumbs a{color:#0d5ab2;text-decoration:none}.section-page,.article-page{padding-top:24px}.section-hero{display:flex;justify-content:space-between;gap:30px;align-items:end;background:linear-gradient(135deg,#f2f7fd,#fff);border:1px solid #dce5f0;border-radius:10px;padding:28px;margin-bottom:18px}.section-hero h1{font-size:42px;margin:0;color:var(--navy)}.section-hero p{max-width:780px;color:#5f6f85;font-size:15px;line-height:1.55;margin:8px 0 0}.coverage-stat{min-width:220px;background:var(--navy);color:white;padding:18px;border-radius:8px;display:flex;flex-direction:column}.coverage-stat strong{font-size:35px}.coverage-stat span{font-size:12px;font-weight:800}.coverage-stat small{color:#b8cae3;margin-top:5px}.compare-strip{border:1px solid #dfe6f0;border-radius:9px;background:white;padding:20px;box-shadow:var(--shadow);margin-bottom:25px}.compare-strip h2{font-size:19px;margin:0}.demo-chip{font-size:9px;letter-spacing:.08em;font-weight:900;background:#eef3f9;border:1px solid #d6e0ed;color:#49627f;border-radius:999px;padding:7px 9px}.source-pills{display:flex;gap:8px;overflow:auto;padding-top:14px}.source-pills>span{min-width:145px;border:1px solid #dfe6f0;border-radius:7px;padding:10px;display:grid;grid-template-columns:28px 1fr;align-items:center}.source-pills b{font-size:11px}.source-pills small{font-size:9px;color:#78869a;grid-column:2}.section-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.section-list-head{display:flex;justify-content:space-between;gap:15px;align-items:end;margin-bottom:13px}.section-list-head h2{margin:0;color:var(--navy)}.filter-chips{display:flex;gap:6px}.filter-chips button{border:1px solid #d6e0ec;background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;color:#50647e}.filter-chips button.active{background:var(--navy);color:#fff}.section-feed{display:flex;flex-direction:column;gap:12px}.stream-card{border:1px solid #dfe6f0;border-radius:9px;background:#fff;overflow:hidden;box-shadow:0 4px 16px rgba(8,32,70,.04)}.stream-main{display:grid;grid-template-columns:215px 1fr;text-decoration:none}.stream-visual{position:relative;min-height:160px;overflow:hidden}.stream-copy{padding:16px 18px}.source-line{display:flex;gap:7px;align-items:center;font-size:11px}.source-line small{color:#79889a;margin-left:4px}.stream-copy h3{font-size:18px;line-height:1.25;margin:9px 0;color:#102b52}.stream-copy p{font-size:12px;line-height:1.5;color:#607086;margin:0 0 10px}.read-link{font-size:11px;color:#0d5ab2;font-weight:900}.compare-link{display:block;border-top:1px solid #e8edf3;text-decoration:none;color:#365d8b;font-size:10px;padding:9px 18px;text-align:right}.section-aside{display:flex;flex-direction:column;gap:16px}.source-directory>div{display:grid;grid-template-columns:42px 1fr;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f6}.source-directory>b{}.source-directory>div>b{height:34px;border-radius:5px;background:#eef3f9;color:#143f75;display:grid;place-items:center;font-size:10px}.source-directory span{display:flex;flex-direction:column;font-size:11px;font-weight:800}.source-directory small{font-size:9px;font-weight:500;color:#7b8898;margin-top:2px}.why-card,.context-card{border:1px solid #dfe6f0;border-radius:9px;padding:20px;background:linear-gradient(145deg,#f7faff,#fff)}.why-card h3,.context-card h3{margin:0 0 8px}.why-card p,.context-card li{font-size:12px;line-height:1.55;color:#5b6b80}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px}.article-main{max-width:980px}.article-meta{display:flex;align-items:center;gap:12px;font-size:11px;color:#5c6d82}.article-main h1{font-size:46px;line-height:1.05;color:#0a2348;margin:18px 0 12px}.article-deck{font-size:19px;line-height:1.5;color:#55667d;max-width:900px}.article-visual{height:430px;position:relative;border-radius:10px;overflow:hidden;margin:22px 0}.origin-box{display:flex;justify-content:space-between;align-items:center;border:1px solid #dce5ef;background:#fff;border-radius:8px;padding:14px 16px}.origin-box div{display:flex;flex-direction:column}.origin-box strong{font-size:14px}.origin-box small{color:#728095;margin-top:3px}.origin-box button{border:1px solid #c9d6e6;background:#fff;border-radius:6px;color:#0b5bb5;padding:9px 12px;font-size:11px;font-weight:800}.article-copy{font:17px/1.7 Georgia,serif;color:#26384f;max-width:820px;margin:28px auto}.comparison-board{margin-top:28px;border:1px solid #dfe6f0;border-radius:10px;background:#fff;padding:22px;box-shadow:var(--shadow)}.comparison-board h2{margin:0;color:var(--navy)}.comparison-board .panel-head p{margin:6px 0 0;color:#6d7c90;font-size:12px}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.comparison-grid article{border:1px solid #e0e7f0;border-radius:7px;padding:15px}.comparison-source{display:flex;align-items:center;gap:9px}.comparison-source>span{font-size:22px}.comparison-source div{display:flex;flex-direction:column;font-size:11px}.comparison-source small{color:#75869b;margin-top:2px}.comparison-grid p{font-size:12px;line-height:1.5;color:#4f6076;min-height:55px}.comparison-grid a{font-size:10px;color:#0d5ab2;font-weight:800;text-decoration:none}
@media(max-width:900px){.section-layout,.article-layout{grid-template-columns:1fr}.section-hero{align-items:flex-start}.stream-main{grid-template-columns:160px 1fr}.comparison-grid{grid-template-columns:1fr 1fr}.article-main h1{font-size:36px}}
@media(max-width:620px){.language-picker{display:none}.section-hero{flex-direction:column}.coverage-stat{width:100%}.stream-main{grid-template-columns:1fr}.stream-visual{min-height:180px}.filter-chips{display:none}.comparison-grid{grid-template-columns:1fr}.article-main h1{font-size:30px}.article-visual{height:280px}}


/* ===== MI GLOBREN V0.3 ===== */
.my-globren-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.my-globren-link.active{box-shadow:inset 0 -3px 0 #6bd9ff}
.account-page{padding-top:18px}.account-hero{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:28px 30px;background:linear-gradient(110deg,#f5f9ff,#fff 58%,#edf5ff);border:1px solid #dbe5f2;border-radius:12px;box-shadow:var(--shadow)}
.profile-summary{display:flex;align-items:center;gap:20px}.profile-summary h1{font-size:32px;margin:2px 0 5px;color:var(--navy)}.profile-summary p{margin:0 0 10px;color:#65758a}.profile-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:11px;color:#4e6886}.avatar-wrap{position:relative}.profile-avatar{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0b3d7b,#071f46);background-size:cover;background-position:center;color:#fff;border:4px solid #fff;box-shadow:0 5px 18px rgba(8,32,70,.18);font-size:27px;font-weight:900}.profile-avatar.has-image span{display:none}.profile-avatar.large{width:128px;height:128px;font-size:38px}.avatar-edit{position:absolute;right:-2px;bottom:3px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #ccd9e8;color:#0c56a5;font-weight:900;cursor:pointer}
.account-kpis{display:grid;grid-template-columns:repeat(4,1fr);min-width:490px;background:#082b5e;color:#fff;border-radius:10px;overflow:hidden}.account-kpis div{padding:20px 17px;border-right:1px solid rgba(255,255,255,.13)}.account-kpis div:last-child{border:0}.account-kpis strong{display:block;font-size:27px}.account-kpis span{font-size:10px;color:#c9d9ee;text-transform:uppercase;letter-spacing:.05em}
.account-notice{margin:14px 0 18px;padding:11px 15px;display:flex;gap:13px;align-items:center;border:1px solid #dce7f4;background:#f6f9fd;border-radius:8px;font-size:11px;color:#526b88}.account-notice b{color:#0c4f9a;white-space:nowrap}
.account-tabs{display:flex;gap:5px;overflow:auto;border-bottom:1px solid #d8e2ef;margin-bottom:23px}.account-tabs button{border:0;background:transparent;color:#536a86;padding:13px 15px;border-bottom:3px solid transparent;font-weight:800;white-space:nowrap}.account-tabs button.active{color:#073d7b;border-bottom-color:#1260c9}.tab-count{display:inline-grid;place-items:center;margin-left:4px;min-width:20px;height:20px;border-radius:10px;background:#e8f1fc;color:#0e5bb5;font-size:10px}.account-panel{display:none}.account-panel.active{display:block}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.dashboard-main,.dashboard-side>section,.account-panel>.account-section-head+.event-manage-grid{min-width:0}.account-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px}.account-section-head.compact{margin-top:28px}.account-section-head h2{margin:0;color:var(--navy);font-size:22px}.account-section-head p{margin:5px 0 0;color:#66778d;font-size:12px}.followed-event-list{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.summary-event,.manage-event{border:1px solid #dce5f0;background:#fff;border-radius:9px;padding:16px;box-shadow:0 5px 18px rgba(8,32,70,.05)}.summary-event.high,.manage-event.high{border-top:3px solid #d63746}.summary-event.medium,.manage-event.medium{border-top:3px solid #ee9b1a}.summary-event.low,.manage-event.low{border-top:3px solid #3e9d76}.event-status-row{display:flex;justify-content:space-between;gap:8px;align-items:center}.event-cat{font-size:10px;font-weight:900;color:#225689;text-transform:uppercase}.activity-dot{font-size:9px;color:#6e7d90}.activity-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:5px;background:#5c9b78}.activity-dot.high:before{background:#d63746}.activity-dot.medium:before{background:#ee9b1a}.summary-event h3,.manage-event h3{font-size:16px;margin:12px 0 7px;color:#102847}.summary-event p,.manage-event p{font-size:11px;line-height:1.45;color:#637288;min-height:32px}.event-metrics{display:flex;gap:12px;flex-wrap:wrap;font-size:10px;color:#60728a;margin:12px 0}.event-actions{display:flex;justify-content:space-between;align-items:center;gap:8px;border-top:1px solid #edf1f5;padding-top:11px}.event-actions a{font-size:10px;color:#0b5aad;font-weight:800;text-decoration:none}.follow-btn{border:1px solid #b9cbe0;background:#fff;border-radius:6px;padding:7px 9px;font-size:10px;color:#0b559f;font-weight:800}.follow-btn.following{background:#edf5ff;border-color:#92b6df}.followed-source-strip{display:flex;gap:9px;overflow:auto;padding-bottom:5px}.source-mini{display:flex;align-items:center;gap:9px;min-width:180px;border:1px solid #dbe5ef;border-radius:8px;padding:10px;background:#fff}.source-mini>b{width:34px;height:34px;display:grid;place-items:center;background:#edf3fa;border-radius:5px;color:#113f77}.source-mini span{font-size:11px;font-weight:800}.source-mini small{display:block;font-weight:500;color:#7a8797;margin-top:2px}.dashboard-side{display:flex;flex-direction:column;gap:14px}.insight-card,.digest-card,.quick-card,.settings-card,.profile-photo-card,.profile-form,.preference-explainer{border:1px solid #dce5f0;background:#fff;border-radius:9px;padding:19px;box-shadow:var(--shadow)}.dashboard-side h3{margin:0 0 12px}.radar-line{display:grid;grid-template-columns:35px 1fr;align-items:start;gap:7px;padding:10px 0;border-bottom:1px solid #edf1f5}.radar-line b{font-size:24px;color:#0c579f}.radar-line span{font-size:11px;line-height:1.4;color:#53677f}.insight-card>small{display:block;margin-top:10px;color:#8b97a7;font-size:9px}.digest-card p{font-size:11px;line-height:1.5;color:#637289}.digest-status{display:flex;align-items:center;gap:8px;font-size:11px;margin:12px 0}.quick-card a{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf1f5;color:#153e70;text-decoration:none;font-size:11px;font-weight:800}.quick-card a:last-child{border:0}.event-manage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.source-balance{min-width:220px;border:1px solid #dce6f1;border-radius:8px;padding:10px 14px;background:#f7faff}.source-balance b{font-size:22px;color:#0b4d94;margin-right:6px}.source-balance span{font-size:11px}.source-balance small{display:block;color:#7b8797;margin-top:3px}.source-manage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.source-manage-card{padding:15px;border:1px solid #dce5ef;border-radius:9px;background:#fff}.source-manage-card.following{background:#f7fbff;border-color:#b6d0ec}.source-brand{display:flex;gap:10px;align-items:center}.source-brand>b{width:42px;height:42px;display:grid;place-items:center;background:#eaf1f8;color:#153f72;border-radius:6px}.source-brand span{font-size:9px;color:#75879a}.source-brand h3{font-size:14px;margin:2px 0}.source-brand small{font-size:9px;color:#7c8999}.source-manage-card p{font-size:10px;color:#6b788a;line-height:1.45;min-height:43px}.source-follow{width:100%;padding:8px;border-radius:6px;border:1px solid #b8c9dd;background:white;color:#0b58a8;font-size:10px;font-weight:800}.source-follow.following{background:#e9f3ff}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.topic-card{text-align:left;display:grid;grid-template-columns:38px 1fr 22px;align-items:start;gap:10px;padding:16px;border:1px solid #dbe5ef;border-radius:9px;background:#fff;color:#17304f}.topic-card.selected{border-color:#8fb7e5;background:#f4f9ff}.topic-card>span{font-size:25px;color:#0c579e}.topic-card h3{margin:0;font-size:14px}.topic-card p{margin:5px 0 0;font-size:10px;line-height:1.4;color:#6b7a8d}.topic-card>b{color:#0c5caf}.preference-explainer{display:flex;justify-content:space-between;align-items:center;margin-top:17px;background:#f7faff}.preference-explainer p{margin:4px 0 0;font-size:11px;color:#617087}.preference-explainer>span{font-size:42px;color:#a9bfd9}.alert-layout{display:grid;grid-template-columns:1fr 1fr;gap:17px}.settings-card h3{margin:0 0 13px}.setting-row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1f5}.setting-row:last-child{border:0}.setting-row span{display:flex;flex-direction:column;font-size:11px}.setting-row small{margin-top:4px;color:#7b899b}.setting-row input{width:18px;height:18px}.field-label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;font-size:11px;font-weight:800}.field-label select,.profile-form input,.profile-form select{height:42px;border:1px solid #cbd8e7;border-radius:6px;padding:0 10px;background:#fff;color:#20354f}.digest-preview{margin-top:16px;padding:14px;background:#f4f8fd;border-radius:7px}.digest-preview p{margin:0;font-size:11px}.profile-editor{display:grid;grid-template-columns:280px minmax(0,650px);gap:18px;align-items:start}.profile-photo-card{text-align:center}.profile-photo-card .profile-avatar{margin:0 auto}.profile-photo-card p{font-size:10px;color:#718095}.upload-btn{display:block;margin:13px 0 7px;background:#0a3975;color:white;border-radius:6px;padding:10px;font-size:11px;font-weight:800;cursor:pointer}.profile-form{display:flex;flex-direction:column;gap:15px}.profile-form>label:not(.profile-checkbox){display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800}.profile-checkbox{display:flex;align-items:flex-start;gap:9px}.profile-checkbox span{display:flex;flex-direction:column;font-size:11px}.profile-checkbox small{margin-top:4px;color:#7a899a}.profile-actions{display:flex;gap:12px;align-items:center}.profile-actions .dark-btn{border:0}.profile-actions span{font-size:11px;color:#14805b}.empty-state{padding:20px;border:1px dashed #bfd0e3;border-radius:8px;color:#718095;font-size:11px;background:#fafcff}
@media(max-width:1150px){.account-hero{align-items:flex-start}.account-kpis{min-width:400px;grid-template-columns:1fr 1fr}.followed-event-list,.event-manage-grid{grid-template-columns:1fr 1fr}.source-manage-grid,.topic-grid{grid-template-columns:1fr 1fr}}
@media(max-width:850px){.account-hero{flex-direction:column}.account-kpis{width:100%;min-width:0}.dashboard-grid{grid-template-columns:1fr}.source-manage-grid{grid-template-columns:1fr 1fr}.profile-editor{grid-template-columns:1fr}.profile-photo-card{max-width:none}.alert-layout{grid-template-columns:1fr}}
@media(max-width:620px){.account-page{padding-top:12px}.account-hero{padding:20px}.profile-summary{align-items:flex-start}.profile-avatar{width:64px;height:64px}.account-kpis{grid-template-columns:1fr 1fr}.account-tabs{margin-left:-16px;margin-right:-16px;padding-left:12px}.followed-event-list,.event-manage-grid,.source-manage-grid,.topic-grid{grid-template-columns:1fr}.account-section-head{flex-direction:column}.source-balance{width:100%;min-width:0}}

/* GLOBREN FRONTEND V0.4 — real engine snapshot + source photography */
.live-photo{background-size:cover!important;background-position:center!important}.live-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,19,45,.05),rgba(3,19,45,.38))}.live-card-image,.live-stream-image,.live-article-photo img,.comparison-photo{width:100%;height:100%;object-fit:cover;display:block}.live-card-image{position:absolute;inset:0}.live-stream-image{position:absolute;inset:0}.stream-visual{background:#dce6f2}.live-no-image{position:absolute;inset:0;display:grid;place-items:center;color:#7b8aa0;font-weight:900;letter-spacing:.18em}.tracked-link{text-decoration:none;color:inherit}.photo-meta{font-size:10px;color:#73839a;margin:-12px 0 18px;text-align:right}.live-article-photo{background:#edf2f8}.comparison-photo{height:105px;border-radius:5px;margin-bottom:10px}.search-results h3 a{color:inherit;text-decoration:none}.search-results h3 a:hover{text-decoration:underline}.source-card .sources{max-height:430px;overflow:auto}.article-copy h3{font-family:Arial,sans-serif;color:#0a2348;margin:22px 0 4px}.article-copy a{color:#0d5ab2}.hero-scene.live-photo .grid-lines{display:none}
/* GLOBREN FRONTEND V0.5 — real directories + translation layer */
.directory-page{padding-top:24px;padding-bottom:42px}.directory-hero{background:linear-gradient(135deg,#f1f6fd,#fff);border:1px solid #dce5f0;border-radius:10px;padding:30px;margin-bottom:22px}.directory-hero h1{font-size:42px;color:var(--navy);margin:6px 0}.directory-hero p{color:#607086;font-size:15px;max-width:850px;margin:0;line-height:1.5}.directory-grid{display:flex;flex-direction:column;gap:20px}.directory-group{background:#fff;border:1px solid #dfe6f0;border-radius:10px;padding:20px;box-shadow:var(--shadow)}.directory-group-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf1f6;padding-bottom:12px;margin-bottom:14px}.directory-group-head h2{margin:0;color:var(--navy)}.directory-group-head span{font-size:11px;color:#718196}.source-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.source-catalog-card{display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;border:1px solid #e1e8f1;border-radius:8px;padding:13px}.source-catalog-mark{height:42px;background:#eef3f9;color:#174577;border-radius:6px;display:grid;place-items:center;font-size:11px;font-weight:900}.source-catalog-card h3{margin:0;color:#102c51;font-size:14px}.source-catalog-card p{font-size:10px;color:#65778e;margin:4px 0}.source-catalog-card small{font-size:9px;color:#8290a2}.event-directory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.directory-event-card{position:relative;display:grid;grid-template-columns:210px 1fr;text-decoration:none;color:inherit;border:1px solid #dfe6f0;border-radius:10px;overflow:hidden;background:white;box-shadow:0 5px 18px rgba(8,32,70,.05)}.directory-event-image{min-height:180px;background:#0a2c59;display:grid;place-items:center;color:white;font-weight:900;overflow:hidden}.directory-event-image img{width:100%;height:100%;object-fit:cover}.directory-event-copy{padding:18px}.directory-event-copy h2{font-size:19px;line-height:1.25;color:#0b2e5c;margin:6px 0 8px}.directory-event-copy p{font-size:12px;line-height:1.5;color:#5e6f85;margin:0 0 10px}.directory-event-copy small{font-size:10px;color:#718096}.rank-badge{position:absolute;left:10px;top:10px;z-index:2;width:32px;height:32px;border-radius:50%;background:white;color:#082c5c;display:grid;place-items:center;font-weight:900;box-shadow:0 3px 12px rgba(0,0,0,.15)}.source-more,.wide-btn,.tracked .text-btn,.perspectives .text-btn{cursor:pointer}
@media(max-width:980px){.source-catalog-grid{grid-template-columns:repeat(2,1fr)}.event-directory-grid{grid-template-columns:1fr}}@media(max-width:620px){.source-catalog-grid{grid-template-columns:1fr}.directory-event-card{grid-template-columns:1fr}.directory-event-image{height:190px}.directory-hero h1{font-size:32px}}

/* GLOBREN V0.6 — exploración continental real */
.region-copy{max-width:540px}.mini-map{position:relative;flex-direction:column;font-size:38px;line-height:1}.mini-map span{display:block;font-size:9px;letter-spacing:.15em;margin-top:8px;color:#d2e0f2}.region-list{min-width:230px;display:flex;flex-direction:column}.region-row{display:flex;justify-content:space-between;gap:22px;align-items:center;padding:7px 2px;border-bottom:1px solid #dde6f0;text-decoration:none;color:#233a58;font-size:11px}.region-row:last-child{border-bottom:0}.region-row span{font-weight:800}.region-row b{font-size:10px;color:#0d5ab2;white-space:nowrap}.region-row:hover span{text-decoration:underline;text-underline-offset:3px}

/* GLOBREN V0.7 — portada compacta + exploración regional en rail derecho */
.home-keys-title{margin-top:2px}
.region.region-rail{margin:0;padding:17px;display:block;align-items:initial;justify-content:initial;gap:0}
.region-rail .region-box{display:flex;flex-direction:column;gap:10px;min-width:0;width:100%;margin-top:11px;background:transparent;border:0;padding:0;border-radius:0}
.region-rail .mini-map{width:100%;height:104px;min-height:104px;border-radius:6px;font-size:34px;line-height:1}
.region-rail .mini-map span{margin-top:7px}
.region-rail .region-list{min-width:0;width:100%}
.region-rail .region-row{padding:6px 2px;font-size:11px}
.region-rail .region-row b{font-size:9px}
@media(max-width:900px){.region.region-rail{padding:17px}.region-rail .region-box{flex-direction:column}.region-rail .mini-map{width:100%}}


/* GLOBREN V0.8 — tarjeta vertical Explora por región */
.region-rail-card{display:block;margin:0;padding:17px;background:#fff;border:1px solid #dfe6f0;border-radius:9px;box-shadow:var(--shadow);overflow:hidden}
.region-rail-card>.eyebrow{display:block;margin:0 0 10px;color:#0b3f7f}
.region-map{width:100%;height:108px;border-radius:6px;overflow:hidden;background:linear-gradient(145deg,#061f46,#0a356b);border:1px solid #dbe4ef}
.region-map svg{display:block;width:100%;height:100%}
.region-map .world-land{fill:#8fa6c3;stroke:#b7c8db;stroke-width:1.2;opacity:.95}
.region-rail-card .region-list{display:flex;flex-direction:column;min-width:0;width:100%;margin-top:9px}
.region-rail-card .region-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 1px;border-bottom:1px solid #e6edf5;text-decoration:none;color:#233a58;font-size:10.5px;line-height:1.15}
.region-rail-card .region-row span{font-weight:800}
.region-rail-card .region-row b{font-size:9.5px;color:#0d5ab2;font-weight:800;white-space:nowrap}
.region-rail-card .region-row:hover span{text-decoration:underline;text-underline-offset:3px}
.region-all-link{display:block;margin:10px -17px -17px;padding:11px 17px;border-top:1px solid #e2e9f2;color:#0b5bb5;text-decoration:none;font-size:10.5px;font-weight:900;background:#fff}
.region-all-link:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.region-rail-card{padding:17px}.region-map{height:120px}.region-all-link{margin-left:-17px;margin-right:-17px}}


/* GLOBREN V0.9 — Radar de Perspectivas prioriza diversidad real de cobertura */
.perspective-meta{display:block;margin-top:5px;color:#6b7e95;font-size:10px;font-weight:700;line-height:1.35}
.perspective-link{color:inherit;text-decoration:none;border-radius:5px;transition:background .15s ease}
.perspective-link:hover{background:#f6f9fd}
.perspective-link:hover .perspective-source small{text-decoration:underline;text-underline-offset:2px}
/* GLOBREN V0.11 — country/world edition selector for geo relevance */
.section-controls{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;justify-content:flex-end}.edition-control{display:flex;flex-direction:column;gap:4px;font-size:9px;font-weight:900;color:#536985;letter-spacing:.05em}.edition-control select{min-width:170px;height:34px;border:1px solid #cbd8e7;border-radius:6px;background:#fff;color:#173a66;padding:0 9px;font-size:11px;font-weight:800}.edition-note{margin:-5px 0 13px;color:#60728a;font-size:11px;min-height:15px}.edition-note:empty{display:none}@media(max-width:760px){.section-list-head{align-items:flex-start;flex-direction:column}.section-controls{width:100%;justify-content:space-between}.edition-control select{min-width:150px}}


/* GLOBREN FRONTEND V0.12 — local-first sections + media-diverse perspectives */
.feed-separator{display:flex;align-items:center;gap:12px;margin:10px 0 2px;color:#123d72;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.feed-separator:after{content:"";height:1px;background:#dbe5f0;flex:1}.feed-separator.local span:before{content:"◎ ";color:#0d5ab2}.feed-separator.world{margin-top:18px;color:#61748d}.local-empty-note{border:1px solid #dbe6f2;background:#f6f9fd;color:#566b84;border-radius:8px;padding:12px 14px;font-size:11px;line-height:1.45}.perspective-link{text-decoration:none;color:inherit}.perspective-link:hover{background:#f8fbff}.comparison-grid article{min-width:0}


/* GLOBREN FRONTEND V0.15 — editorial mundial + acontecimiento por sección */
.key-event-label{display:block;margin-bottom:7px;color:#61758f;font-size:9px;font-weight:900;letter-spacing:.07em}
.section-featured-event{margin:0 0 24px;border:1px solid #d9e4f0;border-radius:12px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.section-featured-main{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);min-height:330px;background:linear-gradient(135deg,#f8fbff,#fff)}
.section-featured-copy{padding:28px 30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.section-featured-copy>.eyebrow{margin-bottom:10px;color:#0b4f99}
.section-featured-category{display:inline-flex;margin-bottom:10px;padding:5px 8px;border-radius:5px;background:#0b5bb5;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em}
.section-featured-copy h2{margin:0;color:var(--navy);font-size:32px;line-height:1.12;max-width:760px}
.section-featured-copy p{margin:13px 0 0;color:#566981;font-size:14px;line-height:1.55;max-width:780px}
.section-featured-meta{margin:15px 0;color:#60748d;font-size:10px;font-weight:800}
.section-featured-link{margin-top:3px;display:inline-flex;text-decoration:none;height:auto;padding:11px 14px}
.section-featured-media{position:relative;min-height:300px;background:linear-gradient(145deg,#061f46,#123f78);display:grid;place-items:center;color:#dce9f8;font-weight:900;letter-spacing:.18em;overflow:hidden}
.section-featured-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,31,70,.12),rgba(6,31,70,.02))}
.section-featured-media img{width:100%;height:100%;object-fit:cover;display:block}
.section-featured-perspectives{border-top:1px solid #e2e9f2;padding:20px 24px 23px}
.section-featured-perspectives .panel-head{margin-bottom:8px}
.section-featured-perspectives h3{margin:2px 0 0;color:var(--navy);font-size:18px}
.section-perspective-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}
.section-perspective-row{display:grid;grid-template-columns:32px 112px minmax(0,1fr);gap:9px;align-items:start;padding:11px;border:1px solid #e1e8f1;border-radius:8px;color:inherit;text-decoration:none;background:#fff}
.section-perspective-row:hover{background:#f7faff}
.section-perspective-row>.flag{font-size:20px;line-height:1.2}
.section-perspective-row>div{display:flex;flex-direction:column;min-width:0}
.section-perspective-row strong{font-size:10px;color:#163c6a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.section-perspective-row small{margin-top:3px;color:#79899c;font-size:9px}
.section-perspective-row p{margin:0;color:#53677f;font-size:10.5px;line-height:1.42}
@media(max-width:980px){.section-featured-main{grid-template-columns:1fr}.section-featured-media{min-height:260px;order:-1}.section-perspective-list{grid-template-columns:1fr}}
@media(max-width:620px){.section-featured-copy{padding:22px 18px}.section-featured-copy h2{font-size:25px}.section-featured-perspectives{padding:17px 14px}.section-perspective-row{grid-template-columns:30px 1fr}.section-perspective-row p{grid-column:2}.section-featured-media{min-height:210px}}

/* GLOBREN V0.15 — seguimiento personal de acontecimientos */
.follow-event-btn{margin:2px 0 18px;border:1px solid #9bb8d8;background:#fff;color:#0a559f;border-radius:7px;padding:10px 14px;font-size:11px;font-weight:900;cursor:pointer}
.follow-event-btn:hover{background:#f2f7fd}.follow-event-btn.following{background:#eaf4ff;border-color:#77a8d9;color:#073f7d}
.tracked-empty{grid-column:1/-1;border:1px dashed #bfd0e3;border-radius:9px;background:#f8fbff;padding:18px 20px;color:#526a86}
.tracked-empty strong{display:block;color:#102f57;font-size:14px}.tracked-empty p{margin:6px 0 10px;font-size:11px;line-height:1.5}.tracked-empty a{color:#0b5bb5;text-decoration:none;font-size:11px;font-weight:900}

/* GLOBREN FRONTEND V0.17 — cola privada de revisión editorial */
.dev-review-queue{margin-top:22px;border:1px dashed #c69a3b;border-radius:10px;background:#fffaf0;padding:18px 18px 16px}.dev-review-head h3{margin:4px 0 6px;color:#4d3b14;font-size:17px}.dev-review-head p{margin:0 0 12px;color:#7b6840;font-size:11px;line-height:1.5}.dev-review-head .eyebrow{color:#9a6d0e}.dev-review-item{padding:13px 0;border-top:1px solid #eadfca}.dev-review-item:first-child{border-top:0}.dev-review-badge{display:inline-block;margin-bottom:8px;padding:4px 7px;border-radius:5px;background:#f3dfae;color:#6d4b07;font-size:8px;font-weight:900;letter-spacing:.06em}.dev-review-item h4{margin:7px 0 5px;color:#26384f;font-size:14px;line-height:1.35}.dev-review-item p{margin:0 0 6px;color:#607089;font-size:11px;line-height:1.45}.dev-review-reason{display:block;color:#8a6e38;font-size:9px;line-height:1.4}

/* GLOBREN FRONTEND V0.18 — Perspective Novelty V0.1 (experimental display only) */
.novelty-tag{display:inline-block;margin-top:5px;padding:3px 6px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.04em;line-height:1.1;border:1px solid transparent;white-space:nowrap}
.novelty-anchor{background:#eef3f8;color:#334a63;border-color:#cfdae6}.novelty-significant{background:#e8f7ee;color:#17643a;border-color:#b9e3c8}.novelty-moderate{background:#fff6df;color:#78550b;border-color:#ead59f}.novelty-low{background:#f5f1f1;color:#6e5555;border-color:#ddd0d0}
.comparison-source .novelty-tag,.section-perspective-row .novelty-tag{display:block;width:max-content}.perspective-source .novelty-tag{display:block;width:max-content}

/* V0.19 · private Perspective Lab navigation */
.private-bar .dev-lab-link{color:#d8e9ff;text-decoration:none;font-weight:800;letter-spacing:.08em;border:1px solid rgba(216,233,255,.28);border-radius:999px;padding:3px 8px;line-height:1}
.private-bar .dev-lab-link:hover{background:rgba(255,255,255,.08);border-color:rgba(216,233,255,.55)}
