:root{--color-primary-dark: #2E8B94;--color-primary: #38A8CD;--color-primary-light: #66D9A0;--color-accent: #38A8CD;--color-accent-light: #66D9A0;--color-accent-dark: #2E8B94;--color-white: #ffffff;--color-light-gray: #f8f9fa;--color-gray: #e0e6ed;--color-dark-gray: #2E8B94;--color-text: #2E8B94;--color-text-dark: #333333;--color-text-light: #6c757d;--color-accent-blue: #38A8CD;--card-background: #ffffff;--card-border: #e0e6ed;--color-search: #5dade2;--color-video: #3498db;--color-shorts: #2980b9;--color-shopping: #27ae60;--color-coupang: #e74c3c;--gradient-primary: linear-gradient(135deg, #2E8B94 0%, #38A8CD 50%, #66D9A0 100%);--gradient-accent: linear-gradient(135deg, #38A8CD 0%, #66D9A0 100%);--gradient-tab-active: linear-gradient(135deg, #2E8B94 0%, #38A8CD 50%, #66D9A0 100%);--gradient-overlay: linear-gradient(135deg, rgba(46, 139, 148, .95) 0%, rgba(56, 168, 205, .95) 100%);--shadow-sm: 0 2px 8px rgba(46, 139, 148, .08);--shadow-md: 0 4px 16px rgba(46, 139, 148, .12);--shadow-lg: 0 8px 32px rgba(46, 139, 148, .16);--shadow-xl: 0 12px 48px rgba(46, 139, 148, .2);--shadow-accent: 0 4px 12px rgba(56, 168, 205, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}.page-container{width:100%;padding:0}.page-description{font-size:1.1rem;color:var(--color-text);text-align:left;margin-bottom:var(--spacing-lg);line-height:1.6}.last-updated{font-size:.9rem;color:var(--color-text);margin-top:var(--spacing-sm);opacity:.8}.btn-primary{padding:.75rem 2rem;border:2px solid var(--color-accent);border-radius:var(--radius-md);background:var(--gradient-accent);color:var(--color-white);cursor:pointer;font-size:1rem;font-weight:var(--font-weight-semibold);transition:var(--transition-base);box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{padding:.75rem 2rem;border:2px solid var(--color-primary);border-radius:var(--radius-md);background:var(--color-white);color:var(--color-text);cursor:pointer;font-size:1rem;font-weight:var(--font-weight-semibold);transition:var(--transition-base)}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.btn-secondary.active{background:var(--gradient-accent);border-color:var(--color-accent);color:var(--color-white);box-shadow:var(--shadow-md)}.content-card{background:var(--color-white);border-radius:10px;padding:var(--spacing-lg);margin-bottom:30px;box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px;transition:var(--transition-base)}.content-card:hover{transform:translateY(-2px);box-shadow:#5a616926 0 10px 40px,#5a61691f 0 20px 30px,#5a616926 0 6px 12px,#5a61691f 0 3px 5px}.content-card h2{color:var(--color-primary);font-size:1.5rem;margin-bottom:var(--spacing-md);font-weight:var(--font-weight-bold)}.content-card h3{color:var(--color-primary-light);font-size:1.25rem;margin-bottom:var(--spacing-sm);font-weight:var(--font-weight-semibold)}.trend-list{list-style:none;padding:0;margin:0}.trend-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--color-light-gray);border-radius:var(--radius-md);margin-bottom:var(--spacing-sm);transition:var(--transition-base);border-left:4px solid transparent}.trend-item:hover{background:var(--color-white);border-left-color:var(--color-accent);box-shadow:var(--shadow-sm);transform:translate(4px)}.trend-rank{font-size:1.5rem;font-weight:var(--font-weight-extrabold);color:var(--color-accent);min-width:40px;text-align:center}.trend-content{flex:1}.trend-title{font-size:1.1rem;font-weight:var(--font-weight-semibold);color:var(--color-text);margin-bottom:.25rem}.trend-meta{font-size:.9rem;color:var(--color-text);opacity:.7}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-lg)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-md)}.grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:var(--spacing-md)}.error{text-align:center;padding:var(--spacing-xl);color:var(--color-coupang);font-weight:var(--font-weight-medium);background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.snapshot-selector{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.snapshot-selector label{font-size:.875rem;font-weight:var(--font-weight-semibold);color:var(--color-text-dark);white-space:nowrap;letter-spacing:.3px}.snapshot-selector select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:.5rem 2.5rem .5rem .875rem;font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--color-text-dark);background:var(--color-white);border:2px solid var(--color-gray);border-radius:var(--radius-sm);cursor:pointer;outline:none;transition:var(--transition-base);min-width:140px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' fill-opacity='0.8' d='M5.8 7.4a1 1 0 0 1 1.4 0L10 10.2l2.8-2.8a1 1 0 1 1 1.4 1.4l-3.5 3.5a1 1 0 0 1-1.4 0L5.8 8.8a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");background-position:right .75rem center;background-size:12px 12px;background-repeat:no-repeat}.snapshot-selector select:hover{border-color:var(--color-accent);box-shadow:0 0 0 3px #38a8cd1a}.snapshot-selector select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #38a8cd26}.snapshot-selector select:active{border-color:var(--color-accent-dark)}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.snapshot-selector{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.snapshot-selector label{font-size:.8125rem}.snapshot-selector select{width:100%;min-width:100%}}@media (max-width: 480px){.snapshot-selector label{font-size:.75rem}.snapshot-selector select{padding:.45rem 2.25rem .45rem .75rem;font-size:.8125rem}}.otika-card-shadow{box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px}.otika-card-shadow:hover{box-shadow:#5a616926 0 10px 40px,#5a61691f 0 20px 30px,#5a616926 0 6px 12px,#5a61691f 0 3px 5px}.otika-card{background:#fff;border-radius:10px;padding:1.5rem;margin-bottom:30px;box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px;transition:all .2s ease}.otika-card:hover{transform:translateY(-2px);box-shadow:#5a616926 0 10px 40px,#5a61691f 0 20px 30px,#5a616926 0 6px 12px,#5a61691f 0 3px 5px}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:var(--font-primary);line-height:1.6;font-weight:var(--font-weight-normal);color-scheme:light;color:var(--color-text);background-color:var(--color-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;background:var(--color-white);color:var(--color-text)}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:1.2;color:var(--color-text)}h1{font-size:2.5rem;font-weight:var(--font-weight-extrabold)}h2{font-size:2rem;font-weight:var(--font-weight-extrabold)}h3{font-size:1.5rem;font-weight:var(--font-weight-semibold);margin-top:1.5rem;margin-bottom:.75rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}a{font-weight:var(--font-weight-medium);color:var(--color-accent);text-decoration:inherit;transition:var(--transition-base)}a:hover{color:var(--color-accent-light)}button{font-family:inherit;cursor:pointer;transition:var(--transition-base)}img{max-width:100%;height:auto}.app{display:flex;flex-direction:column;min-height:100vh}.page-header{margin-bottom:var(--spacing-xl);padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;text-align:left}.page-header h1{font-size:1.5rem;margin-bottom:var(--spacing-sm);font-weight:var(--font-weight-extrabold);letter-spacing:-.5px;display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.page-header h1 .emoji{font-size:1.5rem;display:inline-block;color:inherit;background:none;-webkit-text-fill-color:currentColor}.page-header h1 .gradient-text{color:var(--color-heading, #111111);background:none;-webkit-background-clip:initial;-webkit-text-fill-color:initial}.page-header p{font-size:1rem;color:#666;line-height:1.6;margin-top:var(--spacing-xs)}.page-header .last-updated{font-size:.9rem;color:#666;margin-top:var(--spacing-sm);opacity:.8;text-align:right}@media (max-width: 768px){.page-header{margin-bottom:var(--spacing-lg)}.page-header h1,.page-header h1 .emoji{font-size:1.5rem}.page-header p{font-size:1rem}}@media (max-width: 480px){.page-header{margin-bottom:var(--spacing-lg)}.page-header h1,.page-header h1 .emoji{font-size:1.5rem}}.language-switcher{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--color-white);padding:6px 12px 6px 10px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.language-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#ffffff38;color:var(--color-white);border:1px solid rgba(255,255,255,.28);border-radius:12px;padding:7px 36px 7px 12px;font-size:14px;line-height:1.2;cursor:pointer;outline:none;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='white' fill-opacity='0.85' d='M5.8 7.4a1 1 0 0 1 1.4 0L10 10.2l2.8-2.8a1 1 0 1 1 1.4 1.4l-3.5 3.5a1 1 0 0 1-1.4 0L5.8 8.8a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");background-position:right 12px center;background-size:12px 12px;background-repeat:no-repeat;min-width:170px}.language-select:hover{background:#ffffff47;border-color:#ffffff61}.language-select:focus{box-shadow:0 0 0 3px #ffffff38;border-color:#ffffff80}.lang-link{color:var(--color-white);text-decoration:none;padding:6px 12px;border-radius:20px;transition:all .3s ease;opacity:.8;font-weight:var(--font-weight-medium)}.lang-link:hover{opacity:1;background:#fff3;transform:translateY(-1px)}.lang-link.active{opacity:1;background:#ffffff4d;font-weight:var(--font-weight-bold);box-shadow:0 2px 8px #0003}.lang-separator{color:#fff9;font-weight:300;font-size:14px}@media (max-width: 768px){.language-switcher{font-size:12px;gap:0;padding:0}.language-select{width:100px;font-size:12px;padding:6px 24px 6px 8px}}@media (min-width: 1200px){.language-select{font-size:15px;padding:8px 38px 8px 12px;min-width:190px}}.translate-button-container{position:relative;display:flex;align-items:center}.translate-button{display:flex;align-items:center;gap:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;white-space:nowrap}.translate-button:hover{background:#fff;border-color:var(--color-primary);color:var(--color-primary)}.translate-button.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.translate-icon{font-size:1.125rem;line-height:1}.translate-label{font-size:.875rem}#google_translate_element{position:absolute;top:100%;right:0;margin-top:.5rem;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:.5rem;min-width:200px}#google_translate_element .goog-te-banner-frame{display:none!important}#google_translate_element .goog-te-menu-frame{max-width:100%!important;position:relative!important;top:0!important;left:0!important;z-index:1001!important}#google_translate_element .goog-te-menu-value{color:#4b5563!important;font-size:.875rem!important}#google_translate_element .goog-te-menu-value span{color:#4b5563!important}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important;position:relative!important}.goog-te-menu-frame{max-width:100%!important}.goog-te-menu-value{font-family:inherit!important}@media (max-width: 768px){.translate-button{padding:.375rem .5rem;gap:0;min-width:auto;width:auto}.translate-label{display:none}.translate-icon{font-size:1.125rem;line-height:1}#google_translate_element{right:0;left:auto;min-width:180px}}.notifications-container{position:relative}.notifications-button{position:relative;background:none;border:none;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.notifications-button:hover{background:#f3f4f6;color:var(--color-primary)}.notifications-icon{width:20px;height:20px;color:currentColor;flex-shrink:0}.notifications-badge{position:absolute;top:.25rem;right:.25rem;background:#ef4444;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0003}.notifications-panel{position:fixed;top:calc(64px + .5rem);right:1.5rem;width:360px;max-width:calc(100vw - 2rem);max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.notifications-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.notifications-panel-header h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.notifications-panel-close{background:none;border:none;cursor:pointer;color:#6b7280;font-size:1.5rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.notifications-panel-close:hover{background:#f3f4f6;color:#1f2937}.notifications-panel-list{flex:1;overflow-y:auto;padding:.5rem 0}.notifications-panel-item{padding:.875rem 1.25rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.notifications-panel-item:last-child{border-bottom:none}.notifications-panel-item:hover{background:#f9fafb}.notifications-panel-item.new{background:#fef3c7}.notifications-panel-item.new:hover{background:#fde68a}.notifications-panel-item-content{display:flex;flex-direction:column;gap:.5rem}.notifications-panel-item-message{font-size:.875rem;line-height:1.5;color:#1f2937}.notifications-panel-item-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.notifications-panel-item-new{background:#ef4444;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.notifications-panel-item-time{font-size:.75rem;color:#9ca3af}.notifications-panel-empty{padding:2rem 1.25rem;text-align:center;color:#6b7280}.notifications-panel-empty p{margin:0;font-size:.875rem}@media (max-width: 768px){.notifications-panel{width:calc(100vw - 1rem);max-height:400px;right:.5rem;top:calc(56px + .5rem)}.notifications-panel-header{padding:.875rem 1rem}.notifications-panel-item{padding:.75rem 1rem}.notifications-panel-item-message{font-size:.8125rem}}.features-panel{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;border-top:1px solid #e5e7eb;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 8px #0000001a;z-index:998;transition:all .3s ease}.features-panel.collapsed{height:auto;max-height:112px;overflow:hidden;padding-bottom:20px}.features-panel.expanded{max-height:calc(100vh - 100px);overflow:visible}.features-panel.expanded .features-content{max-height:calc(100vh - 150px);overflow-y:auto;grid-template-rows:repeat(2,auto)}.features-toggle{width:100%;background:#fff;border:none;padding:.5rem .5rem 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;border-top-left-radius:16px;border-top-right-radius:16px;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.features-toggle:hover{background:#f9fafb}.toggle-icon{font-size:1.2rem;color:#6b7280;transition:transform .3s ease;display:inline-block}.toggle-icon.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:1.2rem;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.toggle-icon.expanded{transform:rotate(180deg)}.features-content{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:10px;padding:1rem;overflow-x:hidden;overflow-y:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}.features-panel.collapsed .features-content{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);overflow-x:hidden;overflow-y:hidden;padding:0 1rem;min-height:92px;max-height:72px;align-items:flex-start;box-sizing:border-box;gap:10px}.features-panel.collapsed .features-content::-webkit-scrollbar{display:none}.features-panel.collapsed .features-content{-ms-overflow-style:none;scrollbar-width:none}.features-content a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:inherit;transition:transform .25s ease,filter .25s ease;position:relative;width:100%;min-width:0;box-sizing:border-box}.features-panel.collapsed .features-content a{width:100%;height:auto;justify-content:flex-start;min-height:0;min-width:0}.features-panel.collapsed .features-content a:nth-child(n+6){display:none}.features-content a:hover,.feature-card:hover{transform:translateY(-4px);filter:drop-shadow(0 8px 18px rgba(15,23,42,.12))}.card-icon{width:100%;aspect-ratio:1;max-width:48px;max-height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;flex-shrink:0;margin:0 auto;box-sizing:border-box}.card-icon.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:1.5rem;line-height:1;letter-spacing:normal;text-transform:none;display:flex;align-items:center;justify-content:center;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.card-label{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.7rem;font-weight:400;color:#1f2937;text-align:center;margin-top:.25rem;line-height:1.2;word-break:keep-all;overflow-wrap:break-word;width:100%;box-sizing:border-box;max-width:52px}@media (max-width: 1024px){.features-panel{left:0}}@media (max-width: 768px){.features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:10px;padding:1rem;box-sizing:border-box}.features-panel.collapsed .features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);padding:0 1rem;min-height:92px;max-height:72px;gap:10px}.card-icon{max-width:48px;max-height:40px;font-size:1.5rem}.card-icon.material-icons{font-size:1.5rem}.card-label{font-size:.7rem}.features-content a{min-width:0;width:100%}}@media (max-width: 480px){.features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:8px;padding:.875rem}.features-panel.collapsed .features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:auto 0;padding:0 .875rem;gap:8px}.card-icon{max-width:44px;max-height:36px;font-size:1.4rem}.card-icon.material-icons{font-size:1.4rem}.card-label{font-size:.65rem}}@media (max-width: 400px){.features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:10px;padding:1rem}.features-panel.collapsed .features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:auto 0;padding:0 1rem;gap:10px;min-height:92px;max-height:72px}.card-icon{max-width:48px;max-height:40px;font-size:1.5rem}.card-icon.material-icons{font-size:1.5rem}.card-label{font-size:.7rem}}@media (max-width: 360px){.features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:8px;padding:.875rem}.features-panel.collapsed .features-content{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:auto 0;padding:0 .875rem;gap:8px;min-height:92px;max-height:72px}.card-icon{max-width:44px;max-height:36px;font-size:1.4rem}.card-icon.material-icons{font-size:1.4rem}.card-label{font-size:.65rem}}.dashboard-layout{display:flex;min-height:100vh;background:var(--color-white);position:relative}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;display:block}.dashboard-sidebar{width:260px;background:#fff;box-shadow:2px 0 8px #0000000d;display:flex;flex-direction:column;position:fixed;left:0;top:0;height:100vh;z-index:1000;transition:width .3s ease;overflow-y:auto;font-size:85%}.dashboard-sidebar.collapsed{width:80px}.sidebar-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;height:64px;box-sizing:border-box}.sidebar-language-switcher{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.sidebar-language-switcher .language-switcher{width:100%}.sidebar-language-switcher .language-select{width:100%;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;min-width:unset}.dashboard-sidebar.collapsed .sidebar-header{flex-direction:column;padding:1.5rem .75rem;gap:.75rem}.sidebar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--color-primary);font-weight:700;font-size:1.1rem;flex:1}.dashboard-sidebar.collapsed .sidebar-logo{justify-content:center;flex:0}.sidebar-logo img{width:20px;height:auto;object-fit:contain;flex-shrink:0}.logo-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.logo-text{white-space:nowrap}.dashboard-sidebar.collapsed .logo-text{display:none}.sidebar-toggle{background:none;border:none;cursor:pointer;color:#6b7280;font-size:1.25rem;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.sidebar-toggle:hover{background:#f3f4f6;color:var(--color-primary)}.dashboard-sidebar.collapsed .sidebar-toggle{margin:0 auto;order:2}.dashboard-sidebar.collapsed .sidebar-logo{order:1}.sidebar-nav{flex:1;padding:.5rem 0;overflow-y:auto}.nav-section{margin-bottom:.5rem}.nav-section-title{padding:.5rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#9ca3af;letter-spacing:.05em}.dashboard-sidebar.collapsed .nav-section-title{display:none}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;color:#4b5563;text-decoration:none;transition:all .2s ease;position:relative;margin:0 .5rem;border-radius:8px}.nav-link:hover{background:#f3f4f6;color:var(--color-primary)}.nav-link.active{background:var(--color-primary);color:#fff;font-weight:600}.nav-link.active:before{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:4px;height:60%;background:var(--color-primary);border-radius:0 4px 4px 0}.nav-icon{font-size:1.25rem;width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-icon.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:1.25rem;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.nav-label{flex:1;white-space:nowrap;font-size:110%}.dashboard-sidebar.collapsed .nav-label{display:none}.nav-badge{display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:10px;line-height:1;margin-left:auto;text-transform:uppercase;letter-spacing:.025em;min-width:1.75rem}.nav-link.active .nav-badge{background:#ffffff4d;color:#fff}.dashboard-sidebar.collapsed .nav-badge{position:absolute;top:.25rem;right:.25rem;margin-left:0;font-size:.5rem;padding:.125rem .25rem;min-width:1.25rem}.dashboard-sidebar.collapsed .nav-link{justify-content:center;padding:.875rem;margin:.25rem .5rem}.dashboard-main{flex:1;margin-left:260px;display:flex;flex-direction:column;transition:margin-left .3s ease;min-height:100vh}.dashboard-sidebar.collapsed~.dashboard-main{margin-left:80px}.dashboard-header{background:#fff;padding:1rem 1.5rem;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:0;z-index:100;min-height:64px;height:64px;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--color-primary);font-weight:700;font-size:1.1rem;line-height:1;flex-shrink:0;white-space:nowrap}.header-logo img{width:20px;height:20px;object-fit:contain}.header-menu-toggle,.header-fullscreen{background:none;border:none;cursor:pointer;color:#6b7280;font-size:1.875rem;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.header-menu-toggle .material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.header-menu-toggle:hover,.header-fullscreen:hover{background:#f3f4f6;color:var(--color-primary)}.header-search{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.search-input{width:100%;padding:.625rem 1rem .625rem 2.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;background:#f9fafb;transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #38a8cd1a}.header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.dashboard-header .language-switcher{color:#4b5563}.dashboard-header .language-select{background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;min-width:140px}.dashboard-header .language-select:hover{background:#fff;border-color:var(--color-primary)}.dashboard-header .language-select:focus{box-shadow:0 0 0 3px #38a8cd1a;border-color:var(--color-primary);background:#fff}@media (max-width: 768px){.dashboard-header .language-select{width:120px;font-size:12px;padding:6px 24px 6px 8px}}.header-icon-btn{position:relative;background:none;border:none;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.header-icon-btn:hover{background:#f3f4f6;color:var(--color-primary)}.header-icon-btn .icon{font-size:1.25rem}.header-icon-btn .badge{position:absolute;top:.25rem;right:.25rem;background:#ef4444;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;text-align:center}.header-profile{display:flex;align-items:center;gap:.5rem;margin-left:.5rem}.profile-avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.profile-avatar:hover{background:#d1d5db}.dashboard-content{flex:1;padding:30px 30px 100px;background:var(--color-white);min-height:calc(100vh - 80px);font-size:14px;line-height:21px}@media (max-width: 1024px){.dashboard-sidebar{transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 8px #00000026}.dashboard-sidebar.open{transform:translate(0)}.dashboard-sidebar.collapsed{transform:translate(-100%)}.dashboard-main{margin-left:0}.header-search{max-width:200px}}@media (max-width: 768px){.dashboard-header{padding:.75rem .875rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px));gap:.5rem;min-height:calc(56px + env(safe-area-inset-top,0px));height:calc(56px + env(safe-area-inset-top,0px));box-sizing:border-box}.header-left{gap:.5rem;min-width:0;overflow:hidden}.header-menu-toggle{width:32px;height:32px;padding:.375rem;font-size:1.6875rem;flex-shrink:0}.header-menu-toggle .material-icons{font-size:22px}.header-logo{font-size:1.1rem;gap:.5rem;min-width:0}.header-logo img{width:20px;height:20px;flex-shrink:0}.header-logo span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-right{gap:.375rem;flex-shrink:0}.header-search,.header-fullscreen{display:none}.dashboard-content{padding:10px 10px 100px;font-size:13px;line-height:20px}.sidebar-header{padding:.75rem .875rem;min-height:56px;height:56px;box-sizing:border-box}.sidebar-language-switcher{padding:.875rem 1rem}.sidebar-language-switcher .language-select{width:100%;font-size:13px;padding:8px 32px 8px 10px}.nav-link{padding:.25rem .75rem;margin:0 .25rem}}.static-page{width:100%;padding:0}.static-page .page-header{width:100%}.static-page .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.static-page .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.content-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #00000014}.section{margin-bottom:2rem}.section:last-child{margin-bottom:0}.section h2{font-size:1.5rem;margin-bottom:1rem;color:#333}.section p{color:#666;line-height:1.8;margin-bottom:1rem}.section ul{list-style:none;padding-left:0}.section ul li{color:#666;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.section ul li:before{content:"•";color:#667eea;font-weight:700;font-size:1.2rem;position:absolute;left:0}.section ul li strong{color:#333}.highlight-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.highlight-section strong{color:#667eea}.contact-info{margin-top:2rem;padding:1.5rem;background:#f9f9f9;border-radius:8px}.contact-info p{margin-bottom:.5rem}.contact-info strong{color:#333}.section a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.section a:hover{color:#764ba2}.section .cta-link,.section .cta-link:hover{color:#fff!important}.coupang-banner-container{text-align:center;margin:1.5rem 0;padding:0 1rem}.coupang-banner{max-width:100%;height:auto;display:block;margin:0 auto}@media (max-width: 768px){.static-page{padding:1.5rem .75rem}.static-page .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.static-page .page-header>div{flex-direction:column;gap:1rem}.static-page .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.content-card{padding:1.5rem}.section h2{font-size:1.25rem}.section p,.section ul li{font-size:.95rem}.coupang-banner-container{margin:1rem 0;padding:0 .5rem}}@media (max-width: 480px){.static-page .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.static-page .page-header>div{flex-direction:column;gap:.75rem}.static-page .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.static-page .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.coupang-banner-container{margin:.75rem 0;padding:0}}.page-subtitle{color:#666;font-size:1.1rem;margin-top:.5rem;text-align:left}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-item{padding:1.5rem;background:#f9f9f9;border-radius:8px;border-left:4px solid #667eea}.feature-icon{font-size:2rem;margin-bottom:.5rem;display:block}.feature-item h3{font-size:1.2rem;margin-bottom:.75rem;color:#333}.feature-item p{color:#666;line-height:1.6;margin:0}.platforms-list{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.platform-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f0f0f0;border-radius:6px;font-size:.95rem}.platform-icon{font-size:1.2rem}.platform-name{color:#333;font-weight:500}.countries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.country-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f9f9f9;border-radius:6px;transition:background .2s ease}.country-item:hover{background:#f0f0f0}.country-flag{font-size:1.5rem}.country-name{color:#333;font-size:.9rem}.languages-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.language-tag{padding:.5rem 1rem;background:#667eea;color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}.cta-box{margin-top:1.5rem;text-align:center}.cta-link{display:inline-block;padding:.75rem 1.5rem;background:#667eea;color:#fff!important;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s ease}.cta-link:hover{background:#764ba2;color:#fff!important}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.audience-item{padding:1.5rem;background:#f9f9f9;border-radius:8px;border-top:3px solid #667eea}.audience-icon{font-size:2rem;margin-bottom:.5rem;display:block}.audience-item h3{font-size:1.2rem;margin-bottom:.75rem;color:#333}.audience-item p{color:#666;line-height:1.6;margin:0}.data-sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.data-source-item{padding:1.5rem;background:#f9f9f9;border-radius:8px;border-left:4px solid #667eea;position:relative}.data-source-icon{font-size:2rem;margin-bottom:.5rem;display:block}.data-source-item h3{font-size:1.2rem;margin-bottom:.75rem;color:#333}.data-source-item p{color:#666;line-height:1.6;margin:0 0 1rem}.data-source-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.data-source-badge.official{background:#10b981;color:#fff}.data-source-badge.verified{background:#3b82f6;color:#fff}.data-credibility-note{margin-top:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:8px;border-left:4px solid #10b981}.data-credibility-note p{color:#333;margin:0;font-weight:500}.faq-container{display:flex;flex-direction:column;gap:1.5rem}.faq-item{padding:1.5rem;background:#f9f9f9;border-radius:8px;border-left:4px solid #667eea;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0000001a}.faq-question{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.75rem}.faq-answer{color:#666;line-height:1.8;margin:0}@media (max-width: 768px){.features-grid,.audience-grid,.data-sources-grid{grid-template-columns:1fr}.countries-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.page-subtitle{font-size:1rem}.faq-item{padding:1rem}.faq-question{font-size:1.1rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:50px;height:50px;border:4px solid rgba(93,173,226,.2);border-top:4px solid var(--color-accent);border-radius:var(--radius-full);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:var(--color-accent);font-weight:var(--font-weight-medium)}.social-share{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.social-share-label{font-weight:600;color:#333;font-size:14px}.social-share-buttons{display:flex;gap:8px;flex-wrap:wrap}.social-share-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;text-decoration:none;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 4px #0000001a;color:#666}.social-share-btn svg{width:20px;height:20px;transition:all .2s ease}.social-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.social-share-btn.twitter{color:#1da1f2}.social-share-btn.twitter:hover{background:#1da1f2;border-color:#1da1f2;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn.facebook{color:#1877f2}.social-share-btn.facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn.linkedin{color:#0a66c2}.social-share-btn.linkedin:hover{background:#0a66c2;border-color:#0a66c2;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn.reddit{color:#ff4500}.social-share-btn.reddit:hover{background:#ff4500;border-color:#ff4500;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn.kakao{color:#3c1e1e}.social-share-btn.kakao:hover{background:#fee500;border-color:#fee500;color:#3c1e1e;transform:translateY(-2px) scale(1.05)}.social-share-btn.line{color:#00c300}.social-share-btn.line:hover{background:#00c300;border-color:#00c300;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn.whatsapp{color:#25d366}.social-share-btn.whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn.copy{color:#6c757d}.social-share-btn.copy:hover{background:#6c757d;border-color:#6c757d;color:#fff;transform:translateY(-2px) scale(1.05)}.social-share-btn:active{transform:translateY(0)}@media (max-width: 768px){.social-share{flex-direction:column;align-items:flex-start}.social-share-buttons{width:100%;justify-content:flex-start}.social-share-btn{width:36px;height:36px}.social-share-btn svg{width:18px;height:18px}}.article-detail{width:100%;padding:0;color:#0f172a;max-width:900px;margin:0 auto}.article-detail.spinner-wrapper,.article-detail.error-state,.article-detail.empty-state{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:1rem}.article-detail__back{display:inline-flex;align-items:center;gap:.25rem;color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s ease}.article-detail__back:hover,.article-detail__back:focus-visible{color:#1d4ed8;text-decoration:underline}.article-detail .page-header{width:100%;margin-bottom:2rem}.article-detail .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.article-detail .page-header h1{font-size:2rem;margin-bottom:.5rem;word-break:break-word;line-height:1.3}.article-detail__image-container{width:100%;margin-bottom:2rem;border-radius:12px;overflow:hidden;background:#f1f5f9}.article-detail__image{width:100%;height:auto;display:block;max-height:500px;object-fit:cover}.article-detail__image-source{padding:.75rem 1rem;background:#f8fafc;border-top:1px solid #e2e8f0;font-size:.85rem;color:#64748b;text-align:center}.article-detail__image-source a{color:#2563eb;text-decoration:none;font-weight:500}.article-detail__image-source a:hover,.article-detail__image-source a:focus-visible{text-decoration:underline}.article-detail__content{margin-bottom:3rem}.article-detail__share{margin-bottom:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.article-detail__paragraph{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:1.5rem;text-align:justify}.article-detail__paragraph:last-child{margin-bottom:0}.article-detail__markdown-header{font-weight:600;color:#0f172a;margin-top:2rem;margin-bottom:.5rem;line-height:1.3}.article-detail__markdown-header--h1{font-size:2rem;margin-top:2.5rem;margin-bottom:.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.article-detail__markdown-header--h2{font-size:1.75rem;margin-top:2.25rem;margin-bottom:.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.375rem}.article-detail__markdown-header--h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.5rem}.article-detail__markdown-header--h4{font-size:1.25rem;margin-top:1.75rem;margin-bottom:.5rem}.article-detail__markdown-header--h5{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.5rem}.article-detail__markdown-header--h6{font-size:1rem;margin-top:1.25rem;margin-bottom:.5rem;color:#64748b}.article-detail__markdown-header:first-child{margin-top:0}.article-detail__markdown-header a{color:#2563eb;text-decoration:none;font-weight:inherit}.article-detail__markdown-header a:hover,.article-detail__markdown-header a:focus-visible{text-decoration:underline;color:#1d4ed8}.article-detail__table-wrapper{width:100%;overflow-x:auto;margin:0 0 1.5rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.article-detail__table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:100%}.article-detail__table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.article-detail__table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#0f172a;border-right:1px solid #e2e8f0}.article-detail__table th:last-child{border-right:none}.article-detail__table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.article-detail__table tbody tr:hover{background:#f8fafc}.article-detail__table tbody tr:last-child{border-bottom:none}.article-detail__table td{padding:.75rem 1rem;color:#334155;border-right:1px solid #e2e8f0;vertical-align:top}.article-detail__table td:last-child{border-right:none}.article-detail__table a{color:#2563eb;text-decoration:none;font-weight:500}.article-detail__table a:hover,.article-detail__table a:focus-visible{text-decoration:underline;color:#1d4ed8}.article-detail__markdown{font-size:1.1rem;line-height:1.8;color:#334155}.article-detail__markdown p{margin-bottom:1rem;text-align:justify}.article-detail__markdown p:last-child{margin-bottom:0}.article-detail__markdown-list{margin:1rem 0;padding-left:2rem;color:#334155}.article-detail__markdown-list-item{margin-bottom:.5rem;line-height:1.8}.article-detail__markdown-list-item:last-child{margin-bottom:0}.article-detail__markdown-list ul,.article-detail__markdown-list ol{margin-top:.5rem;margin-bottom:.5rem}.article-detail__markdown-code-inline{background:#f1f5f9;padding:.2em .4em;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9em;color:#e11d48;border:1px solid #e2e8f0}.article-detail__markdown-code-block{display:block;background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.6;margin:1rem 0}.article-detail__markdown-pre{margin:1rem 0;background:#1e293b;border-radius:8px;overflow-x:auto}.article-detail__markdown-pre code{display:block;padding:1rem;color:#e2e8f0;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.6;background:transparent;border:none}.article-detail__markdown-strong{font-weight:600;color:#0f172a}.article-detail__markdown-em{font-style:italic;color:#475569}.article-detail__markdown-blockquote{margin:1rem 0;padding:1rem 1.5rem;border-left:4px solid #2563eb;background:#f8fafc;border-radius:0 8px 8px 0;color:#475569;font-style:italic}.article-detail__markdown-blockquote p{margin:0}.article-detail__markdown-blockquote p:not(:last-child){margin-bottom:.5rem}.article-detail__markdown-hr{border:none;border-top:2px solid #e2e8f0;margin:2rem 0}.article-detail__markdown a{color:#06c;text-decoration:underline;transition:color .2s ease}.article-detail__markdown a:hover,.article-detail__markdown a:focus-visible{color:#0052a3}.article-detail__country-interest{margin-top:2rem;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.country-interest__title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 1rem}.country-interest__container{display:flex;gap:2rem;align-items:flex-start}.country-interest__chart{flex-shrink:0;width:150px}.country-interest__legend{flex:1;display:flex;flex-direction:column;gap:.75rem}.country-interest__item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#334155}.country-interest__flag{font-size:1.2rem;line-height:1;flex-shrink:0}.country-interest__name{flex:1;font-weight:500;min-width:100px}.country-interest__volume{font-weight:600;color:#2563eb;flex-shrink:0}.article-detail__related-trends{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.article-detail__related-trends h2{font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;color:#0f172a}.related-trends__list{display:flex;flex-wrap:wrap;gap:.75rem}.related-trends__item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;font-size:.9rem;transition:all .2s ease}.related-trends__item:hover,.related-trends__item:focus-visible{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.related-trends__country{font-size:1.2rem;line-height:1;display:inline-flex;align-items:center}.related-trends__keyword{font-weight:500;color:#334155}.article-detail__navigation{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;margin-bottom:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.article-detail__nav-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;transition:all .2s ease}.article-detail__nav-link:hover,.article-detail__nav-link:focus-visible{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.article-detail__nav-link--previous{text-align:left}.article-detail__nav-link--next{text-align:right;flex-direction:row-reverse}.article-detail__nav-link--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.article-detail__nav-arrow{font-size:1.5rem;font-weight:600;color:#2563eb;flex-shrink:0}.article-detail__nav-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.article-detail__nav-label{font-size:.85rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.article-detail__nav-title{font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article-detail__other-articles{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.article-detail__other-articles h2{font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;color:#0f172a}.other-articles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.other-articles__card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;transition:all .2s ease}.other-articles__card:hover,.other-articles__card:focus-visible{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#cbd5e1}.other-articles__card-image{width:100%;height:180px;overflow:hidden;background:#f1f5f9}.other-articles__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.other-articles__card:hover .other-articles__card-image img{transform:scale(1.05)}.other-articles__card-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.other-articles__card-header{display:flex;align-items:center}.other-articles__date{font-size:.8rem;color:#64748b}.other-articles__card-title{font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.other-articles__card-summary{font-size:.9rem;color:#64748b;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1}@media (max-width: 768px){.article-detail{padding:.75rem}.article-detail .page-header{margin-bottom:1.5rem}.article-detail .page-header>div{flex-direction:column;gap:1rem}.article-detail .page-header h1{font-size:1.5rem}.article-detail .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.article-detail__image-container{margin-bottom:1.5rem;border-radius:8px}.article-detail__image{max-height:300px}.article-detail__content{margin-bottom:2rem}.article-detail__share{margin-bottom:2rem;padding-top:1.5rem}.article-detail__paragraph{font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.article-detail__markdown-header--h1{font-size:1.75rem;margin-top:2rem;margin-bottom:0}.article-detail__markdown-header--h2{font-size:1.5rem;margin-top:1.75rem;margin-bottom:0}.article-detail__markdown-header--h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:0}.article-detail__markdown-header--h4{font-size:1.125rem;margin-top:1.25rem;margin-bottom:0}.article-detail__markdown-header--h5{font-size:1rem;margin-top:1rem;margin-bottom:0}.article-detail__markdown-header--h6{font-size:.95rem;margin-top:.875rem;margin-bottom:0}.article-detail__table-wrapper{margin:1.25rem 0;border-radius:6px}.article-detail__table{font-size:.9rem}.article-detail__table th,.article-detail__table td{padding:.625rem .75rem}.article-detail__related-trends{margin-top:2rem;padding-top:1.5rem}.article-detail__related-trends h2{font-size:1.25rem;margin-bottom:1rem}.related-trends__list{gap:.5rem}.related-trends__item{padding:.4rem .75rem;font-size:.85rem}}@media (max-width: 480px){.article-detail{padding:.5rem}.article-detail .page-header h1{font-size:1.25rem}.article-detail__image{max-height:250px}.article-detail__paragraph{font-size:.95rem;line-height:1.6}.related-trends__item{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem}.article-detail__country-interest{margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem}.country-interest__container{flex-direction:column;gap:1.5rem}.country-interest__chart{width:100%;max-width:200px;margin:0 auto}.country-interest__legend{gap:.5rem}.country-interest__item{font-size:.85rem;gap:.5rem}.country-interest__name{min-width:80px}.article-detail__navigation{grid-template-columns:1fr;gap:1rem;margin-top:2rem;margin-bottom:2rem;padding-top:1.5rem}.article-detail__nav-link{padding:.875rem}.article-detail__nav-link--next{flex-direction:row;text-align:left}.article-detail__nav-arrow{font-size:1.25rem}.article-detail__nav-title{font-size:.95rem}.article-detail__other-articles{margin-top:2rem;padding-top:1.5rem}.article-detail__other-articles h2{font-size:1.25rem;margin-bottom:1rem}.other-articles__grid{grid-template-columns:1fr;gap:1rem}.other-articles__card-image{height:200px}.other-articles__card-content{padding:.875rem}.other-articles__card-title{font-size:.95rem}.other-articles__card-summary{font-size:.85rem}}@media (max-width: 480px){.article-detail{padding:.5rem}.article-detail .page-header h1{font-size:1.25rem}.article-detail__image{max-height:250px}.article-detail__paragraph{font-size:.95rem;line-height:1.6}.related-trends__item{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem}.article-detail__navigation{gap:.75rem}.article-detail__nav-link{padding:.75rem}.article-detail__nav-arrow{font-size:1.1rem}.article-detail__nav-label{font-size:.8rem}.article-detail__nav-title{font-size:.9rem}.other-articles__card-image{height:180px}.other-articles__card-content{padding:.75rem}}@media (min-width: 769px) and (max-width: 1024px){.other-articles__grid{grid-template-columns:repeat(2,1fr)}}.articles{width:100%;padding:0;color:#0f172a}.articles.spinner-wrapper,.articles.error-state,.articles.empty-state{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:1rem}.articles .page-header{width:100%}.articles .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.articles .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.articles .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.articles__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:0}.articles__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .2s ease;cursor:pointer;margin-bottom:4px;position:relative}.articles__card:hover,.articles__card:focus-visible{transform:translateY(-4px);box-shadow:#5a616926 0 10px 40px,#5a61691f 0 20px 30px,#5a616926 0 6px 12px,#5a61691f 0 3px 5px}.articles__card-image{width:100%;height:200px;overflow:hidden;background:#f1f5f9;position:relative}.articles__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.articles__card:hover .articles__card-image img{transform:scale(1.05)}.articles__card-content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.articles__card-header{display:flex;justify-content:flex-start;align-items:center;gap:.75rem}.articles__meta{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%}.articles__date{font-size:.8rem;color:#64748b;font-weight:500}.articles__publisher{font-size:.8rem;color:#64748b;font-weight:500;position:relative;padding-left:.75rem}.articles__card-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.articles__card-summary{flex-grow:1;color:#475569;line-height:1.6;font-size:.95rem;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.articles{padding:.75rem}.articles .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.articles .page-header>div{flex-direction:column;gap:1rem}.articles .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.articles .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.articles__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:.75rem}.articles__card-image{height:180px}.articles__card-content{padding:1rem}}@media (max-width: 480px){.articles{padding:.75rem .5rem}.articles .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.articles .page-header>div{flex-direction:column;gap:.75rem}.articles .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.articles .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.articles .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.articles__grid{grid-template-columns:1fr;gap:1rem}.articles__card-image{height:160px}.articles__card-content{padding:.875rem}.articles__card-title{font-size:1rem}}.contact-form{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input--error{border-color:#ef4444}.form-input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.form-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.form-submit:active:not(:disabled){transform:translateY(0)}.form-submit:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.form-message{padding:.875rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem}.form-message--success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.form-message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-email{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.email-label{font-weight:600;color:#374151;margin-bottom:.75rem;font-size:.95rem}.email-link{display:inline-block;font-size:1.1rem;color:#3b82f6;text-decoration:none;font-weight:500;word-break:break-all;transition:color .2s}.email-link:hover{color:#2563eb;text-decoration:underline}.social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.social-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:#374151;font-weight:500;transition:all .2s ease;flex:1;min-width:140px}.social-link:hover{background:#f3f4f6;border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.social-icon{font-size:1.25rem;line-height:1}.social-label{font-size:.95rem}@media (max-width: 768px){.contact-form{padding:1rem}.form-group{margin-bottom:1.25rem}.contact-email{padding:1rem}.email-link{font-size:1rem}.social-links{flex-direction:column;gap:.75rem}.social-link{min-width:auto;width:100%}}.articles-card{width:100%;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:0}.articles-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.articles-card-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.articles-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.articles-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.articles-view-more-btn:active{transform:translateY(0)}.articles-list{display:flex;flex-direction:column;gap:.5rem;overflow:visible;padding-right:0}.articles-item{display:flex;gap:.75rem;padding:.625rem;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;flex-shrink:0;align-items:center;min-height:60px}.articles-item:hover{background:#e9ecef;border-color:var(--color-accent);transform:translate(2px);box-shadow:0 2px 4px #0000001a}.articles-item-image{flex-shrink:0;width:80px;height:60px;border-radius:6px;overflow:hidden;background:#e0e0e0}.articles-item-image img{width:100%;height:100%;object-fit:cover}.articles-item-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.articles-item-title{font-size:.875rem;font-weight:600;color:var(--color-text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.articles-item-date{font-size:.75rem;color:#666}.articles-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.articles-card{padding:1rem}.articles-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.articles-card-header>div{width:100%;justify-content:space-between}.articles-card-title{font-size:1.25rem;margin-bottom:0}.articles-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.articles-item{padding:.5rem;gap:.5rem;min-height:55px}.articles-item-image{width:70px;height:55px}.articles-item-title{font-size:.9rem}.articles-item-date{font-size:.7rem}}.google-rising-trends-card{width:100%;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:0}.google-rising-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.google-rising-card-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.google-rising-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.google-rising-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.google-rising-view-more-btn:active{transform:translateY(0)}.google-rising-trends-list{display:flex;flex-direction:column;gap:.5rem;overflow:visible;padding-right:0}.google-rising-trend-item{display:flex;gap:.75rem;padding:.625rem;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;flex-shrink:0;align-items:flex-start;min-height:60px}.google-rising-trend-item:hover{background:#e9ecef;border-color:var(--color-accent);transform:translate(2px);box-shadow:0 2px 4px #0000001a}.rising-trend-rank-badge{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:#fff;border-radius:6px;font-weight:700;font-size:.875rem}.rising-trend-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0;justify-content:flex-start;padding-top:.125rem;min-height:60px}.rising-trend-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%}.rising-trend-keyword{font-size:.875rem;font-weight:600;color:var(--color-text);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.rising-trend-volume{font-size:.75rem;color:#666;background:#e9ecef;padding:.2rem .4rem;border-radius:4px;white-space:nowrap}.rising-rank-change{font-size:.7rem;font-weight:600;padding:.2rem .4rem;border-radius:4px;white-space:nowrap}.rising-rank-change.up{color:#dc3545;background:#f8d7da}.rising-rank-change.new{color:#0d6efd;background:#cfe2ff}.rising-trend-flag{font-size:1rem;line-height:1;flex-shrink:0}.rising-trend-meta{display:flex;gap:.75rem;font-size:.75rem;color:#666;flex-wrap:wrap}.rising-trend-country,.rising-trend-time{display:flex;align-items:center;gap:.25rem}.rising-trend-related{display:flex;gap:.5rem;font-size:.75rem;color:#666;align-items:flex-start}.rising-trend-related-label{font-weight:600;color:#999;flex-shrink:0}.rising-trend-related-text{color:#666;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;min-width:0}.google-rising-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.google-rising-trends-card{padding:1rem}.google-rising-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.google-rising-card-header>div{width:100%;justify-content:space-between}.google-rising-card-title{font-size:1.25rem;margin-bottom:0}.google-rising-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.google-rising-trend-item{padding:.5rem;gap:.5rem;min-height:55px;align-items:flex-start}.rising-trend-content{min-height:55px}.rising-trend-rank-badge{width:55px;height:55px;font-size:.8rem}.rising-trend-keyword{font-size:.9rem}.rising-trend-header{gap:.5rem}.rising-trend-meta{font-size:.8rem;gap:.75rem}}.google-stacked-chart-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:0;width:100%}.google-stacked-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.google-stacked-chart-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.google-stacked-chart-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.google-stacked-chart-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.google-stacked-chart-view-more-btn:active{transform:translateY(0)}.bar-chart-container{width:100%;max-width:100%;display:block;overflow:hidden;position:relative}.bar-label-item-clickable{cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease,transform .1s ease}.bar-label-item-clickable:hover{background-color:#e3f2fd;transform:translate(4px)}.bar-label-item-clickable:active{background-color:#bbdefb;transform:translate(2px)}.bar-label-item-clickable:focus{outline:2px solid #4285F4;outline-offset:2px}@media (max-width: 768px){.google-stacked-chart-container{padding:1rem}.google-stacked-chart-header{flex-direction:column;align-items:flex-start;gap:.75rem}.google-stacked-chart-header>div{width:100%;justify-content:space-between}.google-stacked-chart-title{font-size:1.25rem;margin-bottom:0}.google-stacked-chart-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.bar-labels-container{gap:.5rem;padding:.75rem;margin-top:1rem}.bar-label-item{font-size:.75rem}.bar-color-indicator{width:12px;height:12px}}.google-trends-line-chart-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:0;width:100%}.google-trends-line-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.google-trends-line-chart-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.google-trends-line-chart-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.google-trends-line-chart-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.google-trends-line-chart-view-more-btn:active{transform:translateY(0)}.line-chart-container{width:100%;margin-top:1rem;margin-bottom:1rem}.line-chart-tooltip{background:#fffffff2;padding:10px;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a}.tooltip-date{margin:0 0 8px;font-weight:700;color:#333;border-bottom:1px solid #eee;padding-bottom:4px}.line-chart-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;max-height:200px;overflow-y:auto;margin-top:0}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.legend-item-clickable{cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease,transform .1s ease}.legend-item-clickable:hover{background-color:#e3f2fd;transform:translate(4px)}.legend-item-clickable:active{background-color:#bbdefb;transform:translate(2px)}.legend-item-clickable:focus{outline:2px solid #4285F4;outline-offset:2px}.legend-color{width:12px;height:12px;border-radius:2px;flex-shrink:0}.legend-text{color:var(--color-text);font-weight:500}.legend-days{color:#666;font-size:.8rem}.no-data-message{text-align:center;padding:3rem 1rem;color:#666}@media (max-width: 768px){.google-trends-line-chart-container{padding:1rem}.google-trends-line-chart-header{flex-direction:column;align-items:flex-start;gap:.75rem}.google-trends-line-chart-header>div{width:100%;justify-content:space-between}.google-trends-line-chart-title{font-size:1.25rem;margin-bottom:0}.google-trends-line-chart-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.line-chart-legend{max-height:150px;font-size:.8rem}.legend-item{font-size:.8rem}}.multi-country-trends-card{width:100%;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:0}.multi-country-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.multi-country-card-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.multi-country-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.multi-country-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.multi-country-view-more-btn:active{transform:translateY(0)}.multi-country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.multi-country-grid-shorts,.multi-country-grid-ott{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.multi-country-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.multi-country-card:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.multi-country-thumbnail-wrapper{position:relative;width:100%;padding-top:0;overflow:hidden;border-radius:8px;background:#000}.video-aspect{padding-top:56.25%!important}.shorts-aspect,.ott-aspect,.multi-country-thumbnail-wrapper.ott-aspect,.multi-country-thumbnail-wrapper.shorts-aspect,.multi-country-card-ott .multi-country-thumbnail-wrapper.ott-aspect,.multi-country-card-shorts .multi-country-thumbnail-wrapper.shorts-aspect{padding-top:177.78%!important}.multi-country-card-video .multi-country-thumbnail-wrapper.video-aspect{padding-top:56.25%!important}.multi-country-trends-card .multi-country-grid-ott .multi-country-card-ott .multi-country-thumbnail-wrapper.ott-aspect,.multi-country-trends-card .multi-country-grid .multi-country-card-ott .multi-country-thumbnail-wrapper.ott-aspect,.multi-country-trends-card .multi-country-grid-shorts .multi-country-card-shorts .multi-country-thumbnail-wrapper.shorts-aspect{padding-top:177.78%!important}.multi-country-trends-card .multi-country-grid .multi-country-card-video .multi-country-thumbnail-wrapper.video-aspect{padding-top:56.25%!important}.multi-country-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.multi-country-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:.75rem;z-index:2}.multi-country-overlay-content{width:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end}.multi-country-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.multi-country-flag{font-size:1.25rem;line-height:1}.multi-country-platform{font-size:.75rem;font-weight:600;color:#fff;background:#00000080;padding:.25rem .5rem;border-radius:4px;text-shadow:0 1px 2px rgba(0,0,0,.8);align-self:flex-start}.multi-country-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;text-shadow:0 1px 2px rgba(0,0,0,.8)}.multi-country-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.multi-country-trends-card{padding:1rem}.multi-country-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.multi-country-card-title{font-size:1.25rem;margin-bottom:0}.multi-country-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.multi-country-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.multi-country-grid-shorts,.multi-country-grid-ott{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media (max-width: 480px){.multi-country-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.multi-country-grid-shorts,.multi-country-grid-ott{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.multi-country-overlay{padding:.5rem}.multi-country-title{font-size:.75rem}}.netflix-stacked-chart-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014;margin-bottom:2rem;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.netflix-stacked-chart-container:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.netflix-stacked-chart-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;text-align:center}.last-updated{text-align:center;color:#666;font-size:.9rem;margin-bottom:1.5rem}.netflix-stacked-chart-container .ott-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;grid-auto-rows:auto}.netflix-stacked-chart-container .ott-grid-container{max-height:calc(995.568px + 1rem);overflow:hidden}.netflix-stacked-chart-container .ott-grid-item{width:100%}.netflix-stacked-chart-container .ott-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;transition:transform .2s ease;width:100%}.netflix-stacked-chart-container .ott-card:hover{transform:scale(1.05)}.netflix-stacked-chart-container .ott-thumbnail-wrapper{position:relative;width:100%;padding-top:149.71%;overflow:hidden;border-radius:8px;background:#000}.netflix-stacked-chart-container .ott-thumbnail{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;padding:0!important;margin:0!important;z-index:1}.netflix-stacked-chart-container .ott-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:.75rem;z-index:2}.netflix-stacked-chart-container .ott-overlay-content{width:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end}.netflix-stacked-chart-container .ott-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.netflix-stacked-chart-container .ott-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.netflix-stacked-chart-container .ott-flag{font-size:1.25rem;line-height:1}.netflix-stacked-chart-container .ott-platform{font-size:.75rem;font-weight:600;color:#fff;background:#00000080;padding:.25rem .5rem;border-radius:4px;text-shadow:0 1px 2px rgba(0,0,0,.8)}.netflix-stacked-chart-container .ott-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;background:transparent;text-shadow:0 1px 2px rgba(0,0,0,.8)}@media (max-width: 768px){.netflix-stacked-chart-container{padding:1rem;margin-bottom:1.5rem;overflow:hidden}.netflix-stacked-chart-title{font-size:1.2rem;margin-bottom:.75rem}.last-updated{font-size:.8rem;margin-bottom:1rem}.netflix-stacked-chart-container .ott-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.netflix-stacked-chart-container .ott-grid-container{max-height:calc(711.12px + .75rem)}.netflix-stacked-chart-container .ott-overlay{padding:.5rem}.netflix-stacked-chart-container .ott-flag{font-size:1.1rem}.netflix-stacked-chart-container .ott-title{font-size:.8rem}}@media (max-width: 480px){.netflix-stacked-chart-container .ott-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.netflix-stacked-chart-container .ott-grid-container{max-height:calc(568.896px + .5rem)}.netflix-stacked-chart-container .ott-overlay{padding:.5rem}.netflix-stacked-chart-container .ott-title{font-size:.75rem}}.overview-section{width:100%;margin:0;padding:1.5rem 0}.overview-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text)}.overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;width:100%}.overview-card{background:var(--color-bg-secondary, #ffffff);border:1px solid var(--color-border, #e0e0e0);border-radius:12px;padding:1.25rem;transition:all .2s ease;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000d}.overview-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:var(--color-accent, #007bff)}.overview-card-label{font-size:.875rem;color:var(--color-text-secondary, #666);margin-bottom:.5rem;font-weight:500;line-height:1.4}.overview-card-value{font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem;line-height:1.2}.overview-card-subtitle{font-size:.75rem;color:var(--color-text-secondary, #999);margin-top:auto}@media (max-width: 768px){.overview-section{padding:1rem 0}.overview-title{font-size:1.5rem;margin-bottom:1rem}.overview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.overview-card{padding:1rem}.overview-card-value{font-size:1.5rem}}@media (max-width: 414px){.overview-grid{grid-template-columns:repeat(2,1fr)}.overview-card-value{font-size:1.25rem}}.weather-overview-card{width:100%;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:0}.weather-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.weather-overview-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.weather-overview-last-updated{font-size:.9rem;color:#999;margin:0;white-space:nowrap}.weather-overview-loading,.weather-overview-error{padding:3rem;text-align:center;color:#999}.weather-overview-error{color:#ef4444}.weather-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.weather-overview-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:#f8f9fa;border-radius:8px;transition:all .2s ease;border:1px solid transparent;cursor:pointer}.weather-overview-item:hover{background:#e9ecef;border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.weather-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.weather-city-name{font-size:.95rem;font-weight:600;color:var(--color-text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.weather-flag{font-size:1rem;flex-shrink:0}.weather-item-main{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 0}.weather-icon{font-size:1rem;line-height:1}.weather-temp{font-size:1rem;font-weight:700;color:var(--color-text)}.weather-item-footer{display:flex;align-items:center;justify-content:center;gap:.75rem;padding-top:.5rem;border-top:1px solid #e0e0e0}.weather-temp-range{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:#666;background:#e9ecef;padding:.35rem .5rem;border-radius:4px;white-space:nowrap}.weather-temp-item{display:flex;align-items:center;gap:.25rem}.weather-temp-label{font-size:.65rem;color:#999;font-weight:500}.weather-temp-value{font-size:.7rem;color:#333;font-weight:600}.weather-temp-separator{color:#ccc;font-size:.65rem}.weather-humidity{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#666;background:#e9ecef;padding:.35rem .5rem;border-radius:4px;white-space:nowrap}.weather-humidity-icon{font-size:.875rem;line-height:1}.weather-humidity-value{font-size:.7rem;color:#333;font-weight:600}.weather-windspeed{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#666;background:#e9ecef;padding:.35rem .5rem;border-radius:4px;white-space:nowrap}.weather-windspeed-icon{font-size:.875rem;line-height:1}.weather-windspeed-value{font-size:.7rem;color:#333;font-weight:600}@media (max-width: 768px){.weather-overview-card{padding:1rem}.weather-overview-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.weather-overview-title{font-size:1.25rem}.weather-overview-last-updated{font-size:.8rem}.weather-overview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.weather-overview-item{padding:.75rem}.weather-flag{font-size:1rem}.weather-city-name{font-size:.8rem}.weather-icon{font-size:1.5rem}.weather-temp{font-size:1.1rem}.weather-humidity{font-size:.65rem;padding:.3rem .4rem;gap:.25rem}.weather-humidity-icon{font-size:.75rem}.weather-humidity-value{font-size:.65rem}.weather-windspeed{font-size:.65rem;padding:.3rem .4rem;gap:.25rem}.weather-windspeed-icon{font-size:.75rem}.weather-windspeed-value{font-size:.65rem}}.country-filter-wrapper{margin-bottom:2rem}.country-filter-label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.country-selector{display:flex;gap:.625rem;flex-wrap:wrap;justify-content:flex-start;margin:0;padding:.75rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.country-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:.8125rem;font-weight:500}.country-btn:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:var(--shadow-md);background:#5dade21a}.country-btn.active{background:var(--gradient-accent);border-color:var(--color-accent);color:var(--color-white);box-shadow:0 4px 16px #5dade266;font-weight:var(--font-weight-bold)}.country-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.country-btn.disabled:hover{border-color:#e0e0e0;transform:none;box-shadow:none;background:#fff}.country-btn-all{font-weight:600}.country-btn .flag{font-size:1.25rem}.country-btn .name{white-space:nowrap}@media (max-width: 768px){.country-selector{gap:.5rem}.country-btn{padding:.5rem 1rem;font-size:.85rem}.country-btn .flag{font-size:1.25rem}.country-btn .name{display:none}}.youtube-shorts-carousel-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box}.youtube-shorts-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.youtube-shorts-carousel-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.youtube-shorts-carousel-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.youtube-shorts-carousel-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.youtube-shorts-carousel-view-more-btn:active{transform:translateY(0)}.youtube-shorts-carousel-container .shorts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;grid-auto-rows:auto}.youtube-shorts-carousel-container .shorts-grid-item{width:100%}.shorts-card{display:block;text-decoration:none;color:inherit;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.shorts-card:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.shorts-thumbnail-wrapper{position:relative;width:100%;padding-top:177.78%;border-radius:8px;background:#000}.shorts-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-word;text-shadow:0 1px 2px rgba(0,0,0,.8)}@media (max-width: 768px){.youtube-shorts-carousel-container{padding:1rem}.youtube-shorts-carousel-header{flex-direction:column;align-items:flex-start;gap:.75rem}.youtube-shorts-carousel-header>div{width:100%;justify-content:space-between}.youtube-shorts-carousel-title{font-size:1.25rem;margin-bottom:0}.youtube-shorts-carousel-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.youtube-shorts-carousel-container .shorts-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.shorts-overlay{padding:.5rem}.shorts-flag{font-size:1.1rem}.shorts-title{font-size:.8rem}}@media (max-width: 480px){.youtube-shorts-carousel-container .shorts-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.youtube-shorts-carousel-container .shorts-overlay{padding:.5rem}.youtube-shorts-carousel-container .shorts-title{font-size:.75rem}}.youtube-stacked-chart-container{background:#fff;border-radius:12px;padding:1.5rem 1rem;box-shadow:0 2px 12px #00000014;margin-bottom:2rem;transition:all .3s ease;width:100%}.youtube-stacked-chart-container:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.youtube-stacked-chart-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#333;text-align:center}.last-updated{font-size:.9rem;color:#999;margin-top:0;margin-bottom:1rem;text-align:center}.bar-chart-container{width:100%;margin-top:1rem;max-width:100%;display:block;overflow:hidden;position:relative}.bar-chart-container>div{width:100%!important}.bar-labels-container{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;justify-content:center}.bar-label-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.bar-color-indicator{width:16px;height:16px;border-radius:3px;display:inline-block}.bar-label-text{color:#333;font-weight:500}@media (max-width: 768px){.youtube-stacked-chart-container{padding:.75rem;margin-bottom:1.5rem}.youtube-stacked-chart-title{font-size:1.1rem;margin-bottom:.75rem}.bar-chart-container{margin-top:.5rem}.bar-labels-container{gap:.5rem;padding:.75rem;margin-top:1rem}.bar-label-item{font-size:.75rem}.bar-color-indicator{width:12px;height:12px}}.youtube-video-carousel-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:0;width:100%;max-width:100%;box-sizing:border-box}.youtube-video-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.youtube-video-carousel-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.last-updated{font-size:.9rem;color:#999;margin-top:0;margin-bottom:0}.youtube-video-carousel-view-more-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.youtube-video-carousel-view-more-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.youtube-video-carousel-view-more-btn:active{transform:translateY(0)}.youtube-video-carousel-container .video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;grid-auto-rows:auto}.youtube-video-carousel-container .video-grid-item{width:100%}.youtube-video-carousel-container .video-card{display:block;text-decoration:none;color:inherit;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.youtube-video-carousel-container .video-card:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.youtube-video-carousel-container .video-thumbnail-wrapper{position:relative;width:100%;padding-top:56.25%;border-radius:8px;background:#000}.youtube-video-carousel-container .video-thumbnail{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;padding:0!important;margin:0!important;z-index:1}.youtube-video-carousel-container .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:.75rem;z-index:2}.youtube-video-carousel-container .video-overlay-content{width:100%;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-end}.youtube-video-carousel-container .video-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.youtube-video-carousel-container .video-flag{font-size:1.25rem;line-height:1}.youtube-video-carousel-container .video-trends-detail-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;background:transparent;text-shadow:0 1px 2px rgba(0,0,0,.8)}@media (max-width: 768px){.youtube-video-carousel-container{padding:1rem}.youtube-video-carousel-header{flex-direction:column;align-items:flex-start;gap:.75rem}.youtube-video-carousel-header>div{width:100%;justify-content:space-between}.youtube-video-carousel-title{font-size:1.25rem;margin-bottom:0}.youtube-video-carousel-view-more-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .75rem}.youtube-video-carousel-container .video-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.youtube-video-carousel-container .video-overlay{padding:.5rem}.youtube-video-carousel-container .video-flag{font-size:1.1rem}.youtube-video-carousel-container .video-trends-detail-title{font-size:.8rem}}@media (max-width: 480px){.youtube-video-carousel-container .video-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.youtube-video-carousel-container .video-overlay{padding:.5rem}.youtube-video-carousel-container .video-trends-detail-title{font-size:.75rem}}.dashboard{width:100%;padding:0}.hero{text-align:left;padding:1rem 0;margin-bottom:0}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--color-text)}.gradient-text{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--color-text);opacity:.8;max-width:700px;margin:0 auto;line-height:1.6}.language-switcher-container{margin-top:1.5rem;display:flex;justify-content:center}.multi-country-cards-section{width:100%;margin-bottom:2rem}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;margin-top:0}.chart-item{width:100%;min-width:0}.chart-item-half{grid-column:span 1}.chart-item-full{grid-column:span 2}.google-stacked-chart-section,.youtube-stacked-chart-section,.youtube-video-stacked-chart-section,.netflix-stacked-chart-section{margin-bottom:0}.google-stacked-chart-grid,.youtube-stacked-chart-grid,.youtube-video-stacked-chart-grid,.netflix-stacked-chart-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%}.card-link{color:var(--color-accent);font-weight:var(--font-weight-semibold);margin-top:auto;transition:var(--transition-base)}.card-link:hover{color:var(--color-accent-dark)}.info-section{text-align:center;padding:3rem 0}.info-section h2{font-size:2rem;margin-bottom:2rem;color:var(--color-text)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #00000014}.info-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--color-text)}.info-card p{color:var(--color-text);opacity:.7;line-height:1.6}@media (max-width: 768px){.dashboard{padding:0}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.charts-grid{grid-template-columns:1fr;gap:16px}.chart-item-half,.chart-item-full{grid-column:span 1}.info-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 414px){.dashboard{padding:0}.hero-title{font-size:1.8rem}.hero-description{font-size:.95rem;padding:0 .5rem}.charts-grid{gap:16px}}@media (max-width: 375px){.dashboard{padding:0}.hero-title{font-size:1.6rem}.hero-description{font-size:.85rem;padding:0 .4rem}.charts-grid{gap:16px}}@media (max-width: 320px){.dashboard{padding:0}.hero-title{font-size:1.5rem}.hero-description{font-size:.85rem}}.google-trend-detail{width:100%;padding:0}.detail-header{margin-bottom:2rem;background:#fffffff2;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.back-link{display:inline-block;color:#4285f4;text-decoration:none;margin-bottom:1rem;padding:.5rem 1rem;background:#4285f41a;border-radius:6px;transition:all .2s ease;font-weight:600;border:1px solid rgba(66,133,244,.3)}.back-link:hover{background:#4285f433;transform:translate(-4px);border-color:#4285f4}.trend-title{font-size:2.5rem;font-weight:800;margin:.5rem 0;line-height:1.2;color:#333;word-break:break-word}.trend-meta-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.country-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:#f1f3f4;border-radius:20px;font-size:.9rem;font-weight:600;color:#333}.rank-badge{display:inline-block;padding:.4rem .8rem;background:#ea4335;color:#fff;border-radius:20px;font-size:.9rem;font-weight:700}.rank-change{font-size:.8rem;font-weight:700;padding:.3rem .6rem;border-radius:6px;line-height:1;white-space:nowrap}.detail-content{display:flex;flex-direction:column;gap:1rem}.trend-info-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.trend-info-card h2{font-size:1.5rem;margin:0;color:#333;border-bottom:2px solid #ea4335;padding-bottom:.5rem;width:100%}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.85rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.1rem;color:#333;font-weight:600}.related-searches{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0;width:100%}.related-searches h3{font-size:1.25rem;margin:0 0 .75rem;color:#333}.related-text{font-size:1rem;color:#666;line-height:1.6;margin:0}.related-keywords-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.related-keyword-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #4285f4;transition:all .2s ease}.related-keyword-item:hover{background:#f1f3f4;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.related-keyword-text{font-size:1rem;color:#333;font-weight:500;flex:1;word-break:break-word}.related-keyword-search-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#4285f4;color:#fff;border-radius:6px;text-decoration:none;font-size:1rem;transition:all .2s ease;flex-shrink:0;margin-left:.75rem}.related-keyword-search-btn:hover{background:#3367d6;transform:scale(1.1);box-shadow:0 2px 8px #4285f44d}.related-keyword-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;padding:.5rem;border-radius:6px;transition:all .2s ease;flex:1}.related-keyword-link:hover{background:#1a3a5c1a;color:#1a3a5c}.related-keyword-icon{font-size:1rem;opacity:.7}.related-keyword-link:hover .related-keyword-icon{opacity:1}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:#4285f4;color:#fff}.btn-primary:hover{background:#3367d6;transform:translateY(-2px);box-shadow:0 4px 12px #4285f44d}.btn-secondary{background:#f1f3f4;color:#333;border:1px solid #dadce0}.btn-secondary:hover{background:#e8eaed;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.news-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.news-section h2{font-size:1.5rem;margin:0 0 1.5rem;color:#333;border-bottom:2px solid #ea4335;padding-bottom:.5rem}.news-loading{text-align:center;padding:2rem;color:#666}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{padding:1rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #4285f4;transition:all .2s ease}.news-item:hover{background:#f1f3f4;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.news-title{margin:0 0 .75rem;font-size:1.1rem;line-height:1.4}.news-title a{color:#1a73e8;text-decoration:none;font-weight:600}.news-title a:hover{text-decoration:underline}.news-meta{display:flex;gap:1rem;align-items:center;font-size:.85rem;color:#666}.news-source{font-weight:600;color:#333}.news-date{color:#666}.news-description{margin:.5rem 0 0;font-size:.95rem;color:#555;line-height:1.6}.news-description a{color:#1a73e8;text-decoration:none}.news-description a:hover{text-decoration:underline}.news-description font{color:inherit}.no-news{text-align:center;padding:3rem;color:#999}.error-container{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.error-container h2{color:#d93025;margin-bottom:1rem}.error-container p{color:#666;margin-bottom:2rem}.back-button{display:inline-block;padding:.75rem 1.5rem;background:#4285f4;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s ease}.back-button:hover{background:#3367d6;transform:translateY(-2px);box-shadow:0 4px 12px #4285f44d}@media (max-width: 768px){.google-trend-detail{padding:1rem .75rem}.detail-header{padding:1.5rem}.trend-title{font-size:2rem}.trend-info-card,.news-section{padding:1rem}.trend-info-card{gap:.5rem}.trend-info-card h2{font-size:1.25rem;padding-bottom:.375rem}.info-grid{grid-template-columns:1fr;gap:1rem}.action-buttons{flex-direction:column}.btn{width:100%;justify-content:center}.news-item{padding:1rem}.news-title{font-size:1rem}}@media (max-width: 480px){.trend-title{font-size:1.75rem}.detail-header,.trend-info-card,.news-section{padding:1rem}.trend-meta-header{flex-direction:column;align-items:flex-start}.related-keyword-item{padding:.6rem .75rem}.related-keyword-text{font-size:.9rem}.related-keyword-search-btn{width:28px;height:28px;font-size:.9rem}}.trend-detail-image{max-width:300px;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (min-width: 769px){.trend-detail-image{max-width:500px}}@media (min-width: 1024px){.trend-detail-image{max-width:600px}}.google-search-trends{width:100%;padding:0}.google-search-trends .page-header{width:100%}.google-search-trends .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.google-search-trends .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.google-search-trends .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.google-search-trends-weekly-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.google-search-trends-weekly-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.google-search-trends-weekly-btn:active{transform:translateY(0)}.trends-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:0}.trend-item-wrapper{display:flex;flex-direction:column;gap:.125rem}.trend-item{background:#fff;border-radius:10px;padding:.75rem 1rem;box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px;display:flex;align-items:flex-start;gap:.75rem;transition:all .2s ease;border-left:3px solid transparent;min-height:90px;cursor:pointer;margin-bottom:4px}.trend-item:hover{transform:translateY(-2px);box-shadow:#5a616926 0 10px 40px,#5a61691f 0 20px 30px,#5a616926 0 6px 12px,#5a61691f 0 3px 5px;border-left-color:#ea4335}.trend-rank-badge{font-size:1.3rem;font-weight:700;color:#ea4335;min-width:40px;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;padding-top:.15rem}.trend-details{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.trend-keyword{font-size:1rem;margin:0;color:#333;word-break:break-word;font-weight:600;line-height:1.3;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.keyword-text{flex:1;min-width:0;word-break:break-word}.keyword-volume{font-size:.75rem;font-weight:500;color:#34a853;background:#e8f5e9;padding:.15rem .4rem;border-radius:4px;white-space:nowrap;flex-shrink:0}.trend-meta,.trend-volume,.trend-date,.trend-source{display:none}.trend-analysis{margin-top:.4rem;padding:0;background:transparent;border:none}.analysis-label{display:none}.analysis-content{font-size:.75rem;color:#666;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trend-rising-reason{margin-top:0;padding:.5rem;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:3px solid #ff9800;border-radius:4px;max-height:none;overflow:visible}.rising-reason-label{font-size:.7rem;font-weight:600;color:#e65100;margin:0 0 .3rem;display:flex;align-items:center;gap:.3rem}.rising-reason-icon{font-size:.9rem;line-height:1}.rising-reason-content{font-size:.8rem;color:#333;line-height:1.5;margin:0;word-break:break-word;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.rank-change{font-size:.7rem;font-weight:700;padding:.08rem .3rem;border-radius:4px;line-height:1;white-space:nowrap}.rank-change.up{color:#0f9d58;background:#e6f4ea}.rank-change.down{color:#d93025;background:#fce8e6}.rank-change.same{color:#5f6368;background:#f1f3f4}.rank-change.new{color:#1a73e8;background:#e8f0fe}.no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}.error{text-align:center;padding:3rem;color:#e53e3e;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.trend-item{animation:fadeInUp .5s ease-out;animation-fill-mode:both}.trend-item:nth-child(1){animation-delay:.05s}.trend-item:nth-child(2){animation-delay:.1s}.trend-item:nth-child(3){animation-delay:.15s}.trend-item:nth-child(4){animation-delay:.2s}.trend-item:nth-child(5){animation-delay:.25s}@media (max-width: 768px){.google-search-trends{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.google-search-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.google-search-trends .page-header>div{flex-direction:column;gap:1rem}.google-search-trends .page-header>div>div:first-child{order:1}.google-search-trends .page-header .header-right-section{order:2;width:100%;align-items:flex-start;text-align:left}.google-search-trends .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.google-search-trends-weekly-btn{font-size:.8rem;padding:.4rem .75rem}.trends-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem;margin-top:.75rem}.trend-item{padding:.6rem .75rem;gap:.6rem;min-height:80px}.trend-rank-badge{font-size:1.1rem;min-width:32px}.trend-keyword{font-size:.9rem;gap:.4rem}.keyword-volume{font-size:.7rem;padding:.1rem .35rem}.analysis-content{font-size:.7rem}.rising-reason-label{font-size:.65rem}.rising-reason-content{font-size:.75rem;-webkit-line-clamp:3;line-clamp:3}.trend-rising-reason{padding:.4rem;margin-top:0}.trend-item-wrapper{gap:.075rem}}@media (max-width: 480px){.google-search-trends{padding:.75rem .5rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.google-search-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.google-search-trends .page-header>div{flex-direction:column;gap:.75rem}.google-search-trends .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.google-search-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.google-search-trends .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.google-search-trends-weekly-btn{font-size:.75rem;padding:.35rem .65rem}.trends-list{grid-template-columns:1fr;gap:1rem}.trend-item-wrapper{gap:.0625rem}.trend-item{padding:.5rem .6rem;min-height:75px}.trend-rank-badge{font-size:1rem;min-width:28px}.trend-keyword{font-size:.85rem;gap:.35rem}.keyword-volume{font-size:.65rem;padding:.1rem .3rem}.analysis-content{font-size:.65rem}.rising-reason-label{font-size:.6rem}.rising-reason-content{font-size:.7rem;-webkit-line-clamp:3;line-clamp:3}.trend-rising-reason{padding:.4rem;margin-top:0}}.related-trends{margin:30px 0;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0}.related-trends-title{font-size:1.5rem;font-weight:600;margin:0 0 16px;color:#333}.related-trends-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.related-trend-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;border:1px solid #e0e0e0;text-decoration:none;color:inherit;transition:all .2s ease}.related-trend-item:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a;border-color:#1a3a5c}.trend-rank{font-size:18px;font-weight:700;color:#1a3a5c;min-width:40px;text-align:center}.trend-info{flex:1;display:flex;flex-direction:column;gap:4px}.trend-keyword{font-size:16px;font-weight:600;color:#333}.trend-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.trend-volume{color:#666}.trend-badge{padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.trend-badge.new{background:#ff6b6b;color:#fff}.trend-badge.up{background:#51cf66;color:#fff}.view-more-link{display:inline-block;margin-top:8px;color:#1a3a5c;text-decoration:none;font-weight:600;font-size:14px;transition:color .2s ease}.view-more-link:hover{color:#0d2538;text-decoration:underline}@media (max-width: 768px){.related-trends{padding:16px;margin:20px 0}.related-trends-title{font-size:1.25rem}.related-trend-item{padding:10px 12px}.trend-keyword{font-size:14px}.trend-rank{font-size:16px;min-width:35px}}.tab-group{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);padding:var(--spacing-sm);background:var(--card-background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--card-border)}.tab-group.scrollable{flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.tab-group{flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-xs)}.tab-group.scrollable{flex-direction:row}}.tab-button{padding:.75rem 1.5rem;border:2px solid var(--color-gray);background:var(--card-background);border-radius:var(--radius-md);font-size:.95rem;font-weight:var(--font-weight-semibold);color:var(--color-text-dark);cursor:pointer;transition:var(--transition-base);display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;flex-shrink:0;font-family:inherit;position:relative;overflow:hidden}.tab-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-tab-active);transition:left var(--transition-base);z-index:0}.tab-button:hover{border-color:var(--color-accent-blue);color:var(--color-accent-blue);transform:translateY(-2px);box-shadow:var(--shadow-accent)}.tab-button.active{border-color:transparent;color:var(--color-white);box-shadow:var(--shadow-md);position:relative;background:var(--gradient-tab-active)}.tab-button.active:before{left:0}.tab-button.active:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.tab-button .tab-icon,.tab-button .tab-label,.tab-button .tab-count{position:relative;z-index:1}.tab-icon{font-size:1.5rem;line-height:1}.tab-label{font-weight:var(--font-weight-semibold)}.tab-count{font-size:.85rem;opacity:.8;margin-left:auto}.tab-button.active .tab-count{opacity:1}@media (max-width: 768px){.tab-button{padding:.6rem 1.2rem;font-size:.875rem}.tab-icon{font-size:1.25rem}}.korea-online-best-sellers{width:100%;padding:0}.korea-online-best-sellers .page-header{width:100%}.korea-online-best-sellers .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.korea-online-best-sellers .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.korea-online-best-sellers .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.article-header{margin-bottom:2rem;text-align:left;padding:2rem;background:var(--card-background, white);border-radius:10px;box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px}.article-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.article-title .emoji{font-size:2.5rem;display:inline-block}.article-title .gradient-text{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.article-meta{display:flex;flex-direction:column;gap:1rem;color:#666;font-size:1rem}.stats-card{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px #00000014;margin:1rem 0}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-label{font-size:.9rem;color:#666;font-weight:500}.stat-value{font-size:1.5rem;color:#333;font-weight:700}.product-section{margin-bottom:3rem}.product-section:last-of-type{margin-bottom:2rem}.section-header{text-align:center;margin-bottom:1.5rem;padding:1.5rem;background:var(--card-background, white);border-radius:16px;box-shadow:0 2px 8px #0000001a}.section-header h2{font-size:1.75rem;margin-bottom:.5rem;font-weight:800;letter-spacing:-.5px;display:flex;align-items:center;justify-content:center;gap:.5rem}.section-header h2 .emoji{font-size:1.75rem;display:inline-block;color:inherit;background:none;-webkit-text-fill-color:currentColor}.section-header h2 .gradient-text{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section-header h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:800;letter-spacing:-.5px;display:flex;align-items:center;justify-content:center;gap:.5rem}.section-header h3 .gradient-text{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section-header .last-updated{font-size:.9rem;color:#666;margin-top:.5rem}.section-description{margin-top:.5rem;color:#666;font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem;width:100%}.products-grid .product-card{min-width:0;width:100%}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;border:2px solid transparent;max-width:240px;width:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026;border-color:#10b981}.product-image{position:relative;width:100%;padding-top:100%;background:#f0f0f0;overflow:hidden}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center}.product-rank{position:absolute;top:.5rem;left:.5rem;background:#000c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:700}.product-content{padding:.75rem;flex:1;display:flex;flex-direction:column}.product-title{font-size:.95rem;margin-bottom:.5rem;color:#333;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;flex-grow:1;text-align:center;min-height:2.8em}.product-pricing{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;flex-wrap:nowrap;white-space:nowrap}.product-price{font-size:1.1rem;font-weight:700;color:#10b981;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-discount{padding:.25rem .5rem;background:#fef3c7;color:#d97706;border-radius:4px;font-size:.85rem;font-weight:700;white-space:nowrap;flex-shrink:0}.product-original-price{color:#999;text-decoration:line-through;font-size:.8rem;margin-top:.25rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-image-wrapper{position:relative;display:inline-block;width:100%}.product-image-wrapper img{width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:6px;transition:transform .2s ease;display:block;margin:0 auto}.rocket-badge,.free-shipping-badge{position:absolute;top:4px;right:4px;background:#ff4444e6;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:4px;z-index:1;white-space:nowrap}.free-shipping-badge{background:#4caf50e6;top:auto;bottom:4px}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-info{margin-top:.75rem;display:flex;flex-direction:column;gap:4px;flex:1;padding:.75rem}.product-info .product-title{font-size:.8125rem;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:left;margin:.5rem 0 .25rem;min-height:auto}.product-pricing-row{display:flex;justify-content:flex-start;align-items:center;gap:4px}.sales-price{font-size:1rem;color:#333;font-weight:700;line-height:1.2;flex-shrink:0}.affiliate-notice{text-align:center;color:#666;margin-top:2rem;font-size:.85rem;padding:1rem;background:#ffffff80;border-radius:8px}@media (max-width: 1200px){.products-grid{gap:1.25rem}}@media (max-width: 992px){.products-grid{gap:1rem}}@media (max-width: 768px){.korea-online-best-sellers{padding:.75rem}.korea-online-best-sellers .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.korea-online-best-sellers .page-header>div{flex-direction:column;gap:1rem}.korea-online-best-sellers .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.korea-online-best-sellers .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.article-header{margin-bottom:1.5rem;padding:1.5rem}.article-title,.article-title .emoji{font-size:1.8rem}.article-meta{font-size:.9rem}.product-section{margin-bottom:2rem}.section-header{margin-bottom:1rem;padding:1rem}.section-header h2,.section-header h2 .emoji{font-size:1.375rem}.section-header h3{font-size:1.25rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(calc(50% - .5rem),1fr))}.product-card{max-width:100%}.product-title{font-size:.85rem}.product-price{font-size:.95rem}}@media (max-width: 480px){.korea-online-best-sellers .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.korea-online-best-sellers .page-header>div{flex-direction:column;gap:.75rem}.korea-online-best-sellers .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.korea-online-best-sellers .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.korea-online-best-sellers .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.products-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(calc(50% - .375rem),1fr))}.product-card{padding:8px;max-width:100%}.product-title{font-size:.7rem}}.landing-page{width:100%;padding:0;background:var(--color-white);color:var(--color-text)}.landing-page.rtl{direction:rtl}.landing-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.landing-header-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.landing-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-primary);font-weight:700;font-size:1.25rem}.landing-logo img{width:32px;height:auto;object-fit:contain}.landing-logo span{color:var(--color-text)}.landing-header-right{display:flex;align-items:center;gap:1rem}.landing-header .language-switcher{color:var(--color-text)}.landing-header .language-select{background:#f9fafb;color:var(--color-text);border:1px solid #e5e7eb;border-radius:999px;padding:.4rem 1.1rem;min-width:140px;font-size:.9rem;transition:border-color .2s ease,background .2s ease}.landing-header .language-select:hover{background:#fff;border-color:var(--color-primary)}.landing-header .language-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #38a8cd26;background:#fff}.landing-hero{max-width:1200px;margin:0 auto;padding:4rem 3rem;text-align:center;background:radial-gradient(circle at top left,#e0f2ff,#38a8cd1a);border-radius:0 0 48px 48px}.hero-content h1{font-size:3rem;line-height:1.2;margin:0 0 1rem;font-weight:700}.hero-subtitle{font-size:1.25rem;color:var(--color-primary);font-weight:600;margin:0 0 1rem}.hero-description{font-size:1.1rem;line-height:1.7;opacity:.85;max-width:600px;margin:0 auto 1rem}.hero-stats{font-size:.95rem;color:#0009;font-weight:500;margin:0 0 2rem;letter-spacing:.02em}.hero-actions{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cta.primary{background:var(--color-primary);color:#fff;box-shadow:0 12px 30px #38a8cd59}.cta:hover{transform:translateY(-2px)}.data-showcase{max-width:1200px;margin:0 auto;padding:4rem 3rem}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.data-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 12px 30px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.data-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}.data-card-image{width:100%;height:200px;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.data-card-image img{width:100%;height:100%;object-fit:cover}.data-card h3{font-size:1.5rem;margin:0 0 .75rem;font-weight:600}.data-card p{margin:0;line-height:1.6;color:#000000b3}.data-link-card{text-decoration:none;color:inherit;display:block}.advantages-section{background:linear-gradient(180deg,#f8fafc,#fff);padding:5rem 3rem}.advantages-container{max-width:1200px;margin:0 auto;text-align:center}.advantages-container h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:var(--color-text)}.advantages-subtitle{font-size:1.2rem;color:#000000b3;margin:0 0 3rem;line-height:1.6}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.advantage-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.advantage-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.advantage-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.advantage-card h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:var(--color-text)}.advantage-card p{margin:0;line-height:1.7;color:#000000b3;font-size:.95rem}.cta-banner{max-width:1200px;margin:4rem auto;padding:3rem;border-radius:24px;background:linear-gradient(135deg,#38a8cd,#7f9cf5);color:#fff;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.cta-banner h2{margin:0 0 .5rem;font-size:2rem}.cta-banner p{margin:0;opacity:.95}.banner-actions{display:flex;gap:1rem;flex-wrap:wrap}.cta-banner .cta.primary{background:#fff;color:#1d4ed8;box-shadow:none}.landing-page.rtl .landing-header-container,.landing-page.rtl .landing-hero,.landing-page.rtl .data-showcase,.landing-page.rtl .advantages-section,.landing-page.rtl .cta-banner,.landing-page.rtl .hero-content,.landing-page.rtl .data-card,.landing-page.rtl .advantage-card{text-align:right}.landing-page.rtl .hero-actions,.landing-page.rtl .banner-actions{justify-content:flex-end}.landing-page.rtl .landing-header-container{flex-direction:row-reverse}.landing-page.rtl .landing-logo span{text-align:right}.landing-page.rtl .hero-description,.landing-page.rtl .data-card p,.landing-page.rtl .advantage-card p{direction:rtl}@media (max-width: 768px){.landing-header-container{padding:0 1.5rem}.landing-logo span{font-size:1.1rem}.landing-hero{padding:3rem 1.5rem;border-radius:0 0 32px 32px}.hero-content h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.data-showcase{padding:2rem 1.5rem}.data-grid{grid-template-columns:1fr;gap:1.5rem}.data-card{padding:1.5rem}.data-card-image{height:150px}.advantages-section{padding:3rem 1.5rem}.advantages-container h2{font-size:2rem}.advantages-subtitle{font-size:1.1rem;margin-bottom:2rem}.advantages-grid{grid-template-columns:1fr;gap:1.5rem}.advantage-card{padding:2rem 1.5rem;text-align:center}.advantage-icon{font-size:2.5rem;margin-bottom:1rem}.cta-banner{padding:2rem 1.5rem;margin:2rem auto;text-align:center}.cta-banner h2{font-size:1.5rem}.banner-actions{justify-content:center;width:100%}}.meme-insights{width:100%;padding:0;color:var(--color-text)}.meme-insights.spinner-wrapper,.meme-insights.error-state,.meme-insights.empty-state{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-text{color:#ef4444;margin-top:.5rem;font-size:.9rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:var(--font-weight-extrabold);margin-bottom:.5rem;color:var(--color-text)}.page-description{color:var(--text-secondary);font-size:1rem;margin-bottom:.5rem}.country-selector-wrapper{margin:2rem 0}.memes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}.meme-card{background:var(--card-background);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.meme-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.meme-image-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--background);display:flex;align-items:center;justify-content:center}.meme-image{width:100%;height:100%;object-fit:cover;display:block}.meme-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--background);color:var(--text-tertiary);font-size:.9rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.05em}.meme-content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.meme-name{font-size:1.25rem;font-weight:var(--font-weight-bold);color:var(--color-text);margin:0;line-height:1.3}.meme-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0;flex:1}.meme-source{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border-color);font-size:.85rem}.source-label{font-weight:var(--font-weight-semibold);color:var(--text-tertiary)}.source-text{color:var(--text-secondary);word-break:break-word}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-secondary);font-size:1.1rem}@media (max-width: 1024px){.memes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media (max-width: 768px){.meme-insights{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;margin-bottom:.5rem}.page-description{font-size:.9rem;margin-bottom:.5rem}.last-updated{font-size:.85rem;margin-top:.5rem}.country-selector-wrapper{margin:1.5rem 0}.memes-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.meme-card{border-radius:12px}.meme-content{padding:1rem;gap:.5rem}.meme-name{font-size:1.1rem}.meme-description{font-size:.9rem}.meme-source{font-size:.8rem;padding-top:.5rem}}@media (max-width: 480px){.meme-insights{padding:.5rem;padding-top:calc(.5rem + env(safe-area-inset-top,0px))}.page-header h1{font-size:1.25rem}.memes-grid{gap:.75rem}.meme-content{padding:.875rem}}.ott-trends{width:100%;padding:0}.ott-trends .page-header{width:100%}.ott-trends .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.ott-trends .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.ott-trends .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.last-updated{font-size:.9rem;color:var(--text-tertiary);margin-top:.5rem;opacity:.8}.ott-trends-weekly-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.ott-trends-weekly-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.ott-trends-weekly-btn:active{transform:translateY(0)}.filter-section{margin:1rem 0}.filter-section:last-child{margin-bottom:0}.filter-section h3{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(560px,1fr));gap:1rem;margin-top:1rem}.platforms-grid.single-platform{grid-template-columns:minmax(560px,560px);justify-content:start}@media (min-width: 768px){.platforms-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.platforms-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1400px){.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(560px,1fr))}}.platform-column{background:var(--card-background);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.platform-column:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.platform-header{padding:1rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-bottom:2px solid var(--border-color)}.platform-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;color:var(--text-secondary);text-transform:uppercase;margin-bottom:.5rem}.platform-name{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.platform-icon{font-size:1.5rem}.category-selector{display:flex;gap:.75rem}.category-btn{flex:1;padding:.75rem 1.5rem;border:2px solid var(--border-color);border-radius:12px;background:var(--background);color:var(--text-primary);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:var(--primary-color);transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.content-info{text-align:center;margin-bottom:1rem}.content-info h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.content-subtitle{font-size:1rem;color:var(--text-secondary)}.content-list{padding:.75rem 1rem;flex:1;min-height:350px}.platform-body{display:flex;gap:.75rem;padding:.75rem;flex:1;min-height:0}.top-pick{width:42%;text-decoration:none;display:flex;align-items:stretch}.top-pick-image{width:100%;height:100%;max-height:100%;object-fit:cover;display:block;border-radius:12px;box-shadow:0 4px 10px #00000026}.platform-body .content-list{flex:1;min-height:auto;padding:.25rem .5rem}.content-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border-color);text-decoration:none;transition:background-color .2s ease}.content-item:hover{background-color:#667eea0d;padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem;border-radius:8px}.content-item:last-child{border-bottom:none}.item-rank{font-weight:700;font-size:1rem;color:var(--text-secondary);min-width:2rem;flex-shrink:0}.item-title{font-size:.95rem;color:var(--text-primary);line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.content-item:hover .item-title{color:var(--primary-color)}.no-content{padding:3rem 1.5rem;text-align:center;color:var(--text-secondary);font-style:italic}.platform-footer{padding:.75rem 1rem;background:var(--background);border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.country-flag{background:transparent;border:2px solid transparent;border-radius:8px;padding:.4rem;font-size:1.3rem;cursor:pointer;transition:all .2s ease;line-height:1}.country-flag:hover{border-color:var(--primary-color);transform:scale(1.1)}.country-flag.active{border-color:var(--primary-color);background:#667eea1a;transform:scale(1.1)}.no-data{text-align:center;padding:4rem 2rem;background:var(--card-background);border-radius:16px;margin-top:2rem}.no-data p{font-size:1.1rem;color:var(--text-secondary)}.error{text-align:center;padding:4rem 2rem;color:#ef4444;font-size:1.1rem;background:var(--card-background);border-radius:16px;margin:2rem auto;max-width:600px}@media (max-width: 768px){.ott-trends{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.ott-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.ott-trends .page-header>div{flex-direction:column;gap:1rem;align-items:flex-start}.ott-trends .page-header>div>div:first-child{order:1}.ott-trends .page-header .header-right-section{order:2;width:100%;align-items:flex-start;text-align:left}.ott-trends .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.ott-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.ott-trends .page-header .last-updated{margin-top:.5rem;text-align:left}.filter-section{margin:.75rem 0}.category-btn{padding:.5rem .75rem;font-size:.85rem}.content-info{margin-bottom:.75rem}.content-info h2{font-size:1.25rem}.content-subtitle{font-size:.9rem}.platforms-grid{grid-template-columns:1fr;gap:.75rem;margin-top:.75rem}.platforms-grid.single-platform{grid-template-columns:1fr}.platform-header{padding:.75rem}.platform-name{font-size:1.15rem}.content-list{padding:.5rem .75rem;min-height:280px}.platform-body{flex-direction:column;padding:.5rem .5rem .75rem;gap:.5rem}.top-pick{width:100%;margin-bottom:0}.top-pick-image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block}.platform-body .content-list{padding:.25rem}.content-item{padding:.4rem 0;gap:.4rem}.item-title{font-size:.85rem}.item-rank{font-size:.9rem}.platform-footer{padding:.5rem .75rem}.country-flag{font-size:1.1rem;padding:.3rem}}@media (max-width: 480px){.ott-trends{padding:.75rem .5rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.ott-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.ott-trends .page-header>div{flex-direction:column;gap:.75rem}.ott-trends .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.ott-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.ott-trends .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.filter-section{margin:.5rem 0}.filter-section h3{font-size:.85rem}.category-btn{font-size:.8rem;padding:.4rem .6rem}}.weekly-insight{width:100%;padding:0;color:#0f172a}.weekly-insight.spinner-wrapper,.weekly-insight.error-state,.weekly-insight.empty-state{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.weekly-insight .page-header{width:100%}.weekly-insight .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.weekly-insight .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.weekly-insight .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.weekly-insight__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:0}.weekly-insight__card{background:#fff;border-radius:10px;padding:.75rem 1rem;box-shadow:#5a61691a 0 7.5px 35px,#5a61691a 0 15px 22.5px,#5a61691f 0 4px 8.5px,#5a61691a 0 2px 3px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem;transition:all .2s ease;border-left:3px solid transparent;min-height:90px;cursor:pointer;margin-bottom:4px;position:relative}.weekly-insight__card:hover,.weekly-insight__card:focus-visible{transform:translateY(-2px);box-shadow:#5a616926 0 10px 40px,#5a61691f 0 20px 30px,#5a616926 0 6px 12px,#5a61691f 0 3px 5px;border-left-color:#6366f1}.weekly-insight__card-header{display:flex;justify-content:flex-start;align-items:center;gap:.75rem}.weekly-insight__date-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:auto}.weekly-insight__new-badge{display:inline-block;font-size:.6rem;font-weight:700;padding:.1rem .35rem;border-radius:3px;background:#ef4444;color:#fff;text-transform:uppercase;letter-spacing:.2px;line-height:1.2}.weekly-insight__type{display:inline-block;font-weight:600;font-size:.85rem;padding:.35rem .75rem;border-radius:6px;background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0;white-space:nowrap}.weekly-insight__type--google_search_trends{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.weekly-insight__type--shorts_trends{background:#fef3c7;color:#92400e;border-color:#fde68a}.weekly-insight__type--video_trends{background:#fce7f3;color:#9f1239;border-color:#fbcfe8}.weekly-insight__type--ott_trends{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.weekly-insight__date{font-size:.8rem;color:#64748b;font-weight:700;white-space:nowrap}.weekly-insight__description{flex-grow:1;color:#475569;line-height:1.5;font-size:.95rem}.weekly-insight__footer{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#2563eb;border-top:1px solid #e2e8f0;padding-top:.75rem;font-size:.9rem}.weekly-insight__slug{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;color:#334155}@media (max-width: 768px){.weekly-insight{padding:.75rem}.weekly-insight .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.weekly-insight .page-header>div{flex-direction:column;gap:1rem}.weekly-insight .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.weekly-insight .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.weekly-insight__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem;margin-top:.75rem}.weekly-insight__card{padding:.6rem .75rem;gap:.6rem;min-height:80px}}@media (max-width: 480px){.weekly-insight{padding:.75rem .5rem}.weekly-insight .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.weekly-insight .page-header>div{flex-direction:column;gap:.75rem}.weekly-insight .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.weekly-insight .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.weekly-insight .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.weekly-insight__grid{grid-template-columns:1fr;gap:1rem}.weekly-insight__card{padding:.5rem .6rem;min-height:75px}}.google-search-trends-detail{width:100%;padding:0}.google-search-country-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.google-search-filter-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.85rem;font-weight:500;min-width:44px;height:44px}.google-search-filter-btn:hover{border-color:#5dade2;transform:translateY(-1px);box-shadow:0 2px 6px #5dade233;background:#5dade20d}.google-search-filter-btn.active{background:#5dade2;border-color:#5dade2;color:#fff;box-shadow:0 2px 8px #5dade24d;font-weight:600}.google-search-filter-label{font-weight:600;letter-spacing:.5px}.google-search-filter-flag{font-size:1.25rem;line-height:1}.google-search-trends-detail .tab-group{margin-bottom:1.5rem}.google-search-trends-detail .google-search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.google-search-trends-detail .google-search-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.google-search-trends-detail .google-search-card--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.google-search-trends-detail .google-search-card--clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:var(--color-accent, #5dade2)}.google-search-trends-detail .google-search-card--clickable:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.google-search-trends-detail .google-search-card--clickable:focus{outline:2px solid var(--color-accent, #5dade2);outline-offset:2px}.google-search-trends-detail .google-search-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.google-search-trends-detail .google-search-keyword{font-size:1rem;font-weight:600;color:#333;margin:0;flex:1;line-height:1.4;word-break:break-word}.google-search-trends-detail .google-search-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;flex-shrink:0}.google-search-trends-detail .google-search-flag{font-size:1.25rem;line-height:1}.google-search-trends-detail .google-search-card-body{display:flex;flex-direction:column;gap:.75rem}.google-search-trends-detail .google-search-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.google-search-trends-detail .google-search-metric{display:flex;flex-direction:column;gap:.25rem}.google-search-trends-detail .google-search-metric-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.google-search-trends-detail .google-search-metric-value{font-size:.95rem;font-weight:600;color:#333}.google-search-trends-detail .google-search-metric-value--positive{color:#27ae60}.google-search-trends-detail .google-search-metric-value--negative{color:#e74c3c}.google-search-trends-detail .google-search-dates{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:#666}.google-search-trends-detail .google-search-date{padding:.25rem .5rem;background:#f5f5f5;border-radius:4px}.google-search-trends-detail .google-search-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.google-search-country-filter{gap:.4rem;padding:.5rem}.google-search-filter-btn{padding:.4rem .6rem;min-width:40px;height:40px;font-size:.8rem}.google-search-filter-flag{font-size:1.1rem}.google-search-trends-detail .google-search-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.google-search-trends-detail .google-search-card{padding:.75rem}.google-search-trends-detail .google-search-metrics{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 480px){.google-search-trends-detail .google-search-grid{grid-template-columns:1fr;gap:.5rem}.google-search-trends-detail .google-search-card-header{flex-direction:column;align-items:flex-start}}.ott-trends-detail{width:100%;padding:0}.ott-country-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.ott-filter-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.85rem;font-weight:500;min-width:44px;height:44px}.ott-filter-btn:hover{border-color:#5dade2;transform:translateY(-1px);box-shadow:0 2px 6px #5dade233;background:#5dade20d}.ott-filter-btn.active{background:#5dade2;border-color:#5dade2;color:#fff;box-shadow:0 2px 8px #5dade24d;font-weight:600}.ott-filter-label{font-weight:600;letter-spacing:.5px}.ott-filter-flag{font-size:1.25rem;line-height:1}.ott-trends-detail .tab-group{margin-bottom:1.5rem}.ott-trends-detail .ott-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.ott-trends-detail .ott-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;transition:transform .2s ease}.ott-trends-detail .ott-card:hover{transform:scale(1.05)}.ott-trends-detail .ott-thumbnail-wrapper{position:relative;width:100%;padding-top:149.71%;overflow:hidden;border-radius:8px;background:#000}.ott-trends-detail .ott-thumbnail{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;padding:0!important;margin:0!important;z-index:1}.ott-trends-detail .ott-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:.75rem;z-index:2}.ott-trends-detail .ott-overlay-content{width:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end}.ott-trends-detail .ott-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ott-trends-detail .ott-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.ott-trends-detail .ott-flag{font-size:1.25rem;line-height:1}.ott-trends-detail .ott-platform{font-size:.75rem;font-weight:600;color:#fff;background:#00000080;padding:.25rem .5rem;border-radius:4px;text-shadow:0 1px 2px rgba(0,0,0,.8)}.ott-trends-detail .ott-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;background:transparent;text-shadow:0 1px 2px rgba(0,0,0,.8)}.ott-trends-detail .ott-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.ott-country-filter{gap:.4rem;padding:.5rem}.ott-filter-btn{padding:.4rem .6rem;min-width:40px;height:40px;font-size:.8rem}.ott-filter-flag{font-size:1.1rem}.ott-trends-detail .ott-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}}@media (max-width: 480px){.ott-trends-detail .ott-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.ott-trends-detail .ott-overlay{padding:.5rem}.ott-trends-detail .ott-title{font-size:.75rem}}.shorts-trends-detail{width:100%;padding:0}.shorts-country-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.shorts-filter-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.85rem;font-weight:500;min-width:44px;height:44px}.shorts-filter-btn:hover{border-color:#5dade2;transform:translateY(-1px);box-shadow:0 2px 6px #5dade233;background:#5dade20d}.shorts-filter-btn.active{background:#5dade2;border-color:#5dade2;color:#fff;box-shadow:0 2px 8px #5dade24d;font-weight:600}.shorts-filter-label{font-weight:600;letter-spacing:.5px}.shorts-filter-flag{font-size:1.25rem;line-height:1}.shorts-trends-detail .tab-group{margin-bottom:1.5rem}.shorts-section{margin-bottom:2.5rem}.shorts-section-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem}.shorts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.shorts-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;transition:transform .2s ease}.shorts-card:hover{transform:scale(1.05)}.shorts-thumbnail-wrapper{position:relative;width:100%;padding-top:177.78%;overflow:hidden;border-radius:8px;background:#000}.shorts-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.shorts-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:.75rem}.shorts-overlay-content{width:100%;display:flex;flex-direction:column;gap:.25rem}.shorts-header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.shorts-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.shorts-flag{font-size:1.25rem;line-height:1}.shorts-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.shorts-overlay-content .shorts-views{color:#fff;font-size:.75rem;margin-left:auto}.shorts-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.shorts-country-filter{gap:.4rem;padding:.5rem}.shorts-filter-btn{padding:.4rem .6rem;min-width:40px;height:40px;font-size:.8rem}.shorts-filter-flag{font-size:1.1rem}.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.shorts-section{margin-bottom:2rem}.shorts-country-section{margin-bottom:2.5rem}}@media (max-width: 480px){.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.shorts-overlay{padding:.5rem}.shorts-title{font-size:.75rem}}.video-trends-detail{width:100%;padding:0}.video-country-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.video-filter-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.85rem;font-weight:500;min-width:44px;height:44px}.video-filter-btn:hover{border-color:#5dade2;transform:translateY(-1px);box-shadow:0 2px 6px #5dade233;background:#5dade20d}.video-filter-btn.active{background:#5dade2;border-color:#5dade2;color:#fff;box-shadow:0 2px 8px #5dade24d;font-weight:600}.video-filter-label{font-weight:600;letter-spacing:.5px}.video-filter-flag{font-size:1.25rem;line-height:1}.video-trends-detail .tab-group{margin-bottom:1.5rem}.video-trends-detail .video-section{margin-bottom:2.5rem}.video-trends-detail .video-section-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem}.video-trends-detail .video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.video-trends-detail .video-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;transition:transform .2s ease}.video-trends-detail .video-card:hover{transform:scale(1.05)}.video-trends-detail .video-thumbnail-wrapper{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:8px;background:#000}.video-trends-detail .video-thumbnail{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;padding:0!important;margin:0!important;z-index:1}.video-trends-detail .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:.75rem;z-index:2}.video-trends-detail .video-overlay-content{width:100%;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-end}.video-trends-detail .video-header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.video-trends-detail .video-flags{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.video-trends-detail .video-flag{font-size:1.25rem;line-height:1}.video-trends-detail .video-trends-detail-title{font-size:.85rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;background:transparent;text-shadow:0 1px 2px rgba(0,0,0,.8)}.video-trends-detail .video-overlay-content .video-views{color:#fff;font-size:.8rem;margin-left:auto}.video-trends-detail .video-no-data{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media (max-width: 768px){.video-country-filter{gap:.4rem;padding:.5rem}.video-filter-btn{padding:.4rem .6rem;min-width:40px;height:40px;font-size:.8rem}.video-filter-flag{font-size:1.1rem}.video-trends-detail .video-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.video-trends-detail .video-section{margin-bottom:2rem}}@media (max-width: 480px){.video-trends-detail .video-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.video-trends-detail .video-overlay{padding:.5rem}.video-trends-detail .video-trends-detail-title{font-size:.75rem}}.weekly-insight-detail{width:100%;padding:0;color:#0f172a}.weekly-insight-detail.spinner-wrapper,.weekly-insight-detail.error-state,.weekly-insight-detail.empty-state{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.last-updated{font-size:.9rem;color:#999;margin-top:.5rem}.weekly-insight-detail__back{display:inline-flex;align-items:center;gap:.25rem;color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem}.weekly-insight-detail__download{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:999px;border:1px solid #2563eb;color:#2563eb;text-decoration:none;font-weight:600;transition:background .2s ease,color .2s ease}.weekly-insight-detail__download:hover,.weekly-insight-detail__download:focus-visible{background:#2563eb;color:#fff}.weekly-insight-detail__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1.5rem;margin-bottom:2rem}.weekly-insight-detail__meta>div{padding:1rem 1.25rem;border-radius:.85rem;border:1px solid #e2e8f0;background:#f8fafc}.weekly-insight-detail__meta span{display:block;font-size:.85rem;color:#475569;margin-bottom:.35rem}.weekly-insight-detail__sources{margin-bottom:2rem}.weekly-insight-detail__sources h2,.weekly-insight-detail__countries h2,.weekly-insight-detail__raw h2{font-size:1.25rem;margin-bottom:1rem;font-weight:600;color:#333}.source-pill-group{display:flex;flex-wrap:wrap;gap:.5rem}.source-pill{border:1px solid #cbd5f5;border-radius:999px;padding:.35rem .85rem;font-size:.85rem;background:#eef2ff;color:#3730a3}.weekly-insight-detail__countries{margin-bottom:2rem}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.country-card{border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;background:#fff}.country-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.country-code{font-size:.85rem;font-weight:600;color:#6366f1;margin-bottom:.35rem}.country-lang{font-size:.8rem;color:#475569;background:#f1f5f9;padding:.35rem .75rem;border-radius:999px}.insight-rows{display:flex;flex-direction:column;gap:.75rem}.insight-row{display:grid;grid-template-columns:120px 1fr;gap:.75rem;font-size:.9rem}.insight-row dt{font-weight:600;color:#475569}.insight-row dd{margin:0;color:#0f172a}.insight-row--nested{grid-template-columns:1fr}.insight-value{font-size:.9rem;line-height:1.4}.insight-value--muted{color:#94a3b8}.insight-pill-list{display:flex;flex-wrap:wrap;gap:.35rem}.insight-pill{border-radius:999px;border:1px solid #e2e8f0;padding:.2rem .75rem;font-size:.8rem;background:#fff}.insight-nested-list{display:flex;flex-direction:column;gap:.75rem}.insight-nested-card{border:1px dashed #cbd5f5;border-radius:.85rem;padding:.75rem;background:#f8fafc}.weekly-insight-detail__raw .raw-json{background:#0f172a;color:#e2e8f0;padding:1.25rem;border-radius:.85rem;overflow-x:auto;font-size:.85rem;line-height:1.5}@media (max-width: 768px){.weekly-insight-detail{padding:.75rem}.weekly-insight-detail__meta{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.country-grid{grid-template-columns:1fr;gap:1rem}.insight-row{grid-template-columns:1fr}}@media (max-width: 480px){.weekly-insight-detail{padding:.75rem .5rem}.weekly-insight-detail__meta{grid-template-columns:1fr}}.shorts-trends{width:100%;padding:0}.shorts-trends .page-header{width:100%}.shorts-trends .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.shorts-trends .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.shorts-trends .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.youtube-shorts-trends-weekly-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.youtube-shorts-trends-weekly-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.youtube-shorts-trends-weekly-btn:active{transform:translateY(0)}.shorts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-top:1rem}.short-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;border:2px solid transparent}.short-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026;border-color:#f59e0b}.short-thumbnail{position:relative;width:100%;padding-top:177.78%;background:#f0f0f0;overflow:hidden}.short-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.short-rank{position:absolute;top:.25rem;left:.25rem;background:#000c;color:#fff;padding:.125rem .375rem;border-radius:10px;font-size:.7rem;font-weight:700}.short-badge{position:absolute;bottom:.25rem;right:.25rem;background:#f59e0b;color:#fff;padding:.125rem .375rem;border-radius:10px;font-size:.65rem;font-weight:700}.short-content{padding:.5rem;flex:1;display:flex;flex-direction:column}.short-title{font-size:.75rem;margin-bottom:.375rem;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.short-meta{margin-top:auto}.short-views{color:#666;font-size:.7rem}@media (max-width: 768px){.shorts-trends{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.shorts-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.shorts-trends .page-header>div{flex-direction:column;gap:1rem;align-items:flex-start}.shorts-trends .page-header>div>div:first-child{order:1}.shorts-trends .page-header .header-right-section{order:2;width:100%;align-items:flex-start;text-align:left}.shorts-trends .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.shorts-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.shorts-trends .page-header .last-updated{margin-top:.5rem;text-align:left}.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.short-title{font-size:.7rem}}@media (max-width: 480px){.shorts-trends{padding:.75rem .5rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.shorts-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.shorts-trends .page-header>div{flex-direction:column;gap:.75rem}.shorts-trends .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.shorts-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.shorts-trends .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}}.video-trends{width:100%;padding:0}.video-trends .page-header{width:100%}.video-trends .page-header>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.video-trends .page-header h1{font-size:1.5rem;margin-bottom:.25rem;word-break:break-word}.video-trends .page-header .header-right-section{text-align:right;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0;min-width:0}.youtube-video-trends-weekly-btn{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:var(--transition-base);white-space:nowrap}.youtube-video-trends-weekly-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.youtube-video-trends-weekly-btn:active{transform:translateY(0)}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.video-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;border:2px solid transparent}.video-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026;border-color:#3b82f6}.video-thumbnail{position:relative;width:100%;padding-top:56.25%;background:#f0f0f0;overflow:hidden}.video-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-rank{position:absolute;top:.5rem;left:.5rem;background:#000c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:700}.video-content{padding:1rem;flex:1;display:flex;flex-direction:column}.video-title{font-size:1rem;margin-bottom:.75rem;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.video-views{color:#666;font-size:.9rem}.video-source{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;border-radius:20px;font-size:.85rem;color:#3b82f6;font-weight:600;width:fit-content}@media (max-width: 768px){.video-trends{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.video-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.video-trends .page-header>div{flex-direction:column;gap:1rem;align-items:flex-start}.video-trends .page-header>div>div:first-child{order:1}.video-trends .page-header .header-right-section{order:2;width:100%;align-items:flex-start;text-align:left}.video-trends .page-header h1{font-size:1.25rem;margin-bottom:.5rem}.video-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.video-trends .page-header .last-updated{margin-top:.5rem;text-align:left}.videos-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.video-trends{padding:.75rem .5rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.video-trends .page-header{padding-top:.5rem;margin-top:0;margin-bottom:1rem}.video-trends .page-header>div{flex-direction:column;gap:.75rem}.video-trends .page-header h1{font-size:1.1rem;margin-bottom:.5rem}.video-trends .page-header p{font-size:.9rem;margin-bottom:.75rem!important}.video-trends .page-header .header-right-section{width:100%;align-items:flex-start;text-align:left}}
