.bookings-module__CbxTQW__container{padding:var(--space-xl);max-width:1400px;margin:0 auto}.bookings-module__CbxTQW__header{margin-bottom:var(--space-3xl);border-bottom:1px solid var(--admin-border);padding-bottom:var(--space-xl);justify-content:space-between;align-items:flex-end;display:flex}.bookings-module__CbxTQW__title{font-family:var(--font-heading);background:linear-gradient(to right, var(--admin-text), var(--admin-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem}.bookings-module__CbxTQW__subtitle{color:var(--admin-text-muted);font-size:1rem}.bookings-module__CbxTQW__headerActions{align-items:center;gap:var(--space-xl);display:flex}.bookings-module__CbxTQW__searchWrapper{align-items:center;display:flex;position:relative}.bookings-module__CbxTQW__searchInput{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-full);color:var(--admin-text);outline:none;width:380px;height:52px;padding:12px 20px 12px 52px;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0003}.bookings-module__CbxTQW__searchInput:focus{border-color:var(--admin-accent);background:var(--admin-surface-hover);width:420px;box-shadow:0 0 0 4px #c9a04a1a,0 8px 25px #0000004d}.bookings-module__CbxTQW__exportBtn{border:1px solid var(--admin-border);color:var(--admin-text-muted);padding:0 var(--space-xl);border-radius:var(--radius-full);letter-spacing:.15em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);align-items:center;gap:12px;height:52px;font-size:.75rem;font-weight:800;transition:all .3s;display:flex}.bookings-module__CbxTQW__exportBtn:hover{background:var(--admin-text);color:var(--admin-bg);border-color:var(--admin-text);transform:translateY(-2px);box-shadow:0 10px 25px #ffffff1a}.bookings-module__CbxTQW__filters{gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.bookings-module__CbxTQW__filterBtn{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-full);color:var(--admin-text-muted);padding:8px 16px;font-size:.75rem;font-weight:700;transition:all .2s}.bookings-module__CbxTQW__filterBtn:hover,.bookings-module__CbxTQW__filterBtnActive{background:var(--admin-accent);color:var(--admin-bg);border-color:var(--admin-accent)}.bookings-module__CbxTQW__tableCard{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 20px 40px #0003}.bookings-module__CbxTQW__table{border-collapse:collapse;width:100%}.bookings-module__CbxTQW__table th{padding:var(--space-xl) var(--space-lg);text-align:left;text-transform:uppercase;letter-spacing:.15em;color:var(--admin-text-muted);border-bottom:1px solid var(--admin-border);background:#ffffff03;font-size:.7rem;font-weight:800}.bookings-module__CbxTQW__table td{padding:var(--space-lg);border-bottom:1px solid var(--admin-border);font-size:.9375rem}.bookings-module__CbxTQW__table tr:last-child td{border-bottom:none}.bookings-module__CbxTQW__table tr:hover td{background:#ffffff05}.bookings-module__CbxTQW__customerInfo{flex-direction:column;display:flex}.bookings-module__CbxTQW__customerName{color:var(--admin-text);font-weight:700}.bookings-module__CbxTQW__customerPhone{color:var(--admin-text-muted);font-size:.75rem}.bookings-module__CbxTQW__serviceInfo{align-items:center;gap:10px;display:flex}.bookings-module__CbxTQW__serviceIcon{background:var(--admin-bg);border:1px solid var(--admin-border);width:32px;height:32px;color:var(--admin-accent);border-radius:8px;justify-content:center;align-items:center;display:flex}.bookings-module__CbxTQW__price{color:var(--admin-accent);font-weight:700}.bookings-module__CbxTQW__dateCell{flex-direction:column;display:flex}.bookings-module__CbxTQW__time{color:var(--admin-text);font-weight:700}.bookings-module__CbxTQW__date{color:var(--admin-text-muted);font-size:.75rem}.bookings-module__CbxTQW__detailGrid{gap:var(--space-3xl);margin-top:var(--space-xl);grid-template-columns:1fr 380px;display:grid}.bookings-module__CbxTQW__card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-3xl);padding:var(--space-3xl);position:relative;overflow:hidden;box-shadow:0 40px 80px #0006}.bookings-module__CbxTQW__card:after{content:"";background:radial-gradient(circle at top right, var(--admin-accent-soft), transparent 70%);pointer-events:none;width:150px;height:150px;position:absolute;top:0;right:0}.bookings-module__CbxTQW__cardTitle{text-transform:uppercase;letter-spacing:.2em;color:var(--admin-accent);margin-bottom:var(--space-2xl);align-items:center;gap:12px;font-size:1rem;font-weight:900;display:flex}.bookings-module__CbxTQW__timeline{gap:var(--space-xl);margin-top:var(--space-xl);flex-direction:column;display:flex;position:relative}.bookings-module__CbxTQW__timeline:before{content:"";background:var(--admin-border);width:2px;position:absolute;top:0;bottom:0;left:19px}.bookings-module__CbxTQW__timelineItem{gap:var(--space-xl);display:flex;position:relative}.bookings-module__CbxTQW__stepIcon{background:var(--admin-surface);border:2px solid var(--admin-border);width:40px;height:40px;color:var(--admin-text-muted);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.bookings-module__CbxTQW__timelineItemActive .bookings-module__CbxTQW__stepIcon{border-color:var(--admin-accent);color:var(--admin-accent);box-shadow:0 0 20px var(--admin-accent-soft)}.bookings-module__CbxTQW__stepContent{padding-top:8px}.bookings-module__CbxTQW__stepTitle{color:var(--admin-text);font-size:.9375rem;font-weight:700}.bookings-module__CbxTQW__stepTime{color:var(--admin-text-muted);margin-top:4px;font-size:.75rem;display:block}.bookings-module__CbxTQW__copyBtn{background:var(--admin-accent-soft);color:var(--admin-accent);text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;padding:4px 12px;font-size:.7rem;font-weight:800;transition:all .2s}.bookings-module__CbxTQW__copyBtn:hover{background:var(--admin-accent);color:var(--admin-bg)}.bookings-module__CbxTQW__addonTag{border:1px solid var(--admin-border);border-radius:var(--radius-full);color:var(--admin-text-muted);background:#ffffff0d;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;display:inline-flex}.bookings-module__CbxTQW__infoSection{margin-bottom:var(--space-3xl)}.bookings-module__CbxTQW__label{text-transform:uppercase;letter-spacing:.15em;color:var(--admin-text-muted);margin-bottom:8px;font-size:.7rem;font-weight:800;display:block}.bookings-module__CbxTQW__value{color:var(--admin-text);font-size:1.125rem;font-weight:700}.bookings-module__CbxTQW__valueMuted{color:var(--admin-text-muted);font-size:.875rem}.bookings-module__CbxTQW__priceHighlight{background:var(--admin-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:900}.bookings-module__CbxTQW__divider{background:var(--admin-border);height:1px;margin:var(--space-2xl) 0}.bookings-module__CbxTQW__actionStack{gap:var(--space-md);flex-direction:column;display:flex}.bookings-module__CbxTQW__notesArea{border:1px solid var(--admin-border);border-radius:var(--radius-xl);width:100%;padding:var(--space-md);color:var(--admin-text);resize:vertical;background:#0000004d;outline:none;min-height:120px;font-size:.875rem;transition:all .3s}.bookings-module__CbxTQW__notesArea:focus{border-color:var(--admin-accent);background:#00000080}.bookings-module__CbxTQW__customerNote{border-left:4px solid var(--admin-accent);padding:var(--space-lg);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin-top:var(--space-xl);background:#c9a04a0d}.bookings-module__CbxTQW__noteText{color:var(--admin-text);font-size:.9375rem;font-style:italic;line-height:1.6}.bookings-module__CbxTQW__btnConfirm{background:var(--admin-accent-gradient)!important;color:#000!important;border:none!important;font-weight:900!important;box-shadow:0 10px 20px #c9a04a33!important}.bookings-module__CbxTQW__btnConfirm:hover{transform:translateY(-2px);box-shadow:0 15px 30px #c9a04a66!important}.bookings-module__CbxTQW__btnWhatsApp{color:#fff!important;background:#25d366!important;border:none!important;font-weight:700!important}.bookings-module__CbxTQW__btnWhatsApp:hover{transform:translateY(-2px);background:#128c7e!important}.bookings-module__CbxTQW__btnCancel{color:#ef4444!important;background:#dc26261a!important;border:1px solid #dc262633!important}.bookings-module__CbxTQW__btnCancel:hover{color:#fff!important;background:#dc2626!important;border-color:#dc2626!important}.bookings-module__CbxTQW__btnPayment{color:var(--admin-text)!important;border:1px solid var(--admin-border)!important;background:#ffffff0d!important}.bookings-module__CbxTQW__btnPayment:hover{background:var(--admin-text)!important;color:var(--admin-bg)!important}@media (max-width:1100px){.bookings-module__CbxTQW__detailGrid{grid-template-columns:1fr}}
.Badge-module__H8aylq__badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.Badge-module__H8aylq__neutral{background-color:var(--color-gray-100);color:var(--color-gray-500)}.Badge-module__H8aylq__accent{color:var(--color-accent);background-color:#c9a04a26;border:1px solid #c9a04a4d}.Badge-module__H8aylq__warning{color:#bfa100;background-color:#fffbe6;border:1px solid #ffe58f}.Badge-module__H8aylq__info{color:#1890ff;background-color:#e6f7ff;border:1px solid #91d5ff}.Badge-module__H8aylq__success{color:#389e0d;background-color:#f6ffed;border:1px solid #b7eb8f}.Badge-module__H8aylq__error{color:#d4380d;background-color:#fff1f0;border:1px solid #ffccc7}.Badge-module__H8aylq__outline{color:var(--color-dark);border:1px solid var(--color-gray-200);background-color:#0000}
.Button-module__8RiFmG__button{border-radius:var(--radius-full);font-family:var(--font-body);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__size-sm{padding:var(--space-xs) var(--space-sm);font-size:.875rem}.Button-module__8RiFmG__size-md{padding:var(--space-sm) var(--space-md);font-size:1rem}.Button-module__8RiFmG__size-lg{padding:var(--space-md) var(--space-lg);font-size:1.125rem}.Button-module__8RiFmG__variant-primary{background-color:var(--color-dark);color:var(--color-light)}.Button-module__8RiFmG__variant-primary:hover:not(:disabled){background-color:var(--color-accent);box-shadow:var(--shadow-card);transform:translateY(-2px)}.Button-module__8RiFmG__variant-secondary{background-color:var(--color-primary);color:var(--color-dark)}.Button-module__8RiFmG__variant-secondary:hover:not(:disabled){background-color:var(--color-gray-200)}.Button-module__8RiFmG__variant-ghost{color:var(--color-dark);border-color:var(--color-dark);background-color:#0000}.Button-module__8RiFmG__variant-ghost:hover:not(:disabled){background-color:#2c25200d}.Button-module__8RiFmG__variant-whatsapp{color:var(--color-dark);background-color:#0000;border-color:#0000}.Button-module__8RiFmG__variant-whatsapp:hover:not(:disabled){color:var(--color-whatsapp)}.Button-module__8RiFmG__fullWidth{width:100%}
.Testimonials-module__VOp6eq__section{padding:var(--space-4xl) 0;background-color:var(--color-light)}.Testimonials-module__VOp6eq__inner{max-width:800px;margin:0 auto;position:relative}.Testimonials-module__VOp6eq__sliderContainer{background-color:var(--color-white);padding:var(--space-3xl) var(--space-xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);text-align:center;position:relative}.Testimonials-module__VOp6eq__slider{justify-content:center;align-items:center;min-height:250px;display:flex;position:relative}.Testimonials-module__VOp6eq__slide{opacity:0;visibility:hidden;width:100%;padding:0 var(--space-lg);transition:all .5s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Testimonials-module__VOp6eq__slide.Testimonials-module__VOp6eq__active{opacity:1;visibility:visible}.Testimonials-module__VOp6eq__stars{margin-bottom:var(--space-lg);justify-content:center;gap:4px;display:flex}.Testimonials-module__VOp6eq__quote{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:var(--space-xl);font-size:1.5rem;font-style:italic;line-height:1.5}.Testimonials-module__VOp6eq__author{justify-content:center;align-items:center;gap:var(--space-md);display:flex}.Testimonials-module__VOp6eq__avatarWrap{border:2px solid var(--color-primary);border-radius:50%;width:60px;height:60px;position:relative;overflow:hidden}.Testimonials-module__VOp6eq__avatar{object-fit:cover}.Testimonials-module__VOp6eq__authorName{color:var(--color-dark);font-size:1rem;font-weight:600}.Testimonials-module__VOp6eq__authorService{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.8125rem}.Testimonials-module__VOp6eq__navBtn{background-color:var(--color-white);width:48px;height:48px;box-shadow:var(--shadow-card);color:var(--color-dark);z-index:10;border:1px solid #2c25200d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;left:-24px;transform:translateY(-50%)}.Testimonials-module__VOp6eq__nextBtn{left:auto;right:-24px}.Testimonials-module__VOp6eq__navBtn:hover{background-color:var(--color-accent);color:var(--color-white)}.Testimonials-module__VOp6eq__dots{margin-top:var(--space-xl);justify-content:center;gap:8px;display:flex}.Testimonials-module__VOp6eq__dot{background-color:var(--color-gray-200);border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.Testimonials-module__VOp6eq__dotActive{background-color:var(--color-accent);border-radius:var(--radius-full);width:24px}@media (max-width:640px){.Testimonials-module__VOp6eq__navBtn{display:none}.Testimonials-module__VOp6eq__quote{font-size:1.25rem}.Testimonials-module__VOp6eq__slider{min-height:280px}}
.HowToBook-module__9cov8G__section{padding:var(--space-4xl) 0;background-color:var(--color-white);border-top:1px solid #2c25200d}.HowToBook-module__9cov8G__header{text-align:center;max-width:600px;margin:0 auto var(--space-3xl) auto}.HowToBook-module__9cov8G__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:var(--space-sm);font-size:.8125rem;font-weight:600;display:inline-block}.HowToBook-module__9cov8G__title{margin-bottom:var(--space-md);font-size:2.5rem}.HowToBook-module__9cov8G__subtitle{color:var(--color-gray-500);font-size:1.125rem}.HowToBook-module__9cov8G__stepsContainer{gap:var(--space-2xl);margin-bottom:var(--space-3xl);flex-direction:column;display:flex;position:relative}.HowToBook-module__9cov8G__stepItem{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.HowToBook-module__9cov8G__numberWrap{background-color:var(--color-gray-100);width:64px;height:64px;margin-bottom:var(--space-md);z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.HowToBook-module__9cov8G__stepItem:hover .HowToBook-module__9cov8G__numberWrap{background-color:var(--color-accent);color:var(--color-white);box-shadow:0 0 20px #c9a04a66}.HowToBook-module__9cov8G__number{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.HowToBook-module__9cov8G__stepTitle{margin-bottom:var(--space-sm);font-size:1.25rem}.HowToBook-module__9cov8G__stepDesc{color:var(--color-gray-500);max-width:300px;font-size:.9375rem}.HowToBook-module__9cov8G__connector{display:none}.HowToBook-module__9cov8G__ctaWrapper{text-align:center}.HowToBook-module__9cov8G__btnShadow{box-shadow:var(--shadow-card);margin-bottom:var(--space-lg)}.HowToBook-module__9cov8G__urgencyText{color:var(--color-gray-500);max-width:400px;margin:0 auto;font-size:.875rem;font-style:italic}@media (min-width:768px){.HowToBook-module__9cov8G__stepsContainer{justify-content:space-between;gap:var(--space-md);flex-direction:row}.HowToBook-module__9cov8G__connector{color:var(--color-gray-200);display:block;position:absolute;top:32px;right:-25px;transform:translateY(-50%)}}@media (min-width:1024px){.HowToBook-module__9cov8G__connector{right:-40px}.HowToBook-module__9cov8G__connector .HowToBook-module__9cov8G__arrowIcon{width:32px;height:32px}}
.FAQ-module__bF8gtq__section{padding:var(--space-4xl) 0;background-color:var(--color-light)}.FAQ-module__bF8gtq__grid{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}.FAQ-module__bF8gtq__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:var(--space-sm);font-size:.8125rem;font-weight:600;display:inline-block}.FAQ-module__bF8gtq__title{margin-bottom:var(--space-md);font-size:2.5rem}.FAQ-module__bF8gtq__subtitle{color:var(--color-gray-500);margin-bottom:var(--space-xl);font-size:1.125rem}.FAQ-module__bF8gtq__contactCard{background-color:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);margin-top:var(--space-xl);border:1px solid #2c25200d}.FAQ-module__bF8gtq__contactCard h3{margin-bottom:var(--space-xs);font-size:1.25rem}.FAQ-module__bF8gtq__contactCard p{color:var(--color-gray-500);margin-bottom:var(--space-lg);font-size:.9375rem}.FAQ-module__bF8gtq__accordion{gap:var(--space-md);flex-direction:column;display:flex}.FAQ-module__bF8gtq__accordionItem{background-color:var(--color-white);border-radius:var(--radius-md);border:1px solid #2c25200d;transition:all .3s;overflow:hidden;box-shadow:0 2px 4px #2c252005}.FAQ-module__bF8gtq__accordionItem.FAQ-module__bF8gtq__open{box-shadow:var(--shadow-subtle);border-color:#c9a04a4d}.FAQ-module__bF8gtq__accordionHeader{width:100%;padding:var(--space-lg);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.FAQ-module__bF8gtq__question{font-family:var(--font-body);color:var(--color-dark);font-size:1.0625rem;font-weight:600}.FAQ-module__bF8gtq__icon{color:var(--color-gray-400);margin-left:var(--space-sm);flex-shrink:0;transition:transform .3s}.FAQ-module__bF8gtq__iconOpen{color:var(--color-accent);transform:rotate(180deg)}.FAQ-module__bF8gtq__accordionContent{transition:all .3s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.FAQ-module__bF8gtq__answer{padding:0 var(--space-lg) var(--space-lg) var(--space-lg);color:var(--color-gray-500);margin:0;font-size:.9375rem;line-height:1.6}@media (min-width:1024px){.FAQ-module__bF8gtq__grid{grid-template-columns:1fr 1.5fr;align-items:start}}
.Card-module__b6YjYG__card{border-radius:var(--radius-md);padding:var(--space-lg);background-color:#fff;border:1px solid #2c25200d;height:100%;transition:all .3s}.Card-module__b6YjYG__card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.Card-module__b6YjYG__elevated{box-shadow:var(--shadow-subtle)}.Card-module__b6YjYG__elevated:hover{box-shadow:var(--shadow-elevated)}.Card-module__b6YjYG__glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #fff6}
.portfolio-module__KCfoiq__container{padding:var(--space-xl);max-width:1400px;margin:0 auto}.portfolio-module__KCfoiq__header{margin-bottom:var(--space-2xl);border-bottom:1px solid var(--admin-border);padding-bottom:var(--space-xl);justify-content:space-between;align-items:flex-end;display:flex}.portfolio-module__KCfoiq__title{font-family:var(--font-heading);background:linear-gradient(to right, var(--admin-text), var(--admin-accent));-webkit-text-fill-color:transparent;margin-bottom:var(--space-xs);-webkit-background-clip:text;font-size:2.5rem}.portfolio-module__KCfoiq__subtitle{color:var(--admin-text-muted);font-size:1rem}.portfolio-module__KCfoiq__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.portfolio-module__KCfoiq__card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-xl);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.portfolio-module__KCfoiq__card:hover{border-color:var(--admin-accent);transform:translateY(-10px);box-shadow:0 20px 40px #0006}.portfolio-module__KCfoiq__imageWrapper{aspect-ratio:4/5;position:relative;overflow:hidden}.portfolio-module__KCfoiq__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.portfolio-module__KCfoiq__card:hover .portfolio-module__KCfoiq__image{transform:scale(1.08)}.portfolio-module__KCfoiq__featuredBadge{background:var(--admin-accent);color:var(--admin-bg);border-radius:var(--radius-full);z-index:2;align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:15px;left:15px;box-shadow:0 4px 10px #0000004d}.portfolio-module__KCfoiq__overlay{padding:var(--space-xl);opacity:0;background:linear-gradient(#0000 0%,#1a161433 50%,#1a1614e6 100%);flex-direction:column;justify-content:flex-end;transition:opacity .3s;display:flex;position:absolute;inset:0}.portfolio-module__KCfoiq__card:hover .portfolio-module__KCfoiq__overlay{opacity:1}.portfolio-module__KCfoiq__cardInfo{padding:var(--space-lg);background:linear-gradient(to top, var(--admin-surface), transparent)}.portfolio-module__KCfoiq__cardTitle{color:var(--admin-text);margin-bottom:4px;font-size:1.125rem;font-weight:600}.portfolio-module__KCfoiq__cardMeta{justify-content:space-between;align-items:center;display:flex}.portfolio-module__KCfoiq__categoryBadge{text-transform:uppercase;letter-spacing:.1em;color:var(--admin-accent);font-size:.7rem;font-weight:700}.portfolio-module__KCfoiq__actions{gap:10px;display:flex}.portfolio-module__KCfoiq__actionBtn{border-radius:var(--radius-full);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.portfolio-module__KCfoiq__editBtn:hover{background:var(--admin-accent);color:var(--admin-bg);border-color:var(--admin-accent)}.portfolio-module__KCfoiq__deleteBtn:hover{background:var(--color-error);border-color:var(--color-error)}.portfolio-module__KCfoiq__emptyState{text-align:center;border:2px dashed var(--admin-border);border-radius:var(--radius-2xl);background:#ffffff05;grid-column:1/-1;padding:100px 0}.portfolio-module__KCfoiq__emptyIcon{width:80px;height:80px;margin:0 auto var(--space-xl);color:var(--admin-border)}.portfolio-module__KCfoiq__formGrid{gap:var(--space-2xl);grid-template-columns:1fr 350px;display:grid}.portfolio-module__KCfoiq__formSection{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-2xl);padding:var(--space-2xl);box-shadow:0 10px 40px #0003}.portfolio-module__KCfoiq__formLabel{color:var(--admin-text-muted);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600;display:block}.portfolio-module__KCfoiq__inputField{background:var(--admin-bg);border:1px solid var(--admin-border);border-radius:var(--radius-lg);width:100%;padding:var(--space-md) var(--space-lg);color:var(--admin-text);font-size:1rem;transition:all .3s}.portfolio-module__KCfoiq__inputField:focus{border-color:var(--admin-accent);outline:none;box-shadow:0 0 0 4px #c9a04a1a}@media (max-width:1024px){.portfolio-module__KCfoiq__formGrid{grid-template-columns:1fr}}
