@import "https://fonts.googleapis.com/css2?family=Combo&family=Oranienbaum&family=Ysabeau+Infant:ital,wght@0,1..1000;1,1..1000&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1e1e1e;scroll-behavior:smooth;background-color:#fff;font-family:Ysabeau Infant,sans-serif;font-weight:400;line-height:1.4}a{color:#776b5d;text-decoration:none}a:hover{color:#232323;transition-duration:.2s}h1{color:#776b5d;margin-bottom:25px}.container{max-width:1280px;margin:0 auto;padding:0 32px}header{z-index:1000;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;width:100%;position:fixed;top:0;left:0;overflow:hidden}header:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:0 0;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 50%,#0000 100%);mask-image:linear-gradient(#000 0% 50%,#0000 100%)}nav{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:20px 32px;display:flex;position:relative}.dark_logo{content:url(/images/logo_dark.png);width:auto;height:42px;transition:opacity .2s}.logo{content:url(/images/logo.png);width:auto;height:42px;transition:opacity .2s}.other-page .logo,.catalog-page .logo,.cart-page .logo,.wishlist-page .logo,.profile-page .logo,.header-scrolled .logo{content:url(/images/logo_dark.png)}.dark_logo:before{content:"";background-image:url(/images/logo_dark.png);background-repeat:no-repeat;background-size:contain;width:100px;height:42px;display:block}.logo:before{content:"";background-image:url(/images/logo.png);background-repeat:no-repeat;background-size:contain;width:100px;height:42px;display:block}.header-scrolled .logo:before{background-image:url(/images/logo_dark.png)}.nav-links{gap:100px;list-style:none;display:flex}.nav-links li a{letter-spacing:1px;color:#f1ebdb;white-space:nowrap;font-size:14px;text-decoration:none;transition:color .2s}.other-page .nav-links li a,.catalog-page .nav-links li a,.cart-page .nav-links li a,.wishlist-page .nav-links li a,.profile-page .nav-links li a{color:#776b5d}.other-page .nav-links li a:hover,.catalog-page .nav-links li a:hover,.cart-page .nav-links li a:hover,.wishlist-page .nav-links li a:hover,.profile-page .nav-links li a:hover{color:#232323}.login{text-decoration:none}button.login_btn{font-family:inherit;font-size:inherit;line-height:inherit}.login_btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#aba5991a;border:1px solid #f1ebdb;border-radius:40px;align-items:center;gap:8px;padding:8px 20px;transition:all .25s;display:flex}.login_btn svg{fill:#f1ebdb;width:18px;height:18px}.login_btn span{letter-spacing:.5px;color:#f1ebdb;font-size:14px}.login_btn:hover{background-color:#f1ebdb;transform:translateY(-2px)}.login_btn:hover span{color:#776b5d}.login_btn:hover svg{fill:#776b5d}.header-scrolled .nav-links li a{color:#776b5d}.header-scrolled .nav-links li a:hover{color:#232323}.header-scrolled .login_btn span{color:#776b5d}.header-scrolled .burger span{background-color:#232323}.burger{cursor:pointer;flex-direction:column;gap:5px;display:none}.burger span{background-color:#f1ebdb;width:25px;height:2px;transition:all .3s}.mobile-menu{z-index:200;background:#fff;flex-direction:column;gap:32px;width:80%;max-width:320px;height:100vh;padding:100px 32px 40px;transition:left .4s;display:flex;position:fixed;top:0;left:-100%;box-shadow:4px 0 20px #0000000d}.mobile-menu.active{left:0}.mobile-menu ul{flex-direction:column;gap:28px;list-style:none;display:flex}.mobile-menu ul li a{color:#1e1e1e;letter-spacing:1px;font-size:18px;font-weight:500;text-decoration:none}.mobile-menu .mobile-login{width:fit-content;font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;background:#f0eeeb;border:none;border-radius:40px;outline:none;align-items:center;gap:12px;margin-top:20px;padding:12px 20px;display:inline-flex}.mobile-menu button.mobile-login{margin-top:8px}.overlay{z-index:150;visibility:hidden;opacity:0;background:#0000004d;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.overlay.active{visibility:visible;opacity:1}.hero{background:#faf9f7;position:relative;padding:0!important}.hero_gallery{width:100%;min-height:max-content;position:relative;overflow:hidden}.slider-container{width:100%;height:100%;position:relative}.slides{height:100%;transition:transform .5s cubic-bezier(.2,.9,.4,1.1);display:flex}.slide{background-position:50%;background-size:cover;flex:0 0 100%;justify-content:flex-start;align-items:center;min-height:740px;display:flex;position:relative}.slide:before{content:"";background:linear-gradient(90deg,#00000040 0%,#0000000d 70%);width:100%;height:100%;position:absolute;top:0;left:0}.slide-content{z-index:2;color:#fff;text-shadow:0 2px 8px #0003;max-width:580px;margin-left:8%;position:relative}.slide-content h2{letter-spacing:-.5px;margin-bottom:20px;font-size:58px;font-weight:500;line-height:1.2}.slide-content p{opacity:.9;margin-bottom:28px;font-size:18px;font-weight:400}.btn-primary{letter-spacing:1px;color:#232323;text-transform:uppercase;cursor:pointer;background-color:#fff;border:1px solid #776b5d;border-radius:40px;padding:12px 32px;font-family:Ysabeau Infant,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary:hover{color:#f1ebdb;background-color:#776b5d;transform:translateY(-2px)}.dots{z-index:10;-webkit-backdrop-filter:blur(4px);background:#f5f5fa1a;border:1px solid #fff3;border-radius:80px;justify-content:center;gap:34px;padding:20px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #00000026,inset 0 1px #ffffff4d}@supports not (hanging-punctuation:first){.dots{-webkit-backdrop-filter:url(#displacementFilter)blur(2px);backdrop-filter:url(#displacementFilter)blur(2px)}}.dot{cursor:pointer;background-color:#f1ebdb66;border-radius:50%;width:10px;height:10px;transition:all .2s}.dot.active{background-color:#f1ebdbcc}section{padding:80px 0}.section-title{letter-spacing:-.3px;text-align:left;color:#776b5d;margin-bottom:50px;font-family:Oranienbaum,serif;font-size:100px;font-weight:500}.section-title span{opacity:.5;margin-top:-150px;font-size:262px;display:flex}.about-grid{flex-wrap:wrap;align-items:center;gap:64px;margin-top:-30px;display:flex}.about-text{color:#232323;flex:1.2;font-size:17px;line-height:1.6}.about-text .strong{color:#776b5d;margin-bottom:20px;font-family:Oranienbaum,serif;font-size:24px;font-weight:400!important}.about-img{background:#aba599 url(/images/about.jpg) 50%/cover;border-radius:40px 8px;flex:.8;height:390px;transition:all .3s}.about-img:hover{border-radius:8px 40px}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:40px;display:grid}.business-features{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.feature{text-align:center;background:#f5f5fa1a;border:1px solid #fff3;border-radius:12px;flex:1;min-width:220px;padding:32px 20px}.feature h3{color:#776b5d;margin:20px 0 12px;font-size:24px;font-weight:600}hr{margin-bottom:40px}.plug{width:100%;height:540px;overflow:hidden}.plug div{width:100%;height:100%;display:flex}.plug img{background-position:50%;background-size:cover;flex:0 0 100%;justify-content:flex-start;align-items:center;display:flex;position:relative}.custom-form{background:#f5f5fa1a;border:1px solid #fff3;border-radius:12px;max-width:720px;margin:0 auto;padding:32px 20px}.form-group{margin-bottom:24px}.form-group input,.form-group textarea{background:#fff;border:1px solid #e2ddd4;width:100%;padding:14px 18px;font-family:Inter,sans-serif;font-size:15px}.custom-form .form-group input,.custom-form .form-group textarea{border-radius:0}.form-group textarea{resize:vertical;min-height:110px}.form-group input:focus,.form-group textarea:focus{border-color:#776b5d;outline:none}footer{color:#d9d9d9;background:#111;padding:56px 0 32px}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.footer-col p{opacity:.7;margin-top:12px;font-size:14px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{color:#ccc;font-size:14px;text-decoration:none}.footer-col a:hover{color:#776b5d}.copyright{text-align:center;border-top:1px solid #2a2a2a;margin-top:56px;padding-top:28px;font-size:13px}@media (width<=992px){.nav-links{gap:24px}.slide-content h2{font-size:44px}}@media (width<=768px){.nav-links,.login,.header-logout-form{display:none}.burger{display:flex}nav{padding:16px 24px}.container{padding:0 20px}.slide-content{max-width:90%;margin-left:5%}.slide-content h2{font-size:36px}section{padding:60px 0}.custom-form{padding:28px}}@media (width<=480px){.slide-content h2{font-size:28px}.section-title{font-size:32px}.section-title span{margin-top:-40px;font-size:64px}#span{margin-top:-28px!important;font-size:45px!important}#span-2{margin-top:-40px!important;margin-left:48px!important;font-size:64px!important}.dots{gap:18px;padding:15px;bottom:30px}.dot{width:8px;height:8px}}.header-actions{align-items:center;gap:24px;display:flex}.favorite-icon,.cart-icon{cursor:pointer;color:#ccc2a8;transition:color .2s;position:relative}.favorite-icon:hover,.cart-icon:hover{color:#776b5d}.counter{color:#f1ebdb;background:#776b5d;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-family:Combo,monospace;font-size:11px;font-weight:700;display:flex;position:absolute;top:-10px;right:-12px}.header-scrolled .counter{color:#f1ebdb;background:#232323}.mobile-actions{flex-direction:column;gap:20px;margin:20px 0;display:flex}.favorite-icon-mobile,.cart-icon-mobile{cursor:pointer;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.product-card{text-align:left;background:#fff;border-radius:12px;padding:0 0 20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #00000005}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px -12px #0000001a}.product-img{aspect-ratio:1/1.1;background-color:#f3efea;background-position:50%;background-size:cover;width:100%;margin-bottom:20px;transition:transform .4s}.product-card:hover .product-img{transform:scale(1.02)}.product-card h4{color:#232323;margin:0 16px 8px;font-family:Oranienbaum,serif;font-size:20px;font-weight:500}.product-card .desc{color:#776b5d;margin:0 16px 12px;font-size:14px;line-height:1.3}.price{color:#776b5d;margin:0 16px 12px;font-family:Combo,monospace;font-size:18px;font-weight:600}.card-actions{gap:12px;padding:0 16px;display:flex}.btn-outline{cursor:pointer;color:#1e1e1e;text-align:center;background:0 0;border:1px solid #776b5d;border-radius:40px;flex:1;padding:8px 16px;font-family:Ysabeau Infant,sans-serif;font-size:16px;font-weight:500;transition:all .2s}.btn-outline:hover{color:#fff;background:#776b5d}.fav-btn-card{cursor:pointer;color:#aba599;background:0 0;border:none;justify-content:center;align-items:center;width:40px;font-size:24px;transition:all .2s;display:flex}.fav-btn-card.active{color:#776b5d}.fav-btn-card:hover{transform:scale(1.1)}.cart-container{max-width:1200px;margin:120px auto 60px;padding:0 20px}.cart-table{border-collapse:collapse;background:#fff;border-radius:24px;width:100%;overflow:hidden;box-shadow:0 4px 12px #0000000d}.cart-table th,.cart-table td{text-align:left;border-bottom:1px solid #f1ebdb;padding:16px}.cart-table th{background:#f3efea;font-weight:600}.cart-item-img{background-position:50%;background-size:cover;border-radius:12px;width:80px;height:80px}.quantity-control{align-items:center;gap:12px;display:flex}.quantity-control button{cursor:pointer;background:#fff;border:1px solid #776b5d;border-radius:50%;width:30px;height:30px}.cart-summary{text-align:center;background:#fcfaf7;border-radius:24px;flex-direction:row;gap:50px;margin-top:30px;padding:24px;display:inline-flex}.checkout-btn{color:#fff;cursor:pointer;background-color:#776b5d;border:1px solid #776b5d;border-radius:40px;padding:8px 20px;font-family:Ysabeau Infant,sans-serif;font-size:16px;text-decoration:none;transition:all .2s;display:inline-block}.checkout-btn:hover{color:#776b5d;background-color:#fff}.remove-btn{color:#776b5d;cursor:pointer;background-color:#fff;border:1px solid #776b5d;border-radius:40px;padding:8px 20px;font-family:Ysabeau Infant,sans-serif;font-size:16px;text-decoration:none;transition:all .2s;display:inline-block}.remove-btn:hover{color:#fff;background-color:#776b5d;transform:translateY(-2px)}.wishlist-container{max-width:1200px;margin:120px auto 60px;padding:0 20px}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:40px;display:grid}.catalog-page{margin-top:100px;margin-bottom:100px}.catalog-layout{flex-wrap:wrap;gap:40px;display:flex}.filters-sidebar{background:#fcfaf7;border-radius:24px;flex:0 0 260px;height:fit-content;padding:24px;position:sticky;top:100px}.filters-sidebar h3{margin-bottom:20px;font-size:24px}.filter-group{margin-bottom:20px}.filter-group label{margin-bottom:8px;font-weight:500;display:block}.filter-group select,.price-range input{background:#fff;border:1px solid #f1ebdb;border-radius:40px;width:100%;padding:10px}.price-range{align-items:center;gap:12px;display:flex}.price-range input{width:100px}.btn-reset{color:#232323;cursor:pointer;background-color:#fff;border:1px solid #776b5d;border-radius:40px;width:100%;padding:8px 20px;font-family:Ysabeau Infant,sans-serif;font-size:16px;text-decoration:none;transition:all .2s}.btn-reset:hover{color:#fff;background-color:#776b5d;transform:translateY(-2px)}.catalog-content{flex:1}.catalog-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px;display:flex}.sorting{align-items:center;gap:12px;display:flex}.sorting select{border:1px solid #f1ebdb;border-radius:40px;padding:8px 16px}.products-count{color:#776b5d}.no-products{text-align:center;background:#fcfaf7;border-radius:24px;padding:60px}@media (width<=768px){.catalog-layout{flex-direction:column}.filters-sidebar{width:100%;position:static}}.profile-page{margin-top:120px;margin-bottom:60px}.profile-container{max-width:1100px;margin:0 auto;padding:0 20px}.profile-tabs{border-bottom:1px solid #f1ebdb;flex-wrap:wrap;gap:8px;margin-bottom:30px;display:flex}.tab-btn{cursor:pointer;color:#776b5d;background:0 0;border:none;border-radius:30px 30px 0 0;padding:12px 24px;font-family:Ysabeau Infant,sans-serif;font-size:16px;transition:all .2s}.tab-btn.active{color:#232323;background:#f3efea;font-weight:500}.tab-content{background:#fff;border-radius:24px;padding:30px;display:none;box-shadow:0 4px 12px #0000000d}.tab-content.active{display:block}.profile-form .form-row{flex-wrap:wrap;gap:20px;margin-bottom:20px;display:flex}.profile-form .form-group{flex:1;min-width:200px}.profile-form input{border:1px solid #f1ebdb;border-radius:40px;width:100%;padding:12px 16px;font-family:inherit}.profile-form button{color:#232323;cursor:pointer;background-color:#fff;border:1px solid #776b5d;border-radius:40px;padding:8px 20px;font-family:Ysabeau Infant,sans-serif;font-size:16px;text-decoration:none;transition:all .2s;display:inline-block}.profile-form button:hover{color:#fff;background-color:#776b5d;transform:translateY(-2px)}.orders-list{flex-direction:column;gap:20px;display:flex}.order-card{background:#fcfaf7;border:1px solid #f1ebdb;border-radius:20px;padding:20px}.order-header{border-bottom:1px dashed #aba599;flex-wrap:wrap;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;display:flex}.order-number{color:#776b5d;font-weight:700}.order-status{color:#776b5d}.order-items{color:#555;margin:12px 0;font-size:14px}.order-total{text-align:right;font-weight:700}.auth-container{text-align:center;background:#fcfaf7;border-radius:32px;max-width:450px;margin:0 auto;padding:40px}.auth-tabs{justify-content:center;gap:20px;margin-bottom:30px;display:flex}.auth-tab{cursor:pointer;color:#aba599;background:0 0;border:none;padding-bottom:8px;font-family:Ysabeau Infant,sans-serif;font-size:20px}.auth-tab.active{color:#776b5d;border-bottom:2px solid #776b5d}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-form input{border:1px solid #f1ebdb;border-radius:40px;padding:12px 16px;font-family:Ysabeau Infant,sans-serif}.auth-form button{color:#232323;cursor:pointer;background-color:#fff;border:1px solid #776b5d;border-radius:40px;padding:8px 20px;font-family:Ysabeau Infant,sans-serif;font-size:16px;text-decoration:none;transition:all .2s;display:inline-block}.auth-form button:hover{color:#fff;background-color:#776b5d;transform:translateY(-2px)}.auth-error{color:#c44;margin-top:10px;font-size:14px}.logout-btn{color:#c44;cursor:pointer;background:0 0;border:1px solid #c44;border-radius:40px;margin-left:20px;padding:6px 16px}.catalog-content .pagination{flex-wrap:wrap;justify-content:center;gap:8px;margin:40px 0;display:flex!important}.catalog-content .pagination>div{flex-wrap:wrap;justify-content:center;gap:8px;display:flex!important}.catalog-content .pagination .inline-flex{justify-content:center;align-items:center;min-width:40px;height:40px;margin:2px;font-size:14px;text-decoration:none;transition:all .2s;color:#232323!important;background:#fff!important;border:1px solid #776b5d!important;border-radius:40px!important;padding:0 12px!important;display:inline-flex!important}.catalog-content .pagination a.inline-flex:hover,.catalog-content .pagination .bg-gray-200{color:#fff!important;background-color:#776b5d!important}.catalog-content .pagination .text-gray-500,.catalog-content .pagination .text-gray-400{pointer-events:none;color:#999!important;border-color:#ddd!important}.catalog-content .pagination svg{width:16px;height:16px}@media (width<=768px){.profile-page{margin-top:100px}.tab-content{padding:20px}}.notification{text-align:center;border-radius:32px;max-width:100%;margin-bottom:20px;padding:12px 20px;font-size:14px}.notification.success{color:#22c55e;background:#fcfaf7;border:1px solid #22c55e}.notification.error{color:#dc2626;background:#fcfaf7;border:1px solid #dc2626}.notification.info{color:#776b5d;background:#fcfaf7;border:1px solid #776b5d}.product-page{margin-top:120px;margin-bottom:60px}.product-detail{flex-wrap:wrap;gap:60px;display:flex}.product-gallery{flex-wrap:wrap;flex:1.2;gap:20px;display:flex}.product-thumbnails{flex-direction:column;gap:12px;width:100px;display:flex}.product-thumb{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:12px;width:100%;transition:all .2s}.product-thumb.active{border-color:#776b5d}.product-main-image-container{flex:1}.product-main-image{background:#f3efea;border-radius:24px;width:100%}@media (width<=768px){.product-gallery{flex-direction:column}.product-thumbnails{flex-direction:row;width:100%}.product-thumb{width:80px}}.product-info{flex:.8}.product-title{color:#232323;margin-bottom:20px;font-family:Oranienbaum,serif;font-size:36px}.product-price{color:#776b5d;margin-bottom:20px;font-family:Combo,monospace;font-size:32px}.product-description{margin:20px 0;line-height:1.5}.product-quantity-block{align-items:center;gap:15px;margin:20px 0;display:flex}.product-quantity{text-align:center;border:1px solid #e2ddd4;border-radius:40px;width:80px;padding:8px}.product-actions{gap:20px;margin-top:20px;display:flex}.favorite-btn{white-space:nowrap;text-align:center;background:0 0;border:1px solid #776b5d;padding:8px 20px;font-size:15px}.favorite-btn.active{color:#fff;background:#776b5d}.favorite-btn.active:hover{color:#fff!important;background:#776b5d!important}.loading-spinner{text-align:center;padding:60px;font-size:18px}@media (width<=768px){.product-detail{flex-direction:column}.product-title{font-size:28px}}.checkout-page{margin-top:120px;margin-bottom:60px}.checkout-layout{flex-wrap:wrap;gap:40px;display:flex}.checkout-form-container{flex:2;min-width:280px}.checkout-summary{background:#fcfaf7;border-radius:24px;flex:1;height:fit-content;padding:24px;position:sticky;top:120px}.checkout-summary h3{margin-bottom:20px}.checkout-item{justify-content:space-between;margin-bottom:12px;display:flex}.total-line{border-top:1px solid #e2ddd4;justify-content:space-between;margin-top:16px;padding-top:16px;font-weight:700;display:flex}.form-section{border-bottom:1px solid #e2ddd4;margin-bottom:32px;padding-bottom:24px}.form-section h3{margin-bottom:20px;font-size:20px}.form-row{flex-wrap:wrap;gap:20px;display:flex}.form-group{flex:1;margin-bottom:16px}.form-group label,.form-section label{margin-bottom:6px;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select,.form-section textarea{border:1px solid #e2ddd4;border-radius:40px;width:100%;padding:12px;font-family:inherit}.form-section textarea{border-radius:12px!important}.radio-group,.checkbox-group{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.checkbox-group{margin-bottom:16px}.checkout-submit{width:100%;margin-top:16px;padding:16px;font-size:18px}@media (width<=768px){.checkout-layout{flex-direction:column}.checkout-summary{position:static}}.success-page{text-align:center;margin:150px auto}.success-page hr{margin-top:40px}.success-message{background:#fcfaf7;border-radius:32px;max-width:600px;margin:0 auto;padding:48px}.success-message h1{margin-bottom:24px;font-family:Oranienbaum,serif}.order-card-link{color:inherit;text-decoration:none;display:block}.order-card-link:hover .order-card{transition:all .2s;transform:translateY(-2px)}.order-detail-page{margin-top:120px;margin-bottom:60px}.order-detail-card{background:#fcfaf7;border-radius:24px;padding:30px;box-shadow:0 4px 12px #0000000d}.order-detail-header{border-bottom:1px solid #f1ebdb;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.order-detail-header h1{margin:0;font-size:28px}.order-status-badge{border-radius:40px;padding:6px 16px;font-size:14px;font-weight:500}.status-pending{color:#b68b40;background:#ffe4b5}.status-paid{color:#155724;background:#d4edda}.status-processing{color:#004085;background:#cce5ff}.status-shipped{color:#0c5460;background:#d1ecf1}.status-delivered{color:#155724;background:#d4edda}.status-cancelled{color:#721c24;background:#f8d7da}.status-default{color:#232323;background:#f1ebdb}.order-detail-section{border-bottom:1px solid #f1ebdb;margin-bottom:30px;padding-bottom:20px}.order-detail-section:last-of-type{border-bottom:none}.order-detail-section h2{color:#776b5d;margin-bottom:16px;font-size:20px}.info-row{flex-wrap:wrap;margin-bottom:10px;display:flex}.info-row span:first-child{color:#555;width:160px;font-weight:500}.info-row span:last-child{flex:1}.order-items-list{flex-direction:column;gap:0;display:flex}.order-item{border-bottom:1px solid #f1ebdb;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.order-item:last-child{border-bottom:none}.order-item-name{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:2;overflow:hidden}.order-item-quantity{text-align:center;flex-shrink:0;width:60px}.order-item-price{text-align:right;white-space:nowrap;flex-shrink:0;width:100px;font-weight:500}.order-detail-footer{text-align:center;margin-top:30px}@media (width<=480px){.order-detail-card{padding:20px}.order-item-name,.order-item-quantity,.order-item-price{font-size:13px}.order-item-name{max-width:40%}}@media (width<=768px){.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block}.cart-table thead{display:none}.cart-table tr{background:#fff;border:1px solid #f1ebdb;border-radius:24px;margin-bottom:20px;padding:16px}.cart-table td{text-align:right;border-bottom:1px solid #f1ebdb;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.cart-table td:before{content:attr(data-label);text-align:left;flex:1;font-weight:700}.cart-table td:first-child:before,.cart-table td:last-child:before{display:none}.cart-table td:first-child{justify-content:center;margin-bottom:10px}.cart-item-img{width:100%;max-width:120px;margin:0 auto}.quantity-control{justify-content:flex-end}.cart-summary{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.cart-buttons{flex-direction:column;gap:12px;width:100%;display:flex}.cart-buttons a,.cart-buttons button{width:100%}.order-detail-header{flex-direction:column;align-items:flex-start;gap:15px}.info-row{flex-direction:column;gap:5px}.info-row span:first-child{width:auto}.order-item-name{flex:1;max-width:45%}.order-item-price{flex-shrink:1;width:auto}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Ysabeau Infant,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb;outline:2px solid #0000}input::-moz-placeholder{color:#6b7280;opacity:1}textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}input:where([type=checkbox]),input:where([type=radio]){appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);outline:2px solid #0000}input:where([type=checkbox]):checked,input:where([type=radio]):checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=checkbox]):checked{appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=radio]):checked{appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{background-color:currentColor;border-color:#0000}input:where([type=checkbox]):indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){input:where([type=checkbox]):indeterminate{appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{background-color:currentColor;border-color:#0000}input:where([type=file]){background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}input:where([type=file]):focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}body{font-family:Ysabeau Infant,sans-serif}.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.end-0{inset-inline-end:0}.start-0{inset-inline-start:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.-me-2{margin-inline-end:-.5rem}.-ml-px{margin-left:-1px}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ms-1{margin-inline-start:.25rem}.ms-3{margin-inline-start:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.min-h-screen{min-height:100vh}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-auto{width:auto}.w-full{width:100%}.max-w-7xl{max-width:80rem}.max-w-xl{max-width:36rem}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pe-4{padding-inline-end:1rem}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-start{text-align:start}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-tight{line-height:1.25}.tracking-widest{letter-spacing:.1em}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.ring-opacity-5{--tw-ring-opacity:.05}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity,1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.active\:bg-red-700:active{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.active\:text-gray-800:active{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.disabled\:opacity-25:disabled{opacity:.25}@media (width>=640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}}@media (width>=1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:0 0}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:100% 0}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:0 0}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:100% 0}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme:dark){.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:active\:text-gray-300:active{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}}
