@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:Poppins,sans-serif;overflow-x:hidden}img,svg,video,canvas,audio,iframe,embed,object{max-width:100%;display:block}.main-navbar{color:#fff;z-index:1000;-webkit-backdrop-filter:blur(12px);background-color:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:16px 32px;display:flex;position:sticky;top:0}.brand-logo{background:linear-gradient(135deg,#e6007e,#4f46e5);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.navbar-links{align-items:center;gap:12px;display:flex}.nav-item{color:#94a3b8;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#fff;background-color:#1e293b}.nav-item.active{color:#fff;background-color:#e6007e;box-shadow:0 4px 12px #e6007e4d}@media (width<=768px){.main-navbar{flex-direction:column;gap:12px;padding:12px 16px}.navbar-links{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.navbar-links::-webkit-scrollbar{display:none}.nav-item{flex-shrink:0;padding:8px 14px;font-size:.85rem}}@media (width<=480px){.brand-logo{font-size:1.3rem}.nav-item{gap:6px;padding:7px 12px;font-size:.8rem}}.youtube-audit-container{color:#0f172a;background-color:#f8fafc;min-height:100vh;padding-bottom:60px;font-family:Poppins,sans-serif}.audit-landing{text-align:center;background:radial-gradient(circle at top,#e6007e0d 0%,#0000 60%);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:40px 20px;display:flex}.audit-landing-title{color:#0f172a;margin-bottom:16px;font-size:3rem;font-weight:700}.audit-landing-title .highlight-pink{color:#e6007e}.audit-landing-subtitle{color:#64748b;max-width:600px;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.audit-input-group{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:500px;display:flex}.audit-input{border:2px solid #e2e8f0;border-radius:50px;outline:none;width:100%;padding:16px 24px;font-size:1rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.audit-input:focus{border-color:#e6007e;box-shadow:0 0 0 4px #e6007e1a}.audit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e6007e 0%,#ff4b98 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #e6007e4d}.audit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 20px -3px #e6007e66}.audit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.trust-badges{color:#64748b;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;font-size:.85rem;font-weight:500;display:flex}.trust-badge-item{align-items:center;gap:4px;display:flex}.privacy-note{color:#94a3b8;align-items:center;gap:6px;margin-top:16px;font-size:.85rem;display:flex}.audit-loading{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.spinner{border:4px solid #e6007e1a;border-top-color:#e6007e;border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.audit-report{max-width:1200px;margin:0 auto;padding:40px 20px;animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-subtitle{color:#64748b;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.smart-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:24px;display:grid}.smart-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;box-shadow:0 4px 6px -1px #0f172a0d}.smart-card.full-width{grid-column:1/-1}.smart-card-title{color:#0f172a;align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;font-weight:600;display:flex}.title-score-badge{border-radius:50px;margin-bottom:16px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.title-score-badge[data-status=GOOD]{color:#10b981;background:#10b9811a}.title-score-badge[data-status=WARNING]{color:#f59e0b;background:#f59e0b1a}.title-score-badge[data-status=NEEDS\ IMPROVEMENT]{color:#ef4444;background:#ef44441a}.smart-list{color:#475569;flex-direction:column;gap:8px;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.action-plan-section{margin-bottom:16px;font-size:.9rem}.action-plan-section p{color:#475569;margin:4px 0 0}.title-tags{flex-wrap:wrap;gap:10px;display:flex}.title-tag{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500}.ideas-list{flex-direction:column;gap:12px;display:flex}.idea-row{background:#f8fafc;border-left:4px solid #e6007e;border-radius:8px;padding:12px 16px}.idea-row p{color:#64748b;margin:4px 0 0;font-size:.85rem}.desc-draft-box{color:#334155;white-space:pre-wrap;background:#f1f5f9;border-radius:8px;padding:16px;font-family:monospace;font-size:.9rem}.video-insight-box{border-radius:8px;margin-top:12px;padding:12px;font-size:.85rem}.video-insight-box.top{background:#10b9810d;border:1px solid #10b98133}.video-insight-box.under{background:#ef44440d;border:1px solid #ef444433}.report-action-bar{justify-content:flex-end;gap:12px;margin-bottom:20px;display:flex}.btn-icon{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.btn-icon:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.report-header{text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;margin-bottom:40px;padding:40px 30px;display:flex;position:relative;box-shadow:0 10px 30px -10px #0f172a0d}.report-meta{flex-direction:column;align-items:flex-end;gap:4px;font-size:.8rem;display:flex;position:absolute;top:20px;right:20px}.report-meta .badge{color:#e6007e;background:#e6007e1a;border-radius:12px;padding:4px 8px;font-weight:600}.report-meta .date{color:#94a3b8}.channel-thumb{object-fit:cover;border:4px solid #fff;border-radius:50%;width:120px;height:120px;margin-bottom:16px;box-shadow:0 10px 25px -5px #e6007e4d}.channel-name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:4px;font-size:2rem;font-weight:700;overflow:hidden}.channel-handle{color:#e6007e;margin-bottom:12px;font-weight:500}.channel-desc{color:#64748b;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-width:700px;line-height:1.6;display:-webkit-box;overflow:hidden}.score-verdict-container{grid-template-columns:1fr 2fr;gap:24px;margin-bottom:40px;display:grid}.score-section{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow:hidden}.score-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#e6007e26 0%,#0000 60%);width:120%;height:200%;position:absolute;top:-50%;left:-10%}.score-title{z-index:1;text-align:center;margin-bottom:20px;font-size:1.2rem;font-weight:600}.score-circle{z-index:1;background:#ffffff0d;border:8px solid #e6007e;border-color:#e6007e #e6007e #e6007e4d #e6007e4d;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:20px;display:flex;transform:rotate(-45deg);box-shadow:0 0 30px #e6007e33}.score-value{color:#fff;font-size:2.5rem;font-weight:800;transform:rotate(45deg)}.score-max{color:#94a3b8;font-size:1rem;font-weight:500}.score-status{color:#cbd5e1;z-index:1;text-align:center;font-size:1rem}.verdict-section{background:linear-gradient(90deg,#fdf2f8,#f8fafc);border:1px solid #fce7f3;border-radius:24px;flex-direction:column;justify-content:center;padding:40px;display:flex}.verdict-title{color:#e6007e;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:16px;font-size:1.2rem;font-weight:700;display:flex}.verdict-text{color:#0f172a;font-size:1.5rem;font-weight:600;line-height:1.4}.youtube-audit-container .section-title,.audit-report .section-title{color:#0f172a}.section-title{align-items:center;gap:10px;margin-bottom:24px;font-size:1.5rem;font-weight:700;display:flex}.section-icon{color:#e6007e}.snapshot-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:40px;display:grid}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;padding:20px;display:flex;box-shadow:0 4px 6px -1px #0f172a0d}.stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.stat-value{color:#0f172a;font-size:1.6rem;font-weight:700}.chart-row{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.chart-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:24px;overflow:hidden;box-shadow:0 4px 15px -5px #0f172a0d}.chart-title{color:#334155;align-items:center;gap:8px;margin-bottom:20px;font-size:1.1rem;font-weight:600;display:flex}.chart-container{justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.pie-container{align-items:center;gap:20px;display:flex}.pie-legend{color:#475569;flex-direction:column;gap:12px;font-size:.9rem;font-weight:500;display:flex}.legend-item{align-items:center;gap:8px;display:flex}.legend-dot{border-radius:50%;width:12px;height:12px;display:inline-block}.timeline-card{background:#fff;border-radius:20px;margin-bottom:40px;padding:24px;overflow-x:auto;box-shadow:0 4px 15px -5px #0f172a0d}.timeline-container{align-items:center;gap:20px;min-width:max-content;padding-bottom:10px;display:flex}.timeline-node{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.timeline-node:after{content:"";z-index:0;background:#e2e8f0;width:100%;height:2px;position:absolute;top:7px;left:16px}.timeline-node:last-child:after{display:none}.timeline-dot{z-index:1;background:#e6007e;border:3px solid #fce7f3;border-radius:50%;width:16px;height:16px}.timeline-date{color:#64748b;white-space:nowrap;font-size:.85rem;font-weight:500}.performance-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:40px;display:grid}.progress-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 6px -1px #0f172a0d}.progress-header{justify-content:space-between;margin-bottom:12px;font-weight:600;display:flex}.progress-track{background:#f1f5f9;border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#e6007e 0%,#ff4b98 100%);border-radius:4px;height:100%;transition:width 1s ease-in-out}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-bottom:40px;display:grid}.video-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 10px -5px #0f172a1a}.video-card:hover{transform:translateY(-4px)}.video-thumb{aspect-ratio:16/9;object-fit:cover;width:100%}.video-info{flex-direction:column;flex:1;padding:16px;display:flex}.video-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.video-stats{color:#64748b;justify-content:space-between;margin-bottom:12px;font-size:.8rem;display:flex}.video-stat-item{align-items:center;gap:4px;display:flex}.video-score{border-radius:8px;margin-left:auto;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-block}.action-plan{text-align:center;background:0 0;padding:40px 0}.report-actions{justify-content:center;gap:16px;display:flex}.btn-secondary{color:#0f172a;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}@media (width<=900px){.score-verdict-container,.chart-row{grid-template-columns:1fr}.pie-container{flex-direction:column}.pie-legend{flex-flow:wrap;justify-content:center}}@media (width<=600px){.audit-landing-title{font-size:2.2rem}.score-circle{width:120px;height:120px}.score-value{font-size:2.2rem}.report-header{padding:30px 20px}.report-meta{align-items:center;margin-bottom:16px;position:static}}@media print{.no-print{display:none!important}.youtube-audit-container{background:#fff;padding-bottom:0}.audit-report{max-width:100%;padding:0;animation:none}.chart-card,.stat-card,.progress-card,.smart-card,.video-card{box-shadow:none;break-inside:avoid;border:1px solid #ccc}.score-section{color:#000;border:1px solid #ccc;padding:20px;background:#fff!important}.score-value{color:#000}.score-circle{box-shadow:none;border-color:#ccc}.verdict-section{background:#fff;border:1px solid #ccc}.timeline-card{break-inside:avoid}}.insights-row{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}@media (width<=900px){.insights-row{grid-template-columns:1fr}}.feature-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;box-shadow:0 4px 6px -1px #0f172a0d}.feature-box-title{color:#0f172a;align-items:center;gap:10px;margin-bottom:16px;font-size:1.1rem;font-weight:700;display:flex}.schedule-highlight{flex-wrap:wrap;gap:16px;margin-bottom:16px;display:flex}.schedule-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;gap:4px;min-width:140px;padding:14px;display:flex}.schedule-pill-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.schedule-pill-val{color:#e6007e;font-size:1.1rem;font-weight:700}.schedule-note{color:#475569;background:#fdf2f8;border-left:3px solid #e6007e;border-radius:6px;margin:0;padding:10px 14px;font-size:.85rem}.tags-cloud{flex-wrap:wrap;gap:8px;max-height:180px;display:flex;overflow-y:auto}.tag-badge{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.tag-badge:hover{color:#e6007e;background:#fce7f3;border-color:#fbcfe8}.tag-freq{color:#1e293b;background:#cbd5e1;border-radius:10px;padding:1px 6px;font-size:.7rem;font-weight:600}.benchmark-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.benchmark-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.benchmark-title{color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.benchmark-val-row{align-items:baseline;gap:8px;display:flex}.benchmark-val{color:#0f172a;font-size:1.5rem;font-weight:800}.benchmark-status{border-radius:8px;padding:2px 8px;font-size:.75rem;font-weight:700}.benchmark-status.Excellent{color:#10b981;background:#10b9811a}.benchmark-status.Good{color:#3b82f6;background:#3b82f61a}.benchmark-status.Needs-Work,.benchmark-status.Low{color:#f59e0b;background:#f59e0b1a}.benchmark-sub{color:#94a3b8;font-size:.75rem}.duration-bars{flex-direction:column;gap:12px;display:flex}.duration-item{flex-direction:column;gap:6px;display:flex}.duration-meta{color:#334155;justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.duration-avg{color:#e6007e;font-weight:700}@media (width<=768px){.audit-report{padding:24px 14px}.score-section,.verdict-section{border-radius:16px;padding:24px 16px}.verdict-text{font-size:1.25rem}.benchmark-grid{grid-template-columns:1fr;gap:12px}.snapshot-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px 12px}.stat-value{font-size:1.35rem}.stat-label{font-size:.75rem}.smart-grid,.performance-grid,.videos-grid{grid-template-columns:1fr}.schedule-highlight{flex-direction:column}.schedule-pill{width:100%}.report-action-bar{justify-content:stretch}.report-action-bar .btn-icon{flex:1;justify-content:center}.report-actions{flex-direction:column;width:100%}.report-actions .btn-secondary,.report-actions .btn-primary{justify-content:center;width:100%}}@media (width<=480px){.audit-landing{padding:24px 12px}.audit-landing-title{font-size:1.85rem;line-height:1.25}.audit-landing-subtitle{margin-bottom:24px;font-size:.95rem}.audit-input{padding:14px 20px;font-size:.95rem}.audit-btn{padding:14px 24px;font-size:1rem}.channel-thumb{width:90px;height:90px}.channel-name{font-size:1.4rem}.channel-desc{font-size:.85rem}.score-circle{width:110px;height:110px}.score-value{font-size:1.8rem}.score-title{font-size:1rem}.feature-box{padding:16px 12px}.feature-box-title{font-size:1rem}.tag-badge{padding:4px 10px;font-size:.78rem}}.audit-container{max-width:1200px;margin:0 auto;padding:24px}.search-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.logo-container{flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.logo-icon-bg{background:linear-gradient(135deg,#4f46e5,#0ea5e9);border-radius:20px;margin-bottom:16px;padding:16px;box-shadow:0 10px 25px #4f46e566}.logo-container h1{color:#0f172a;margin:0 0 8px;font-size:2.5rem;font-weight:800}.logo-container p{color:#64748b;max-width:500px;font-size:1.1rem}.search-form{flex-direction:column;gap:16px;width:100%;max-width:600px;display:flex}.search-input-wrapper{width:100%;position:relative}.search-icon{color:#94a3b8;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.search-input-wrapper input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:20px 20px 20px 52px;font-size:1.1rem;transition:all .3s}.search-input-wrapper input:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}.btn-primary{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:20px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.btn-primary:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 10px 20px #4f46e54d}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.loading-state{flex-direction:column;align-items:center;margin-top:40px;display:flex}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;width:50px;height:50px;margin-bottom:16px;animation:1s linear infinite spin}.audit-container .section-title,.section-title{align-items:center;gap:10px;margin-top:36px;margin-bottom:20px;font-size:1.5rem;font-weight:700;display:flex;color:#0f172a!important}.audit-container .section-icon{color:#e6007e}.web-insights-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;display:grid}@media (width<=900px){.web-insights-grid{grid-template-columns:1fr}}.web-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;box-shadow:0 4px 10px #0f172a0a}.web-card.full-width{grid-column:1/-1}.web-card-title{color:#0f172a;align-items:center;gap:10px;margin-bottom:20px;font-size:1.15rem;font-weight:700;display:flex}.opportunity-list{flex-direction:column;gap:12px;display:flex}.opportunity-item{background:#f8fafc;border-left:4px solid #ef4444;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.opportunity-info{flex:1}.opportunity-title{color:#0f172a;margin-bottom:4px;font-size:.95rem;font-weight:600}.opportunity-desc{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.opportunity-savings{color:#dc2626;white-space:nowrap;background:#fee2e2;border-radius:20px;padding:4px 10px;font-size:.85rem;font-weight:700}.seo-checklist{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=600px){.seo-checklist{grid-template-columns:1fr}}.seo-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;display:flex}.seo-item-title{color:#1e293b;font-size:.85rem;font-weight:600}.seo-item-status{color:#64748b;font-size:.75rem}.security-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;display:flex}.security-box.insecure{background:#fef2f2;border-color:#fecaca}.security-left{align-items:center;gap:12px;display:flex}.security-status-text{color:#166534;font-size:1rem;font-weight:700}.security-box.insecure .security-status-text{color:#991b1b}.resource-list{flex-direction:column;gap:12px;display:flex}.resource-row{flex-direction:column;gap:4px;display:flex}.resource-meta{color:#334155;justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.resource-size{color:#4f46e5;font-weight:700}.moz-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px;display:grid}.moz-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:20px;display:flex;position:relative;overflow:hidden}.moz-card-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.8rem;font-weight:600}.moz-card-val{color:#0f172a;font-size:2rem;font-weight:800;line-height:1}.moz-card-sub{color:#94a3b8;margin-top:6px;font-size:.75rem}.moz-badge{border-radius:6px;width:fit-content;margin-top:8px;padding:3px 8px;font-size:.75rem;font-weight:700;display:inline-block}.tech-stack-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.tech-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:all .2s;display:flex}.tech-card:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 18px #0000000d}.tech-card-icon{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.tech-card-info{flex-grow:1}.tech-name{color:#0f172a;margin-bottom:2px;font-size:.95rem;font-weight:700;line-height:1.2}.tech-category{color:#64748b;font-size:.78rem;font-weight:500}.tech-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;padding:2px 6px;font-size:.7rem;font-weight:600}@media (width<=768px){.audit-container{padding:16px 12px}.logo-container h1{font-size:2rem}.logo-container p{font-size:1rem}.search-section{min-height:50vh}.web-card{border-radius:16px;padding:16px}.moz-grid{grid-template-columns:repeat(2,1fr);gap:10px}.moz-card{padding:14px}.moz-card-val{font-size:1.6rem}.tech-stack-grid{grid-template-columns:1fr;gap:10px}.security-box{flex-direction:column;align-items:flex-start;gap:12px;padding:14px 16px}.opportunity-item{flex-direction:column;gap:10px}.opportunity-savings{align-self:flex-start}}@media (width<=480px){.logo-container h1{font-size:1.6rem}.search-input-wrapper input{padding:14px 14px 14px 44px;font-size:.95rem}.search-icon{left:14px}.btn-primary{padding:14px;font-size:1rem}.moz-grid{grid-template-columns:1fr 1fr}.seo-checklist{grid-template-columns:1fr}}.website-ai-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-top:40px;padding:32px;box-shadow:0 10px 30px #0000000a}.website-ai-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.website-ai-badge{text-transform:uppercase;letter-spacing:.5px;color:#4f46e5;background:linear-gradient(135deg,#4f46e51a,#9333ea26);border-radius:20px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.website-ai-title-wrap h3{color:#0f172a;margin:0 0 6px;font-size:1.5rem;font-weight:800}.website-ai-title-wrap p{color:#64748b;margin:0;font-size:.95rem}.website-ai-regen-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #4f46e540}.website-ai-regen-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #4f46e559}.website-ai-regen-btn:disabled{opacity:.7;cursor:not-allowed}.website-ai-loading{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:48px 24px}.website-ai-loading h4{color:#1e293b;margin:16px 0 8px;font-size:1.15rem}.website-ai-loading p{color:#64748b;margin:0;font-size:.9rem}.ai-summary-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-left:5px solid #10b981;border-radius:14px;margin-bottom:30px;padding:20px 24px}.ai-summary-badge{color:#047857;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:.85rem;font-weight:700;display:inline-flex}.ai-summary-text{color:#064e3b;margin:0;font-size:1.05rem;font-weight:500;line-height:1.6}.ai-subheading{color:#0f172a;align-items:center;gap:8px;margin:0 0 16px;font-size:1.15rem;font-weight:700;display:flex}.ai-priorities-wrap{margin-bottom:32px}.ai-priorities-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.ai-priority-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:22px;transition:all .2s;display:flex}.ai-priority-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.priority-card-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.priority-tag{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.priority-tag.critical{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.priority-tag.medium{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.priority-tag.quick{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.category-tag{color:#64748b;font-size:.75rem;font-weight:600}.priority-title{color:#0f172a;margin:0 0 10px;font-size:1.1rem;font-weight:700;line-height:1.4}.priority-impact{color:#475569;flex-grow:1;margin:0 0 16px;font-size:.88rem;line-height:1.5}.priority-fix-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.fix-header{color:#64748b;text-transform:uppercase;align-items:center;gap:4px;margin-bottom:6px;font-size:.75rem;font-weight:700;display:flex}.fix-content{color:#0f172a;word-break:break-word;white-space:pre-wrap;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;line-height:1.4}.ai-seo-booster-card{background:linear-gradient(135deg,#fbfbfe,#f5f3ff);border:1px solid #ddd6fe;border-radius:16px;padding:24px}.seo-booster-header{margin-bottom:20px}.seo-booster-title{color:#4c1d95;align-items:center;gap:8px;margin:0 0 4px;font-size:1.2rem;font-weight:700;display:flex}.seo-booster-subtitle{color:#6d28d9;margin:0;font-size:.9rem}.seo-snippets-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:18px;display:grid}.seo-snippet-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.snippet-item-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.snippet-label{color:#475569;font-size:.82rem;font-weight:700}.copy-snippet-btn{color:#475569;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:6px;padding:3px 10px;font-size:.75rem;font-weight:600;transition:all .2s}.copy-snippet-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.snippet-code-box{color:#38bdf8;word-break:break-all;background:#0f172a;border-radius:8px;padding:12px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.82rem;line-height:1.4;overflow-x:auto}.seo-keywords-row{border-top:1px solid #ede9fe;flex-wrap:wrap;align-items:center;gap:12px;padding-top:10px;display:flex}.keywords-label{color:#5b21b6;align-items:center;gap:4px;font-size:.82rem;font-weight:700;display:flex}.keywords-pills{flex-wrap:wrap;gap:8px;display:flex}.kw-pill{color:#6d28d9;background:#ede9fe;border-radius:20px;padding:4px 10px;font-size:.78rem;font-weight:600}.spin{animation:1s linear infinite spin}@media (width<=768px){.website-ai-section{border-radius:16px;margin-top:24px;padding:20px 16px}.website-ai-header{flex-direction:column;align-items:flex-start;gap:14px}.website-ai-title-wrap h3{font-size:1.3rem}.website-ai-regen-btn{justify-content:center;width:100%}.ai-priorities-grid,.seo-snippets-grid{grid-template-columns:1fr;gap:14px}.ai-priority-card,.ai-seo-booster-card{padding:16px}}@media (width<=480px){.website-ai-section{padding:14px 12px}.ai-summary-card{padding:14px 16px}.ai-summary-text{font-size:.95rem}.priority-title{font-size:1rem}.snippet-code-box{padding:10px;font-size:.75rem}}.insta-dark-wrapper{color:#f8fafc;background:#0f172a;min-height:100vh;padding:40px 20px;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.insta-dark-wrapper .audit-container{width:100%;max-width:1100px;margin:0 auto}.insta-dark-wrapper .audit-header h1{background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3rem;font-weight:800;line-height:1.2}.insta-dark-wrapper .audit-header p{color:#94a3b8;text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem}.glass-card{-webkit-backdrop-filter:blur(16px);background:#1e293bb3;border:1px solid #ffffff1a;border-radius:20px;width:100%;padding:30px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px #0000004d}.glass-card:hover{border:1px solid #fff3;transform:translateY(-5px);box-shadow:0 12px 40px #0006}.insta-search-box{gap:12px;width:100%;max-width:600px;margin:40px auto;display:flex}.insta-input{color:#fff;box-sizing:border-box;background:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;min-width:0;padding:16px 24px;font-size:1.1rem;transition:all .3s}.insta-input:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d4833}.insta-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f09433,#dc2743,#bc1888);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:1.1rem;font-weight:700;transition:opacity .3s;display:flex}.insta-btn:hover{opacity:.9}.insta-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px;display:grid}.insta-stat-box{text-align:center;background:#0f172a80;border:1px solid #ffffff0d;border-radius:16px;padding:20px}.insta-stat-value{color:#fff;word-break:break-word;margin-bottom:5px;font-size:2rem;font-weight:800}.insta-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.insta-posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;gap:24px;width:100%;display:grid}.insta-post-card{background:#1e293bb3;border:1px solid #ffffff0d;border-radius:16px;width:100%;transition:all .3s;overflow:hidden}.insta-post-card:hover{border-color:#e11d4880;transform:translateY(-8px);box-shadow:0 10px 30px #e11d4826}.insta-post-img-container{aspect-ratio:1;background:#000;width:100%;max-height:340px;position:relative;overflow:hidden}.insta-post-img{object-fit:cover;width:100%;height:100%}.insta-post-content{padding:20px}.insta-engagement-row{flex-wrap:wrap;gap:16px;margin-bottom:12px;display:flex}.insta-engagement-item{color:#f8fafc;align-items:center;gap:6px;font-weight:600;display:flex}.insta-caption{color:#cbd5e1;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.insta-dark-wrapper .section-title{flex-wrap:wrap;align-items:center;gap:12px;margin-top:48px;margin-bottom:24px;font-size:1.8rem;display:flex;color:#f8fafc!important}.insta-dark-wrapper .section-subtitle{color:#94a3b8!important}.insta-dark-wrapper .section-icon{color:#e11d48}.ai-card{background:#0f172acc;border:1px solid #e11d484d;border-radius:16px;padding:24px;box-shadow:inset 0 0 20px #e11d481a}.neon-btn{color:#fb7185;cursor:pointer;background:#e11d481a;border:1px solid #e11d4880;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;transition:all .3s;display:flex}.neon-btn:hover{background:#e11d4833;box-shadow:0 0 15px #e11d484d}.neon-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.insta-dark-wrapper{padding:30px 16px}.insta-dark-wrapper .audit-header h1{font-size:2.2rem}.insta-dark-wrapper .audit-header p{font-size:1rem}.glass-card{border-radius:16px;padding:20px}.insta-search-box{margin:24px auto}.insta-dark-wrapper .score-verdict-container{gap:16px;grid-template-columns:1fr!important}.insta-stats-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.insta-stat-box{padding:16px 12px}.insta-stat-value{font-size:1.6rem}.insta-dark-wrapper .section-title{margin-top:32px;margin-bottom:16px;font-size:1.4rem}.insta-posts-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}}@media (width<=480px){.insta-dark-wrapper{padding:20px 12px}.insta-dark-wrapper .audit-header h1{font-size:1.75rem}.insta-search-box{flex-direction:column;gap:10px}.insta-input{width:100%;padding:14px 18px;font-size:1rem}.insta-btn{width:100%;padding:14px 20px;font-size:1rem}.glass-card{border-radius:12px;padding:16px}.insta-stats-grid{grid-template-columns:1fr 1fr;gap:10px}.insta-stat-value{font-size:1.4rem}.insta-stat-label{font-size:.75rem}.ai-card{padding:16px}}.not-found-wrapper{color:#f8fafc;background:radial-gradient(circle at 50% 30%,#e6007e14 0%,#0f172a 75%);justify-content:center;align-items:center;min-height:calc(100vh - 75px);padding:30px 20px;font-family:Poppins,system-ui,sans-serif;display:flex;overflow-x:hidden}.not-found-card{-webkit-backdrop-filter:blur(20px);z-index:1;background:#1e293ba6;border:1px solid #ffffff1a;border-radius:24px;align-items:center;gap:36px;width:100%;max-width:950px;padding:32px 36px;display:flex;position:relative;box-shadow:0 20px 50px #0006,0 0 40px #e6007e1f}.not-found-left{flex:0 0 320px;justify-content:center;align-items:center;display:flex}.not-found-gif-container{width:100%;max-width:320px;position:relative}.not-found-gif{object-fit:contain;filter:drop-shadow(0 0 16px #e6007e4d);border-radius:18px;width:100%;height:auto;max-height:290px;transition:transform .3s;display:block;box-shadow:0 10px 30px #00000059}.not-found-gif:hover{transform:scale(1.02)}.not-found-right{text-align:left;flex-direction:column;flex:1;justify-content:center;display:flex}.not-found-code{letter-spacing:2px;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px #00000040;background:linear-gradient(135deg,#e6007e 0%,#ff2a85 100%);border:1px solid #ffffff40;border-radius:50px;justify-content:center;align-items:center;margin-bottom:10px;padding:5px 16px;font-size:.85rem;font-weight:800;display:inline-flex;box-shadow:0 4px 16px #e6007e73}.not-found-title{color:#fff;margin-bottom:8px;font-size:2.1rem;font-weight:800;line-height:1.2}.not-found-desc{color:#fff;opacity:.95;max-width:500px;margin:0 0 22px;font-size:.98rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;gap:14px;margin-bottom:20px;display:flex}.btn-home{color:#fff;background:linear-gradient(135deg,#e6007e 0%,#4f46e5 100%);border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 8px 20px #e6007e59}.btn-home:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px #e6007e80}.quick-links-section{border-top:1px solid #ffffff1f;padding-top:16px}.quick-links-title{text-transform:uppercase;letter-spacing:1.2px;color:#fff;margin-bottom:12px;font-size:.8rem;font-weight:700}.quick-links-grid{flex-wrap:wrap;gap:10px;display:flex}.quick-link-pill{color:#cbd5e1;white-space:nowrap;background:#0f172aa6;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.quick-link-pill:hover{color:#fff;background:#e6007e26;border-color:#e6007e66;transform:translateY(-2px)}@media (width<=820px){.not-found-card{text-align:center;flex-direction:column;gap:20px;padding:28px 20px}.not-found-left{flex:auto}.not-found-gif-container{max-width:240px}.not-found-gif{max-height:220px}.not-found-right{text-align:center;align-items:center}.not-found-title{font-size:1.8rem}.not-found-desc{font-size:.9rem}.not-found-actions,.quick-links-grid{justify-content:center}}@media (width<=480px){.not-found-card{border-radius:18px;padding:20px 16px}.not-found-gif-container{max-width:190px}.not-found-gif{max-height:180px}.not-found-title{font-size:1.5rem}.btn-home{justify-content:center;width:100%}.quick-links-grid{flex-direction:column;width:100%}.quick-link-pill{justify-content:center;width:100%}}
