@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Sinhala:wght@400;500;600;700&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.popup-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.popup-overlay.show{opacity:1;visibility:visible}.popup-overlay.hide{opacity:0;visibility:hidden}.popup-container{background:linear-gradient(135deg,#1a1408,#0d0a04);border:2px solid #e6b84e;border-radius:24px;flex-direction:column;width:min(95vw,900px);max-height:90vh;transition:transform .3s,opacity .3s;display:flex;overflow:hidden;box-shadow:0 20px 60px #000000e6,0 0 30px #e6b84e4d}.popup-container.show{opacity:1;transform:scale(1)}.popup-container.hide{opacity:0;transform:scale(.9)}.popup-header{background:#e6b84e14;border-bottom:1px solid #e6b84e40;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.popup-title{color:#e6b84e;letter-spacing:1px;margin:0;font-family:Georgia,serif;font-size:18px;font-weight:700}.popup-close{color:#e6b84e;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;transition:all .2s;display:flex}.popup-close:hover{background:#e6b84e26;transform:scale(1.1)}.popup-body{flex:1;padding:22px;overflow-y:auto}.popup-body.split-layout{align-items:stretch;gap:20px;display:flex}.popup-image{flex:1;max-width:45%}.popup-image img{object-fit:cover;border-radius:12px;width:100%;height:100%}.popup-content{color:#ffdf9c;text-align:justify;white-space:pre-line;word-break:break-word;overflow-wrap:break-word;flex:1;padding-right:8px;font-family:Noto Sans Sinhala,sans-serif;font-size:14px;line-height:1.8}.popup-footer{background:#00000040;border-top:1px solid #e6b84e40;justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.popup-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-family:Georgia,serif;font-size:14px;font-weight:600;transition:all .2s}.popup-btn-confirm{color:#1a1408;background:linear-gradient(135deg,#e6b84e,#b87a1a)}.popup-btn-cancel{color:#e6b84e;background:0 0;border:1px solid #e6b84e}.popup-btn-close{color:#ffdf9c;background:linear-gradient(135deg,#8b2a1a,#5a1a10)}.popup-body::-webkit-scrollbar{width:6px}.popup-body::-webkit-scrollbar-thumb{background:#e6b84e;border-radius:3px}@media (width<=768px){.popup-body.split-layout{flex-direction:column}.popup-image{max-width:100%}.popup-title{font-size:16px}.popup-content{font-size:13px}}.youtube-audio-player{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1408f2,#0d0a04fa);border:1px solid #e6b84e;border-radius:50px;padding:8px 16px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 20px #0006,0 0 15px #e6b84e33}.audio-controls{align-items:center;gap:12px;display:flex}.control-btn{color:#e6b84e;cursor:pointer;background:#e6b84e26;border:1px solid #e6b84e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.control-btn:hover:not(.disabled){color:#1a1206;background:#e6b84e;transform:scale(1.05)}.control-btn.disabled{opacity:.4;cursor:not-allowed}.volume-slider{-webkit-appearance:none;cursor:pointer;background:#e6b84e40;border-radius:2px;outline:none;width:80px;height:4px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#e6b84e;border-radius:50%;width:12px;height:12px}.audio-status{border-left:1px solid #e6b84e40;padding-left:10px;font-family:monospace;font-size:11px}.status-loading{color:#d4882a;animation:1s infinite pulse}.status-playing{color:#4aaa6a}.status-playing:before{content:"♫ ";animation:1s infinite pulse}.status-paused{color:#e6b84e;opacity:.7}.mobile-play-overlay{color:#1a1206;cursor:pointer;z-index:1001;background:#e6b84e;border-radius:30px;padding:8px 16px;font-size:12px;font-weight:700;animation:.5s bounce;position:fixed;bottom:100px;right:20px;box-shadow:0 2px 10px #0000004d}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes bounce{0%{opacity:0;transform:scale(.9)}80%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.youtube-audio-player{padding:6px 12px;bottom:10px;right:10px}.volume-slider{width:60px}}
