*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d1a;--surface: #1a1a2e;--surface-2: #232340;--accent: #e63946;--accent2: #ff6b7a;--text: #e8e8f0;--muted: #8888aa;--success: #00cc7a;--warn: #ffaa33;--border: rgba(255, 255, 255, .08)}body{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,system-ui,sans-serif;min-height:100dvh}.page{max-width:640px;margin:0 auto;padding:.75rem .75rem 3rem;display:flex;flex-direction:column;gap:.75rem}.topbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.5rem 0}.app-title{font-size:1rem;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;flex-shrink:0}.tabs{display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.2rem}.tabs .tab{background:transparent;color:var(--muted);border:none;padding:.4rem 1rem;border-radius:7px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:color .1s}.tabs .tab:hover{color:var(--text)}.tabs .tab.active{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff}h2{font-size:.7rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;text-align:left}.card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem;text-align:left;display:flex;flex-direction:column;gap:.6rem}.card h2:first-child{margin-top:0}button{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border:none;border-radius:9px;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .1s,opacity .2s}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:transparent;color:var(--muted);border:1px solid var(--border)}button.primary{min-width:160px}button.danger{background:#e6394626;color:var(--accent2);border:1px solid rgba(230,57,70,.4)}button.danger.primary{background:linear-gradient(135deg,#c53030,var(--accent));color:#fff;border:none}button.danger:hover:not(:disabled){transform:translateY(-1px)}.danger-text{color:var(--accent2);font-size:.82rem}.actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.error{background:#e639461a;border:1px solid rgba(230,57,70,.3);color:var(--accent2);padding:.5rem .8rem;border-radius:7px;font-size:.85rem}.info{background:#00cc7a14;border:1px solid rgba(0,204,122,.25);color:var(--success);padding:.5rem .8rem;border-radius:7px;font-size:.85rem;line-height:1.5}.info-muted{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);padding:.45rem .8rem;border-radius:7px;font-size:.82rem;line-height:1.5}.info-muted a{color:var(--accent2)}.single-form{display:flex;flex-direction:column;gap:.55rem}.topic-input{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:9px;padding:.6rem .85rem;font-size:.95rem;font-family:inherit;width:100%}.topic-input:focus{outline:2px solid var(--accent);outline-offset:-1px}.format-picker{display:flex;gap:1rem;flex-wrap:wrap}.format-picker label{display:flex;gap:.4rem;align-items:center;cursor:pointer;font-size:.875rem;color:var(--text)}.opt-row{display:flex;gap:.5rem;align-items:center;font-size:.875rem;color:var(--text);flex-wrap:wrap}.opt-row label{display:flex;gap:.5rem;align-items:center;cursor:pointer;font-size:.875rem;color:var(--text)}.opt-row select,.theme-row select,.privacy-row select,.single-form>select{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.3rem .45rem;font-family:inherit;font-size:.875rem;flex:1 1 auto}.theme-row{display:flex;gap:.5rem;align-items:center;font-size:.875rem;color:var(--text);flex-wrap:wrap}.ab-row{display:flex;gap:.5rem;align-items:center;font-size:.875rem;color:var(--muted);cursor:pointer}.yt-options{display:flex;flex-direction:column;gap:.4rem}.yt-options label{display:flex;gap:.5rem;align-items:center;cursor:pointer;font-size:.875rem}.privacy-row{display:flex;gap:.5rem;align-items:center;font-size:.875rem}.yt-line{font-size:.82rem;padding:.3rem 0;word-break:break-all}.yt-line a{color:var(--accent2);text-decoration:none}.yt-line a:hover{text-decoration:underline}.yt-label{color:var(--muted);font-weight:600}.yt-uploading .yt-label,.yt-pending .yt-label{color:var(--warn)}.yt-error .yt-label{color:var(--accent)}.error-inline{color:var(--accent2)}.job{display:flex;flex-direction:column;gap:.75rem}.job-meta{color:var(--muted);font-size:.85rem}.job-meta code{color:var(--text);background:var(--surface-2);padding:2px 5px;border-radius:4px}.stage-detail{color:var(--accent2);font-weight:600}.progress-bar{position:relative;height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent2),var(--accent));transition:width .4s ease-out;border-radius:999px}.progress-bar.progress-error .progress-fill{background:var(--accent)}.progress-bar.progress-done .progress-fill{background:var(--success)}.stepper{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}@media(min-width:640px){.stepper{flex-direction:row;flex-wrap:wrap;gap:.5rem 1rem}}.step{display:flex;align-items:center;gap:.5rem;color:var(--muted)}.step-dot{width:10px;height:10px;border-radius:50%;background:var(--surface-2);border:2px solid var(--surface-2);flex-shrink:0}.step-active .step-dot{background:var(--accent2);border-color:var(--accent2);animation:pulse 1.2s ease-in-out infinite}.step-active .step-label{color:var(--text);font-weight:600}.step-done .step-dot{background:var(--success);border-color:var(--success)}.step-done .step-label{color:var(--text)}.step-error .step-dot{background:var(--accent);border-color:var(--accent)}.step-error .step-label{color:var(--accent)}@keyframes pulse{50%{transform:scale(1.4);opacity:.6}}.error.prominent{padding:.6rem .75rem;background:#e639461f;border:1px solid rgba(230,57,70,.35);border-radius:8px;font-size:.9rem}.error.inline{font-size:.85rem}.formats{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.formats{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.format-card{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:.7rem;display:flex;flex-direction:column;gap:.5rem}.format-header{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.format-name{font-weight:700}.format-status{color:var(--muted)}.format-rendering .format-status{color:var(--warn)}.format-completed .format-status{color:var(--success)}.format-error .format-status{color:var(--accent)}.preview-vertical{max-height:420px;width:auto;margin:0 auto;border-radius:6px}.preview-horizontal{width:100%;border-radius:6px}.spinner{width:22px;height:22px;border:3px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:.4rem auto}@keyframes spin{to{transform:rotate(360deg)}}.library-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.library-item{display:flex;flex-direction:column}.library-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.65rem .85rem;border-radius:10px;cursor:pointer;font-family:inherit;text-align:left;flex-wrap:wrap}.library-row:hover{border-color:var(--accent)}.library-title{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;flex:1 1 auto;min-width:160px}.library-format-badge{font-size:.68rem;padding:2px 5px;background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--muted);font-weight:500}.library-publish-badge{font-size:.68rem;padding:2px 7px;border-radius:4px;font-weight:600;letter-spacing:.03em}.library-publish-badge.is-published{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.library-publish-badge.is-draft{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.library-meta{display:flex;gap:.5rem;align-items:center;font-size:.78rem;color:var(--muted);flex-wrap:wrap}.library-mood,.library-theme{padding:1px 7px;background:var(--surface);border-radius:999px;border:1px solid var(--border);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.library-size,.library-date{font-variant-numeric:tabular-nums}.library-detail{padding:.85rem;background:var(--surface-2);border:1px solid var(--border);border-top:none;border-radius:0 0 10px 10px;margin-top:-.5rem;display:flex;flex-direction:column;gap:.6rem}.library-subtitle{color:var(--muted);font-style:italic;font-size:.875rem}.library-file{font-size:.82rem;color:var(--muted);display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.library-file code{background:var(--surface);padding:2px 5px;border-radius:4px;color:var(--text)}.library-file a{color:var(--accent2);text-decoration:none;font-weight:600}.library-file a:hover{text-decoration:underline}.library-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.library-videos{display:flex;gap:1rem;flex-wrap:wrap}.library-video-block{display:flex;flex-direction:column;gap:.4rem;flex:1;min-width:220px}.library-video-label{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.library-confirm-delete{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.brave-preview{display:flex;flex-direction:column;gap:.75rem}.brave-list{padding-left:1.3rem;margin:0;display:flex;flex-direction:column;gap:.7rem}.brave-list li{line-height:1.35}.brave-list a{color:var(--accent2);text-decoration:none;font-weight:600;word-break:break-word}.brave-list a:hover{text-decoration:underline}.brave-url{font-size:.75rem;color:var(--muted);word-break:break-all;margin-top:2px}.brave-snippet{font-size:.85rem;color:var(--muted);margin-top:3px}.job-log{background:#050810;color:#b4ffb4;border:1px solid var(--border);border-radius:8px;padding:.75rem .85rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;line-height:1.5;max-height:320px;min-height:160px;overflow-y:auto;overflow-x:hidden;word-break:break-word;white-space:pre-wrap;margin:.5rem 0}.job-log-empty{color:#6a7a6a;font-style:italic}.job-log-line{padding:1px 0}.job-log-ts{color:#6a7a90}.job-log-info{color:#b4ffb4}.job-log-warn{color:#ffd580}.job-log-error{color:#ff8a80}.job-log-cursor{display:inline-block;color:#b4ffb4;animation:blink 1s step-end infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.badge-active{background:var(--accent2);color:#fff;padding:2px 8px;border-radius:999px;font-size:.7rem;margin-left:.5rem}.badge-done{background:#22c55e;color:#fff;padding:2px 8px;border-radius:999px;font-size:.7rem;margin-left:.5rem}.badge-error{background:#ef4444;color:#fff;padding:2px 8px;border-radius:999px;font-size:.7rem;margin-left:.5rem}.btn-cancel{margin-left:.75rem;background:transparent;color:#ff8a80;border:1px solid #ff8a80;border-radius:6px;padding:3px 10px;font-size:.75rem;cursor:pointer;transition:all .15s}.btn-cancel:hover:not(:disabled){background:#ff8a80;color:#1a0000}.btn-cancel:disabled{opacity:.5;cursor:wait}.blacklist-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.blacklist-item{display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between;padding:.6rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.blacklist-main{flex:1;min-width:0}.blacklist-query{font-family:ui-monospace,monospace;font-size:.9rem;color:var(--text);word-break:break-word;margin-bottom:3px}.blacklist-meta{font-size:.72rem;color:var(--muted);display:flex;gap:.35rem;flex-wrap:wrap}.blacklist-meta em{font-style:normal;color:var(--text)}.hist-filter{display:flex;gap:.35rem}.hist-tab{background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:6px;padding:.25rem .65rem;font-size:.72rem;font-weight:600;cursor:pointer;font-family:inherit}.hist-tab.active{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border-color:transparent}.hist-tab:hover:not(.active){color:var(--text)}.blacklist-item.is-good{border-left:3px solid var(--success)}.blacklist-item.is-bad{border-left:3px solid var(--accent2)}.hist-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.dot-good{background:var(--success)}.dot-bad{background:var(--accent2)}.blacklist-hits{color:var(--muted);font-size:.72rem;margin-left:.5rem;font-family:inherit}.quota-block{padding:.7rem .85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:.4rem}.quota-header{display:flex;justify-content:space-between;align-items:baseline}.quota-name{font-weight:700;color:var(--text);font-size:.95rem}.quota-value{color:var(--muted);font-size:.8rem;font-variant-numeric:tabular-nums}.quota-tier{color:var(--accent2);font-weight:600;text-transform:uppercase;font-size:.7rem}.quota-row{display:flex;justify-content:space-between;font-size:.82rem}.quota-label{color:var(--muted)}.quota-pct{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.quota-bar{height:6px;background:#ffffff0d;border-radius:999px;overflow:hidden}.quota-fill{height:100%;background:var(--success);transition:width .3s ease-out;border-radius:999px}.quota-default-ok .quota-fill{background:var(--success)}.quota-default-warn .quota-fill{background:var(--warn)}.quota-default-danger .quota-fill{background:var(--accent)}.quota-meta{color:var(--muted);font-size:.7rem}.quota-stale{border-color:#fa36;background:#ffaa3314;color:var(--warn)}.wip-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.wip-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.wip-logo{font-size:3rem;color:var(--accent);line-height:1}.wip-title{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.wip-subtitle{color:var(--muted);font-size:1rem}.pub{min-height:100dvh;background:#f5f5f7;color:#1a1a2e;font-family:Inter,Segoe UI,system-ui,sans-serif}.pub-container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.pub-hero{padding:5.5rem 0 4.5rem;text-align:center;position:relative;overflow:hidden;background:#fff;border-bottom:1px solid rgba(0,0,0,.07)}.pub-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(230,57,70,.07) 0%,transparent 70%);pointer-events:none}.pub-hero-inner{position:relative;z-index:1}.pub-hero-img{background-image:url(https://images.pexels.com/photos/5632403/pexels-photo-5632403.jpeg?auto=compress&cs=tinysrgb&w=1920);background-size:cover;background-position:center;background-repeat:no-repeat}.pub-hero-img:before{display:none}.pub-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a148c,#0a0a14bf);pointer-events:none}.pub-hero-img .pub-hero-title{color:#fff}.pub-hero-img .pub-hero-title em{background:linear-gradient(130deg,#ff9a5a,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pub-hero-img .pub-hero-sub{color:#ffffffd1}.pub-hero-title{font-size:clamp(2.4rem,6vw,4.8rem);font-weight:900;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.25rem;color:#1a1a2e}.pub-hero-title em{font-style:normal;background:linear-gradient(130deg,var(--accent) 0%,#ff6b6b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pub-hero-sub{font-size:1rem;color:#6b7280;max-width:520px;margin:0 auto;line-height:1.65}.pub-cats{display:flex;gap:.5rem;flex-wrap:wrap;margin:2.5rem 0 2rem}.pub-cat-chip{font-size:.82rem;font-weight:500;padding:.4rem .9rem;border-radius:99px;border:1px solid rgba(0,0,0,.14);background:#fff;color:#6b7280;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.pub-cat-chip:hover{border-color:#00000047;color:#1a1a2e}.pub-cat-chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.pub-cat-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.18rem .55rem;border-radius:4px;display:inline-block}.pub-cat-tech{background:#0284c71a;color:#0284c7}.pub-cat-casa{background:#16a34a1a;color:#16a34a}.pub-cat-sport{background:#ea580c1a;color:#ea580c}.pub-cat-gaming{background:#7e22ce1a;color:#7e22ce}.pub-cat-cura{background:#db27771a;color:#db2777}.pub-cat-outdoor{background:#4d7c0f1a;color:#4d7c0f}.pub-tops-section{margin-top:3rem;margin-bottom:0}.pub-tops-section:last-child{margin-bottom:4rem}.pub-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:1.25rem}.pub-tops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.25rem}.pub-top-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a;transition:transform .18s ease,box-shadow .18s ease}.pub-top-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f}.pub-top-card-thumb{aspect-ratio:16 / 9;position:relative;overflow:hidden}.pub-top-card-thumb-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(24px) saturate(1.35);transform:scale(1.2);opacity:.85;z-index:0}.pub-top-card-thumb-fg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:1}.pub-mood-energetic{background:linear-gradient(145deg,#1a0030,#3a0050 55%,#8b0039 80%,#e63946)}.pub-mood-upbeat{background:linear-gradient(145deg,#001a3a,#003070 55%,#005fa3 80%,#4fc3f7)}.pub-mood-chill{background:linear-gradient(145deg,#001520,#002a28 55%,#005040 80%,#00cc7a)}.pub-mood-premium{background:linear-gradient(145deg,#0a0805,#1a1000 55%,#3a2000 80%,#d4a373)}.pub-mood-cinematic{background:linear-gradient(145deg,#050510,#0a0a25 55%,#20165a 80%,#7c6ff7)}.pub-mood-retro{background:linear-gradient(145deg,#12002a,#3a0060 55%,#700090 80%,#ff2d95)}.pub-top-card-thumb-label{font-size:.7rem;font-weight:600;color:#ffffff80;position:relative;z-index:1}.pub-top-card-thumb-bg-num{position:absolute;right:-.5rem;bottom:-1.5rem;font-size:8rem;font-weight:900;color:#ffffff0f;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.pub-top-card-body{padding:1rem 1rem .9rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.pub-top-card-title{font-size:1.05rem;font-weight:700;line-height:1.3;margin-top:.2rem;color:#1a1a2e}.pub-top-card-winner{font-size:.82rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pub-top-card-winner-rank{font-weight:700;color:#c9951a}.pub-top-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.07)}.pub-top-card-date{font-size:.72rem;color:#9ca3af}.pub-top-card-cta{font-size:.78rem;font-weight:600;color:var(--accent)}.pub-empty{text-align:center;padding:4rem 0;color:#9ca3af;border:1px dashed rgba(0,0,0,.12);border-radius:14px}.pub-empty-icon{font-size:2rem;opacity:.25;margin-bottom:.75rem}.pub-detail-hero{padding:3.5rem 0 3rem;position:relative;overflow:hidden;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.pub-detail-hero-img{background-size:cover;background-position:center 35%;background-repeat:no-repeat}.pub-detail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pub-detail-hero:not(.pub-detail-hero-img) .pub-detail-hero-overlay{opacity:.18}.pub-mood-energetic .pub-detail-hero-overlay{background:radial-gradient(ellipse 90% 100% at 50% 100%,rgba(230,57,70,.5) 0%,transparent 65%)}.pub-mood-chill .pub-detail-hero-overlay{background:radial-gradient(ellipse 90% 100% at 50% 100%,rgba(0,180,100,.5) 0%,transparent 65%)}.pub-mood-premium .pub-detail-hero-overlay,.pub-mood-cinematic .pub-detail-hero-overlay{background:radial-gradient(ellipse 90% 100% at 50% 100%,rgba(180,130,80,.4) 0%,transparent 65%)}.pub-detail-hero-img .pub-detail-hero-overlay{background:linear-gradient(to bottom,#0a0a148c,#0a0a14b8);opacity:1}.pub-detail-hero-content{position:relative;z-index:1}.pub-detail-hero-img .pub-bc-link,.pub-detail-hero-img .pub-bc-sep,.pub-detail-hero-img .pub-detail-title,.pub-detail-hero-img .pub-detail-sub,.pub-detail-hero-img .pub-detail-date{color:#ffffffeb}.pub-detail-hero-img .pub-detail-sub{color:#ffffffb8}.pub-detail-hero-img .pub-detail-date{color:#ffffff80}.pub-detail-hero-img .pub-bc-link:hover{color:#fff}.pub-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem}.pub-bc-link{color:#6b7280;text-decoration:none}.pub-bc-link:hover{color:#1a1a2e}.pub-bc-sep{color:#9ca3af}.pub-detail-title{font-size:clamp(1.9rem,4.5vw,3.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.12;margin:.5rem 0 .75rem;color:#1a1a2e}.pub-detail-sub{font-size:1rem;color:#6b7280;line-height:1.65;max-width:680px}.pub-detail-date{font-size:.75rem;color:#9ca3af;margin-top:.6rem}.pub-detail-body{padding-bottom:3rem}.pub-section-title{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin:2.75rem 0 1rem;color:#1a1a2e}.pub-video-section{margin:.5rem 0 1rem}.pub-video-short-wrap{display:flex;justify-content:center}video.pub-video-short{width:100%;max-width:320px;aspect-ratio:9/16;border-radius:16px;background:#000;display:block;box-shadow:0 4px 24px #00000024}video.pub-video-long{width:100%;aspect-ratio:16/9;border-radius:16px;background:#000;display:block;box-shadow:0 4px 24px #0000001a}.pub-video-ph{background:#f0f0f4;border:1px solid rgba(0,0,0,.1);border-radius:16px;display:flex;align-items:center;justify-content:center}.pub-video-ph.pub-video-short{width:100%;max-width:320px;aspect-ratio:9/16}.pub-video-ph.pub-video-long{width:100%;aspect-ratio:16/9}.pub-video-ph-inner{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;padding:1.5rem}.pub-video-ph-play{font-size:2.8rem;color:#00000026;line-height:1}.pub-video-ph-label{font-size:.82rem;font-weight:600;color:#9ca3af}.pub-video-ph-note{font-size:.68rem;color:#c0c0c8;background:#0000000a;padding:.18rem .5rem;border-radius:4px}.pub-ranking-intro{font-size:.88rem;color:#6b7280;line-height:1.65;margin-bottom:1rem;max-width:700px}.pub-affiliate-notice{font-size:.82rem;color:#7a5b21;background:#fef7e6;border-left:3px solid #d4a373;padding:.7rem 1rem;line-height:1.55;margin:0 0 1.5rem;max-width:700px;border-radius:4px}.pub-affiliate-notice-link{color:#7a5b21;text-decoration:underline}.pub-affiliate-notice-link:hover{color:#5c4418}.pub-products-list{display:flex;flex-direction:column;gap:1rem}.pub-product{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;display:grid;grid-template-columns:200px 1fr;gap:1.25rem 1.75rem;padding:1.25rem;align-items:start;transition:box-shadow .15s,transform .15s;color:inherit;text-decoration:none}.pub-product:hover{box-shadow:0 4px 16px #0000001a,0 1px 4px #0000000d}.pub-product-clickable{cursor:pointer}.pub-product-clickable:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000001f,0 1px 4px #0000000f}.pub-product-winner{border-color:#c9951a59;background:#fffdf5;box-shadow:0 0 0 1px #c9951a33,0 4px 16px #00000012}.pub-product-left{display:flex;flex-direction:column;align-items:center;gap:.85rem}.pub-rank{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding-top:.1rem}.pub-rank-num{font-size:2.4rem;font-weight:900;line-height:1;color:#d1d5db}.pub-rank-gold .pub-rank-num{color:#c9951a}.pub-rank-silver .pub-rank-num{color:#9ca3af}.pub-rank-bronze .pub-rank-num{color:#c07832}.pub-rank-badge{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#c9951a;background:#c9951a1a;border:1px solid rgba(201,149,26,.3);padding:.14rem .4rem;border-radius:4px;white-space:nowrap;text-align:center}.pub-product-name{font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:.3rem;color:#1a1a2e}.pub-product-tagline-short{font-size:.78rem;font-weight:600;color:var(--accent);margin-bottom:.5rem}.pub-product-tagline{font-size:.83rem;color:#6b7280;line-height:1.6;margin-bottom:.75rem}.pub-product-features{list-style:none;display:flex;flex-direction:column;gap:.28rem}.pub-product-features li{font-size:.78rem;color:#4b5563;padding-left:1.2rem;position:relative}.pub-product-features li:before{content:"✓";position:absolute;left:0;color:#16a34a;font-size:.7rem;top:.04rem}.pub-product-img-wrap{width:100%;aspect-ratio:1 / 1;background:#f8f8fa;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.07)}.pub-product-img{width:100%;height:100%;object-fit:cover;display:block}.pub-product-img-placeholder{background:linear-gradient(135deg,rgba(0,0,0,.04) 25%,transparent 25%) -6px 0/12px 12px,linear-gradient(225deg,rgba(0,0,0,.04) 25%,transparent 25%) -6px 0/12px 12px,#f4f4f7}.pub-product-rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.pub-stars{color:#f59e0b;font-size:.85rem;letter-spacing:.02em}.pub-stars-val{font-weight:700;font-size:.78rem;color:#1a1a2e;margin-left:.2rem}.pub-product-reviews{font-size:.72rem;color:#9ca3af}.pub-amazon-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;font-size:.8rem;font-weight:700;color:#000;background:#f90;padding:.65rem .9rem;border-radius:8px;white-space:nowrap;transition:filter .15s}.pub-product-clickable:hover .pub-amazon-btn{filter:brightness(.94)}.pub-amazon-btn-disabled{color:#9ca3af;background:#f3f4f6;font-weight:600}.pub-amazon-arrow{font-size:.9rem}@media(max-width:560px){.pub-product{grid-template-columns:130px 1fr;gap:.85rem 1rem}.pub-product-left{gap:.6rem}.pub-rank-num{font-size:2rem}.pub-amazon-btn{font-size:.72rem;padding:.5rem .6rem}}.pub-long-section{margin:.5rem 0 1.5rem}.pub-coming-soon{background:#f9f9fb;border:1px dashed rgba(0,0,0,.12);border-radius:16px;display:flex;align-items:center;gap:1.5rem;padding:2rem 1.5rem}.pub-cs-play{font-size:2.8rem;color:#0000001a;flex-shrink:0}.pub-cs-body strong{font-size:.92rem;display:block;margin-bottom:.4rem;color:#1a1a2e}.pub-cs-body p{font-size:.8rem;color:#6b7280;line-height:1.55}.pub-footer{background:#fff;border-top:1px solid rgba(0,0,0,.08);padding:2rem 0;margin-top:2rem}.pub-footer-inner{display:flex;flex-direction:column;gap:.7rem}.pub-footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .6rem}.pub-footer-link{font-size:.82rem;font-weight:600;color:#4b5563;text-decoration:none;transition:color .15s}.pub-footer-link:hover{color:var(--accent)}.pub-footer-sep{color:#d1d5db;font-size:.82rem;-webkit-user-select:none;user-select:none}.pub-footer-disclaimer{font-size:.72rem;color:#9ca3af;line-height:1.6;max-width:600px}.pub-empty{text-align:center;padding:4rem 1rem 3rem;color:#6b7280}.pub-empty-title{font-size:1.05rem;font-weight:600;color:#1a1a2e;margin-bottom:.4rem}.pub-empty-sub{font-size:.88rem;color:#9ca3af}.pub-info-page{padding:4rem 0 3rem;max-width:720px}.pub-info-title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;letter-spacing:-.02em;margin:1.25rem 0 1.5rem;color:#1a1a2e}.pub-info-body{color:#374151;line-height:1.7;font-size:.95rem}.pub-info-body p{margin:0 0 1rem}.pub-info-body h2{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:1.8rem 0 .6rem;letter-spacing:-.01em}.pub-info-body a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.15);transition:border-color .15s}.pub-info-body a:hover{border-bottom-color:var(--accent)}.pub-info-body strong{color:#1a1a2e}.pub-info-body em{font-style:italic;color:#1a1a2e}.pub-info-links{list-style:none;padding:0;margin:.5rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.pub-info-links li{font-size:.95rem;display:flex;align-items:baseline;gap:.5rem}.pub-info-note{font-size:.78rem;color:#9ca3af;font-style:italic}.pub-info-meta{margin-top:2rem!important;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.08);font-size:.85rem;color:#6b7280}.pub-back-link{font-size:.85rem;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}@media(max-width:900px){.pub-tops-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}}@media(max-width:640px){.pub-container{padding:0 1rem}.pub-hero{padding:3.5rem 0 3rem}.pub-hero-title{margin-bottom:.9rem}.pub-hero-sub{font-size:.9rem;max-width:90%}.pub-hero-img{background-position:60% center}.pub-tops-grid{grid-template-columns:1fr;gap:1rem}.pub-top-card-thumb{aspect-ratio:21 / 9}.pub-detail-hero{padding:2.25rem 0 2rem}.pub-detail-title{font-size:clamp(1.6rem,6.5vw,2.4rem)}.pub-detail-sub{font-size:.9rem}.pub-tops-section{margin-top:2rem}.pub-tops-section:last-child{margin-bottom:2.5rem}.pub-section-title{font-size:1.1rem;margin:2rem 0 .75rem}.pub-footer{padding:1.5rem 0}}@media(max-width:380px){.pub-hero{padding:3rem 0 2.5rem}.pub-detail-hero{padding:2rem 0 1.75rem}.pub-product{padding:1rem;gap:.75rem 1rem}.pub-rank-num{font-size:2rem}}
