@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-blue:#3947ee;--secondary-blue:#5474e2;--bg-dark:#050a14;--bg-card:#202533;--text-white:#e9ebef;--text-muted:#a0a6b5;--font-arabic:"Cairo", sans-serif;--font-english:"Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:var(--font-arabic);background-color:var(--bg-dark);color:var(--text-white);text-align:right;direction:ltr;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(90deg, var(--secondary-blue), var(--primary-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{font-weight:600;font-family:var(--font-arabic);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary-blue);color:var(--text-white);box-shadow:0 4px 15px #3947ee4d}.btn-primary:hover{background-color:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 6px 20px #5474e266}.btn-secondary{background-color:var(--bg-card);color:var(--text-white);border:1px solid #5474e233}.btn-secondary:hover{border-color:var(--primary-blue);background-color:#3947ee1a;transform:translateY(-2px)}.btn-premium-glass{color:#fff;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff08 0%,#ffffff14 100%);border:1px solid #ffffff1a;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.btn-premium-glass:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-premium-glass:hover{background:linear-gradient(135deg,#3947ee1a 0%,#3947ee33 100%);border-color:#3947ee80;transform:translateY(-2px);box-shadow:0 0 25px #3947ee33}.btn-premium-glass:hover:before{left:100%}@keyframes fadeIn{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.glass{-webkit-backdrop-filter:blur(10px);background:#202533b3;border:1px solid #e9ebef0d}input,textarea{width:100%;color:var(--text-white);font-family:var(--font-arabic);background-color:#050a1480;border:1px solid #e9ebef1a;border-radius:8px;padding:.75rem 1rem;transition:all .3s}input:focus,textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 2px #3947ee33}label{color:var(--text-muted);margin-bottom:.5rem;font-weight:600;display:block}.discord-card{color:#dbdee1;text-align:left;direction:ltr;background-color:#2b2d31;border-radius:12px;width:100%;max-width:350px;margin:0 auto;font-family:gg sans,Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden;box-shadow:0 4px 15px #0003}.discord-card-banner{background:linear-gradient(#5865f2 0%,#2b2d31 100%) 50%/cover;height:100px}.discord-card-content{padding:0 16px 16px;position:relative}.discord-card-icon-wrapper{background-color:#1e1f22;border:5px solid #2b2d31;border-radius:20px;width:84px;height:84px;margin-top:-42px;margin-bottom:12px;padding:6px;position:relative}.discord-card-icon{object-fit:cover;border-radius:14px;width:100%;height:100%}.discord-card-header{margin-bottom:12px}.discord-server-name{color:#f2f3f5;align-items:center;gap:4px;margin:0 0 4px;font-size:16px;font-weight:700;display:flex}.verified-badge svg{background-color:#23a559;border-radius:50%;width:16px;height:16px}.discord-server-stats{color:#b5bac1;align-items:center;gap:12px;font-size:12px;display:flex}.stat-item{align-items:center;gap:6px;display:flex}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.online{background-color:#23a559}.status-dot.offline{background-color:#80848e}.discord-card-description{color:#b5bac1;text-align:right;font-size:14px;line-height:1.4;font-family:var(--font-arabic);direction:rtl;margin-bottom:16px}.discord-card-description p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.discord-join-btn{color:#fff;text-align:center;background-color:#23a559;border-radius:4px;width:100%;padding:10px 0;font-family:gg sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s;display:block}.discord-join-btn:hover{color:#fff;background-color:#1a7a42}.bot-tag{color:#fff;background-color:#5865f2;border-radius:4px;align-items:center;gap:2px;margin-left:6px;padding:2px 4px;font-family:gg sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.bot-tag-icon{margin-right:-1px}.bot-icon-wrapper,.bot-icon{border-radius:50%!important}.bot-status-indicator{background-color:#23a559;border:3px solid #1e1f22;border-radius:50%;width:16px;height:16px;position:absolute;bottom:2px;right:2px}.about-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;background-color:#0b0e17d9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.about-modal-content{background:#101423f2;border:1px solid #3947ee33;border-radius:24px;flex-direction:column;width:90%;max-width:900px;height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 40px #3947ee1a}.about-modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:20px;left:20px}.about-modal-close:hover{background:#ef4444cc;transform:rotate(90deg)}.about-modal-scroll{flex-direction:column;flex:1;align-items:center;gap:40px;padding:60px 40px;display:flex;overflow-y:auto}.about-modal-scroll::-webkit-scrollbar{width:8px}.about-modal-scroll::-webkit-scrollbar-track{background:0 0}.about-modal-scroll::-webkit-scrollbar-thumb{background:#3947ee80;border-radius:10px}.about-modal-scroll::-webkit-scrollbar-thumb:hover{background:var(--primary-blue)}.about-section{opacity:0;flex-direction:column;align-items:center;gap:20px;width:100%;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUpFade;display:flex;transform:translateY(20px)}.about-section:first-child{animation-delay:.1s}.about-section:nth-child(3){animation-delay:.3s}.about-section:nth-child(5){animation-delay:.5s}.about-modal-img{object-fit:contain;border-radius:16px;width:100%;height:auto}.about-divider{opacity:0;background:linear-gradient(90deg,#0000,#3947ee80,#0000);width:60%;height:2px;margin:10px 0;animation:.5s ease-out .6s forwards fadeIn}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.about-modal-scroll{padding:60px 20px 40px}}.founder-card{text-align:center;background:#101423b3;border:1px solid #3947ee33;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:350px;padding:30px;transition:all .3s;display:flex;position:relative;overflow:hidden}.founder-card:hover{border-color:#3947ee80;transform:translateY(-5px);box-shadow:0 10px 30px #3947ee26}.founder-card:before{content:"";z-index:0;background:linear-gradient(#3947ee1a 0%,#0000 100%);width:100%;height:100px;position:absolute;top:0;left:0}.founder-image-wrapper{border:3px solid var(--primary-blue);background:var(--bg-dark);z-index:1;border-radius:50%;width:120px;height:120px;margin-bottom:20px;padding:4px;position:relative}.founder-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.founder-info{z-index:1;width:100%}.founder-name{color:#fff;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;font-size:1.5rem;display:flex}.founder-age{color:var(--text-muted);font-size:.9rem;font-weight:400}.founder-roles{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:15px;display:flex}.founder-role-badge{color:var(--primary-blue);background:#3947ee26;border:1px solid #3947ee4d;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:500}.founder-description{color:var(--text-muted);font-size:.95rem;line-height:1.6}.founder-image-modal{-webkit-backdrop-filter:blur(10px);z-index:10000;background-color:#050a14e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.founder-modal-img{object-fit:cover;border:5px solid var(--primary-blue);border-radius:50%;width:400px;max-width:90vw;height:400px;max-height:90vw;animation:.3s cubic-bezier(.175,.885,.32,1.275) scaleIn;box-shadow:0 10px 40px #3947ee4d}.close-image-btn{color:#fff;cursor:pointer;z-index:10001;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:all .3s;display:flex;position:absolute;top:30px;right:30px}.close-image-btn:hover{background:var(--primary-blue);transform:rotate(90deg)}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.founders-modal-overlay{-webkit-backdrop-filter:blur(15px);z-index:9999;background-color:#0b0e17e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.founders-modal-content{background:#101423cc;border:1px solid #3947ee4d;border-radius:24px;flex-direction:column;width:95%;max-width:1200px;height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 40px #3947ee1a}.founders-modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:20px;left:20px}.founders-modal-close:hover{background:#ef4444cc;transform:rotate(90deg)}.founders-modal-header{text-align:center;border-bottom:1px solid #ffffff0d;padding:40px 0 20px}.founders-modal-header h2{color:#fff;margin-bottom:10px;font-size:2.5rem}.founders-modal-header p{color:var(--primary-blue);font-size:1.1rem}.founders-modal-scroll{flex:1;padding:40px;overflow-y:auto}.founders-modal-scroll::-webkit-scrollbar{width:8px}.founders-modal-scroll::-webkit-scrollbar-track{background:0 0}.founders-modal-scroll::-webkit-scrollbar-thumb{background:#3947ee80;border-radius:10px}.founders-modal-scroll::-webkit-scrollbar-thumb:hover{background:var(--primary-blue)}.founders-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.empty-founders{text-align:center;color:var(--text-muted);margin-top:50px;font-size:1.2rem}@media (width<=768px){.founders-modal-scroll{padding:20px}.founders-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:15px;padding-bottom:1.5rem;overflow-x:auto}.founders-grid::-webkit-scrollbar{display:none}.founder-card{scroll-snap-align:center;flex:none;min-width:260px}}.youtubers-section{background:relative;padding:80px 0;overflow:hidden}.title-icon{vertical-align:middle;margin-left:10px}.marquee-container{width:100%;margin-top:40px;padding:20px 0;display:flex;position:relative;overflow:hidden}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.marquee-container:before{background:linear-gradient(to right, var(--bg-dark), transparent);left:0}.marquee-container:after{background:linear-gradient(to left, var(--bg-dark), transparent);right:0}.marquee-content{gap:30px;width:max-content;padding-right:30px;animation:40s linear infinite scrollMarquee;display:flex}.marquee-container:hover .marquee-content{animation-play-state:paused}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.youtuber-card{text-align:center;background:#10142399;border:1px solid #f003;border-radius:20px;flex-direction:column;flex-shrink:0;align-items:center;width:280px;padding:30px 20px;transition:all .3s;display:flex;position:relative}.youtuber-card:hover{border-color:#ff000080;transform:translateY(-10px);box-shadow:0 10px 30px #ff000026}.yt-avatar-wrapper{background:linear-gradient(45deg,red,#ff4d4d);border-radius:50%;width:100px;height:100px;margin-bottom:15px;padding:3px}.yt-avatar{object-fit:cover;background:var(--bg-dark);border-radius:50%;width:100%;height:100%}.yt-name{color:#fff;margin-bottom:15px;font-size:1.3rem;font-weight:700}.yt-stats{flex-direction:column;gap:10px;width:100%;margin-bottom:20px;display:flex}.yt-stat{color:#a0aec0;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 15px;font-size:.95rem;display:flex}.yt-link{color:red;background:0 0;border:1px solid red;border-radius:20px;padding:8px 25px;font-weight:700;text-decoration:none;transition:all .3s}.yt-link:hover{color:#fff;background:red;box-shadow:0 0 15px #f006}.youtuber-card.tier-gold{border-color:#ffd70033}.youtuber-card.tier-gold:hover{border-color:#ffd70080;box-shadow:0 10px 30px #ffd70026}.youtuber-card.tier-gold .yt-avatar-wrapper{background:linear-gradient(45deg,gold,orange)}.youtuber-card.tier-gold .yt-link{color:gold;border-color:gold}.youtuber-card.tier-gold .yt-link:hover{color:#000;background:gold;box-shadow:0 0 15px #ffd70066}.youtuber-card.tier-diamond{border-color:#0ff3}.youtuber-card.tier-diamond:hover{border-color:#00ffff80;box-shadow:0 10px 30px #00ffff26}.youtuber-card.tier-diamond .yt-avatar-wrapper{background:linear-gradient(45deg,#0ff,#08f)}.youtuber-card.tier-diamond .yt-link{color:#0ff;border-color:#0ff}.youtuber-card.tier-diamond .yt-link:hover{color:#000;background:#0ff;box-shadow:0 0 15px #0ff6}@media (width<=768px){.youtubers-section{padding:3rem 0}.marquee-container{margin-top:20px;padding:10px 0}.youtuber-card{width:200px;padding:15px 10px}.yt-avatar-wrapper{width:70px;height:70px;margin-bottom:10px}.yt-name{margin-bottom:10px;font-size:1rem}.yt-stat{padding:5px 10px;font-size:.75rem}.yt-link{padding:6px 15px;font-size:.8rem}}.header{z-index:100;border-bottom:1px solid #e9ebef0d;position:fixed;top:0;left:0;right:0}.header-content{direction:rtl;justify-content:space-between;align-items:center;height:80px;display:flex}.creative-logo{font-family:var(--font-english);cursor:pointer;direction:ltr;align-items:center;text-decoration:none;display:flex}.logo-column{flex-direction:column;align-items:center;line-height:1;display:flex}.logo-top{align-items:center;display:flex}.logo-s-letter{border-radius:6px;width:auto;height:48px;margin-top:0;margin-right:-4px}.logo-anad{color:var(--text-white);letter-spacing:1px;font-size:32px;font-weight:800}.logo-digital{color:var(--primary-blue);letter-spacing:7px;text-transform:uppercase;text-align:center;margin-top:4px;margin-left:12px;padding-left:7px;font-size:13px;font-weight:400}.nav{direction:ltr;align-items:center;gap:2rem;display:flex}.nav a:not(.btn){font-weight:600;transition:color .3s}.nav a:not(.btn):hover{color:var(--primary-blue)}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.hero-bg-glow{z-index:-1;background:radial-gradient(circle,#3947ee26 0%,#050a1400 70%);width:600px;max-width:100vw;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-banner{width:100%;max-width:400px;height:auto;margin-bottom:2rem;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.hero-banner.fade-in{opacity:1;transform:translateY(0)}.hero-banner.fade-out{opacity:0;transform:translateY(-20px)}.footer-logo img{max-width:100%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.hero-title{direction:rtl;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-subtitle{color:var(--text-muted);direction:rtl;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.services{background-color:#2025334d;padding:6rem 0}.section-title{text-align:center;direction:rtl;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.service-card{text-align:center;direction:rtl;border-radius:16px;padding:2rem;transition:all .3s}.service-card:hover{border-color:#3947ee4d;transform:translateY(-10px);box-shadow:0 10px 30px #3947ee1a}.service-icon{width:64px;height:64px;color:var(--primary-blue);background:#3947ee1a;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex}.service-card:hover .service-icon{background:var(--primary-blue);color:#fff}.service-card h3{margin-bottom:1rem;font-size:1.25rem}.service-card p{color:var(--text-muted);font-size:.95rem}.portfolio{padding:6rem 0}.portfolio-category{margin-bottom:4rem}.category-title{color:var(--secondary-blue);direction:rtl;border-bottom:2px solid #5474e233;margin-bottom:2rem;padding-bottom:.5rem;font-size:1.8rem;display:inline-block}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:center;gap:2rem;display:grid}.portfolio-card{border-radius:12px;transition:all .3s;overflow:hidden}.portfolio-card:hover{border-color:var(--primary-blue);transform:translateY(-5px)}.card-header{background:#3947ee0d;border-bottom:1px solid #e9ebef0d;padding:1.5rem}.card-header h4{margin:0;font-size:1.2rem}.card-body{padding:1.5rem}.card-body p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.card-link{color:var(--primary-blue);font-weight:600;text-decoration:underline}.card-link:hover{color:var(--secondary-blue)}.empty-state{text-align:center;color:var(--text-muted);direction:rtl;border-radius:16px;padding:4rem}.footer{border-top:1px solid #e9ebef0d;padding:2rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-content p{color:var(--text-muted);font-size:.9rem}@media (width<=768px){.header-content{height:48px;padding:0 .5rem}.logo-s-letter{height:24px}.logo-anad{font-size:14px}.logo-digital{letter-spacing:2px;margin-top:1px;margin-left:3px;padding-left:2px;font-size:5px}.nav{gap:.3rem}.nav a:not(.btn){font-size:.6rem}.nav a.btn{white-space:nowrap;padding:.25rem .4rem;font-size:.55rem}.hero{min-height:auto;padding-top:70px;padding-bottom:1.5rem}.hero-banner{max-width:180px;margin-bottom:1rem}.hero-title{margin-bottom:.8rem;font-size:1.2rem}.hero-subtitle{margin:0 auto 1.2rem;padding:0 .5rem;font-size:.7rem}.hero-actions{gap:.4rem}.hero-actions .btn{padding:.35rem .6rem;font-size:.6rem}.services{padding:2.5rem 0}.section-title{margin-bottom:1.5rem;font-size:1.2rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:.6rem}.service-card{padding:.8rem}.service-icon{border-radius:10px;width:36px;height:36px;margin-bottom:.6rem}.service-icon svg{width:18px;height:18px}.service-card h3{margin-bottom:.4rem;font-size:.7rem}.service-card p{font-size:.55rem;line-height:1.4}.portfolio{padding:2.5rem 0}.portfolio-category{margin-bottom:2rem}.category-title{margin-bottom:1rem;font-size:1rem}.portfolio-card .btn{padding:.4rem;font-size:.65rem}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem}.discord-card{font-size:.75rem;max-width:100%!important}.discord-card-banner{height:55px}.discord-card-icon-wrapper{border-width:3px;width:48px;height:48px;margin-top:-24px;margin-bottom:6px}.discord-server-name{font-size:.7rem}.discord-server-stats{gap:6px;font-size:.55rem}.discord-card-description{margin-bottom:8px;font-size:.6rem}.discord-card-description p{-webkit-line-clamp:2}.discord-join-btn{padding:5px 0;font-size:.6rem}.discord-card-content{padding:0 8px 8px}.footer-content{text-align:center;flex-direction:column;gap:.5rem}.footer-logo img{width:150px!important}.footer-content p{font-size:.65rem}.about-inline-content{padding:1rem}.container{padding:0 .8rem}}.about-inline-section{justify-content:center;padding:4rem 0;display:flex}.about-inline-content{direction:rtl;border-radius:24px;flex-direction:column;align-items:center;gap:30px;width:100%;max-width:900px;padding:3rem;animation:.6s cubic-bezier(.16,1,.3,1) slideUpFade;display:flex}.about-inline-img{object-fit:contain;border-radius:16px;width:100%;height:auto}.about-inline-divider{background:linear-gradient(90deg,#0000,#3947ee80,#0000);width:70%;height:2px;margin:10px 0}.dashboard-page{background-color:var(--bg-dark);min-height:100vh;display:flex}.dashboard-sidebar{border-left:1px solid #e9ebef0d;width:280px;padding:2rem 1.5rem;position:fixed;top:0;bottom:0;right:0}.sidebar-header{margin-bottom:3rem}.back-link{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;transition:color .3s;display:flex}.sidebar-header h2{color:var(--primary-blue);font-size:1.5rem}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.nav-btn{width:100%;color:var(--text-muted);font-family:var(--font-arabic);cursor:pointer;text-align:right;background:0 0;border:none;border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.nav-btn:hover{color:var(--text-white);background:#3947ee0d}.nav-btn.active{background:var(--primary-blue);color:#fff}.dashboard-content{flex:1;margin-right:280px;padding:3rem 0}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{border-bottom:2px solid #3947ee33;padding-bottom:1rem;font-size:2rem;display:inline-block}.dashboard-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.form-section{border-radius:16px;padding:2rem}.form-section h3{color:var(--secondary-blue);margin-bottom:1.5rem;font-size:1.3rem}.dashboard-form{flex-direction:column;gap:1.5rem;display:flex}.dashboard-form .btn{margin-top:1rem}.list-section h3{margin-bottom:1.5rem;font-size:1.3rem}.dashboard-list{flex-direction:column;gap:1rem;display:flex}.dashboard-list-item{border-radius:12px;justify-content:space-between;align-items:flex-start;padding:1.5rem;transition:transform .3s;display:flex}.dashboard-list-item:hover{border-color:#3947ee33;transform:translate(-5px)}.item-info h4{margin-bottom:.5rem;font-size:1.1rem}.item-info p{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.item-info a{color:var(--primary-blue);font-size:.9rem;text-decoration:underline}.btn-icon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .3s}.btn-danger:hover{color:#dc3545;background:#dc35451a}@media (width<=992px){.dashboard-grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-page{flex-direction:column}.dashboard-sidebar{border-bottom:1px solid #e9ebef0d;border-left:none;width:100%;padding:1rem;position:static}.sidebar-header{text-align:center;margin-bottom:1rem}.sidebar-nav{flex-direction:row;padding-bottom:5px;overflow-x:auto}.nav-btn{white-space:nowrap;text-align:center;justify-content:center;width:auto}.dashboard-content{margin-right:0;padding:1.5rem 1rem}}.dashboard-list-item[draggable=true]:active{cursor:grabbing}.item-drag-handle:hover{color:var(--primary-blue)!important}.btn-edit{color:var(--primary-blue);background:#3947ee1a}.btn-edit:hover{background:var(--primary-blue);color:#fff}.btn-secondary{color:var(--text-light);background:#ffffff1a;border:1px solid #fff3}.btn-secondary:hover{background:#fff3}.login-container{background:var(--bg-dark);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.login-container:before{content:"";z-index:0;background:radial-gradient(circle,#3947ee0d 0%,#0000 50%);width:200%;height:200%;animation:30s linear infinite rotate;position:absolute;top:-50%;left:-50%}.login-box{z-index:1;border-radius:20px;width:100%;max-width:450px;padding:3rem 2rem;position:relative;box-shadow:0 20px 40px #0003}.login-header{text-align:center;margin-bottom:2.5rem}.login-icon{margin-bottom:1rem}.login-header h2{margin-bottom:.5rem;font-size:2rem}.login-header p{color:var(--text-muted);font-size:.95rem}.login-error{color:#f44;text-align:center;background:#ff44441a;border:1px solid #f443;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.login-form .form-group{margin-bottom:1.5rem}.login-form label{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;display:block}.login-btn{justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;display:flex}.back-link{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;text-decoration:none;transition:all .3s;display:flex}.back-link:hover{color:var(--primary-blue)}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rotate{to{transform:rotate(360deg)}}
