*,:after,:before{box-sizing:border-box}body{background:#181b24;color:#f6f6f6;font-family:Segoe UI,Roboto,sans-serif;margin:0}.homepage{display:flex;flex-direction:column;height:auto;min-height:100vh}.navbar{padding:1.5rem 3rem}.logo{color:#70a1ff;font-size:1.8rem}.nav-links{display:flex;gap:2rem;list-style:none;margin:0}.nav-links a{transition:color .15s}.hero{margin:4rem 0;text-align:center}.hero h1{color:#fff;font-size:2.7rem;margin-bottom:1rem}.hero p{color:#b0b8c1;font-size:1.2rem}.cta-btn{background:#70a1ff;border-radius:100px;color:#181b24;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:2rem;padding:.8rem 2.2rem;text-decoration:none;transition:background .2s}.cta-btn:hover{background:#3666a6;color:#fff}.features{display:flex;gap:2rem;justify-content:center;margin:3rem auto;max-width:900px}.feature-card{background:#22242e;border-radius:1.3rem;box-shadow:0 4px 32px #222c3626;padding:2rem 1.6rem;text-align:center}.feature-card h2{color:#70a1ff;margin-bottom:1rem}.footer{background:#1b1e28;color:#b0b8c1;margin-top:auto;padding:1.5rem 0;text-align:center}@media (max-width:900px){.features{gap:1.5rem;padding:0 1rem}.features,.navbar{flex-direction:column}.navbar{gap:1rem;padding:1rem}.hero h1{font-size:2.3rem}}.blogs{margin:3rem auto;max-width:1000px;padding:0 1rem;text-align:center}.blogs h2{color:#70a1ff;margin-bottom:2rem}.blog-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.blog-card{background:#22242e;border-radius:1.3rem;box-shadow:0 4px 32px #222c3626;flex:1 1 45%;margin-bottom:1.8rem;max-width:600px;padding:1.5rem;text-align:center}.blog-card img{border-radius:.8rem;margin-bottom:1rem;max-width:100%}.blog-card h3{color:#70a1ff;margin-bottom:.8rem}.journey,.requests,.subscription-note{color:#b0b8c1;margin:3rem auto;max-width:700px;padding:0 1rem;text-align:center}.journey h2,.requests h2{color:#70a1ff;margin-bottom:1rem}.subscription-note p{color:#89a1c9;font-style:italic;margin-top:2rem}@media (max-width:900px){.blogs{padding:0 .6rem}.blog-card{flex:1 1 100%;max-width:none;padding:1rem}}.projects{margin:4rem auto;max-width:1200px;padding:0 1rem;text-align:center}.projects h2{color:#70a1ff;font-size:2.2rem;margin-bottom:2.5rem}.project-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.project-card{background:#22242e;border-radius:1.3rem;box-shadow:0 6px 40px #222c3633;flex:1 1 32%;max-width:380px;padding:2rem;text-align:center;transition:all .3s ease}.project-card:hover{box-shadow:0 20px 60px #70a1ff40;transform:translateY(-10px)}.project-card img{border-radius:.8rem;margin-bottom:1.2rem;max-width:100%}.project-card h3{color:#70a1ff;font-size:1.4rem;margin-bottom:1rem}.project-card p{color:#b0b8c1;line-height:1.6;margin-bottom:1.5rem}.project-link{background:#0000;border:2px solid #70a1ff;border-radius:50px;color:#70a1ff;display:inline-block;font-weight:600;padding:.6rem 1.5rem;text-decoration:none;transition:all .3s}.project-link:hover{background:#70a1ff;color:#181b24}.stats{background:linear-gradient(135deg,#212337,#1b1e28);margin:2rem 0;padding:4rem 1rem}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:0 auto;max-width:900px}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#70a1ff,#89a1c9);-webkit-background-clip:text;display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#89a1c9;font-size:1.1rem;letter-spacing:1px;text-transform:uppercase}.freelance-cta{background:linear-gradient(135deg,#22242e,#2a2e3b);border-radius:1.5rem;box-shadow:0 10px 50px #222c3666;margin:4rem auto;max-width:700px;padding:3rem 2rem;text-align:center}.freelance-cta h2{color:#70a1ff;font-size:2rem;margin-bottom:1.2rem}.freelance-cta p{color:#b0b8c1;font-size:1.15rem;margin-bottom:2.5rem}.cta-btn.large{font-size:1.2rem;padding:1.1rem 3rem}@media (max-width:900px){.project-card{flex:1 1 100%;max-width:none}.stats-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}.register-container{align-items:center;background:#181b24;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;width:100vw}.register-form{background:#22242e;border-radius:1.3rem;box-shadow:0 4px 32px #222c3626;color:#f6f6f6;display:flex;flex-direction:column;gap:1.8rem;max-width:400px;padding:2rem 2.5rem;transition:box-shadow .3s ease;width:100%}.register-form:hover{box-shadow:0 6px 48px #70a1ff66}.register-input{background:#181b24;border:2px solid #333748;border-radius:1rem;color:#f6f6f6;font-size:1.05rem;outline:none;padding:.9rem 1rem;transition:border-color .3s ease,box-shadow .3s ease}.register-input::placeholder{color:#707a94}.register-input:focus{border-color:#70a1ff;box-shadow:0 0 8px 2px #70a1ff99}.register-button{background:#70a1ff;border:none;border-radius:100px;color:#181b24;cursor:pointer;font-size:1.15rem;font-weight:600;padding:1rem 0;transition:background-color .25s ease,transform .2s ease}.register-button:hover:not(:disabled){background:#3666a6;color:#fff;transform:scale(1.05)}.register-button:disabled{background:#5a7fcc;color:#d1d8e0;cursor:not-allowed;transform:none}body,html{background:#181b24;box-sizing:border-box;color:#f6f6f6;font-family:Segoe UI,Roboto,sans-serif;padding:0}*,:after,:before{box-sizing:inherit}.auth-container{align-items:center;background:#181b24;box-sizing:border-box;gap:1rem;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;width:100vw}.auth-container,.auth-form{display:flex;flex-direction:column}.auth-form{background:#22242e;border-radius:1.3rem;box-shadow:0 4px 32px #222c3626;color:#f6f6f6;gap:1.8rem;max-width:400px;padding:2rem 2.5rem;transition:box-shadow .3s ease;width:100%}.auth-form:hover{box-shadow:0 6px 48px #70a1ff66}.auth-input{background:#181b24;border:2px solid #333748;border-radius:1rem;color:#f6f6f6;font-size:1.05rem;outline:none;padding:.9rem 1rem;transition:border-color .3s ease,box-shadow .3s ease}.auth-input::placeholder{color:#707a94}.auth-input:focus{border-color:#70a1ff;box-shadow:0 0 8px 2px #70a1ff99}.auth-button{background:#70a1ff;border:none;border-radius:100px;color:#181b24;cursor:pointer;font-size:1.15rem;font-weight:600;padding:1rem 0;transition:background-color .25s ease,transform .2s ease}.auth-button:hover:not(:disabled){background:#3666a6;color:#fff;transform:scale(1.05)}.auth-button:disabled{background:#5a7fcc;color:#d1d8e0;cursor:not-allowed;transform:none}.auth-switch-button{background:#0000;border:none;color:#70a1ff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:1rem auto 0;padding:0;text-decoration:underline;transition:color .25s ease}.auth-switch-button:hover{color:#3666a6}.back-button-circle svg{display:block;margin:auto}.back-button-circle{background:#22242e;border:none;border-radius:50%;box-shadow:0 4px 12px #222c364d;color:#70a1ff;cursor:pointer;font-size:1.6rem;height:42px;justify-content:center;left:20px;line-height:1;padding:0;position:absolute;top:20px;transition:background-color .25s ease,color .25s ease;width:42px}.back-button-circle,.navbar{align-items:center;display:flex}.navbar{justify-content:space-between;min-height:60px;padding:.5rem 1rem;position:relative;z-index:10}.logo{align-items:center;color:#c4c4c4;display:inline-flex;font-size:1.6rem;font-weight:700;line-height:1;padding:4px 0}.projects-menu{cursor:pointer;position:relative}.submenu{background:#181b24;border-radius:.6rem;box-shadow:0 2px 24px #222c3624;box-sizing:border-box;list-style:none;margin:0;max-width:90vw;min-width:130px;opacity:0;padding:.5rem 1rem .5rem 0;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;z-index:10}.submenu li{padding:.4rem 1.3rem}.submenu li a{color:#c4c4c4;display:block;font-size:1.01rem;overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:color .12s;white-space:nowrap}.submenu li a:hover{color:#70a1ff}.nav-links a{color:#f6f6f6;font-weight:500;line-height:1;position:relative;text-decoration:none;transition:color .3s ease,transform .2s ease}.nav-links a:after{background:#70a1ff;border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover{color:#70a1ff;transform:scale(1.05)}.nav-links a:hover:after{width:100%}.projects-menu>span{color:#f6f6f6;display:inline-block;position:relative;transition:color .3s ease,transform .3s ease}.projects-menu:focus-within>span,.projects-menu:hover>span{color:#70a1ff;transform:scale(1.05) translateY(-2px)}.language-switcher{display:flex;justify-content:center}.language-switcher button{all:unset;color:#f6f6f6;cursor:pointer;font-size:1rem;font-weight:500;margin:0 .5rem;position:relative;transition:color .3s ease,transform .2s ease}.language-switcher button:after{background:#70a1ff;border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.language-switcher button:focus,.language-switcher button:hover{color:#70a1ff;transform:scale(1.05)}.language-switcher button:focus:after,.language-switcher button:hover:after{width:100%}.mobile-menu-toggle{background:none;border:none;color:#f6f6f6;cursor:pointer;display:none;font-size:2rem;line-height:1}@media (min-width:769px){.projects-menu:focus-within .submenu,.projects-menu:hover .submenu{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.submenu.show{opacity:1!important;pointer-events:auto!important;visibility:visible!important}.mobile-lang-switcher{display:none}.nav-links{align-items:center;display:flex;gap:1.25rem;position:static}}@media (max-width:768px){.navbar{align-items:center;display:grid;grid-template-columns:auto 1fr}.mobile-menu-toggle{display:block;grid-column:2;justify-self:end;z-index:1001}.language-switcher,.nav-links{display:none}.nav-links{background:#181b24;border-bottom:1px solid #222634;border-left:1px solid #222634;box-shadow:0 8px 24px #00000040;flex-direction:column;gap:.2rem;max-height:calc(100vh - 60px);max-width:80vw;overflow-y:auto;padding:.6rem .6rem .8rem;position:absolute;right:0;top:100%;width:13rem;z-index:1000}.nav-links.open{display:flex}.nav-links li{align-items:center;display:flex;margin:.3rem 0;text-align:center}.mobile-lang-switcher{border-top:1px solid #242a3a;display:flex;gap:.5rem;justify-content:center;margin-top:.4rem;padding-top:.4rem}.mobile-lang-switcher button{all:unset;color:#f6f6f6;cursor:pointer;font-size:1.05rem;font-weight:600;padding:.35rem .55rem;position:relative;transition:color .2s ease,transform .2s ease}.mobile-lang-switcher button:focus,.mobile-lang-switcher button:hover{color:#70a1ff;transform:scale(1.05)}.submenu{background:#0000;box-shadow:none;opacity:0;padding-left:.75rem;pointer-events:none;position:static;visibility:hidden}.submenu.show{opacity:1!important;pointer-events:auto!important;visibility:visible!important}.submenu li{padding:.25rem 0}.submenu li a{color:#c4c4c4;font-size:1.05rem}}.profile-menu{align-items:center;cursor:pointer;display:flex;height:32px;justify-content:center;position:relative}.profile-picture{display:block;height:32px;margin:0!important;padding:0;width:32px}.profile-dropdown{background:#181b24;border-radius:.4rem;box-shadow:0 2px 12px #0000004d;list-style:none;min-width:140px;padding:.5rem 0;position:absolute;right:0;top:calc(100% - 2px);z-index:2000}.profile-dropdown li{padding:0}.profile-dropdown li a,.profile-dropdown li button{background:none;border:none;box-sizing:border-box;color:#c4c4c4;cursor:pointer;display:block;font-size:1rem;padding:.5rem 1rem;position:relative;text-align:left;text-decoration:none;transition:background-color .2s ease,color .2s ease;width:100%}.profile-dropdown li a:after,.profile-dropdown li button:after{background:#70a1ff;border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.profile-dropdown li a:hover,.profile-dropdown li button:hover{background-color:#313641;color:#70a1ff}.profile-dropdown li a:hover:after,.profile-dropdown li button:hover:after{width:100%}.profile-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.btn-save{background-color:#70a1ff;box-shadow:0 2px 6px #70a1ff66;color:#181b24}body,html{height:100%;margin:0;overflow:hidden}.layout-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.navbar{background:#212337;flex-shrink:0;height:70px}.main-content{background:#181b24;flex:1 1;min-height:0;overflow:auto}.main-content.fullscreen{height:100vh;padding:0}.profile-container{background:#181b24;border-radius:.75rem;box-shadow:0 6px 24px #222c3640;color:#c4c4c4;margin:3rem auto;max-width:480px;padding:2rem;text-align:center}.profile-picture{border:3px solid #70a1ff;border-radius:50%;height:140px;margin-bottom:1rem;object-fit:cover;width:140px}.profile-username{color:#70a1ff;font-size:1.8rem;margin-bottom:.75rem}.profile-bio{color:#a0a8cc;cursor:pointer;display:block;font-size:1.1rem;line-height:1.4;margin:0;position:relative;text-align:center;transition:color .3s ease;width:100%}.profile-bio-input{background:#22273a;border:1px solid #70a1ff;border-radius:.4rem;box-sizing:border-box;color:#c4c4c4;font-size:1.1rem;margin-bottom:.5rem;outline:none;padding:.5rem;width:100%}.profile-bio:hover{color:#70a1ff}.profile-bio:not(.editing):hover:after{opacity:1}.profile-bio-textarea{background:#22273a;border:1px solid #70a1ff;border-radius:.4rem;color:#c4c4c4;font-size:1.1rem;margin-bottom:.5rem;outline:none;padding:.5rem;resize:vertical;width:100%}.btn-cancel,.btn-save{background-color:#70a1ff;border:none;border-radius:.4rem;box-shadow:0 2px 6px #70a1ff66;color:#181b24;cursor:pointer;font-size:1rem;font-weight:600;margin:1rem;padding:.5rem 1rem;transition:background-color .3s,box-shadow .3s,transform .2s}.btn-save:hover{background-color:#5a8ddf;box-shadow:0 4px 10px #70a1ff80;transform:translateY(-2px)}.btn-cancel{background-color:#777;color:#fff}.btn-cancel:hover{background-color:#555;box-shadow:0 3px 8px #0000004d;transform:translateY(-1px)}.reviews-container{background:#181b24;border-radius:.75rem;box-shadow:0 6px 24px #222c3640;color:#c4c4c4;margin:2rem auto;max-width:960px;padding:0 1rem}.reviews-title{border-bottom:2px solid #70a1ff;color:#70a1ff;font-size:2rem;font-weight:700;padding:1rem 0;text-align:center}.review-block{background:#22273a;border-radius:.5rem;box-shadow:inset 0 0 8px #70a1ff2e;margin-bottom:10px;padding:1rem;transition:background .3s ease}.review-block:hover{background:#2a3050}.review-block h2 a,.review-block h2 a:visited{color:inherit;text-decoration:none}.review-block h2 a:hover{color:#70a1ff;text-decoration:underline}.review-block p{color:#c4c4c4;font-size:1.05rem;line-height:1.5;margin-top:.5rem;white-space:pre-line}.no-reviews-text{color:#9eb8ff;font-style:italic;padding:2rem 0;text-align:center}.review-post-container{min-height:100vh;overflow-y:auto;padding:2rem 1rem;width:100%}.conspiracy-post-container{color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:40px auto;max-width:800px;padding:0 20px}.conspiracy-post-title{color:#0b3d91;font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:24px}.conspiracy-post-article{color:#fff;font-size:1.15rem;line-height:1.7;margin-bottom:36px;white-space:pre-line}.conspiracy-post-like-btn{align-items:center;background-color:#0b3d91;border:none;border-radius:8px;box-shadow:0 4px 8px #0b3d914d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;gap:8px;padding:12px 24px;transition:background-color .2s ease}.conspiracy-post-like-btn:hover{background-color:#064d96}.loading-message,.not-found-message{color:#777;font-size:1.3rem;margin-top:100px;text-align:center}.youtube-downloader{background:radial-gradient(circle at top left,#222 0,#151515 55%,#101010 100%);border:1px solid #ffffff0a;border-radius:16px;box-shadow:0 18px 40px #0000008c;margin:2.5rem auto;max-width:640px;padding:2rem 2.25rem}.yd-header{margin-bottom:1.5rem;text-align:center}.youtube-downloader h2{color:#fff;font-size:1.6rem;letter-spacing:.02em;margin:0 0 .35rem}.yd-subtitle{color:#a1a1aa;font-size:.95rem;margin:0}.yd-body{display:flex;flex-direction:column;gap:1rem}.yd-body-inline{gap:.75rem}.yd-label{color:#e5e5e5;display:block;font-size:.9rem;margin-bottom:.25rem}.input-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.url-input{background:#18181b;border:1px solid #27272a;border-radius:12px;box-sizing:border-box;color:#f9fafb;flex:1 1 auto;font-size:1rem;height:3rem;padding:1rem 1.1rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.url-input::placeholder{color:#6b7280}.url-input:focus{background:#111827;border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee66;outline:none}.format-group.inline{flex:0 0 auto;min-width:240px}.format-group.inline .format-label{display:block;font-size:.85rem;margin-bottom:.4rem;text-align:left}.format-options{display:flex;flex-wrap:wrap;gap:.5rem}.format-chip{align-items:center;background:#18181b;border:1px solid #27272a;border-radius:12px;box-sizing:border-box;color:#e5e7eb;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;height:3rem;justify-content:center;line-height:1.2;padding:.75rem 1rem;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.format-chip:hover:not(:disabled){border-color:#3b82f6}.format-chip.active{background:linear-gradient(135deg,#22d3ee,#3b82f6);border-color:#0000;color:#0b1120;transform:translateY(-1px)}.format-chip:disabled{cursor:not-allowed;opacity:.6}.button-wrapper{margin-top:.25rem;width:100%}.button-wrapper,.download-btn{display:flex;justify-content:center}.download-btn{align-items:center;background:linear-gradient(135deg,#22d3ee,#3b82f6);border:none;border-radius:999px;box-shadow:0 10px 25px #0f172a99;box-sizing:border-box;color:#0b1120;cursor:pointer;font-size:1rem;font-weight:600;height:3rem;padding:1rem 2.4rem;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.download-btn:hover:not(:disabled){box-shadow:0 14px 30px #0f172acc;filter:brightness(1.05);transform:translateY(-1px)}.download-btn:active:not(:disabled){box-shadow:0 6px 18px #0f172ab3;transform:translateY(0)}.download-btn:disabled{cursor:not-allowed;opacity:.7}.status{border:1px solid #0000;border-radius:10px;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.75rem 1rem;text-align:center}.status-loading{background:#eab3081f;border-color:#facc154d;color:#facc15}.status-success{background:#16a34a26;border-color:#22c55e59;color:#4ade80}.status-error{background:#dc26261f;border-color:#f8717159;color:#fb7185}.yd-hint{color:#6b7280;font-size:.8rem;margin-top:.5rem}@media (max-width:640px){.input-row{align-items:stretch;flex-direction:column;gap:.9rem}.format-group.inline{min-width:0}.format-options{justify-content:center}}
/*# sourceMappingURL=main.eb7ba3ee.css.map*/