@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");.navbar-buttons a{background-color:#fff;color:#000;font-weight:600;text-decoration:none;font-size:.9rem;padding:6px 14px;border-radius:8px;white-space:nowrap;display:inline-block;transition:background-color .3s ease}.navbar-buttons a:hover{background-color:#d4af37;color:#fff}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.container{position:relative;width:100%;max-width:850px;height:550px;background:#fff;border-radius:30px;box-shadow:0 0 30px 0 rgba(0,0,0,.2);margin:20px;overflow:hidden}.form-box{position:absolute;right:0;width:50%;height:100%;display:flex;background:#fff;align-items:center;color:#333;text-align:center;padding:40px;z-index:1;transition:.6s ease-in-out 1.2s,visibility 0s 1s}.container.active .form-box{right:50%}.form-box.register{visibility:hidden}.container.active .login{transform:translateX(-100%);opacity:0;z-index:1}.container.active .register{transform:translateX(0);opacity:1;z-index:5}.container.active .form-box.register{visibility:visible}form{width:100%}.container h1{font-size:36px;margin:-10px 0}.input-wrapper{display:flex;align-items:center;width:100%;max-width:400px;margin:1rem auto;background:#fff;border-radius:8px;padding:0 .75rem}.input-icon{color:#999;flex-shrink:0;margin-right:8px}.input-box{flex:1 1;padding:.75rem;font-size:16px;border:none;outline:none;background:transparent}.input-box input{padding:13px 50px 13px 20px;border-radius:8px;border:none;outline:none;font-size:16px;font-weight:500}.input-box input,.input-box select{width:100%;background:#eee;color:#333}.input-box select{padding:12px;border-radius:8px;font-size:1rem;border:1px solid #ccc}.input-box input::placeholder{color:#888;font-weight:400}.input-box i{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#888;font-size:20px}.activation-button{margin-top:2rem}.forgot-password{margin:-15px 0 15px}.forgot-password a{color:#333;text-decoration:none;font-size:14.5px}.btn-next{width:100%;max-width:400px;margin:1rem auto;padding:.75rem;border-radius:8px;font-size:16px}.btn-next:hover{background:#222}.btn{width:350px;height:50px;background:#fff;border-radius:10px;border:none;box-shadow:0 0 10px rgba(0,0,0,.1);cursor:pointer;font-size:16px;color:#e2c178;font-weight:700;margin-bottom:10px}.login-link{margin-top:1.25rem;font-size:14px;text-align:center;cursor:pointer;color:#fff;border:1px solid #fff;padding:.5rem 1rem;border-radius:8px;display:inline-block;text-decoration:none}.container p{font-size:14.5px;margin:15px 0}.social-icons{display:flex;justify-content:center}.social-icons a{display:inline-flex;padding:10px;border:2px solid #ccc;border-radius:8px;font-size:24px;color:#333;text-decoration:none;margin:0 8px}.toggle-box{position:absolute;width:100%;height:100%}.toggle-box:before{content:"";position:absolute;left:-250%;width:300%;height:100%;background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d4af37);border-radius:150px;z-index:2;transition:1.8s ease-in-out}.container.active .toggle-box:before{left:50%}.toggle-panel{position:absolute;width:50%;height:100%;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition:.6s ease-in-out}.toggle-panel.toggle-left{left:0;transition-delay:1.2s}.container.active .toggle-panel.toggle-left{left:-50%;transition-delay:.6s}.toggle-panel.toggle-right{right:-50%;transition-delay:.6s}.container.active .toggle-panel.toggle-right{right:0;transition-delay:1.2s}.toggle-panel p{margin-bottom:20px}.toggle-panel .btn{width:160px;height:46px;background:transparent;border:2px solid #fff;box-shadow:none}.feather-signup{background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d4af37)}.signup-page-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.signup-logo-wrapper{margin-bottom:20px}.signup-logo{width:100px;height:100px;border-radius:12px;cursor:pointer;transition:transform .2s ease-in-out}.signup-logo:hover{transform:scale(1.05)}.profile-banner{background:var(--gold-gradient,linear-gradient(to bottom,#d4af37,#f8eec7));padding:3rem 1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;min-height:200px;margin-top:0}.profile-background{background:#fff;color:#000}.profile-banner-left{display:flex;flex-direction:column;align-items:center}.profile-banner-right{display:flex;gap:1rem;flex-wrap:wrap}.profile-btn{background-color:#fff;color:#d4af37;font-weight:700;font-size:1rem;border-radius:12px;padding:.75rem 2rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.profile-btn:hover{background-color:#f5f5f5}.profile-wrapper{padding:2rem;max-width:700px;margin:0 auto;text-align:center;background-color:#fff}.profile-fullname{margin-top:.5rem;font-size:1.1rem;text-align:center}.profile-wrapper h1{font-size:2rem;margin-bottom:1rem}.profile-wrapper p{font-size:1.1rem}.dashboard-section{margin-top:2rem;padding:1rem;background:hsla(0,0%,100%,.1);border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.logout-btn{margin-top:2rem;padding:.75rem 1.5rem;font-size:1rem;color:#fff;background:crimson;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.logout-btn:hover{background:darkred}.cart-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.6);z-index:1000;display:flex;justify-content:flex-end}.cart-drawer{position:absolute;top:77px;right:0;width:300px;max-height:100vh;background:#fff;color:#000;box-shadow:-4px 0 8px rgba(0,0,0,.3);border-radius:8px 0 0 8px;padding:1rem;overflow-y:auto;z-index:999}@keyframes slideInDrawer{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.close-cart-btn{background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:#444}.cart-list{list-style:none;padding-left:0}.cart-list,.cart-list li{margin-bottom:1rem}.cart-total{font-size:1.1rem;text-align:right;padding-top:10px;border-top:1px solid #ccc}.navbar-cart-icon{position:relative;padding:6px 10px}.navbar-cart-icon:hover{background-color:hsla(0,0%,4%,.15)}.cart-badge{position:absolute;top:0;right:4px;font-size:.65rem;line-height:1}.qr-option input[type=number]{width:60px;height:35px;text-align:center;font-size:16px;border-radius:6px}.checkout-btn{display:inline-block;background-color:#d4af37;color:#000;padding:12px 20px;font-weight:700;border:none;border-radius:8px;cursor:pointer;text-align:center;width:100%;margin-top:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:background-color .3s ease}.checkout-btn:hover{background-color:#b48e2b}.feather-activate-wrapper{text-align:center;margin-top:2rem}.feather-activate-text{font-size:1.2rem;margin-bottom:.5rem}.feather-qr-image{width:48px;height:48px}.qr-top-wrapper{margin-top:10px;margin-bottom:20px;text-align:center}.feather-activate-text{font-size:1.75rem;margin-bottom:.75rem;color:#fff}.feather-activate-box{display:flex;justify-content:center;align-items:center;gap:.75rem}.feather-qr-image{width:80px;height:80px;border-radius:15px}.feather-activate-btn{background-color:#000;color:#fff;padding:.5rem 1.25rem;border-radius:15px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.feather-activate-btn:hover{background-color:#222}.qty-badge{background:gold;color:#000;font-weight:700;border-radius:12px;padding:2px 8px;font-size:.85rem;margin-left:8px}.assign-wrapper{padding:2rem;font-family:Poppins,sans-serif;color:#fff}.assign-message{background-color:#e0ffe0;color:#000;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.assign-buttons{display:flex;gap:1rem;margin-top:1.5rem}.assign-btn-primary{background-color:#333;color:#fff}.assign-btn-primary,.assign-btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer}.assign-btn-secondary{background-color:#ccc;color:#000}.assign-input{padding:.5rem;width:100%;max-width:300px;margin-top:.25rem}.best-value-badge{position:absolute;top:-10px;right:-10px;background:gold;color:#000;padding:5px 10px;font-weight:700;border-radius:20px;animation:pulse 1.5s infinite;box-shadow:0 0 10px rgba(0,0,0,.3)}.qr-option:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2)}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.qr-option{box-sizing:border-box}.qr-warranty-note{margin-bottom:.5rem;font-size:.9rem;color:#fff}.buy-container{background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d4af37);min-height:100vh;padding:1px 1rem 1rem;color:#fff}.buy-container,.home-container{display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.home-container{padding:1.5rem 1rem;max-width:100vw}.hero,.home-container{width:100%;overflow-x:hidden}.hero{max-width:100%;padding:0 1rem;box-sizing:border-box}.hero-logo{border-radius:16px;margin-bottom:1rem;margin-top:2rem}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;color:#f0f0f0;max-width:600px;margin:0 auto 2rem}.get-started{display:inline-block;padding:1rem 2rem;background-color:#d4af37;color:#fff;text-decoration:none;border-radius:20px;font-weight:600;transition:background-color .3s ease}.get-started:hover{background-color:#b9982d}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;width:100%;max-width:1600px;padding:3rem}.step-box{background-color:hsla(0,0%,100%,.1);border-radius:16px;padding:1.5rem;color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.15);text-align:center}.step-number{font-size:1.2rem;color:gold;margin-bottom:.5rem;font-weight:700}.footer{margin-top:4rem;padding:1rem 0;font-size:.9rem;color:#fff;text-align:center}.welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:var(--gold-gradient,linear-gradient(to bottom,#d4af37,#f8eec7))}.logo-wrapper{margin-bottom:1rem}.feather-logo{width:100px;height:100px;border-radius:10%}.welcome-box{background:#fff;padding:2rem;border-radius:16px;text-align:center;max-width:400px;width:90%;box-shadow:0 4px 10px rgba(0,0,0,.15)}.welcome-heading{font-size:1.8rem;color:#000;margin-bottom:.5rem}.welcome-subtext{font-size:1rem;color:#555;margin-bottom:1.5rem}.welcome-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1.5rem}.password-feedback{margin-top:.5rem;margin-left:.5rem;text-align:left;font-size:.9rem}.password-feedback p{margin:0;color:#fff}.password-feedback .valid{color:#90ee90}.password-feedback .invalid{color:#f08080}.full-background{min-height:100vh;background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d4af37);color:#fff;padding:2rem}.legal-wrapper{max-width:800px;margin:0 auto;padding-top:2rem}.left-align{text-align:left}.close-top-left{position:absolute;top:1rem;left:1rem;cursor:pointer;z-index:10;color:#fff}.checkbox-inline{display:flex;justify-content:center;margin-top:1rem;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.4rem;font-size:.95rem;color:#fff;line-height:1.4}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#fff}.checkbox-label{padding:.4rem .8rem;border-radius:8px}.avatar-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid #000}.profile-header-container{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;min-width:140px}.profile-avatar{width:100px;height:100px;border-radius:50%;border:3px solid #000;object-fit:cover}.profile-fullname{font-size:1.25rem;font-weight:600;margin:0}.profile-info-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.profile-actions{display:flex;gap:1rem;margin-top:.5rem}.qr-title{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#000}.qr-grid{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.qr-card{background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d5b64e);color:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:1.5rem;width:260px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}.qr-card p{color:#000}.qr-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto;display:block}.media-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:10px;gap:10px}.media-item{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:10px;background:#000}.media-item img{height:100%;object-fit:cover}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);justify-content:center;z-index:1000}.lightbox,.lightbox-content{display:flex;align-items:center}.lightbox-content{position:relative;max-width:90%;max-height:90%;flex-direction:column}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:10px}.lightbox-description{width:100%;box-sizing:border-box;margin-top:10px;padding:15px;background:rgba(0,0,0,.7);border-top:2px solid #d4af37;color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 10px 10px;font-size:30px}.lightbox-actions{display:flex;gap:15px;align-items:center}.lightbox-input{flex:1 1;margin-right:10px;padding:10px;border:1px solid #d4af37;border-radius:6px;background:#111;color:#fff;font-size:15px}.lightbox-actions a,.lightbox-actions button{color:#d4af37;text-decoration:none;background:none;border:none;cursor:pointer;font-size:14px}.lightbox-actions i{cursor:pointer;font-size:18px;transition:opacity .2s ease}.lightbox-actions i:hover{opacity:.7}.lightbox-content video{width:100%;height:auto;border-radius:10px}.lightbox video{max-width:100%;max-height:80vh;object-fit:contain;display:block;margin:0 auto}.media-item video{object-fit:cover;border-radius:10px}.media-item video,.video-overlay{width:100%;height:100%;pointer-events:none}.video-overlay{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center}.play-icon{color:#fff;opacity:.9}.video-duration{bottom:6px;right:8px;font-size:12px;background:rgba(0,0,0,.6);padding:2px 5px;border-radius:3px}.video-thumbnail .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:48px;color:#fff;z-index:2}.qr-img{object-fit:cover;margin:0 auto 1rem;border-radius:20%}.qr-name{font-weight:700;margin-bottom:.5rem;color:#000}.qr-card:hover{transform:translateY(-4px)}.qr-image{width:100%;height:180px;object-fit:cover;border-radius:8px;background-color:#222}.qr-info{margin-top:.8rem}.qr-info h4{margin:0;font-size:1.1rem;color:#fff}.qr-info p{margin:.2rem 0;font-size:.9rem;color:#ccc}.settings-wrapper{padding:2rem 1.5rem;font-family:Poppins,sans-serif;color:#fff;max-width:600px;margin:0 auto}.back-btn{background:transparent;color:#fff;border:1px solid #fff;padding:6px 12px;border-radius:8px;cursor:pointer;margin-bottom:1.5rem}.settings-profile{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.settings-avatar{width:60px;height:60px;border-radius:50%;background:#444;border:2px solid #fff}.settings-user-info h2{font-size:1.2rem;margin:0}.edit-profile-link{color:#000;font-size:.9rem;text-decoration:underline;cursor:pointer}.settings-section{background:hsla(0,0%,100%,.05);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.section-header{font-size:1.6rem;color:#000;margin-bottom:1rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);font-size:1.25rem}.setting-item:last-child{border-bottom:none}.chevron{font-size:1.5rem;color:#fff}.settings-btn{width:100%;padding:12px;border-radius:8px;font-weight:700;font-size:1rem;margin-bottom:1rem;cursor:pointer}.settings-btn.logout{background-color:#fff;color:#000}.settings-btn.delete{background-color:crimson;color:#fff}.settings-btn.delete:hover{background-color:darkred}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px;margin-top:10px}.toggle-switch input{opacity:0;width:50px;height:26px;cursor:pointer;z-index:2}.slider,.toggle-switch input{position:absolute;top:0;left:0}.slider{background-color:red;border-radius:34px;right:0;bottom:0;transition:.4s}.slider:before{content:"";height:20px;width:20px;position:absolute;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}.toggle-switch input:checked+.slider{background-color:green}.toggle-switch input:checked+.slider:before{transform:translateX(24px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:1.5rem;border-radius:12px;width:90%;max-width:400px;display:flex;flex-direction:column;gap:1rem}.modal-content input,.modal-content textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:8px}.btn-submit{background:#d4af37;color:#fff;padding:.5rem;border-radius:8px;border:none;font-weight:700}.btn-cancel{background:transparent;color:#333;border:none;text-decoration:underline}.presentation-preview{text-align:center;margin-bottom:1.5rem}.video-thumbnail{position:relative;display:inline-block;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.15)}.video-thumbnail img{width:100%;max-width:320px;border-radius:12px;display:block}.video-duration{position:absolute;bottom:8px;right:12px;background-color:rgba(0,0,0,.7);color:#fff;padding:4px 8px;font-size:.8rem;border-radius:6px}.btn-edit,.presentation-btn-wrapper{margin-top:12px}.btn-edit{padding:8px 16px;background-color:#d4af37;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer}.edit-presentation-wrapper{padding:0 30px;max-width:600px;margin:0 auto}.select-media-wrapper{background:linear-gradient(to bottom right,#f7e7b5,#d4af37);min-height:100vh;padding:1rem;position:relative;font-family:Poppins,sans-serif}.btn-close{position:absolute;top:1rem;left:1rem;font-size:1.5rem;background:none;border:none;color:#000;cursor:pointer}.select-title{margin-top:3rem;text-align:center;font-size:1.25rem;font-weight:700;color:#000}.media-input{display:none}.btn-add-media{display:block;width:-moz-fit-content;width:fit-content;margin:1rem auto;padding:.6rem 1rem;background:#000;color:#fff;font-weight:700;border-radius:8px;cursor:pointer}.media-grid{grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:1rem}.media-thumb{position:relative;border:2px solid #d4af37;border-radius:6px}.media-thumb img{height:auto}.thumb-number{left:6px;background:#000000cc;border-radius:4px}.remove-thumb,.thumb-number{position:absolute;top:4px;color:#fff;font-size:.75rem;padding:2px 6px}.remove-thumb{right:6px;background:red;border:none;border-radius:50%;cursor:pointer}.btn-next{display:block;width:90%;margin:2rem auto;padding:.8rem;background:#000;color:#fff;font-weight:700;border:none;border-radius:10px;font-size:1rem;cursor:pointer}.media-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:16px;gap:16px;margin-bottom:1.5rem}.media-thumb{cursor:pointer;border-radius:8px;overflow:hidden;background:#000;box-shadow:0 2px 6px rgba(0,0,0,.1);text-align:center}.media-thumb.selected{outline:3px solid #fdfdfd;outline-offset:2px;box-shadow:0 0 12px #f6f6f6;filter:brightness(1.5)}.media-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-bottom:1px solid #eee}.selected-media-list{display:flex;flex-direction:column;gap:12px;margin-bottom:2rem}.selected-media-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.selected-media-item{display:flex;align-items:center;background:#fff;color:#000;border:1px solid #ddd;padding:8px;border-radius:8px;flex-grow:1;box-shadow:0 1px 3px rgba(0,0,0,.05)}.selected-media-item.fixed-height{min-height:80px}.selected-media-item img{width:60px;height:60px;border-radius:6px;object-fit:cover;margin-right:12px}.media-number{font-weight:700;background:#d4af37;color:#fff;border-radius:50%;padding:6px 10px;margin-right:12px}.duration-box{display:flex;flex-direction:column;align-items:center;gap:4px;width:60px;min-width:60px;flex-shrink:0}.duration-box label{font-size:.75rem;font-weight:500;color:#333}.duration-input{width:100%;padding:6px;text-align:center;border-radius:6px;border:1px solid #ccc;font-weight:700;background:#fff}.audio-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.5rem}.audio-btn{padding:8px 12px;border-radius:8px;border:1px solid #d4af37;background:#fff;color:#333;font-weight:500;cursor:pointer}.audio-btn.selected{background:#d4af37;color:#fff}.btn-row{display:flex;justify-content:center;gap:12px;margin-top:1.5rem}.btn-cancel,.btn-save{padding:10px 20px;border-radius:8px;border:none;font-weight:700;cursor:pointer}.btn-save{background:#d4af37;color:#fff}.btn-cancel{background:#ccc;color:#000}.section-title{font-size:1.4rem;text-align:center;margin:1rem 0}.section-subtitle{font-size:1.1rem;margin:1rem 0 .5rem}.duration-label{text-align:center;margin-bottom:1rem;font-size:.9rem;color:#555}.editor-container{padding:20px;text-align:center;color:#fff}.editor-title{font-size:24px;font-weight:700;margin-bottom:20px}.btn-back,.btn-primary{background:#fff;color:#333;padding:10px 18px;border:none;border-radius:25px;font-weight:600;cursor:pointer;margin-top:12px}.status-info p{font-size:16px;margin:6px 0}.navbar{background:#000!important;display:sticky}.navbar-cart-icon{background:none;border:none;color:#fff;cursor:pointer;padding:6px 15px;border-radius:8px;display:flex;align-items:center;transition:background .3s ease,color .3s ease}.navbar-cart-icon:hover{background-color:hsla(0,0%,100%,.15);color:#d4af37}.cart-badge{background:gold;color:#000;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:50%;margin-left:4px}.profile-username{font-size:2rem;font-weight:600;color:#d4af37;text-align:center;margin-bottom:1rem}.input-label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:#d4af37}.profile-description{color:#000}.qr-page-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh}.profile-wrapper{max-width:500px;width:100%;margin:auto}@media screen and (max-width:768px){.navbar{background:rgba(0,0,0,.6)!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 16px;width:100%;box-sizing:border-box;overflow-x:hidden}.navbar-buttons-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0;min-width:0}.navbar-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;width:100%}.navbar-btn{background-color:#fff;color:#000;font-weight:600;text-decoration:none;font-size:.9rem;padding:6px 14px;border-radius:8px;white-space:nowrap;max-width:100%;display:inline-block;box-sizing:border-box}.navbar-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:1;min-width:0;overflow:hidden}.navbar-logo img{width:36px;height:36px}.navbar-buttons a{font-size:.85rem;padding:6px 10px;border-radius:8px;white-space:nowrap;max-width:100%;text-align:center;box-sizing:border-box}.hero-logo{width:120px;height:auto;max-width:80%}.hero-title{font-size:1.8rem;line-height:2.2rem;word-break:break-word}.hero-subtitle{font-size:1rem;padding:0 1rem;line-height:1.4}.get-started{font-size:1rem;padding:.75rem 1.5rem;border-radius:12px;max-width:100%}.steps{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;max-width:100%;overflow-x:hidden}.step-box,.steps{width:100%;box-sizing:border-box}.step-box{max-width:400px}.welcome-buttons{flex-direction:column;justify-content:center}.welcome-buttons .btn{width:300px;margin:0 .5rem}.cart-modal{top:5vh}.cart-drawer{position:absolute;top:64px;right:0;width:300px;max-height:100vh;background:#fff;color:#000;box-shadow:-4px 0 8px rgba(0,0,0,.3);border-radius:8px 0 0 8px;padding:1rem;overflow-y:auto;z-index:999}.buy-container{padding-top:10px;color:#fff;box-sizing:border-box;padding-bottom:0;margin-bottom:0}.page-wrapper{padding-top:0!important}.mobile-profile-header{background-color:#000;color:#fff;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #444;position:-webkit-sticky;position:sticky;top:0;z-index:999}.mobile-logo-left{display:flex;align-items:center;gap:.5rem}.logo-icon{width:50px;height:50px;border-radius:8px}.logo-text{font-size:1.1rem;font-weight:600;color:#fff}.logout-btn-sm{background:transparent;color:#fff;border:1px solid #fff;padding:6px 12px;font-size:.9rem;border-radius:6px;cursor:pointer}.profile-banner{margin-top:0;flex-direction:column;align-items:center;gap:1rem}.profile-banner-right{width:100%;justify-content:center}.profile-wrapper{padding:2rem;max-width:100%;margin:0 auto;background-color:#fff;color:#000;font-family:Poppins,sans-serif}.profile-username{font-size:2rem;font-weight:600;color:#d4af37;text-align:center;margin-bottom:1rem}.profile-header-container{flex-direction:column;align-items:center;text-align:center}.profile-info-section{align-items:center}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#444;border:2px solid #fff}.qr-section{border:0 solid rgba(0,0,0,.4);padding:2rem;border-radius:15px;margin-top:2rem;color:#fff}.qr-section-title{font-size:1.5rem;color:#d4af37;margin-bottom:1rem;text-align:center}.btn-edit,.btn-view-qr{margin-top:12px;padding:8px;background-color:#d4af37;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer}.qr-grid{flex-direction:column;align-items:center}.qr-circle{width:80px;height:80px;border-radius:50%;object-fit:cover;background-color:#ddd}.qr-scroll-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;justify-content:center;padding-bottom:1rem}.qr-scroll-container::-webkit-scrollbar{display:none}.qr-card-single{flex:0 0 85%;max-width:310px;margin:0 auto;scroll-snap-align:center;border:1px solid rgba(0,0,0,.2);border-radius:15px;padding:1.5rem;background:#fff;text-align:center}.signup-body{align-items:flex-start;padding-top:100px}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{opacity:0;width:50px;height:26px;cursor:pointer}.slider{cursor:pointer;background-color:red;border-radius:34px;top:0;left:0;right:0;bottom:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}.toggle-switch input:checked+.slider{background-color:green}.toggle-switch input:checked+.slider:before{transform:translateX(24px)}.btn-signup{width:350px;height:50px;background:#000;border-radius:10px;border:none;box-shadow:0 0 10px rgba(0,0,0,.1);font-size:16px;color:#fff;font-weight:700;margin-bottom:5px;margin-top:40px}.btn,.login-link{width:300px;font-size:14px}.btn{width:350px}.btn,.btn-qr{height:50px;background:#fff;border-radius:10px;border:none;box-shadow:0 0 10px rgba(0,0,0,.1);cursor:pointer;font-size:16px;color:#e2c178;font-weight:700;margin-bottom:10px}.btn-qr{width:250px}.lightbox-content img,.lightbox-content video{max-width:90vw;max-height:65vh}.container{height:calc(100vh - 40px)}.form-box{bottom:0;width:100%;height:70%}.container.active .form-box{right:0;bottom:30%}.toggle-box:before{left:0;top:-270%;width:100%;height:300%}.container.active .toggle-box:before{left:0;top:70%}.toggle-panel{width:100%;height:30%}.toggle-panel.toggle-left{top:0}.container.active .toggle-panel.toggle-left{left:0;top:-30%}.toggle-panel.toggle-right{right:0;bottom:-30%}.container.active .toggle-panel.toggle-right{bottom:0;margin-bottom:20px}.settings-wrapper{padding:1rem}.settings-section{padding:1rem;margin-bottom:1.5rem}.setting-item{flex-direction:column;align-items:flex-start;gap:.5rem}.settings-btn{font-size:.95rem}.settings-profile{flex-direction:column;align-items:flex-start;gap:.75rem}.settings-mobile-header{background-color:#000;color:#fff;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #444;position:-webkit-sticky;position:sticky;top:0;z-index:999}.back-btn-sm{background:transparent;color:#fff;font-size:1rem;border:none;padding:0;margin:0;cursor:pointer}.settings-mobile-title{font-size:1.2rem;font-weight:600}body.settings-page .page-wrapper{padding-top:0!important}.qr-profile-wrapper{padding:2rem;font-family:Poppins,sans-serif;color:#000;background:#fff}.qr-profile-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:10px;margin:1rem;flex-wrap:wrap;justify-content:center;text-align:center}.qr-profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.qr-profile-tabs{display:flex;justify-content:space-around;margin-bottom:1rem}.qr-profile-content{background:#f9f9f9;padding:1.5rem;border-radius:10px;min-height:200px}.qr-slide-img{max-width:100%;height:auto;object-fit:cover;border-radius:10px;margin:0 auto;display:block}}body,html{margin:0;padding:0;width:100vw;max-width:100vw;font-family:Helvetica Neue,sans-serif;overflow-x:hidden!important;text-align:center}*,:after,:before{box-sizing:border-box}body{background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d4af37);color:#fff;margin:0;font-family:Helvetica Neue,sans-serif;text-align:center}.navbar{justify-content:space-between;padding:.5rem 1rem;max-width:100%;overflow-x:hidden;flex-wrap:wrap;box-sizing:border-box}.navbar,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:15px}.navbar-btn{background-color:#fff;color:#000;border-radius:10px;padding:.5rem 1rem;font-weight:600;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background-color .2s ease;border:none;cursor:pointer;margin-left:1rem}.navbar-btn:hover{background-color:#f0f0f0}.logo-rounded{border-radius:12px}.navbar-buttons{display:flex;align-items:center}.login-link:hover{background:#fff;color:#000;text-decoration:none}.navbar-brand{font-size:1.25rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.get-started:hover{background:gold}.buy-title{font-size:2rem;margin-top:2rem}.qr-options-row{display:flex;justify-content:center;gap:30px;margin-bottom:3rem;flex-wrap:nowrap;overflow-x:hidden;padding:2rem;scroll-snap-type:x mandatory}.qr-option{position:relative;background-color:hsla(0,0%,100%,.1);padding:3rem;border-radius:1rem;cursor:pointer;transition:transform .3s;width:100%;max-width:400px}.qr-box-title{text-align:center;font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1.5rem}.qr-option.selected{border:5px solid gold}.qr-images{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.qr-img{width:80px;height:80px;border-radius:1rem}.qr-price{font-size:1.5rem;margin-bottom:1rem}.select-btn{background-color:gold;color:#000;border:none;padding:.5rem 2rem;border-radius:25px;cursor:pointer;font-weight:700;font-size:1rem;margin-top:1rem}.warranty-option{margin-bottom:20px;font-size:20px}.qr-profile-wrapper{padding:1rem;background:#fff;color:#000}.return-button-wrapper{display:flex;justify-content:flex-end}.btn-return{padding:.5rem 1rem;margin-bottom:10px;background-color:#fff;border-radius:8px;color:#d4af37;font-weight:600;border:1px solid #d4af37;cursor:pointer}.insta-profile-section{text-align:center;margin-bottom:1rem}.qr-profile-avatar{width:100px;height:100px;margin-bottom:.5rem}.qr-profile-stats{gap:1.5rem}.qr-profile-stats,.qr-tab-bar{justify-content:center;margin-top:1rem}.qr-tab-bar{gap:2rem}.qr-tab-bar button{background:none;border:none;cursor:pointer}.active-icon{color:#d4af37}.qr-tab-content{margin-top:1rem}.audio-player{width:100%;margin-bottom:1rem}.presentation-slideshow{display:flex;overflow-x:scroll;gap:1rem}.qr-slide-img{width:100%;max-width:300px;border-radius:10px}.media-library-section .search-input{width:100%;padding:.5rem;margin-bottom:1rem;border-radius:6px;border:1px solid #ccc}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.media-item img{width:100%;border-radius:10px}.media-item p{margin:.25rem 0 0;font-size:.85rem;color:#333}.return-button-wrapper-left{display:flex;justify-content:flex-start}.qr-profile-stats{max-width:350px;margin:1rem auto 0}.qr-profile-header{justify-content:space-between;padding:0 1.25rem;margin-bottom:1rem;flex-wrap:wrap}.qr-profile-header,.qr-profile-pic-wrapper{display:flex;align-items:center}.qr-profile-avatar{width:80px;height:80px}.qr-profile-actions{display:flex;gap:.75rem}.qr-profile-name{text-align:center;font-size:1.5rem;margin-bottom:.75rem}.qr-profile-stats{max-width:320px}.qr-profile-header-row{display:flex;justify-content:flex-start;padding:1rem}.qr-profile-header-stack{display:flex;justify-content:space-between;align-items:center;padding:0 1.25rem;margin-bottom:1rem;gap:1rem}.qr-profile-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.qr-profile-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:.25rem}.qr-profile-name{font-size:.75rem;font-weight:600}.btn-edit,.btn-view-qr{margin-top:12px;padding:12px 18px;background-color:#d4af37;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;font-weight:600}.qr-profile-stats{display:flex;justify-content:space-between;max-width:380px;margin:0 auto 1rem;width:100%;text-align:center}.qr-profile-stats div{flex:1 1}.qr-stat-label{font-size:.85rem;color:#444}.qr-tab-bar{display:flex;justify-content:space-around;padding:.75rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;margin-bottom:1rem}.qr-profile-actions-horizontal{display:flex;gap:.5rem;flex-wrap:nowrap;justify-content:flex-end;align-items:center;flex-grow:1}.qr-nickname{font-size:1rem;color:#666;margin-top:4px;font-style:italic}.qr-profile-name-block{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.qr-profile-buttons{display:flex;gap:.75rem;flex-wrap:nowrap}.qr-profile-name{font-size:1.25rem;font-weight:700;margin:0;color:#000}.add-media-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #d4af37;border-radius:10px;height:90%;min-height:120px;cursor:pointer;background-color:hsla(0,0%,100%,.6);transition:background-color .2s ease}.add-media-btn:hover{background-color:hsla(0,0%,100%,.8)}.add-icon{font-size:2rem;color:#d4af37;font-weight:700;margin-bottom:.25rem}.add-media-tile{display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border:2px dashed #d4af37;border-radius:10px;cursor:pointer;height:240px;text-align:center;padding:10px}.add-media-content{display:flex;flex-direction:column;align-items:center}.plus-icon{font-size:24px;font-weight:700;color:#d4af37}.public-landing-wrapper{padding:2rem;text-align:center;min-height:100vh;background:linear-gradient(180deg,#f9f5ed,#e7d6ad)}.public-landing-content{background:#fff;padding:2rem;border-radius:20px;max-width:500px;width:100%;box-shadow:0 0 15px rgba(0,0,0,.1)}.public-profile-img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}.public-profile-name{font-size:1.8rem;margin:.2rem 0;font-weight:700}.public-nickname{font-size:1rem;color:#777;margin-bottom:.5rem}.public-dates{font-size:.95rem;color:#888;margin-bottom:1rem}.public-bio{font-size:1rem;color:#444;margin-bottom:1.5rem}.public-buttons{display:flex;justify-content:center;gap:1rem}.btn-contribute,.btn-relive{padding:.6rem 1.2rem;font-size:.95rem;border:none;border-radius:8px;cursor:pointer}.btn-relive{background-color:#d4af37;color:#fff}.btn-contribute{background-color:#444}.white-page{background:#fff!important;color:#000}body.default-gradient{background:linear-gradient(to bottom right,#f7e9c5,#e2c178,#d4af37);color:#fff}body.profile-page{background:#fff!important;color:#000!important}.page-wrapper,.settings-page,.signup-body{width:100%;max-width:100vw;overflow-x:hidden;min-height:100vh;box-sizing:border-box}.public-landing-wrapper{display:flex;justify-content:center;align-items:center;padding:1rem}.landing-card{width:100%;max-width:500px;background:#fff;color:#d4af37;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.1)}.landing-card h2,.landing-card p{color:#000}.landing-buttons button{color:#fff}.landing-buttons{display:flex;justify-content:center;gap:12px;margin-top:16px}.landing-buttons button{flex:1 1;min-width:140px;padding:10px 16px;font-size:14px;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .3s ease}.btn-memory{background:#d4af37;color:#fff}.btn-memory:hover{background:#b8962f}.btn-contribute{background:#333;color:#fff}.btn-contribute:hover{background:#111}.landing-buttons button:disabled{background:#ccc;color:#666;cursor:not-allowed}.landing-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}@media (max-width:767px){.qr-options-row{display:flex;flex-direction:column;align-items:stretch;width:100%}.qr-option{width:100%!important;max-width:none!important;margin:5px 0}.qr-images{justify-content:center;display:flex;flex-wrap:wrap;margin:.5rem 0}.qr-img{width:95px!important;height:auto!important}.qr-box-title{font-size:1.4rem!important;margin-bottom:1rem}.qr-price{font-size:1.3rem!important}}