:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;font-family:Segoe UI,sans-serif;background-color:#f9f9f9;color:#333}input,select,button{font-family:inherit;padding:.5rem;border:1px solid #ccc;border-radius:4px}.container{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;box-shadow:0 0 10px #0000000d;border-radius:8px}html,body,#root{height:100%;width:100%;font-family:Segoe UI,sans-serif;overflow:auto}.signup-form input,.signup-form select{background-color:#fff!important;color:#000!important;-webkit-text-fill-color:#000!important;caret-color:auto;transition:background-color 9999s ease-in-out 0s}.signup-container{display:flex;height:100vh;width:100vw;overflow:hidden}.signup-left{flex:1;background-image:url(/assets/kcc_bg_clean-BtYKxUye.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.signup-heading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:2;padding:0 2rem}.signup-heading h1{font-size:3rem;font-weight:700;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5)}.signup-heading p{font-size:1.25rem;margin-top:.75rem;text-shadow:0 1px 6px rgba(0,0,0,.4)}.signup-right{flex:1;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:2rem;min-height:100vh;overflow-y:auto;min-width:0}.signup-form{width:100%;max-width:420px;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;box-shadow:0 12px 32px #0000001a;display:flex;flex-direction:column;gap:.75rem;animation:fadeIn .5s ease}.signup-form h2{text-align:center;font-size:2rem;font-weight:700;color:#111}.signup-form label{font-weight:600;font-size:14px}.signup-form input,.signup-form select{width:100%;padding:.75rem;font-size:1rem;border-radius:10px;border:1px solid #ccc;background:#fff;margin-bottom:0}.terms{display:flex;align-items:center;gap:8px;font-size:13px;margin-top:.5rem}.terms input[type=checkbox]{width:18px;height:18px;cursor:pointer}.terms label{cursor:pointer;line-height:1.4}.terms a{color:#6a00ff;text-decoration:none}.btn{background:linear-gradient(to right,#0f2027,#203a43,#2c5364)!important;color:#fff;padding:12px;font-size:16px;width:100%;border:none;border-radius:12px;cursor:pointer;font-weight:700;margin-top:.5rem}.btn:hover{background:linear-gradient(to right,#12283b,#2c3e50,#2c5364)!important}.signin-link{text-align:center;font-size:14px}.signin-link a{color:#6a00ff;text-decoration:none;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.signup-container{flex-direction:column;height:auto;min-height:100vh;background-image:url(/assets/kcc_bg_clean-BtYKxUye.png);background-size:cover;background-position:center;padding:2rem 1rem;align-items:center;justify-content:flex-start;overflow-y:auto}.signup-left,.signup-heading{display:none}.signup-right{width:100%;height:auto;padding:0;background:transparent;overflow-y:visible}.signup-form{width:100%;max-width:380px;padding:2rem;border-radius:20px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 12px 40px #0000001a;padding-bottom:120px}}html,body,#root{height:100%;margin:0;padding:0}.login-container{display:flex;height:100vh;width:100vw;font-family:Segoe UI,sans-serif;overflow:hidden;position:relative}.login-left{flex:1;background-image:url(/assets/kcc_bg_clean-BtYKxUye.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.login-right{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:100vh}.login-card{width:100%;max-width:380px;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;box-shadow:0 12px 40px #00000026;animation:fadeIn .6s ease}.login-card h2{margin-bottom:1.2rem;font-size:1.75rem;font-weight:700}.login-card input{width:100%;padding:.75rem;margin-top:.25rem;margin-bottom:1rem;border-radius:12px;border:1px solid #ccc;font-size:1rem;background-color:#fff!important;color:#000!important;-webkit-text-fill-color:#000!important;caret-color:auto;transition:background-color 9999s ease-in-out 0s}input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset!important;-webkit-text-fill-color:#000!important}.login-card .btn{width:100%;padding:.75rem;background-color:#0f1c2e;color:#fff;font-weight:700;border:none;border-radius:12px;cursor:pointer;font-size:1rem;margin-top:.5rem;transition:background .3s ease}.login-card .btn:hover{background-color:#122438}.login-card .signin-link{margin-top:1rem;text-align:center;font-size:.95rem}.desktop-login-heading{position:absolute;top:50%;left:8%;transform:translateY(-50%);color:#fff;text-align:left;z-index:2}.desktop-login-heading h1{font-size:3rem;font-weight:700;margin:0}.desktop-login-heading p{font-size:1.25rem;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.login-container{flex-direction:column;background-image:url(/assets/kcc_bg_clean-BtYKxUye.png);background-size:cover;background-position:center;background-repeat:no-repeat}.login-left{display:none}.login-right{flex:none;background:transparent;padding:2rem 1rem;display:flex;align-items:center;justify-content:center;min-height:100vh}.login-card{background:#ffffffeb}.desktop-login-heading{display:none}}.forgot-container{max-width:400px;margin:6rem auto;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #00000026;background:#fff;display:flex;flex-direction:column;gap:1.2rem;font-family:Segoe UI,sans-serif}.forgot-container h2{text-align:center;font-size:1.8rem;font-weight:700;color:#111}.forgot-message{text-align:center;font-size:14px}.forgot-container input{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:10px;outline:none;transition:border-color .2s}.forgot-container input:focus{border-color:#6a00ff}.forgot-container button{padding:.75rem;background:linear-gradient(to right,#6a00ff,#ff007a);color:#fff;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s ease}.forgot-container button:hover{opacity:.9}.reset-container{max-width:400px;margin:6rem auto;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #00000026;background:#fff;display:flex;flex-direction:column;gap:1.2rem;font-family:Segoe UI,sans-serif}.reset-container h2{text-align:center;font-size:1.8rem;font-weight:700;color:#111}.reset-message{text-align:center;font-size:14px}.reset-container input{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:10px;outline:none;transition:border-color .2s}.reset-container input:focus{border-color:#6a00ff}.reset-container button{padding:.75rem;background:linear-gradient(to right,#6a00ff,#ff007a);color:#fff;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s ease}.reset-container button:hover{opacity:.9}.notification-bell-container{position:relative;display:inline-block}.notification-bell-button{background:transparent;border:none;position:relative;cursor:pointer;padding:0}.notification-count{position:absolute;top:-6px;right:-6px;background:red;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:50%}.notification-dropdown{position:absolute;top:2.5rem;right:0;background:#fff;width:260px;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px #00000026;border-radius:8px;z-index:1000;padding:.5rem}.notification-item{padding:.5rem .75rem;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.notification-item:hover{background:#f8f8f8}.notification-message{font-size:.9rem;font-weight:500;color:#333}.notification-time{font-size:.7rem;color:#888;margin-top:4px}.postgig-container{width:100%;display:flex;flex-direction:column;align-items:center}.postgig-desktop-nav{display:none;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);padding:1rem 2rem;width:100%}.postgig-desktop-nav ul{display:flex;justify-content:center;gap:2rem;list-style:none;margin:0;padding:0}.postgig-desktop-nav li{color:#fff;font-weight:600;cursor:pointer}.postgig-desktop-nav li:hover{text-decoration:underline}.postgig-nav-left-logo{font-size:1.5rem;font-weight:700;color:gold;cursor:pointer;-webkit-user-select:none;user-select:none;position:absolute;left:2rem}.postgig-hero{width:100%;height:75vh;background-size:cover;background-position:center top;background-repeat:no-repeat;color:#fff;position:relative;display:flex;justify-content:center;align-items:center;padding:2rem;flex-direction:column}.postgig-hero-content{text-align:center;z-index:10;max-width:600px}.postgig-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.postgig-hero-subtitle{font-size:1.1rem}.postgig-mobile-topbar{position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff}.postgig-mobile-left{display:flex;align-items:center;gap:.4rem;margin-left:.3rem}.postgig-mobile-avatar{height:42px;width:42px;border-radius:50%;object-fit:cover;border:2px solid white}.postgig-mobile-hamburger{font-size:52px;padding:.6rem;margin-left:.2rem;color:#fff;cursor:pointer;line-height:1}.postgig-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.1rem;font-weight:700;color:#fff;z-index:1;pointer-events:none}.postgig-mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;z-index:999;padding-top:60px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;animation-duration:.3s;animation-fill-mode:both}.postgig-mobile-nav-overlay ul{list-style:none;padding:0;margin:0;width:100%;text-align:center}.postgig-mobile-nav-overlay li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem}.postgig-services-section{display:flex;justify-content:center;gap:2rem;padding:5rem 2rem 2rem;flex-wrap:wrap;background:#f9f9f9}.postgig-form-card{flex:1;min-width:300px;max-width:500px;padding:2rem;border-radius:20px;background:#fff8d4;box-shadow:0 12px 30px #0000000f}.postgig-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 12px 30px #0000001a;display:flex;flex-direction:column}.postgig-form h2{text-align:center;margin-bottom:1rem;font-weight:700}.postgig-form label{font-weight:600;font-size:14px;margin-bottom:.3rem;display:block}.postgig-form input,.postgig-form textarea{width:100%;padding:.75rem;border-radius:10px;border:1px solid #ccc;margin-bottom:1rem;font-size:1rem;background-color:#fff;color:#000}.postgig-form textarea{height:45px;resize:none}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#000!important}.postgig-form button{width:100%;background:#d4a015;color:#fff;font-size:1rem;padding:.8rem;border:none;border-radius:12px;cursor:pointer;font-weight:700}.postgig-form button:hover{opacity:.9}.postgig-sticker-card{flex:1;min-width:300px;max-width:500px;padding:2rem;border-radius:20px;background:#fff3e6;display:flex;align-items:center;justify-content:center}.postgig-info-card-content{display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.postgig-info-card-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.8rem;color:#2c3e50}.postgig-info-card-content p{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1.2rem}.postgig-info-card-image{max-width:320px;width:100%;margin:0 auto;object-fit:contain}.postgig-footer{width:100%;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;padding:2rem 1rem;margin-top:3rem;text-align:center}.postgig-footer-links{margin-top:1rem}.postgig-footer-links button{background:none;border:none;color:#fff;margin:0 .5rem;cursor:pointer;font-weight:500}.postgig-footer-links button:hover{text-decoration:underline}@media (max-width: 768px){.postgig-desktop-nav{display:none}.postgig-services-section{flex-direction:column;align-items:center;padding:2rem 1rem}.postgig-form{padding:1.5rem}.postgig-info-card-content{padding:1.5rem 1rem}.postgig-mobile-topbar{flex-direction:row;justify-content:space-between;align-items:center}.postgig-mobile-nav-overlay{top:0}}@media (min-width: 769px){.postgig-desktop-nav{display:flex;align-items:center;justify-content:center}.postgig-mobile-topbar{display:none}}.settings-container{max-width:600px;margin:auto;padding:2rem;background:#fff;border-radius:10px}.setting-item{display:flex;justify-content:space-between;margin-bottom:1.5rem}.logout-btn{padding:.8rem 2rem;background:#dc143c;color:#fff;border:none;border-radius:8px;cursor:pointer}html,body{height:100%;font-family:Segoe UI,sans-serif;background:#f0f2f5;overflow-x:hidden}.public-container{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.public-hero{width:100%;height:65vh;background-size:cover;background-position:center top;background-repeat:no-repeat;color:#fff;position:relative;display:flex;justify-content:center;align-items:center;padding:2rem;min-height:300px;overflow:hidden}.public-topbar{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap}.public-logo{font-size:1.6rem;font-weight:700;background:linear-gradient(to right,#fcd535,#efb100);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-auth-buttons{display:flex;gap:.5rem}.public-auth-buttons button{background:#fff;color:#2c5364;padding:8px 14px;border:none;border-radius:5px;font-weight:700;cursor:pointer;font-size:.95rem;transition:none;box-shadow:0 1px 2px #0000000d}.public-hero-content{text-align:center;margin-top:2rem}.public-heading{font-size:2.5rem;font-weight:700}.public-subheading{font-size:1.2rem;margin-top:.5rem}.public-search-section{margin-top:-3rem;background:#fff;padding:2rem;width:100%;max-width:900px;border-radius:10px;box-shadow:0 2px 12px #0000001a;z-index:10;position:relative}.public-search-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-align:center;color:#2c3e50}.public-search-bar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.search-field{display:flex;align-items:center;gap:.5rem;border:1px solid #ccc;border-radius:6px;padding:8px 12px;background:#f9f9f9}.search-field input{border:none;background:transparent;outline:none}.search-button{background:#2c5364;color:#fff;padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:700}.public-count{margin-top:1rem;font-weight:700;color:#333;display:flex;align-items:center;justify-content:center;gap:.4rem}.services-section{width:100%;padding:3rem 0;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;background:#f7f7f7}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;width:100%;max-width:320px;transition:transform .2s ease;text-align:left}.service-card:hover{transform:translateY(-5px)}.service-text h2{font-size:1.4rem;margin-bottom:.5rem;color:#2c5364}.service-text p{font-size:1rem;margin-bottom:1rem;color:#333}.service-card button{background:#efb100;color:#2c2c2c;border:none;padding:8px 16px;font-weight:700;border-radius:5px;cursor:pointer}.service-card img{width:100%;height:auto;margin-top:1rem;border-radius:8px}.public-footer{background:#203a43;color:#fff;width:100%;padding:2rem 1rem;text-align:center}.footer-links{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-links button{background:none;border:none;color:#fff;font-weight:700;cursor:pointer}@media (max-width: 768px){.public-container{padding:0 .5rem}.public-hero{height:auto;padding-top:3rem;min-height:320px}.public-heading{font-size:1.8rem}.public-search-bar{flex-direction:column}.services-section{flex-direction:column;align-items:center;padding:2rem 0}.service-card{width:100%;max-width:95%}.public-topbar{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem}.public-logo{font-size:1.4rem}.public-auth-buttons button{padding:6px 12px;font-size:.85rem}} *{margin:0;padding:0;box-sizing:border-box}.gigs-container{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.gigs-card img{width:100%;max-height:300px;object-fit:cover;border-radius:10px}.gigs-card-text h2{font-size:1.3rem;font-weight:700;color:#222}.gigs-nav-left-logo:hover{opacity:.9;text-decoration:none}.gigs-nav-center ul{display:flex;justify-content:center;gap:1.6rem;list-style:none;margin:0;padding:0}.gigs-auth-buttons--desktop button,.gigs-auth-button{background:#fff;color:#203a43;padding:.5rem .9rem;border:none;border-radius:6px;cursor:pointer;font-weight:700}.gigs-auth-button:hover{opacity:.9}@media (max-width: 768px){.gigs-mobile-topbar{position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff}.gigs-mobile-left{display:flex;align-items:center;gap:.4rem;margin-left:.3rem}.gigs-mobile-avatar{height:42px;width:42px;border-radius:50%;object-fit:cover;border:2px solid white}.gigs-mobile-hamburger{font-size:52px;padding:.6rem;margin-left:.2rem;color:#fff;cursor:pointer;line-height:1}.gigs-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.1rem;font-weight:700;color:#fff;z-index:1;pointer-events:none}.gigs-mobile-topbar .notification-bell{z-index:2}.gigs-mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;z-index:999;padding-top:60px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;animation-duration:.3s;animation-fill-mode:both}.slide-down{animation-name:slideDown}.slide-up{animation-name:slideUp}@keyframes slideDown{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20%)}}.gigs-mobile-nav-overlay ul{list-style:none;padding:0;margin:0;width:100%;text-align:center}.gigs-mobile-nav-overlay li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem}.gigs-mobile-nav-overlay li:last-child{border-bottom:none}}body{font-family:Segoe UI,sans-serif;background-color:#f4f6f8}.inbox-container{display:flex;flex-direction:column;min-height:100vh}.mobile-top-bar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:linear-gradient(to right,#0f2027,#203a43,#2c5364);color:#fff;position:sticky;top:0;z-index:999}.mobile-left-group{display:flex;align-items:center;gap:.5rem}.mobile-profile-pic{width:35px;height:35px;border-radius:50%}.mobile-hamburger{font-size:1.5rem;cursor:pointer}.mobile-title{font-size:1.2rem;font-weight:700;color:#fff}.mobile-nav-overlay{position:fixed;top:60px;left:0;width:100%;background:#0f2027;color:#fff;z-index:20;padding:1.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.inbox-desktop-nav{position:relative;background:linear-gradient(to right,#0f2027,#203a43,#2c5364);color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:flex-start;position:sticky;top:0;z-index:10}.inbox-nav-left-logo{font-size:1.5rem;font-weight:700;color:gold;cursor:pointer}.inbox-desktop-nav ul{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:1rem;list-style:none}.inbox-desktop-nav ul li{cursor:pointer;font-weight:700;color:#fff}.inbox-desktop-nav ul li:hover{text-decoration:underline}.inbox-hero{background-size:cover;background-position:center;height:60vh;display:flex;align-items:center;justify-content:center;position:relative;color:#fff}.inbox-hero-content{text-align:center;background-color:#0006;padding:2rem;border-radius:1rem}.inbox-heading{font-size:2.5rem;font-weight:700}.inbox-subheading{font-size:1.2rem;margin-top:.5rem}.inbox-cards-section{padding:2rem;display:flex;flex-direction:column;align-items:center}.inbox-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #0000000d;margin-bottom:2rem;max-width:700px;width:100%;text-align:left;display:flex;gap:1.5rem;flex-direction:column}.inbox-card h2{font-size:1.2rem;margin-bottom:.5rem}.inbox-card p{margin:.2rem 0}.inbox-empty{font-size:1rem;color:#888;margin-top:2rem}@media (max-width: 768px){.inbox-desktop-nav{display:none}.inbox-heading{font-size:2rem}.inbox-subheading{font-size:1rem}.inbox-card{text-align:center}}.notifications-container{display:flex;height:100vh;width:100vw;font-family:Segoe UI,sans-serif}.notifications-left{width:50%;background:linear-gradient(135deg,#6a00ff,#ff007a);color:#fff;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.notifications-left h2{font-size:32px;font-weight:700;margin-top:3rem}.notifications-right{width:50%;height:100vh;overflow-y:auto;padding:2rem;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.notification-card{background:#fff;padding:1.5rem 2rem;border-radius:20px;box-shadow:0 10px 20px #00000014;width:100%;max-width:500px;margin-bottom:1.5rem}.notification-card strong{color:#222}.notification-card p{margin-top:.75rem;color:#666;font-size:.95rem}.notification-bell-container{position:absolute;top:1rem;right:1.5rem;z-index:10}.notification-bell-button{background:#fff;border:2px solid #fff;border-radius:50%;width:42px;height:42px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 0 6px #0003}.notification-dropdown{position:absolute;top:50px;right:0;width:300px;background:#fff;box-shadow:0 6px 12px #0000001a;border-radius:8px;padding:1rem;max-height:400px;overflow-y:auto;z-index:999}.notification-item{border-bottom:1px solid #eee;padding:.5rem 0;cursor:pointer}.notification-item p{margin:0}.notification-message{font-weight:700;color:#333}.notification-time{font-size:12px;color:#888}.mobile-top-bar{display:none}@media (max-width: 768px){.notifications-container{flex-direction:column;height:100vh;overflow-y:auto}.notifications-left{display:none}.notifications-right{width:100%;height:auto;overflow-y:visible;padding:6rem 1.5rem 1.5rem}.mobile-top-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#6a00ff,#ff007a);color:#fff;position:sticky;top:0;z-index:100;gap:1rem}.mobile-hamburger{font-size:1.8rem;font-weight:700;cursor:pointer;color:#fff}.mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.2rem;font-weight:700;text-align:center;white-space:nowrap}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6a00ff,#ff007a);z-index:999;display:flex;justify-content:center;align-items:center;animation:slideIn .3s ease-out}.mobile-nav-overlay ul{list-style:none;color:#fff;font-weight:700;font-size:1.6rem;display:flex;flex-direction:column;gap:2rem}.mobile-nav-overlay li{cursor:pointer}.notification-bell-container{position:relative;top:0;right:0;margin-left:auto}@keyframes slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}}.gigs-container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.gigs-cards-section{flex:1}.gigs-nav-center li:hover{text-decoration:underline}.gigs-auth-button:hover{opacity:.92}.gigs-nav-avatar,.gigs-mobile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff}.gigs-hero{width:100%;height:75vh;background-size:cover;background-position:center top;background-repeat:no-repeat;color:#fff;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem}.gigs-logo{font-size:1.4rem;font-weight:800;color:#fdd835}.gigs-auth-buttons{display:flex;gap:.5rem}.gigs-auth-buttons button{background:#fff;color:#203a43;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:700}.gigs-auth-buttons button:hover{opacity:.92}.gigs-hero-content{max-width:640px;text-align:center}.gigs-heading{font-size:2.2rem;font-weight:800;margin-bottom:.6rem}.gigs-floating-count-box{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);background:#fff;color:#111;padding:1.2rem 1rem;border-radius:16px;box-shadow:0 8px 20px #0000001a;width:90%;max-width:420px;z-index:20;text-align:center}.gigs-count-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:.4rem}.gigs-count-display{display:flex;align-items:center;justify-content:center;gap:.4rem}.gigs-cards-section{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:1200px;padding:5rem 1rem 2rem}.gigs-card{width:100%;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 6px 12px #0000000d;text-align:left;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.gigs-card{width:45%}}.gigs-card-image-wrapper img{width:100%;max-height:300px;object-fit:cover;border-radius:10px;display:block;margin-top:1rem}.gigs-card-text h2{font-size:1.25rem;font-weight:800;color:#222}.gigs-card-text p{margin:.2rem 0;color:#333}.gigs-card-text button{margin-top:.5rem;padding:.6rem 1.2rem;background:#203a43;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700}.gigs-card-text button:hover{opacity:.95}.gigs-footer-links button{background:none;border:none;color:#fff;margin:0 .5rem;cursor:pointer;font-weight:600}@media (max-width: 768px){.gigs-desktop-nav{display:none}.gigs-mobile-topbar{position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff}.gigs-mobile-left{display:flex;align-items:center;gap:.4rem;margin-left:.3rem}.gigs-mobile-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #fff}.gigs-mobile-hamburger{font-size:52px;padding:.6rem;margin-left:.2rem;color:#fff;cursor:pointer;line-height:1}.gigs-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.1rem;font-weight:800;color:#fff;z-index:1;pointer-events:none}.gigs-mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;z-index:999;padding-top:60px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;animation-duration:.3s;animation-fill-mode:both}.slide-down{animation-name:slideDown}.slide-up{animation-name:slideUp}@keyframes slideDown{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20%)}}.gigs-mobile-nav-overlay ul{list-style:none;padding:0;margin:0;width:100%;text-align:center}.gigs-mobile-nav-overlay li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem}.gigs-mobile-nav-overlay li:last-child{border-bottom:none}}html,body{height:100%;font-family:Segoe UI,sans-serif;background:#f4f6f8;overflow-x:hidden}.browse-desktop-nav{display:flex;justify-content:center;align-items:center;padding:1rem 3rem;background:linear-gradient(to right,#0f2027,#203a43,#2c5364);color:#fff;position:sticky;top:0;z-index:1000}.browse-nav-left-logo{position:absolute;left:2rem;font-size:1.5rem;font-weight:700;color:gold;cursor:pointer}.browse-desktop-nav ul{display:flex;gap:2rem;list-style:none}.browse-desktop-nav li{cursor:pointer;font-weight:600}.browse-desktop-nav li:hover{text-decoration:underline}.browse-mobile-top-bar{position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff}.browse-mobile-left-group{display:flex;align-items:center;gap:.4rem;margin-left:.3rem}.browse-mobile-profile-pic{height:42px;width:42px;border-radius:50%;border:2px solid white;object-fit:cover}.browse-mobile-hamburger{font-size:52px;padding:.6rem;margin-left:.2rem;color:#fff;cursor:pointer;line-height:1}.browse-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-weight:700;font-size:1.1rem;z-index:1001}.browse-mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);z-index:999;padding-top:60px;display:flex;flex-direction:column;align-items:center;animation-duration:.3s;animation-fill-mode:both}.browse-slide-down{animation-name:slideDown}.browse-slide-up{animation-name:slideUp}.browse-mobile-nav-overlay ul{list-style:none;width:100%;text-align:center;padding:0}.browse-mobile-nav-overlay li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem;color:#fff;font-weight:600;transition:background .2s}.browse-mobile-nav-overlay li:hover{background-color:#ffffff1a}.browse-hero{width:100%;min-height:60vh;background-size:cover;background-position:center top;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;padding:4rem 2rem 2rem}@media (max-width: 768px){.browse-hero{padding-top:6rem}}.browse-hero-content{text-align:center;background-color:#00000080;padding:2rem;border-radius:1rem;color:#fff}.browse-heading{font-size:2.5rem;font-weight:700}.browse-subheading{font-size:1.2rem;margin-top:.5rem}.browse-count-section{width:100%;padding:2rem 1rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.browse-count-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.browse-count{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700}.browse-cards-section{padding:2rem 1rem 3rem;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.browse-card{border-radius:12px;padding:1.5rem;width:calc(25% - 1.5rem);box-shadow:0 0 10px #0000000d;display:flex;flex-direction:column}.browse-card:nth-child(3n+1){background:#fffde7;border:1px solid #fff176}.browse-card:nth-child(3n+2){background:#e3f2fd;border:1px solid #64b5f6}.browse-card:nth-child(3n+3){background:#f3e5f5;border:1px solid #ce93d8}.browse-card-text h2{margin-bottom:.5rem;font-size:1.2rem}.browse-card-text p{margin:.25rem 0;font-size:.95rem}.ride-car-image{width:100%;margin-top:1rem;max-height:160px;border-radius:10px;object-fit:cover}.no-seats-text{margin-top:.5rem;color:red;font-weight:700}.browse-empty{font-size:1rem;color:#666;font-style:italic;padding:1rem;background:#f9f9f9;border-radius:8px;text-align:center;max-width:600px;width:100%}.reservation-section{display:flex;align-items:center;gap:.5rem;margin-top:.8rem}.reserve-input{flex:1;padding:.4rem .6rem;font-size:.95rem;border-radius:6px;border:1px solid #ccc;background-color:#fff;color:#333}.reserve-button{padding:.4rem .9rem;background-color:#203a43;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background .2s ease}.reserve-button:hover{background-color:#0f2027}.public-footer{width:100%;background:#0f2027;color:#fff;padding:2rem 1rem;text-align:center}.footer-links{margin-top:1rem}.footer-links button{background:none;border:none;color:#fff;margin:0 .5rem;cursor:pointer;font-weight:500}.footer-links button:hover{text-decoration:underline}@media (max-width: 768px){.browse-desktop-nav{display:none}}@media (min-width: 769px){.browse-mobile-top-bar{display:none}}@media (max-width: 1024px){.browse-card{width:calc(50% - 1.5rem)}}@media (max-width: 600px){.browse-cards-section{flex-direction:column;align-items:center}.browse-card{width:90%}}.abasare-container{width:100%;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.abasare-desktop-nav{display:none;position:fixed;top:0;left:0;right:0;z-index:999;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);padding:1rem 2rem;width:100%;box-shadow:0 2px 5px #0003}.abasare-desktop-nav ul{display:flex;justify-content:center;gap:2rem;list-style:none}.abasare-desktop-nav li{color:#fff;font-weight:600;cursor:pointer}.abasare-desktop-nav li:hover{text-decoration:underline}.abasare-nav-left-logo{font-size:1.5rem;font-weight:700;color:gold;cursor:pointer;-webkit-user-select:none;user-select:none;position:absolute;left:2rem}.abasare-hero{width:100%;height:75vh;background-size:cover;background-position:center top;background-repeat:no-repeat;color:#fff;position:relative;display:flex;justify-content:center;align-items:center;padding:2rem;flex-direction:column}.abasare-hero-content{text-align:center;z-index:10;max-width:600px}.abasare-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.abasare-hero-subtitle{font-size:1.1rem}.abasare-mobile-topbar{position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff}.abasare-mobile-left{display:flex;align-items:center;gap:.4rem;margin-left:.3rem}.abasare-mobile-avatar{height:42px;width:42px;border-radius:50%;object-fit:cover;border:2px solid white}.abasare-mobile-hamburger{font-size:52px;padding:.6rem;margin-left:.2rem;color:#fff;cursor:pointer;line-height:1}.abasare-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.1rem;font-weight:700;pointer-events:none;z-index:1}.abasare-mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;z-index:999;padding-top:60px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;animation-duration:.3s;animation-fill-mode:both}.slide-down{animation-name:slideDown}.slide-up{animation-name:slideUp}@keyframes slideDown{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20%)}}.abasare-mobile-nav-overlay ul{list-style:none;width:100%;text-align:center}.abasare-mobile-nav-overlay li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem}.abasare-services-section{display:flex;justify-content:center;gap:2rem;padding:5rem 2rem 2rem;flex-wrap:wrap;background:#f9f9f9;margin-top:80px}.abasare-form-card{flex:1;min-width:300px;max-width:500px;padding:2rem;border-radius:20px;background:#fff8d4;box-shadow:0 12px 30px #0000000f}.abasare-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 12px 30px #0000001a;display:flex;flex-direction:column}.abasare-form h2{text-align:center;margin-bottom:1rem}.abasare-form label{font-weight:600;font-size:14px;margin-bottom:.3rem}.abasare-form input[type=text],.abasare-form textarea{width:100%;padding:.75rem;border-radius:10px;border:1px solid #ccc;margin-bottom:1rem;font-size:1rem;background-color:#fff;color:#000}.abasare-form textarea{height:45px;resize:none}.abasare-form button{background:#d4a015;color:#fff;padding:.8rem;font-size:1rem;border:none;border-radius:12px;cursor:pointer;font-weight:700}.umusare-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.umusare-actions button{background:#d4a015;color:#fff;padding:.6rem 1rem;font-size:1rem;border:none;border-radius:10px;cursor:pointer;font-weight:700}.umusare-actions .exit-btn{background-color:#aa3a3a}.abasare-sticker-card{flex:1;min-width:300px;max-width:500px;padding:2rem;border-radius:20px;background:#fff3e6;display:flex;align-items:center;justify-content:center;overflow:hidden}.abasare-info-card-content{padding:2rem;text-align:center;width:100%}.abasare-info-card-content p{font-size:1rem;color:#333;margin-bottom:1rem}.abasare-info-card-image{max-width:100%;height:auto;object-fit:contain;margin:0 auto}.abasare-table-section{width:100%;padding:2rem;background:#fefefe;display:flex;justify-content:center}.abasare-table-container{max-width:1100px;width:100%;padding:1rem}.abasare-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;border-radius:8px}.abasare-table th,.abasare-table td{padding:.8rem 1rem;border:1px solid #ddd;text-align:center;font-size:.95rem}.abasare-table th{background-color:#2c3e50;color:#fff}.search-bar{margin:1rem 0;display:flex;justify-content:center;align-items:center}.search-input{padding:.5rem 1rem;border-radius:10px;border:1px solid #ccc;width:100%;max-width:300px}.search-icon{font-size:1.2rem;cursor:pointer;color:#555}.abasare-footer{width:100%;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;padding:2rem 1rem;margin-top:3rem;text-align:center}.abasare-footer-links{margin-top:1rem}.abasare-footer-links button{background:none;border:none;color:#fff;margin:0 .5rem;cursor:pointer}.abasare-footer-links button:hover{text-decoration:underline}.star-green{color:gold}.star-yellow{color:#e0e0e0}.star-yellow:hover,.star-yellow:hover~.star-yellow{color:gold}.star-green,.star-yellow{transition:color .2s ease;font-size:1.2rem}@media (max-width: 768px){.abasare-desktop-nav{display:none}.abasare-services-section{flex-direction:column;align-items:center;padding:2rem 1rem;margin-top:60px}.abasare-form{padding:1.5rem}.abasare-info-card-content{padding:1.5rem 1rem}.abasare-sticker-card{padding:1rem}.abasare-container,html,body{overflow-x:hidden}}@media (min-width: 769px){.abasare-desktop-nav{display:flex;justify-content:center;align-items:center}.abasare-mobile-topbar{display:none}}body{font-family:Segoe UI,sans-serif}.browse-container{display:flex;height:100vh;width:100vw;overflow:hidden}.browse-left{width:50%;background:linear-gradient(to bottom right,#6a00ff,#ff007a);color:#fff;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.browse-left .nav-buttons{position:absolute;top:1rem;left:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}.browse-left .nav-buttons button{background:none;border:none;color:#fff;font-weight:700;font-size:14px;cursor:pointer}.browse-right{width:50%;height:100vh;overflow-y:auto;padding:2rem;background-color:#fff}.abasare-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 12px #0000001a;text-align:center}.abasare-detail-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.mobile-top-bar{display:none;width:100%;background:linear-gradient(to right,#6a00ff,#ff007a);color:#fff;padding:1rem;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:1000}.mobile-hamburger{font-size:1.6rem;color:#fff;cursor:pointer}.mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.2rem;font-weight:700}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#6a00ff,#ff007a);color:#fff;z-index:999;padding-top:5rem;display:flex;justify-content:center;align-items:center;animation:slideIn .3s ease-out}.mobile-nav-overlay ul{list-style:none;font-size:1.6rem;font-weight:700;text-align:center;display:flex;flex-direction:column;gap:2rem}.mobile-nav-overlay li{cursor:pointer}@keyframes slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.browse-container{flex-direction:column;overflow-y:auto;min-height:100vh}.browse-left{display:none}.browse-right{width:100%;padding:6rem 1rem 2rem;height:auto;box-sizing:border-box}.mobile-top-bar{display:flex}.abasare-card{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Segoe UI,sans-serif;background:#f9f9f9;overflow-x:hidden}.gigs-container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center}.gigs-desktop-nav{display:none;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);padding:.8rem 2rem;width:100%}.gigs-desktop-nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.gigs-nav-left-logo{color:#fdd835;font-weight:800;font-size:1.25rem;letter-spacing:.5px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;line-height:1}.gigs-nav-left-logo:hover{opacity:.9}.gigs-nav-center{flex:1}.gigs-nav-center ul{display:flex;justify-content:center;gap:1.6rem;list-style:none}.gigs-nav-center li{color:#fff;font-weight:600;cursor:pointer}.gigs-nav-center li:hover,.gigs-nav-center li.active{text-decoration:underline}.gigs-nav-right{display:flex;align-items:center;gap:.6rem;min-width:220px;justify-content:flex-end}.gigs-auth-button{background:#fff;color:#203a43;padding:.5rem .9rem;border:none;border-radius:6px;cursor:pointer;font-weight:700}.gigs-auth-button--gold{background:gold;color:#111}.gigs-auth-button--gold:hover{background:#e6c200}.gigs-mobile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff}.gigs-hero{width:100%;height:75vh;background-size:cover;background-position:center top;background-repeat:no-repeat;color:#fff;position:relative;display:flex;justify-content:center;align-items:center;padding:2rem;flex-direction:column}.gigs-topbar{position:absolute;top:1rem;left:2rem;right:2rem;display:flex;justify-content:space-between;align-items:center}.gigs-logo{font-size:1.4rem;font-weight:700;color:#fdd835}.gigs-auth-buttons button{background:#fff;color:#203a43;padding:.5rem 1rem;margin-left:.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:700}.gigs-auth-buttons button:hover{opacity:.9}.gigs-hero-content{max-width:600px}.gigs-heading{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.gigs-subheading{font-size:1.1rem}.gigs-floating-count-box{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);background:#fff;padding:1.2rem 1rem;border-radius:16px;box-shadow:0 8px 20px #0000001a;width:90%;max-width:400px;z-index:20;text-align:center}.gigs-count-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.4rem}.gigs-count-display{font-size:1.05rem;color:#444;display:flex;align-items:center;justify-content:center;gap:.4rem}.gigs-footer{width:100%;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;padding:2rem 1rem;margin-top:3rem;text-align:center}.gigs-footer-links{margin-top:1rem}.gigs-footer-links button{background:none;border:none;color:#fff;margin:0 .5rem;cursor:pointer;font-weight:500}.gigs-footer-links button:hover{text-decoration:underline}@media (max-width: 768px){.gigs-desktop-nav{display:none}.gigs-mobile-topbar{position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff}.gigs-mobile-left{display:flex;align-items:center;gap:.4rem;margin-left:.3rem}.gigs-mobile-hamburger{font-size:52px;padding:.6rem;margin-left:.2rem;color:#fff;cursor:pointer;line-height:1}.gigs-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:1.1rem;font-weight:700;color:#fff;z-index:1;pointer-events:none}.gigs-mobile-topbar .notification-bell{z-index:2}.gigs-mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;z-index:999;padding-top:60px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;animation-duration:.3s;animation-fill-mode:both}.slide-down{animation-name:slideDown}.slide-up{animation-name:slideUp}@keyframes slideDown{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20%)}}.gigs-mobile-nav-overlay ul{list-style:none;padding:0;margin:0;width:100%;text-align:center}.gigs-mobile-nav-overlay li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem}.gigs-mobile-nav-overlay li:last-child{border-bottom:none}}@media (min-width: 769px){.gigs-desktop-nav{display:block}.gigs-mobile-topbar,.gigs-topbar .gigs-auth-buttons,.gigs-topbar .gigs-logo{display:none}}.isoko-cards{width:100%;max-width:980px;margin:0 auto;padding:5rem 1rem 2rem;display:flex;flex-direction:column;gap:18px}.isoko-card{background:#fff;border-radius:14px;box-shadow:0 10px 26px #0000000f;padding:16px;text-align:left;transition:transform .12s ease,box-shadow .12s ease}.isoko-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #00000017}.isoko-card.alt-a{background:#fffdf3}.isoko-card.alt-b{background:#f6fbff}.isoko-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.isoko-card-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 1px 4px #0000001f}.isoko-card-seller{font-weight:700;color:#111}.isoko-card-body{color:#222}.isoko-title{font-size:1.05rem;font-weight:800;margin-bottom:6px}.isoko-desc{margin:4px 0 8px;color:#333}.isoko-img-wrap{margin:10px 0 6px;border-radius:12px;overflow:hidden;cursor:zoom-in}.isoko-img-wrap img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .2s ease}.isoko-img-wrap:hover img{transform:scale(1.01)}.isoko-card-actions{margin-top:6px;display:flex;justify-content:flex-end}.btn-interested{background:#203a43;color:#fff;border:none;border-radius:10px;padding:8px 14px;font-weight:800;cursor:pointer;box-shadow:0 6px 14px #00000014}.btn-interested:hover{opacity:.95}.isoko-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2000;cursor:zoom-out}.isoko-lightbox img{max-width:92vw;max-height:88vh;border-radius:12px;box-shadow:0 10px 40px #0009}@media (max-width: 600px){.isoko-img-wrap img{height:220px}}.gigs-auth-buttons button:hover,.gigs-auth-buttons--desktop button:hover{opacity:1!important;filter:none!important;text-decoration:none!important}:root{--brand-dark: #203a43;--brand-dark-2: #2c5364;--brand-gold: #d4a015;--surface: #ffffff;--surface-soft: #fff6ec;--surface-card: #ffffff;--border: #d7dbe0;--muted: #6b7280;--text: #1f2937;--shadow-sm: 0 6px 12px rgba(0,0,0,.06);--shadow-md: 0 12px 30px rgba(0,0,0,.08);--radius: 12px;--radius-lg: 22px}.postitem-section{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;padding:5rem 1rem 2.5rem;background:linear-gradient(180deg,#fff7da,#fff3e7)}.postitem-form-card{background:#fff2bf40;padding:1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.postitem-form{color-scheme:light;background:var(--surface-card);border-radius:18px;padding:2rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column}.postitem-title{text-align:center;font-weight:800;font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.postitem-form label{font-weight:700;font-size:.95rem;margin:.6rem 0 .35rem;color:#2b2f33}.postitem-form input,.postitem-form select,.postitem-form textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:.85rem .95rem;font-size:1rem;background:var(--surface)!important;color:#111!important;outline:none;transition:box-shadow .15s ease,border-color .15s ease,background .15s ease;box-shadow:inset 0 1px #00000005}.postitem-form textarea{resize:vertical;min-height:110px}.postitem-form input:focus,.postitem-form select:focus,.postitem-form textarea:focus{border-color:var(--brand-dark-2);box-shadow:0 0 0 3px #2c536426}.postitem-form input:-webkit-autofill,.postitem-form select:-webkit-autofill,.postitem-form textarea:-webkit-autofill{-webkit-text-fill-color:#111!important;box-shadow:0 0 0 1000px #fff inset!important;caret-color:#111!important}@media (prefers-color-scheme: dark){.postitem-form input,.postitem-form select,.postitem-form textarea{background:#fff!important;color:#111!important}}.postitem-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.postitem-col{display:flex;flex-direction:column}.postitem-form input[type=file]{padding:.65rem .7rem}.btn-primary,.btn-secondary{border:0;border-radius:12px;padding:.9rem 1rem;font-weight:800;cursor:pointer}.btn-secondary{background:#f3f4f6;color:#111827}.btn-primary{background:var(--brand-gold);color:#fff}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.postitem-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:10px}.post-preview{margin-top:.6rem;width:100%;max-height:220px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb}.postitem-info-card{background:var(--surface-soft);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;padding:2rem}.postitem-info-content{text-align:center;max-width:420px;color:#2c3e50}.postitem-info-content h3{font-size:1.6rem;font-weight:800;margin-bottom:.6rem}.postitem-info-content p{line-height:1.6;color:#39434d}.sell-sticker{width:100%;max-width:360px;height:auto;display:block;margin:12px auto 0;filter:drop-shadow(0 10px 24px rgba(0,0,0,.12))}@media (max-width: 900px){.postitem-section{grid-template-columns:1fr;gap:1rem;padding:4rem 1rem 1.5rem}.postitem-row{grid-template-columns:1fr}.sell-sticker{max-width:300px}}
