@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#fff;background-color:#000}#root{width:100%;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem;transition:all .3s ease;background:transparent}.header.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;box-shadow:0 4px 20px #00000080}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;transition:all .3s ease;letter-spacing:-.5px}.logo:hover{transform:scale(1.05)}.nav{display:flex;gap:2rem;align-items:center}.menu-toggle{display:none;background:transparent;border:none;padding:.5rem;cursor:pointer;flex-direction:column;gap:6px}.menu-bar{display:block;width:22px;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.nav-link{color:#b0b0b0;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.nav-link.nav-cta{background:#fff;color:#0b0f1c;padding:.55rem 1.4rem;border-radius:999px;font-weight:700;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center}.nav-link.nav-cta:after{display:none}.nav-link.nav-cta:hover{color:#0b0f1c;transform:translateY(-1px);box-shadow:0 6px 18px #ffffff40}@media(max-width:900px){.header{padding:1rem}.header.scrolled{padding:.75rem 1rem}.logo{font-size:1.2rem}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;background:#000000f2;border-bottom:1px solid rgba(255,255,255,.08)}.nav.open{display:flex}.nav-link{font-size:.9rem}.nav-link.nav-cta{width:100%;text-align:center;justify-content:center}}@media(max-width:480px){.nav-link{font-size:.85rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(180deg,#0a0e1afa,#040710fa);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-content{max-width:800px;text-align:center;position:relative;z-index:1;animation:fadeInUp 1s ease-out}.hero-profile{margin-bottom:2rem;margin-top:6rem;display:flex;justify-content:center}.profile-image{width:368px;height:426px;object-fit:cover;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.profile-image-container{width:380px;height:393px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;transition:all .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;margin-bottom:1rem;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.gradient-text{background:linear-gradient(to right,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);padding:0 1rem;color:#b0b0b0;margin-bottom:1.5rem;font-weight:600;animation:fadeInUp 1s ease-out .4s both}.hero-description{font-size:1.1rem;padding:0 1rem;color:#909090;margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .6s both}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .8s both}.about{padding:5rem 1.5rem;background:linear-gradient(180deg,#0a0e1afa,#040710fa)}.about .section-title{color:#f5f7ff}.about-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.about-body{font-size:1.05rem;line-height:1.8;color:#e5eaffd1;text-align:center}.about-highlights{list-style:none;padding:0;margin:0;display:grid;gap:.75rem;width:100%}.about-highlights li{background:#ffffff0f;border:1px solid rgba(120,160,255,.25);padding:.85rem 1rem;border-radius:12px;color:#f2f5ff;font-weight:500;box-shadow:0 12px 30px #0b0f1a59;text-align:center}@media(max-width:768px){.about{padding:4rem 1.5rem}}.project-card{background:#1a1a1a;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #ffffff0d;transition:all .3s ease;height:100%;border:1px solid #2a2a2a;animation:slideInUp .6s ease-out both}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #ffffff1a;border-color:#3a3a3a}.project-link{text-decoration:none;color:inherit;display:block}.project-thumbnail{position:relative;width:100%;height:310px;overflow:hidden;background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}.project-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-thumbnail img{transform:scale(1.15) rotate(2deg)}.project-overlay{position:absolute;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-project{color:#fff;font-weight:600;font-size:1.1rem}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.project-description{color:#a0a0a0;line-height:1.6;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#080a14;border:1px #5d6274 solid;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease}.tag:hover{transform:translateY(-2px);background:#3a3a3a}.projects{padding:5rem 2rem;background:linear-gradient(180deg,#0a0e1afa,#040710fa)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.projects{padding:3rem 1rem}.projects-grid{grid-template-columns:1fr}}.skills{padding:5rem 2rem;background:linear-gradient(180deg,#0a0e1afa,#040710fa)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:linear-gradient(180deg,#0a0e1ae6,#040710e6);padding:2rem;border-radius:16px;border:1px solid rgba(120,140,255,.2);box-shadow:0 18px 40px #06091459;transition:all .3s ease;animation:fadeInScale .6s ease-out both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.skill-category:nth-child(1){animation-delay:.1s}.skill-category:nth-child(2){animation-delay:.2s}.skill-category:nth-child(3){animation-delay:.3s}.skill-category:hover{border-color:#78aaff99;transform:translateY(-5px);box-shadow:0 20px 45px #14287859}.category-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;display:flex;align-items:center}.category-title:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#fff,gray);margin-right:.75rem;border-radius:2px}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-item{background:#080a14e6;color:#d8e1ffcc;padding:.6rem 1.2rem;border-radius:25px;font-weight:600;font-size:.95rem;border:1px solid rgba(120,140,255,.25);transition:all .3s ease}.skill-item:hover{background:#78aaff33;color:#f5f8ff;border-color:#8cb4ff99;animation:bounceIn .5s ease}@keyframes bounceIn{0%,to{transform:translateY(-2px)}50%{transform:translateY(-8px)}}@media(max-width:768px){.skills{padding:3rem 1rem}.skills-grid{grid-template-columns:1fr}}.contact{padding:5rem 2rem;background:linear-gradient(180deg,#0a0e1afa,#040710fa);color:#fff}.contact .section-title{color:#fff;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:white}.contact .section-subtitle{color:#b0b0b0}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:flex-start;background:#ffffff0d;padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border:1px solid rgba(255,255,255,.1);animation:slideInLeft .6s ease-out both}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.contact-info .info-item:nth-child(1){animation-delay:.1s}.contact-info .info-item:nth-child(2){animation-delay:.2s}.contact-info .info-item:nth-child(3){animation-delay:.3s}.info-item:hover{background:#ffffff1a;transform:translate(5px);border-color:#fff3}.info-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;color:#667eea;min-width:2rem}.info-text h3{font-size:1.1rem;margin-bottom:.5rem;font-weight:700}.info-text a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.info-text a:hover{color:#fff;text-decoration:underline}.cta-box{background:#ffffff0d;padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);animation:slideInRight .6s ease-out .2s both}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.cta-box h3{font-size:1.8rem;margin-bottom:1.5rem;font-weight:700}.benefits-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.benefits-list li{font-size:1.1rem;padding-left:0;color:#b0b0b0;line-height:1.6;animation:fadeInLeft .5s ease-out both}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.benefits-list li:nth-child(1){animation-delay:.4s}.benefits-list li:nth-child(2){animation-delay:.5s}.benefits-list li:nth-child(3){animation-delay:.6s}.benefits-list li:nth-child(4){animation-delay:.7s}.benefits-list li:nth-child(5){animation-delay:.8s}.benefits-list li:nth-child(6){animation-delay:.9s}@media(max-width:768px){.contact{padding:3rem 1rem}.contact-content{grid-template-columns:1fr}}.footer{background:linear-gradient(180deg,#0a0e1afa,#040710fa);color:gray;padding:2rem;text-align:center;animation:fadeIn 1s ease-out}.footer p{margin:0 0 .5rem;font-size:.95rem}.footer-links{margin-top:1rem}.footer-links a{color:#667eea;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#764ba2;text-decoration:underline}.services{padding:5rem 1.5rem;background:linear-gradient(180deg,#0a0e1afa,#040710fa)}.services-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:start}.services-list{display:grid;gap:1rem}.service-card{background:#ffffff0a;border:1px solid rgba(114,140,255,.25);padding:1.5rem;border-radius:16px;text-align:left;cursor:pointer;color:inherit;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,border-color .2s ease}.service-card.active{border-color:#65b3ffcc;box-shadow:0 20px 40px #2778ff33;transform:translateY(-2px)}.service-card h3{margin-bottom:.4rem}.service-card p{color:#e4ebffbf;line-height:1.6}.service-meta{display:flex;gap:1rem;font-weight:600;color:#8fe1ff}.service-form{background:#0f1426e6;border-radius:18px;padding:2rem;border:1px solid rgba(120,140,255,.3);box-shadow:0 24px 50px #06091473;display:grid;gap:1rem}.services-separator{display:flex;align-items:center;justify-content:center;gap:12px;margin:22px 0}.separator-line{flex:1 1 120px;height:1px;background:#e6e6e6;max-width:220px}.separator-or{color:#666;font-weight:600;padding:0 8px;text-transform:lowercase}.email-signature{margin-top:20px;display:flex;justify-content:center}.signature-inner{display:flex;align-items:center;gap:16px;padding:12px 16px;border-radius:10px;box-shadow:0 6px 18px #1318200f}.signature-avatar{width:84px;height:84px;object-fit:cover;border-radius:50%}.signature-info{min-height:40px}.signature-name{text-decoration:underline;font-weight:700;color:inherit}.signature-role{margin:4px 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signature-email{margin:0}.signature-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.signature-bird{width:20px;height:20px}.signature-hire{text-decoration:underline;color:#0b5fff}.service-form label{display:flex;flex-direction:column;gap:.5rem}.service-form input,.service-form textarea{background:#070a14e6;border:1px solid rgba(110,130,255,.35);border-radius:12px;padding:.7rem .9rem;color:#f0f4ff;font-family:inherit}.form-row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.form-hint{color:#e1e8ffb3}.form-status{margin-top:.5rem;color:#7ef7c5}@media(max-width:768px){.services{padding:4rem 1.5rem}}.booking-page{min-height:100vh;background:linear-gradient(180deg,#070a14fa,#03060cfa)}.booking-hero{padding:8rem 2rem 4rem;position:relative;overflow:hidden}.booking-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(80,140,255,.2),transparent 60%);pointer-events:none}.booking-hero-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1;animation:fadeInUp .9s ease-out}.booking-eyebrow{text-transform:uppercase;letter-spacing:.28em;font-size:.75rem;color:#fff9;margin-bottom:1rem}.booking-title{font-size:clamp(2.4rem,7vw,4rem);font-weight:800;margin-bottom:1rem;color:#fff}.booking-subtitle{color:#e0e8ffbf;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.booking-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.booking-hero{padding:7rem 1.5rem 3rem}}.terms-page{min-height:100vh;padding:100px 0 60px}.page-title{color:#fff;font-size:2.5rem;text-align:center;margin-bottom:3rem;font-weight:700}.terms-section{border-radius:12px;padding:3rem;margin-bottom:3rem;box-shadow:0 10px 30px #0000001a;line-height:1.8}.terms-section h2{color:#667eea;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:600}.terms-section h2:first-of-type{margin-top:0}.terms-section p{margin-bottom:1rem;font-size:1rem}.terms-section ul{margin:1rem 0 1.5rem 2rem;list-style-type:disc}.terms-section li{margin-bottom:.5rem}.terms-section strong{font-weight:600}.terms-section.arabic{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.section-title-ar{color:#667eea;font-size:2rem;text-align:center;margin-bottom:2rem;font-weight:700}.terms-section.arabic h2,.terms-section.arabic p{text-align:right}.terms-section.arabic ul{margin-right:2rem;margin-left:0;list-style-type:disc}.terms-contact{border-radius:12px;padding:3rem;margin-bottom:3rem;box-shadow:0 10px 30px #0000001a;text-align:center}.contact-title{color:#667eea;font-size:2rem;margin-bottom:1rem;font-weight:700}.contact-subtitle{color:#4a5568;font-size:1.1rem;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1.5rem;max-width:500px;margin:0 auto}.contact-link{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.2rem 2rem;border-radius:10px;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.contact-link.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.contact-link.whatsapp:hover{transform:translateY(-3px);box-shadow:0 6px 20px #25d36666}.contact-link.email{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact-link.email:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.contact-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.terms-page{padding:80px 0 40px}.page-title{font-size:1.8rem;padding:0 1rem}.terms-section{padding:2rem 1.5rem;margin-bottom:2rem}.terms-section h2{font-size:1.3rem}.terms-section p{font-size:.95rem}.section-title-ar{font-size:1.6rem}.terms-contact{padding:2rem 1.5rem}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:1rem}.contact-link{font-size:1rem;padding:1rem 1.5rem}.contact-icon{font-size:1.3rem}}.dashboard{min-height:100vh;background:radial-gradient(circle at top,rgba(102,99,255,.2),transparent 45%),linear-gradient(135deg,#0e1220fa,#080a14fa);color:#f5f5fb;padding:3rem clamp(1.5rem,4vw,3.5rem);font-family:Space Grotesk,Segoe UI,sans-serif}.dashboard-header{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.dashboard-eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#ffffff8c;margin-bottom:.5rem}.dashboard-subtitle{max-width:520px;color:#e9ecffb3;margin-top:.5rem}.dashboard-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.account-menu{position:relative}.icon-button{width:44px;height:44px;padding:0;border-radius:8px;display:grid;place-items:center;font-size:1.25rem;transition:all .2s ease}.icon-button:hover{background:#788cff33;transform:scale(1.05)}.icon-dots{font-size:1.5rem;font-weight:600;color:#dbe9ffe6;letter-spacing:-2px}.account-dropdown{position:absolute;right:0;top:calc(100% + .5rem);background:#0f1426fa;border:1px solid rgba(120,140,255,.25);border-radius:12px;padding:.5rem;min-width:180px;display:grid;gap:.25rem;z-index:5;box-shadow:0 18px 40px #06091473}.account-dropdown button{background:transparent;border:none;color:#e6ecffe6;text-align:left;padding:.6rem .75rem;border-radius:8px;cursor:pointer;font-weight:600}.account-dropdown button:hover{background:#788cff26}.dashboard-footer-actions{margin-top:2.5rem;display:flex;gap:1rem;align-items:center;justify-content:flex-end}.dashboard-status{font-size:.9rem}.dashboard-status.success{color:#6fffb0}.dashboard-status.error{color:#ff8b8b}.dashboard-grid{display:grid;gap:2rem}.dashboard-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.tab-btn{background:#090c16b3;border:1px solid rgba(120,140,255,.25);border-radius:999px;padding:.5rem 1.4rem;color:#e6ecffcc;cursor:pointer;font-weight:600}.tab-btn.active{background:linear-gradient(135deg,#788cffe6,#50d2ffe6);color:#0a0d1a;border-color:transparent;box-shadow:0 10px 25px #50a0ff59}.dashboard-card.is-hidden{display:none}.dashboard-card.is-active{display:block}.dashboard-card{background:#111423e6;border-radius:18px;padding:2rem;border:1px solid rgba(100,112,255,.25);box-shadow:0 24px 60px #070a1973}.login-card{max-width:480px;margin:10vh auto 0}.login-form,.profile-form{display:grid;gap:1rem}.dashboard-card h2{margin-bottom:1.5rem;font-size:1.4rem}.dashboard-card label{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:#f6f7ffcc;margin-bottom:1.2rem}.dashboard-card input,.dashboard-card textarea{background:#090c16d9;border:1px solid rgba(130,142,255,.3);border-radius:12px;padding:.75rem 1rem;color:#f5f5fb;font-family:inherit}.btn{border:none;padding:.75rem 1.6rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:linear-gradient(135deg,#6f79ff,#39c6ff);color:#0a0d1a;box-shadow:0 12px 30px #3f6eff59}.btn-secondary{background:#ffffff14;color:#eef1ff;border:1px solid rgba(150,170,255,.35)}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn:not(:disabled):hover{transform:translateY(-1px)}.dashboard-card input:focus,.dashboard-card textarea:focus{outline:none;border-color:#96aaffb3;box-shadow:0 0 0 3px #788cff33}.dashboard-row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.project-editor{display:grid;gap:1.5rem;margin-bottom:1.5rem}.project-card{background:#080a14b3;border-radius:16px;border:1px solid rgba(90,102,220,.3)}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.helper-text{margin-bottom:1.2rem;color:#e1e7ffb3}.bookings-table{overflow-x:auto;margin-top:1.5rem}.bookings-table table{width:100%;border-collapse:collapse;background:#0f142680;border-radius:8px;overflow:hidden}.bookings-table thead{background:#4e59bc26;border-bottom:1px solid rgba(120,140,255,.2)}.bookings-table th{padding:1rem;text-align:left;font-weight:600;color:#dbe9ffe6;font-size:.875rem}.bookings-table td{padding:.875rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e1e7ffd9}.bookings-table tbody tr:hover{background:#4e59bc14}.bookings-table select{background:#0f1426cc;color:#dbe9ffe6;border:1px solid rgba(120,140,255,.3);border-radius:4px;padding:.5rem;cursor:pointer;font-size:.875rem}.bookings-table select:focus{outline:none;border-color:#788cff99;box-shadow:0 0 0 3px #788cff1a}.btn-small{padding:.5rem 1rem;font-size:.75rem}.btn-danger{background:#dc3545cc;color:#fff;border:1px solid rgba(220,53,69,.5)}.btn-danger:hover:not(:disabled){background:#dc3545;border-color:#dc3545cc}.btn-danger:disabled{opacity:.6;cursor:not-allowed}@media(max-width:720px){.dashboard{padding:2.5rem 1.5rem}.bookings-table{font-size:.75rem}.bookings-table th,.bookings-table td{padding:.5rem}}.app{width:100%;min-height:100vh}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:gray;max-width:600px;margin:0 auto}.btn{padding:.9rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#fff;color:#000;box-shadow:0 4px 15px #ffffff1a}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 6px 20px #ffffff4d}50%{box-shadow:0 6px 30px #ffffff80}}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-3px)}
