*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:#f5f5f5;color:#222}a{color:inherit;text-decoration:none}button{cursor:pointer}.container{width:1200px;max-width:95%;margin:auto;min-height:80vh;padding:40px 0}.header{width:100%;background:#fff}.header-top{width:100%;display:flex;justify-content:space-between;align-items:center;padding:5px 40px;min-height:54px}.header-logo h2{margin:5px 0 0;font-size:28px;font-weight:700;letter-spacing:-1px;color:#222}.navbar{display:flex;justify-content:center;align-items:center;gap:35px;padding:16px 0;background:#fff}.navbar a{position:relative;text-decoration:none;color:#999;font-size:15px;font-weight:500;transition:color .25s ease}.cart-link:after{display:none}.navbar a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#333;transition:width .25s ease}.navbar a:hover{color:#333}.navbar a:hover:after{width:100%}.footer{background:#fff;color:#111;text-align:center;padding:20px}.hero{padding:100px 0;text-align:center}.hero h1{font-size:52px;margin-bottom:20px}.hero p{font-size:20px;color:#555}.page-title{margin-bottom:30px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.admin-form{max-width:700px;margin:40px auto;display:flex;flex-direction:column;gap:16px}.admin-form input,.admin-form textarea,.admin-form select{padding:14px;border:1px solid #ddd;border-radius:8px;font-size:16px}.admin-form textarea{min-height:120px;resize:vertical}.admin-form button{padding:15px;border:none;border-radius:8px;background:#111;color:#fff;font-size:18px}.admin-form button:hover{background:#333}.admin-table{margin-top:50px}.admin-table table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border:1px solid #ddd;padding:12px;text-align:left}.admin-table th{background:#111;color:#fff}.delete-btn{background:#d11a2a;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.delete-btn:hover{background:#b21422}.edit-btn{background:#0b74de;color:#fff;border:none;padding:8px 14px;border-radius:6px;margin-right:10px;cursor:pointer}.edit-btn:hover{background:#095fb5}.preview-image{width:220px;height:220px;object-fit:cover;border-radius:10px;border:1px solid #ddd;margin-top:10px}.admin-toolbar{display:flex;gap:15px;align-items:center;margin:35px 0;flex-wrap:wrap}.admin-toolbar input{flex:1;min-width:280px;padding:12px;border:1px solid #ddd;border-radius:8px}.admin-toolbar select{padding:12px;border:1px solid #ddd;border-radius:8px}.products-count{margin-bottom:20px;font-size:18px}.product-thumb{width:40px;height:40px;object-fit:contain}.stock-good{background:#d4edda;color:#1f7a3d;padding:6px 12px;border-radius:20px;font-weight:700}.stock-low{background:#fff3cd;color:#856404;padding:6px 12px;border-radius:20px;font-weight:700}.stock-empty{background:#f8d7da;color:#721c24;padding:6px 12px;border-radius:20px;font-weight:700}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin:40px 0}.pagination button{min-width:140px;height:46px;border:none;border-radius:12px;background:#111;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.25s}.pagination button:hover:not(:disabled){background:#2b2b2b;transform:translateY(-2px);box-shadow:0 8px 18px #0000002e}.pagination button:active{transform:translateY(0)}.pagination button:disabled{background:#d9d9d9;color:#888;cursor:not-allowed;box-shadow:none;transform:none}.pagination span{min-width:170px;text-align:center;font-size:16px;font-weight:600;color:#444}.page-size{display:flex;align-items:center;gap:12px;margin-bottom:25px;padding:14px 18px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 4px 12px #0000000d;width:max-content}.page-size label{font-size:15px;font-weight:600;color:#333}.page-size select{min-width:170px;padding:10px 14px;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:15px;font-weight:500;cursor:pointer;outline:none;transition:.25s}.page-size select:hover{border-color:#111}.page-size select:focus{border-color:#111;box-shadow:0 0 0 4px #11111114}.admin-orders{width:100%}.admin-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.admin-orders-header h1{margin-bottom:6px}.admin-orders-header p{color:#777}.orders-count{min-width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#111;color:#fff;font-size:20px;font-weight:700}.orders-toolbar{display:flex;gap:12px;margin-bottom:20px}.orders-toolbar select{padding:12px 16px;border:1px solid #ddd;border-radius:10px;background:#fff;cursor:pointer}.refresh-orders{padding:12px 16px;border:none;border-radius:10px;background:#111;color:#fff;cursor:pointer}.refresh-orders:hover{background:#333}.orders-table-wrapper{width:100%;overflow-x:auto;border:1px solid #eee;border-radius:14px;background:#fff}.orders-table{width:100%;border-collapse:collapse;min-width:900px}.orders-table th{padding:16px;text-align:left;background:#f7f7f7;font-size:13px;color:#666}.orders-table td{padding:16px;border-top:1px solid #eee}.orders-table tr:hover td{background:#fafafa}.order-status{padding:8px 12px;border-radius:8px;border:1px solid #ddd;font-weight:600;cursor:pointer}.order-status.pending{background:#fff4d6}.order-status.paid{background:#e5f7e8}.order-status.processing{background:#e8f0ff}.order-status.shipped{background:#eee8ff}.order-status.completed{background:#dff7de}.order-status.cancelled{background:#ffe5e5}.empty-orders{text-align:center;padding:80px 20px;border:1px solid #eee;border-radius:14px;background:#fff}.empty-orders div{font-size:50px;margin-bottom:15px}.empty-orders p{color:#777}.admin-order-details{max-width:1100px;margin:0 auto}.admin-order-details .order-card{padding:18px;margin-bottom:15px}.admin-order-details .order-card h2{font-size:18px;margin-bottom:14px}.admin-order-details .order-card p{margin:6px 0 14px}.back-orders-btn{border:none;background:none;padding:0;margin-bottom:25px;font-size:15px;cursor:pointer}.back-orders-btn:hover{text-decoration:underline}.order-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.order-details-header p{color:#777;margin-top:6px;font-size:13px}.order-details-header h1{font-size:28px}.order-details-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px}.order-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:25px;margin-bottom:20px}.order-card h2{margin-bottom:20px}.order-card p{margin:10px 0}.order-detail-item{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #eee}.order-detail-item p{color:#777;margin-top:6px}.order-price-row{display:flex;justify-content:space-between;margin:12px 0}.order-final-price{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid #eee;font-size:21px}.order-details-btn{padding:8px 13px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer}.order-details-btn:hover{background:#111;color:#fff}@media (max-width:800px){.order-details-grid{grid-template-columns:1fr}.order-details-header{align-items:flex-start;gap:20px;flex-direction:column}}.orders-search{width:320px;padding:12px 16px;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:14px;outline:none}.orders-search:focus{border-color:#111}.orders-search::placeholder{color:#999}@media (max-width:700px){.orders-toolbar{flex-direction:column}.orders-search{width:100%;box-sizing:border-box}.orders-toolbar select,.refresh-orders{width:100%}}.orders-dashboard{display:flex;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:25px}.orders-dashboard-card{display:flex;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid #e5e5e5;border-radius:14px}.orders-dashboard-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:10px;font-size:21px}.orders-dashboard-card span{display:block;color:#777;font-size:12px;margin-bottom:4px}.orders-dashboard-card strong{display:block;font-size:21px}@media (max-width: 1000px){.orders-dashboard{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.orders-dashboard{grid-template-columns:1fr}}.header-top{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.header-logo{flex-shrink:0}.cart-link{position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none}.cart-icon{width:23px;height:23px;fill:none;stroke:#111;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.cart-link:hover .cart-icon{transform:scale(1.04)}.cart-animating .cart-icon{animation:cartAdd .45s ease}@keyframes cartAdd{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.08) rotate(-5deg)}50%{transform:scale(1.03) rotate(5deg)}75%{transform:scale(1.06) rotate(-2deg)}to{transform:scale(1) rotate(0)}}.cart-badge{position:absolute;top:-8px;right:-9px;width:17px;height:17px;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:50%;font-family:Georgia,Times New Roman,serif;font-size:9px;font-weight:400;line-height:1;animation:badgePulse .35s ease}@keyframes badgePulse{0%{transform:scale(1)}45%{transform:scale(1.2)}to{transform:scale(1)}}.cart-list{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:20px;padding:20px;border:1px solid #eee;border-radius:14px}.cart-image{width:80px;height:80px;object-fit:contain}.cart-info h3{margin-bottom:8px}.cart-quantity{display:flex;align-items:center;justify-content:center;gap:10px;width:120px;height:120px}.cart-quantity button{width:35px;height:35px;flex-shrink:0;border:1px solid #ddd;border-radius:8px;background:#111;color:#fff;font-size:20px;cursor:pointer;transition:.2s}.cart-quantity span{width:30px;text-align:center;flex-shrink:0}.cart-quantity button:hover{background:#111;color:#fff}.cart-quantity button:disabled{background:#d1d1d1;color:#888;cursor:not-allowed;opacity:.7}.cart-quantity span{min-width:30px;text-align:center;font-size:16px;font-weight:600}.cart-total{width:110px;min-width:110px;text-align:right;font-weight:700;font-size:18px}.cart-summary{width:420px;max-width:100%;margin:40px 0 40px auto;padding:25px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 10px 30px #0000000f}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:16px}.summary-row strong{font-weight:600}.summary-line{height:1px;background:#e5e5e5;margin:20px 0}.summary-total{font-size:21px;margin-bottom:20px}.summary-total strong{font-size:24px}.checkout-btn{width:100%;padding:16px;border:none;border-radius:10px;background:#111;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:.2s}.checkout-btn:hover{background:#2d2d2d;transform:translateY(-1px)}.checkout-page{display:flex;grid-template-columns:1fr 400px;gap:40px;max-width:1100px;margin:auto}.checkout-form{padding:30px;border:1px solid #e5e5e5;border-radius:16px;background:#fff}.checkout-form h2{margin-top:30px;margin-bottom:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600}.form-group input{padding:13px 14px;border:1px solid #ddd;border-radius:9px;font-size:15px;outline:none}.form-group input:focus{border-color:#111}.delivery-options{display:flex;flex-direction:column;gap:12px}.delivery-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;border:1px solid #ddd;border-radius:10px;cursor:pointer}.delivery-option:hover{border-color:#111}.checkout-summary{height:max-content;padding:25px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;position:sticky;top:20px}.checkout-product{display:flex;justify-content:space-around;gap:15px;padding:12px 0}.checkout-summary-line{height:1px;background:#eee;margin:15px 0}.checkout-total{display:flex;justify-content:space-between;margin:12px 0}.checkout-final{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid #eee;font-size:21px}.place-order-btn{width:100%;margin-top:30px;padding:16px;border:none;border-radius:10px;background:#111;color:#fff;font-size:17px;font-weight:600;cursor:pointer}.place-order-btn:hover{background:#333}.checkout-stock-error{margin-top:20px;padding:15px;background:#f3f3f3;border:1px solid #ccc;border-radius:8px;color:#555;white-space:pre-line}.place-order-btn:disabled{background:#ccc;color:#777;cursor:not-allowed}.checkout-product-info{display:flex;flex-direction:column;gap:4px}.checkout-product-info span{font-weight:600}.checkout-product-info small{color:#777}.checkout-product strong{white-space:nowrap}@media (max-width: 800px){.checkout-page{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 600px){.form-grid{grid-template-columns:1fr}}.order-success{max-width:650px;margin:80px auto;padding:60px 30px;text-align:center;border:1px solid #e5e5e5;border-radius:20px;background:#fff;box-shadow:0 15px 40px #0000000f}.success-icon{width:70px;height:70px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#111;color:#fff;font-size:40px}.order-success h1{margin-bottom:15px}.order-success p{color:#666;margin:10px 0}.order-success strong{margin-left:7px;color:#111}.success-btn{margin-top:30px;padding:15px 30px;border:none;border-radius:10px;background:#111;color:#fff;font-size:16px;cursor:pointer}.success-btn:hover{background:#333}.cart-stock-warning,.cart-stock-error{grid-column:1 / -1;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600}.cart-stock-warning{background:#fff4df;color:#a15c00}.cart-stock-error{background:#ffe8e8;color:#c62828}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.search-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:400px;z-index:100}.search-box{position:relative;width:100%}.search-box input{width:100%;box-sizing:border-box;padding:11px 40px 11px 43px;border:1px solid #ddd;border-radius:22px;outline:none;font-size:14px}.search-box input:focus{border-color:#999}.search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#777;font-size:22px;line-height:1;cursor:pointer;padding:0}.search-clear:hover{color:#222}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:none;stroke:#777;stroke-width:2;stroke-linecap:round;pointer-events:none;z-index:2}.search-results{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 5px 20px #0000001f;overflow:hidden;z-index:9999}.search-result{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer;transition:background .15s}.search-result:hover{background:#f5f5f5}.search-result img{width:55px;height:55px;object-fit:contain;border-radius:6px;flex-shrink:0}.search-result-info{display:flex;flex-direction:column;gap:3px;min-width:0}.search-result-info strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-info small{font-size:12px;color:#888}.search-result-info span{font-size:13px;font-weight:600}.search-message{padding:18px;text-align:center;color:#777;font-size:14px}.product-page{max-width:1200px;margin:50px auto;padding:0 30px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:70px;align-items:start}.product-page-image{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;background:#fafafa;border:1px solid #eeeeee;border-radius:20px;overflow:hidden;transform:translateY(-60px)}.product-page-image:before{content:"";position:absolute;width:350px;height:350px;background:#f1f1f1;border-radius:50%;z-index:0}.product-page-image img{position:relative;z-index:1;width:75%;max-width:480px;object-fit:contain;transition:transform .4s ease}.product-page-image:hover img{transform:scale(1.04)}.product-page-sold-out{position:absolute;top:25px;left:25px;z-index:5;background:#222;color:#fff;padding:10px 17px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:1px;box-shadow:0 5px 15px #00000026}.product-page-out{opacity:.65}.product-page-info{display:flex;flex-direction:column;align-items:flex-start}.product-page-info h1{margin:0 0 20px;font-size:42px;line-height:1.15;font-weight:600;color:#222;letter-spacing:-.5px}.product-page-price{margin-bottom:25px;font-size:30px;font-weight:700;color:#111}.product-page-price:after{content:"";display:block;width:55px;height:2px;margin-top:15px;background:#222}.product-page-description{max-width:520px;margin-bottom:30px;color:#666;font-size:16px;line-height:1.8;white-space:pre-line}.product-stock{margin-bottom:30px;font-size:14px;font-weight:600}.stock-available{color:#247a45;display:inline-flex;align-items:center;gap:7px}.stock-low{color:#b7791f;display:inline-flex;align-items:center;gap:7px}.stock-none{color:#b42318;display:inline-flex;align-items:center;gap:7px}.product-buy{display:flex;align-items:center;gap:15px;width:100%}.product-quantity{display:flex;align-items:center;height:52px;border:1px solid #ddd;border-radius:10px;overflow:hidden;background:#fff}.product-quantity button{width:48px;height:100%;border:none;background:#fff;font-size:22px;color:#222;cursor:pointer;transition:background .2s ease,color .2s ease}.product-quantity button:hover:not(:disabled){background:#222;color:#fff}.product-quantity button:disabled{color:#bbb;cursor:not-allowed}.product-quantity span{min-width:45px;text-align:center;font-size:16px;font-weight:600;color:#222}.add-to-cart-btn{height:52px;padding:0 35px;border:none;border-radius:10px;background:#222;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.add-to-cart-btn:hover:not(:disabled){background:#000;transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled{cursor:not-allowed;opacity:.6}.product-page-out .product-page-info{opacity:.8}.product-fragrance{width:100%;max-width:520px;margin-bottom:30px}.fragrance-section{margin-bottom:25px}.fragrance-section h3{margin:0 0 12px;font-size:17px;font-weight:600;color:#222}.fragrance-tags{display:flex;flex-wrap:wrap;gap:8px}.fragrance-tags span{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;background:#f5f5f5;border:1px solid #e3e3e3;border-radius:50px;color:#444;font-size:13px;font-weight:500;line-height:1;cursor:default;transition:background .2s ease,border-color .2s ease,transform .2s ease}.fragrance-tags span:hover{background:#222;border-color:#222;color:#fff;transform:translateY(-1px)}.product-size{width:100%;max-width:520px;margin-bottom:20px}.product-size h3{margin:0 0 10px;font-size:17px;font-weight:600;color:#222}.product-size-buttons{display:flex;gap:7px;flex-wrap:wrap}.product-size-btn{min-width:58px;height:40px;padding:0 14px;border:1px solid #d8d8d8;border-radius:9px;background:#e9e9e9;color:#333;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.product-size-btn:hover:not(:disabled){background:#222;border-color:#222;color:#fff;transform:translateY(-1px)}.product-size-btn.active{background:#222;border-color:#222;color:#fff}.product-size-btn:disabled{background:#f5f5f5;border-color:#e5e5e5;color:#bbb;cursor:not-allowed}.not-found-page{max-width:1200px;margin:50px auto;padding:0 30px;display:flex;justify-content:center;align-items:center}.not-found-card{width:100%;min-height:650px;padding:60px 70px;background:#fff;border:1px solid #eeeeee;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:0 10px 35px #0000000a}.not-found-number{display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#222;font-size:150px;font-weight:700;line-height:.9;letter-spacing:-8px}.not-found-number>span{display:block;color:#222}.not-found-content{width:100%;max-width:700px;text-align:center}.not-found-content h1{margin:0 0 18px;font-size:32px;line-height:1.2;font-weight:600;color:#222;letter-spacing:-.5px}.not-found-content p{max-width:650px;margin:0 auto 30px;color:#666;font-size:15px;line-height:1.8}.not-found-home{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 28px;border-radius:10px;background:#222;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.not-found-home:hover{background:#000;transform:translateY(-2px)}.not-found-contact{width:100%;max-width:800px;margin-top:50px;padding-top:30px;border-top:1px solid #eeeeee;display:flex;align-items:center;justify-content:center}.not-found-contact-item{width:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#222;text-decoration:none;transition:transform .2s ease,color .2s ease}.not-found-contact-item:hover{transform:translateY(-3px)}.not-found-contact-title{margin-bottom:7px;font-size:14px;font-weight:500;color:#666}.not-found-contact-value{font-size:16px;font-weight:600;color:#222}.not-found-contact-divider{width:1px;height:90px;background:#eee}.product-card{background:#fff;border-radius:12px;padding:20px;box-sizing:border-box;box-sizing:0 5px 15px rbga(0,0,0,.08);display:flex;flex-direction:column}.product-card-image{position:relative}.product-card img{width:100%;height:240px;object-fit:cover;border-radius:10px}.product-card h3{margin-top:15px}.product-card p{margin:15px 0;color:#666;flex:1}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-bottom button{background:#111;color:#fff;border:none;padding:10px 15px;border-radius:8px}.product-bottom button:hover{cursor:pointer;background:#333}.product-bottom button:disabled{cursor:not-allowed;background:#888}.product-card-out{opacity:.55}.sold-out-badge{position:absolute;top:12px;left:12px;background:#555;color:#fff;padding:7px 12px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.5px}.product-stock-small{display:block;margin-top:5px;font-size:12px;color:#666}.regulamin-page{width:100%;background:#f7f7f7;color:#555;font-family:Josefin Sans,sans-serif}.regulamin-hero{width:100%;padding:0 0 24px 8px}.regulamin-hero-inner{width:100%}.regulamin-hero h1{margin:0;padding:0;font-size:20px;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:#222}.regulamin-hero p{margin:0}.regulamin-date{display:none}.regulamin-wrapper{width:100%;padding:0 8px 30px;box-sizing:border-box}.regulamin-content{width:100%;max-width:815px;background:transparent;padding:0;box-sizing:border-box}.regulamin-content section{background:#fff;padding:24px 25px;box-sizing:border-box;margin-bottom:10px;border-radius:12px}.regulamin-content section:last-child{margin-bottom:0}.regulamin-content h2{margin:0 0 22px;font-size:15px;font-weight:400;letter-spacing:.4px;color:#222}.regulamin-content ol{margin:0;padding-left:0;list-style:none;counter-reset:regulamin-counter}.regulamin-content li{position:relative;margin:0 0 18px;padding-left:0;font-size:12px;font-weight:300;line-height:2;letter-spacing:.3px;color:#666}.regulamin-content li span{display:block;margin-top:8px}.regulamin-contact{display:block;margin-top:8px;margin-left:20px}.regulamin-contact>span{display:block;margin-bottom:4px}.regulamin-content strong{font-weight:600}.regulamin-content li:before{counter-increment:regulamin-counter;content:"1." counter(regulamin-counter);margin-right:8px;color:#666}.regulamin-link{position:relative;color:inherit;text-decoration:none}.regulamin-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform-origin:right;transition:transform .3s ease}.regulamin-link:hover:after{transform:scaleX(0)}.regulamin-content a{text-decoration:none;transition:color .3s ease}.regulamin-content a:hover{color:#999}.regulamin-sublist{display:block;margin-top:8px;margin-left:24px}.regulamin-sublist>span{display:block;margin-bottom:4px}.regulamin-banner{width:100%;height:24px;overflow:hidden;background:#222;color:#fff;display:flex;align-items:center;position:relative}.regulamin-banner-text{position:absolute;display:flex;align-items:center;gap:100px;white-space:nowrap;font-family:Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.5px;animation:regulamin-marquee 15s linear infinite}@keyframes regulamin-marquee{0%{transform:translate(100vw)}to{transform:translate(-100%)}}
