@import"https://fonts.googleapis.com/css2?family=Special+Elite&display=swap";:root{--bg-bone: #d84e4e;--bg-rose: #e75032;--ink: #2f232a;--line: rgba(58, 38, 49, .14);--surface: rgb(255, 255, 255);font-family:Special Elite,Courier New,Courier,monospace;line-height:1.5;font-weight:400;color:var(--ink);background:var(--bg-bone);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;background:transparent}.article-detail{max-width:900px;margin:0 auto;padding:2rem 1rem}.article-detail.loading,.article-detail.error{text-align:center;padding:4rem 1rem;color:var(--ink)}.article-detail.error{background:var(--surface);border:1px solid var(--line);border-radius:6px}.btn-back{background:transparent;border:1px solid var(--line);color:var(--ink);padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-family:Special Elite,Courier,monospace;margin-bottom:2rem;transition:all .2s ease}.btn-back:hover{background:var(--surface);border-color:var(--ink)}.article-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}.article-header-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.article-detail-title{margin:0 0 1.5rem;color:var(--ink);font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.2;font-family:Special Elite,Courier,monospace}.article-meta-info{display:flex;gap:.75rem;color:var(--ink);opacity:.7;font-size:.95rem;flex-wrap:wrap;align-items:center}.author{font-weight:600;color:var(--ink)}.separator{opacity:.4}.views{opacity:.8}.article-image-large{width:100%;max-height:400px;margin:2rem 0;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #3a26311f}.article-image-large img{width:100%;height:100%;object-fit:cover}.article-body{margin:2rem 0}.article-description-large{font-size:1.1rem;color:var(--ink);opacity:.85;line-height:1.6;margin:0 0 2rem;padding:1.5rem;background:var(--surface);border-left:4px solid rgb(239,193,184);border-radius:4px;font-style:italic}.article-content-html{font-size:1rem;line-height:1.8;color:var(--ink);opacity:.85}.article-content-html p{margin:1rem 0}.article-content-html p:first-child{margin-top:0}.article-content-html p:last-child{margin-bottom:0}.article-footer-detail{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.article-rating{display:flex;flex-direction:column;gap:.75rem}.rating-label{font-size:.85rem;color:var(--ink);opacity:.7;font-weight:600;text-transform:uppercase}.rating-stars{display:flex;gap:.25rem;font-size:1.25rem}.star-filled{color:#f57f17}.star-empty{color:#3a263133}.rating-value{font-weight:600;color:#f57f17}.btn-more-articles{background:var(--ink);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-family:Special Elite,Courier,monospace;font-size:.95rem;transition:all .2s ease}.btn-more-articles:hover{background:#2f232ad9}.rating-large{font-size:.95rem;font-weight:600;color:#f57f17}@media(max-width:768px){.article-detail{padding:1rem}.article-detail-title{font-size:1.5rem}.article-image-large{max-height:300px}.article-description-large{font-size:.95rem;padding:1rem}.article-content-html{font-size:.95rem}.article-footer-detail{flex-direction:column;align-items:flex-start}.btn-more-articles{width:100%;text-align:center}}.admin-layout{display:grid;grid-template-columns:250px 1fr;min-height:100dvh;background:var(--bg-bone)}.admin-sidebar{background:var(--ink);color:var(--bg-bone);padding:2rem 1.5rem;position:sticky;top:0;height:100dvh;overflow-y:auto}.admin-logo{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(249,243,235,.2)}.admin-logo h2{margin:0;font-size:1.5rem;font-family:Special Elite,Courier,monospace}.admin-logo p{margin:.5rem 0 0;font-size:.75rem;opacity:.7}.admin-nav{display:flex;flex-direction:column;gap:.5rem}.admin-nav-item{background:transparent;border:1px solid rgba(249,243,235,.2);color:var(--bg-bone);padding:.75rem 1rem;border-radius:4px;cursor:pointer;font-size:.95rem;transition:all .2s ease;text-align:left;font-family:Special Elite,Courier,monospace}.admin-nav-item:hover{background:#f9f3eb1a;border-color:#f9f3eb66}.admin-main{display:flex;flex-direction:column}.admin-header{background:#fff;border-bottom:1px solid var(--line);padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #3a263114}.admin-header h1{margin:0;font-size:1.75rem;color:var(--ink)}.admin-logout-btn{background:transparent;border:1px solid var(--line);color:var(--ink);padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.admin-logout-btn:hover{background:var(--surface);border-color:var(--ink)}.admin-content{padding:2rem;flex:1;overflow-y:auto}@media(max-width:768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:-250px;width:250px;height:100dvh;z-index:100;transition:left .3s ease;box-shadow:2px 0 8px #0000001a}.admin-sidebar.open{left:0}.admin-header{flex-wrap:wrap;gap:1rem}.admin-content{padding:1rem}}.articles-admin-page{width:100%}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.admin-page-header h2{margin:0;color:var(--ink);font-size:1.75rem}.btn-create{background:var(--ink);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-family:Special Elite,Courier,monospace;font-size:.9rem;transition:all .2s ease}.btn-create:hover{background:#2f232ad9}.page-error{background:#ffebee;border:1px solid #ef5350;color:#c62828;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.empty-state{text-align:center;padding:4rem 2rem;background:#f9f3eb80;border:1px solid var(--line);border-radius:6px}.empty-state p{color:var(--ink);margin-bottom:1rem;opacity:.7}.articles-table-container{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:#fff}.articles-table{width:100%;border-collapse:collapse;font-size:.95rem}.articles-table th{background:var(--surface);padding:1rem;text-align:left;border-bottom:1px solid var(--line);color:var(--ink);font-weight:600}.articles-table td{padding:1rem;border-bottom:1px solid var(--line);color:var(--ink)}.articles-table tbody tr:hover{background:#f9f3eb4d}.table-image{width:60px;height:60px;object-fit:cover;border-radius:4px}.article-title{font-weight:600;margin-bottom:.25rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:2px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-right:.5rem}.badge-featured{background:#fff9e6;color:#f57f17}.category-analisis{background:#e3f2fd;color:#1976d2}.category-opinion{background:#f3e5f5;color:#7b1fa2}.category-podcast{background:#e0f2f1;color:#00796b}.status-published{background:#e8f5e9;color:#388e3c}.status-draft{background:#fff3e0;color:#f57c00}.action-buttons{display:flex;gap:.5rem}.btn-edit,.btn-delete,.btn-portada{background:transparent;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;transition:all .2s ease}.btn-portada{opacity:.4}.btn-portada-active{opacity:1}.btn-portada:hover{opacity:1;transform:scale(1.15)}.btn-edit:hover,.btn-delete:hover{transform:scale(1.15)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:6px;box-shadow:0 20px 40px #00000026;max-width:400px;text-align:center}.modal h3{margin:0 0 .5rem;color:var(--ink)}.modal p{margin:0 0 1.5rem;color:var(--ink);opacity:.7}.modal-buttons{display:flex;gap:1rem;justify-content:center}.btn-cancel,.btn-delete-modal{padding:.6rem 1.2rem;border-radius:4px;border:1px solid var(--line);font-family:Special Elite,Courier,monospace;cursor:pointer;transition:all .2s ease}.btn-cancel{background:transparent;color:var(--ink)}.btn-cancel:hover{background:var(--surface)}.btn-delete-modal{background:#c62828;color:#fff;border:none}.btn-delete-modal:hover{background:#b71c1c}@media(max-width:768px){.admin-page-header{flex-direction:column;gap:1rem;align-items:flex-start}.articles-table{font-size:.85rem}.articles-table th,.articles-table td{padding:.75rem .5rem}.table-image{width:50px;height:50px}.badge{font-size:.65rem;padding:.2rem .5rem}}.article-form{width:100%}.form-container{display:grid;grid-template-columns:1fr 300px;gap:2rem}.form-main,.form-sidebar{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:var(--ink);font-weight:600}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--line);border-radius:4px;padding:.75rem;font-family:Special Elite,Courier,monospace;color:var(--ink);background:#fff;font-size:.95rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--ink);box-shadow:inset 0 0 0 2px #2f232a0d}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-checkbox input{width:auto;cursor:pointer}.form-checkbox label{font-weight:400;cursor:pointer}.form-error{background:#ffebee;border:1px solid #ef5350;color:#c62828;padding:1rem;border-radius:4px;font-size:.9rem}.image-upload{position:relative;border:2px dashed var(--line);border-radius:4px;padding:1rem;text-align:center;cursor:pointer;transition:all .2s ease;minimum-height:150px;display:flex;align-items:center;justify-content:center}.image-upload:hover{border-color:var(--ink);background:#2f232a05}.image-preview{width:100%;height:auto;border-radius:4px}.image-input{display:none}.image-upload-label{cursor:pointer;color:var(--ink);font-size:.9rem;font-weight:600}.submit-btn,.cancel-btn{padding:.75rem 1.5rem;border-radius:4px;border:none;font-size:.95rem;cursor:pointer;transition:all .2s ease;font-family:Special Elite,Courier,monospace;font-weight:600}.submit-btn{background:var(--ink);color:#fff}.submit-btn:hover:not(:disabled){background:#2f232acc}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:transparent;border:1px solid var(--line);color:var(--ink)}.cancel-btn:hover{background:var(--surface);border-color:var(--ink)}@media(max-width:768px){.form-container,.form-row{grid-template-columns:1fr}}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff6effa,#fffffffa 58%,#f5d8e7b3);padding:1rem}.auth-container{width:100%;max-width:420px}.auth-box{background:#fff;border:1px solid rgba(90,63,78,.18);border-radius:18px;padding:2rem;box-shadow:0 20px 40px #795f6d14}.auth-title{margin:0 0 .5rem;color:#4a2f3d;font-size:1.75rem;font-weight:700;text-align:center}.auth-subtitle{margin:0 0 1.5rem;color:#7a5b6a;font-size:.9rem;text-align:center;line-height:1.5}.auth-error{background:#ffe0e0;border:1px solid #ffcccc;border-radius:8px;color:#c00;padding:.75rem 1rem;margin-bottom:1.2rem;font-size:.9rem}.auth-success{background:#e0ffe0;border:1px solid #ccffcc;border-radius:8px;color:#060;padding:.75rem 1rem;font-size:.9rem}.auth-form{display:grid;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{color:#5a3f4e;font-size:.95rem;font-weight:600}.form-group input{border:1px solid rgba(90,63,78,.18);border-radius:8px;padding:.65rem .85rem;font-size:.95rem;font-family:inherit;color:#4a2f3d;background:#f8f4f1;transition:border-color .2s ease,background .2s ease}.password-field{position:relative}.password-field input{width:100%;padding-right:2.6rem}.password-toggle{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;border:none;padding:0;background:transparent;color:#7a5b6a;cursor:pointer}.password-toggle:hover{color:#4a2f3d}.password-toggle:focus-visible{outline:2px solid rgba(90,63,78,.35);outline-offset:2px;border-radius:4px}.form-group input:focus{outline:none;border-color:#5a3f4e66;background:#fff}.form-group input::placeholder{color:#a8919b}.auth-button{background:#5a3f4e;color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .15s ease;text-transform:uppercase;letter-spacing:.05em}.auth-button:hover:not(:disabled){background:#4a2f3d;transform:translateY(-2px)}.auth-button:disabled{background:#a8919b;cursor:not-allowed;opacity:.7}.auth-footer{text-align:center;margin-top:1.5rem;color:#7a5b6a;font-size:.9rem}.auth-footer a{color:#5a3f4e;text-decoration:none;font-weight:700;transition:color .2s ease}.auth-footer a:hover{color:#3b2c35;text-decoration:underline}.verify-loading{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0}.spinner{width:48px;height:48px;border:4px solid rgba(90,63,78,.2);border-top-color:#5a3f4e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.auth-box{padding:1.5rem}.auth-title{font-size:1.5rem}.auth-button{padding:.65rem .85rem;font-size:.95rem}}.app-shell{position:relative;isolation:isolate;min-height:100dvh;background:var(--bg-bone)}.dynamic-bg{display:none}.dynamic-bg-layer{position:absolute;inset:-12%;background-size:180% 180%;filter:saturate(102%)}.dynamic-bg-layer-one{background-image:linear-gradient(125deg,var(--bg-bone) 0%,#f8e8e3 48%,var(--bg-rose) 100%)}.dynamic-bg-layer-two{background-image:radial-gradient(circle at 22% 28%,#f4cdc438,#f4cdc400 58%),radial-gradient(circle at 78% 70%,#ecb5a833,#ecb5a800 60%);mix-blend-mode:normal;opacity:.6}.app-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);padding:.45rem 0;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible}.app-header-bar{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:.45rem;width:100%;padding:0 .75rem;min-height:56px}.header-center-rail{display:none}.header-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.header-brand-wrapper{display:flex;align-items:center;min-width:0;max-width:calc(100% - 120px);margin-right:auto;overflow:hidden}.header-brand-text{display:block;font-size:1rem;font-weight:700;color:#5a3f4e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-desktop{display:none}@media(min-width:769px){.app-header-bar{display:block;padding:0;min-height:44px}.header-center-rail{width:min(1180px,100%);margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:44px}.header-brand-wrapper{display:flex;align-items:center;position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);max-width:45%;margin-right:0;overflow:hidden}.header-brand-text{display:block;font-size:1.5rem;font-weight:700;color:#5a3f4e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-brand-text:after{content:"|";color:#8b6070;font-weight:400;margin-left:2px;animation:headerCursor .65s step-end infinite}@keyframes headerCursor{50%{opacity:0}}.nav-desktop{display:flex;align-items:center;gap:0;flex-shrink:0}.nav-desktop a+a:before{content:"";display:inline-block;width:1px;height:1em;background:var(--line);margin-right:.75rem;vertical-align:middle}.header-actions{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%)}.nav-desktop a{color:#5a3f4e;text-decoration:none;padding:.4rem .75rem;margin:0 .35rem;border-radius:4px;font-size:1.15rem;white-space:nowrap;transition:background .2s}.nav-desktop a:hover{background:#f2dce88c}.menu-toggle-btn{display:none!important}}.floating-brand{position:absolute;top:56px;left:18px;display:inline-flex;align-items:center;text-decoration:none;z-index:7}.spotify-sidebar{display:none}.spotify-mobile-section{display:block;width:min(1180px,100%);margin:0 auto;padding:.45rem .75rem 1.1rem}.spotify-mobile-card{border:1px solid rgba(90,63,78,.18);border-radius:14px;background:#ffffffbf;padding:.85rem;box-shadow:0 8px 24px #5a3f4e14}.spotify-mobile-eyebrow{margin:0;font-size:.68rem;font-weight:700;color:#7a5b6a;letter-spacing:.12em;text-transform:uppercase}.spotify-mobile-title{margin:.32rem 0 0;color:#4a2f3d;font-size:1.03rem;line-height:1.25}.spotify-mobile-copy{margin:.38rem 0 .72rem;color:#5f4452;font-size:.84rem;line-height:1.45}.spotify-mobile-embed{border-radius:12px;overflow:hidden;box-shadow:none;border:1px solid rgba(90,63,78,.14)}.spotify-mobile-embed iframe{width:100%;min-height:152px;display:block}.spotify-mobile-link{display:inline-flex;margin-top:.72rem;padding:.38rem .72rem;border:1px solid rgba(90,63,78,.26);border-radius:999px;color:#4a2f3d;text-decoration:none;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:background .2s ease}.spotify-mobile-link:hover{background:#5a3f4e14}@media(min-width:1100px){.spotify-mobile-section{display:none}.floating-brand{left:calc(max(16px,calc((100vw - 1180px)/2 - 364px)) + 150px);transform:translate(-50%)}.spotify-sidebar{display:flex;flex-direction:column;position:absolute;top:calc(50px + clamp(116px,12vw,176px));left:max(16px,calc((100vw - 1180px)/2 - 364px));width:300px;max-height:calc(100dvh - (50px + clamp(116px,12vw,176px)) - 16px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding-right:2px;z-index:8;scrollbar-width:none}.spotify-sidebar::-webkit-scrollbar{display:none}.spotify-embed-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #5a3f4e1f;min-height:352px}.spotify-sidebar-title{margin:0 0 8px;width:100%;text-align:center;font-size:1rem;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase}.spotify-episodes-list{list-style:none;margin:10px 0 0;padding:6px;display:grid;gap:4px;width:100%;background:#121212;border-radius:12px;box-shadow:0 4px 20px #0000004d}.spotify-embed-wrapper iframe{width:100%;min-height:352px;display:block}.spotify-episode-item{border-radius:6px;overflow:hidden}.spotify-episode-link{display:flex;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;color:#fff;border-radius:6px;transition:background .15s}.spotify-episode-link:hover{background:#ffffff1a}.spotify-episode-img{width:42px;height:42px;border-radius:5px;object-fit:cover;flex-shrink:0}.spotify-episode-info{display:flex;flex-direction:column;gap:3px;min-width:0}.spotify-episode-name{font-size:.75rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotify-episode-meta{font-size:.65rem;color:#ffffff8c}.spotify-episodes-loading{color:#ffffff80;font-size:.75rem;text-align:center;margin:8px 0 0}}.floating-brand-logo{display:block;height:clamp(116px,12vw,176px);width:auto}.search-container{display:flex;align-items:center;gap:.25rem;margin-right:0}.search-toggle-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:4px;color:var(--ink);padding:.25rem;cursor:pointer}.search-input{border:1px solid var(--line);background:#ffffffb3;border-radius:4px;padding:.35rem .6rem;color:var(--ink);font-family:Special Elite,Courier New,Courier,monospace;font-size:.9rem;width:0;animation:expandSearch .3s ease-out forwards;outline:none}@keyframes expandSearch{0%{width:0;opacity:0}to{width:160px;opacity:1}}.search-input::placeholder{color:#a8919b}.menu-toggle-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--surface);border-radius:4px;color:var(--ink);padding:.1rem .35rem;z-index:3}.nav-dropdown{position:absolute;right:1.2rem;top:calc(100% + .45rem);display:flex;flex-direction:column;min-width:170px;background:#f9f3ebf5;border:1px solid var(--line);border-radius:6px;padding:.55rem;box-shadow:0 8px 20px #593f4e1f}.nav-dropdown a{color:#5a3f4e;text-decoration:none;padding:.35rem .45rem;border-radius:4px}.nav-dropdown a:hover{background:#f2dce88c}.page-container{width:min(1680px,calc(100vw - 28px));margin:0 auto;padding:2rem 1.2rem}.home-layout{display:block}.home-main{min-width:0;display:grid;gap:1rem;width:min(1180px,100%);margin:0 auto}.ranking-sidebar{position:absolute;top:calc(94px + clamp(116px,12vw,176px));right:max(16px,calc((100vw - 1180px)/2 - 364px));display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:.65rem;width:300px;max-width:300px;height:calc(100dvh - (50px + clamp(116px,12vw,176px)) - 16px);min-height:520px;overflow:visible;z-index:8}.ranking-panel{background:#121212;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.6rem;box-shadow:0 8px 20px #0000004d;display:flex;flex-direction:column;min-height:0;overflow:hidden}.ranking-panel h2{margin:0 0 .45rem;font-size:1rem;color:#fff;font-weight:700;text-align:center;line-height:1.2;display:block;visibility:visible}.ranking-scroll{height:auto;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:4px}@media(max-width:1919px){.spotify-sidebar{display:none}.ranking-sidebar{position:static;margin-top:.2rem;width:100%;max-width:none;height:auto;min-height:0;grid-template-rows:none;overflow:visible;right:auto}.ranking-scroll{height:320px}}.ranking-list{margin:0;padding-left:1rem;padding-right:.5rem;display:grid;gap:.38rem}.ranking-list li{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;color:#fff;min-width:0}.ranking-title{flex:1 1 auto;min-width:0;line-height:1.25;font-size:.75rem;overflow-wrap:anywhere}.ranking-score{flex:0 0 auto;font-size:.82rem;color:#f5c518;border:1px solid rgba(245,197,24,.4);border-radius:999px;padding:.1rem .4rem;white-space:nowrap}.hero{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 20px 40px #795f6d14}.hero h1{margin:0 0 .75rem;color:#4a2f3d;font-weight:400}.hero p{margin:0;color:#5a3f4e}.home-intro{display:grid;gap:.75rem;padding:1.75rem 1.75rem 1.55rem;background:linear-gradient(135deg,#fff6effa,#fffffffa 58%,#f5d8e7b3)}.home-kicker,.story-stack-kicker{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.22rem .72rem;border:1px solid rgba(90,63,78,.18);border-radius:999px;background:#ffffffb8;color:#7a5b6a;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.home-intro h1{max-width:14ch;margin:0;font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.05}.home-intro p{max-width:68ch;font-size:.98rem;line-height:1.7}.home-intro-with-image .home-kicker{border-color:#ffffff73;background:#2f232a5c;color:#fffaf6}.editorial-shell{display:grid;grid-template-columns:minmax(0,2.45fr) minmax(290px,.92fr);gap:1rem;align-items:stretch}.editorial-feedback{text-align:center}.featured-story,.story-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fffffff5;box-shadow:0 20px 40px #795f6d14}.featured-story,.story-card,.story-card-compact{cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.featured-story:hover,.story-card:hover,.story-card-compact:hover{transform:translateY(-4px);border-color:#5a3f4e47;box-shadow:0 26px 46px #795f6d24}.featured-story-media{position:relative;min-height:560px;background:#ead8d0}.featured-story-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.featured-story-overlay{position:relative;z-index:1;min-height:560px;display:flex;flex-direction:column;justify-content:flex-start;gap:.85rem;padding:1.25rem 2rem 2rem;color:#fffaf6;background:linear-gradient(180deg,#2f232a0f,#2f232ac7 55%,#2f232af0)}.featured-story-overlay h2{margin:0;max-width:12ch;font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.03}.featured-story-overlay p{max-width:56ch;margin:0;font-size:1rem;line-height:1.7;color:#fffaf6e0}.featured-story-footer,.story-card-footer,.editorial-story-meta{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.featured-story-footer{color:#fffaf6c7;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin-top:auto;justify-content:flex-end;align-self:flex-end}.editorial-story-meta{justify-content:space-between;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.editorial-category{display:inline-flex;align-items:center;padding:.28rem .62rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1f}.editorial-date{color:inherit;opacity:.8}.editorial-category-analisis{background:#5198ff2e}.editorial-category-opinion{background:#ff9f5a2e}.editorial-category-podcast{background:#5eceb62e}.story-stack,.archive-section{display:grid;gap:1rem}.story-stack{align-content:stretch;height:560px;grid-template-rows:auto minmax(0,1fr)}.story-stack-header,.archive-section-header{display:grid;gap:.45rem;padding:.2rem .2rem 0}.story-stack-header h2,.archive-section-header h2{margin:0;color:#4a2f3d;font-size:1.15rem}.story-stack-list,.archive-grid{display:grid;gap:1rem}.story-stack-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);min-height:0}.story-stack-list-odd .story-card-compact:last-child{grid-column:1 / -1}.story-card-compact{display:grid;grid-template-rows:140px minmax(0,1fr);min-height:0;height:100%}.story-card-thumb{width:100%;height:100%;object-fit:cover;background:#ead8d0}.app-footer{background:#fff;color:#111;font-size:.78rem;padding:2.15rem 1.5rem 2.35rem;border-top:1px solid #e3e3e3;margin-top:auto;position:relative;z-index:20}.app-footer-inner{display:grid;align-items:center;justify-items:center;text-align:center;gap:.55rem;max-width:980px;margin:0 auto}.app-footer-divider{width:min(100%,390px);height:1px;background:#e4e4e4;margin-bottom:.35rem}.app-footer-copy{font-weight:500;color:#222;font-size:clamp(.88rem,1.2vw,.98rem)}.app-footer-dev{margin:0;color:#222;font-size:clamp(.92rem,1.45vw,1.04rem);line-height:1.3}.app-footer-dev strong{font-weight:700;color:#111}.app-footer-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#0a66c2;text-decoration:none;font-weight:500;font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1;transition:color .2s ease}.app-footer-link-icon{width:1.35rem;height:1.35rem;padding:.16rem;border-radius:.24rem;background:#0a66c2;fill:#fff}.app-footer-link:hover{color:#0a66c2;text-decoration:none}.story-card-body{display:grid;align-content:start;gap:.55rem;padding:.85rem;min-height:0}.story-card-body h3{margin:0;color:#3b2c35;font-size:.92rem;line-height:1.22;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.story-card-body p{display:none}.story-stack .editorial-story-meta{gap:.35rem}.story-stack .editorial-date{display:none}.story-stack .editorial-story-meta{font-size:.68rem}.story-stack .editorial-category{padding:.22rem .48rem}.story-card-footer{justify-content:space-between;margin-top:auto;color:#7a5b6a;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card-archive{display:grid;grid-template-rows:auto minmax(170px,auto);min-height:100%}.story-card-archive .story-card-body{min-height:170px}.story-card-archive .story-card-body h3{line-clamp:3;-webkit-line-clamp:3}.story-card-archive .story-card-body p{display:block;margin:0;color:#5f4452;font-size:.84rem;line-height:1.42;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.story-card-archive-media{aspect-ratio:16 / 10;background:#ead8d0}.story-card-archive-image{width:100%;height:100%;object-fit:cover}.button-link{display:inline-block;margin-top:1rem;padding:.5rem .9rem;border:1px solid #b98ba3;border-radius:4px;background:#f5d8e7;color:#4a2f3d;text-decoration:none}.button-link:hover{background:#f1cde0}@media(max-width:768px){.dynamic-bg-layer{inset:-25%}.floating-brand-logo{height:56px}.floating-brand{display:none}.nav-dropdown{right:.8rem;left:.8rem;min-width:auto}.search-input{animation:expandSearchMobile .3s ease-out forwards}.home-layout{display:grid;grid-template-columns:1fr;gap:.85rem}.home-main{gap:.85rem;width:100%}.home-intro{padding:1.3rem}.home-intro h1{max-width:none;font-size:clamp(1.8rem,9vw,2.6rem)}.editorial-shell,.archive-grid{grid-template-columns:1fr}.story-stack{height:auto;grid-template-rows:auto}.story-stack-list{grid-template-columns:1fr;min-height:auto}.story-stack-list-odd .story-card-compact:last-child{grid-column:auto}.featured-story-media,.featured-story-overlay{min-height:420px}.featured-story-overlay{padding:1.25rem}.featured-story-overlay h2{max-width:none;font-size:clamp(1.8rem,8vw,2.5rem)}.story-card-compact{grid-template-rows:140px minmax(0,1fr)}.ranking-sidebar{position:static;margin-top:.2rem;width:100%;max-width:none;margin-right:0}.ranking-scroll{height:320px}@keyframes expandSearchMobile{0%{width:0;opacity:0}to{width:120px;opacity:1}}}@media(max-width:480px){.page-container{width:min(100%,calc(100vw - 18px));padding:1.25rem .45rem}.hero,.featured-story,.story-card{border-radius:16px}.featured-story-media,.featured-story-overlay{min-height:360px}.editorial-story-meta{gap:.5rem}.story-card-compact{grid-template-rows:160px minmax(0,1fr)}.story-card-thumb{height:100%}}.maintenance-page{min-height:100dvh;display:grid;place-items:center;padding:clamp(1.2rem,2vw,2rem);background:radial-gradient(circle at 22% 18%,rgba(255,222,118,.2),transparent 48%),radial-gradient(circle at 80% 74%,rgba(232,80,80,.22),transparent 55%),linear-gradient(145deg,#151720,#211d2b,#181c2d)}.maintenance-card{width:min(760px,100%);border-radius:22px;padding:clamp(1.4rem,3vw,2.1rem);background:#101012c2;border:1px solid rgba(255,255,255,.16);box-shadow:0 16px 48px #0000006b;color:#fdf7ed}.maintenance-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.3rem .65rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;background:#f7900933;color:#ffcb7d;border:1px solid rgba(247,144,9,.42)}.maintenance-card h1{margin:.85rem 0 .6rem;font-size:clamp(1.7rem,5.5vw,3.05rem);line-height:1.08;color:#fff5e6}.maintenance-card p{margin:0;max-width:54ch;line-height:1.58;color:#fffaf2d6}.maintenance-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.65rem}.maintenance-btn,.maintenance-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:11px;padding:.62rem .95rem;font-weight:700;text-decoration:none;transition:transform .12s ease,opacity .12s ease}.maintenance-btn{background:#f79009;color:#23180f}.maintenance-link{border:1px solid rgba(255,255,255,.28);color:#f8ecdd}.maintenance-btn:hover,.maintenance-link:hover{transform:translateY(-1px);opacity:.95}
