a{text-decoration:none}.app-container{font-family:Arial,sans-serif;background-color:#f3f3f3;padding:20px;min-height:100vh}.container{max-width:1200px;margin:0 auto}.button-group{display:flex;flex-wrap:wrap;gap:10px}.loader-button{padding:10px 20px;border:2px solid #2b7ab5;background-color:#fff;color:#2b7ab5;border-radius:20px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s}.loader-button:hover{background-color:#f39c3d;border-color:#f39c3d;color:#fff;transform:translateY(-2px)}.loader-button.active{background-color:#2b7ab5;color:#fff}.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:40px}.skeleton-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.skeleton-image{width:100%;height:250px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:16px}.skeleton-text{height:20px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:12px}.skeleton-text.title{width:80%;height:24px}.skeleton-text.subtitle{width:60%;height:16px}.skeleton-text.price{width:40%;height:28px;margin-top:16px}.skeleton-button{width:100%;height:40px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:20px;margin-top:16px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.spinner-container{text-align:center;padding:40px;background-color:#fff;border-radius:8px;margin-bottom:40px;box-shadow:0 2px 4px #0000001a}.spinner{width:60px;height:60px;border:6px solid #e0e0e0;border-top-color:#2b7ab5;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-text{color:#2b7ab5;font-size:18px;font-weight:700}.pulse-container{display:flex;justify-content:center;align-items:center;padding:40px;background-color:#fff;border-radius:8px;margin-bottom:40px;box-shadow:0 2px 4px #0000001a}.pulse-dot{width:20px;height:20px;background-color:#2b7ab5;border-radius:50%;margin:0 8px;animation:pulse 1.4s infinite ease-in-out both}.pulse-dot:nth-child(1){animation-delay:-.32s;background-color:#2b7ab5}.pulse-dot:nth-child(2){animation-delay:-.16s;background-color:#ffed3d}.pulse-dot:nth-child(3){background-color:#f39c3d}@keyframes pulse{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.progress-container{background-color:#fff;border-radius:8px;padding:40px;margin-bottom:40px;box-shadow:0 2px 4px #0000001a}.progress-bar{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:16px}.progress-fill{height:100%;background:linear-gradient(90deg,#2b7ab5,#ffed3d,#f39c3d);background-size:200% 100%;animation:progress 2s ease-in-out infinite}@keyframes progress{0%{width:0%;background-position:0% 50%}50%{width:70%;background-position:100% 50%}to{width:100%;background-position:0% 50%}}.progress-text{text-align:center;color:#666;font-size:14px}.box-container{display:flex;justify-content:center;align-items:center;padding:40px;background-color:#fff;border-radius:8px;margin-bottom:40px;box-shadow:0 2px 4px #0000001a}.box-loader{display:flex;gap:10px}.box{width:30px;height:30px;background-color:#2b7ab5;animation:boxBounce 1.2s infinite ease-in-out}.box:nth-child(1){animation-delay:-.32s;background-color:#2b7ab5}.box:nth-child(2){animation-delay:-.16s;background-color:#ffed3d}.box:nth-child(3){background-color:#f39c3d}@keyframes boxBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.cart-loader-container{display:flex;justify-content:center;align-items:center;padding:40px;background-color:#fff;border-radius:8px;margin-bottom:40px;box-shadow:0 2px 4px #0000001a}.cart-loader{position:relative;width:80px;height:80px}.cart-icon{width:60px;height:60px;border:4px solid #2b7ab5;border-radius:8px;position:absolute;top:10px;left:10px;animation:cartShake 1s infinite}.cart-wheels{position:absolute;bottom:0;left:10px;right:10px;display:flex;justify-content:space-between}.wheel{width:12px;height:12px;background-color:#f39c3d;border-radius:50%;animation:wheelRotate .8s linear infinite}@keyframes cartShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@keyframes wheelRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-title{font-size:20px;font-weight:700;color:#2b7ab5;margin-bottom:20px;padding-left:10px;border-left:4px solid #f39c3d}.demo-section{margin-bottom:40px}.code-example{background-color:#fff;padding:20px;border-radius:8px;margin-top:10px;box-shadow:0 2px 4px #0000001a}.code-example pre{background-color:#f5f5f5;padding:15px;border-radius:4px;overflow-x:auto;font-size:14px;color:#333}.code-title{font-size:14px;color:#2b7ab5;font-weight:700;margin-bottom:10px}@media (max-width: 768px){.header h1{font-size:24px}.header p{font-size:14px}.loading-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.skeleton-image{height:200px}.section-title{font-size:18px}.spinner{width:50px;height:50px}.loading-text{font-size:16px}.button-group{justify-content:center}}@media (max-width: 480px){.app-container{padding:10px}.header{padding:20px}.header h1{font-size:20px}.loading-grid{grid-template-columns:1fr;gap:10px}.skeleton-image{height:180px}.skeleton-card{padding:15px}.spinner{width:40px;height:40px;border-width:4px}.pulse-dot{width:15px;height:15px}.box{width:25px;height:25px}.section-title{font-size:16px}.loader-button{padding:8px 16px;font-size:12px}}.btn{width:100%;margin-top:1rem;border:none!important}.add-btn{background-color:#fe424d!important}.form-control-cont{width:75%!important;margin:0 auto}.imageHolder{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));width:100%}.hld{display:flex;align-items:center;justify-content:center;max-width:18rem;max-height:18rem;cursor:pointer;aspect-ratio:1/1}.hld-img{height:100%;width:100%;object-fit:contain}.labels{display:flex!important;align-items:center;max-height:18rem;max-width:18rem;justify-content:center;cursor:pointer;aspect-ratio:1/1}.imgDiv{max-height:18rem;max-width:18rem;background-size:cover;aspect-ratio:1/1}.delbtn{position:absolute;top:10px;right:10px;padding:8px 12px;background-color:#272829;color:#fff;border:none;border-radius:4px;cursor:pointer}@media only screen and (max-width: 990px){.form-control-cont{width:100%!important;margin:0 auto}.imageHolder{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(calc(50% - .5rem),1fr));width:100%}}.trigger-btn{background-color:#fff;color:#2b7ab5;border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.trigger-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.trigger-btn:active{transform:translateY(0)}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background-color:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:440px;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.close-btn{position:absolute;top:16px;right:16px;background:none;border:none;width:32px;height:32px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;padding:0}.close-btn svg{width:20px;height:20px;color:#718096}.close-btn:hover{background-color:#f7fafc}.modal-content{padding:48px 32px 32px;text-align:center}.icon-container{width:80px;height:80px;background:linear-gradient(135deg,#ffed3d,#f39c3d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.question-icon{width:40px;height:40px;color:#2b7ab5;stroke-width:3}.modal-title{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:32px;line-height:1.4}.button-group{display:flex;gap:16px;justify-content:center}.btn{flex:1;max-width:140px;padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-yes{background:linear-gradient(135deg,#2b7ab5,#1a5a8a);color:#fff;box-shadow:0 4px 12px #2b7ab566}.btn-yes:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2b7ab580}.btn-no{background:linear-gradient(135deg,#f39c3d,#e68a2e);color:#fff;box-shadow:0 4px 12px #f39c3d66}.btn-no:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f39c3d80}.btn:active{transform:translateY(0)}@media (max-width: 480px){.modal-card{max-width:100%;border-radius:12px}.modal-content{padding:40px 24px 24px}.icon-container{width:64px;height:64px;margin-bottom:20px}.question-icon{width:32px;height:32px}.modal-title{font-size:20px;margin-bottom:24px}.button-group{flex-direction:column;gap:12px}.btn{max-width:100%;width:100%}.trigger-btn{padding:12px 24px;font-size:15px}}@media (max-width: 360px){.modal-content{padding:32px 20px 20px}.modal-title{font-size:18px}.btn{padding:10px 20px;font-size:15px}}.container{max-width:1500px;margin:0 auto;padding:20px}.product-container{display:grid;grid-template-columns:auto 1fr;gap:30px}.image-gallery{display:flex;gap:12px;text-align:center}.thumbnail-list{display:flex;flex-direction:column;gap:8px;order:1}.thumbnail{width:60px;height:60px;border:1px solid #ddd;border-radius:8px;padding:4px;cursor:pointer;transition:all .3s ease}.thumbnail:hover,.thumbnail.active{border-color:#2563eb;border-width:2px}.thumbnail img{width:100%;height:100%;object-fit:contain}.main-image{width:500px;height:600px;border:1px solid #ddd;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:center;background-color:#fafafa;order:2}.main-image img{max-width:100%;max-height:100%;object-fit:contain}#mainImageSvg{transition:opacity .3s ease}.product-info{padding:0 20px}.share-btn{display:inline-flex;align-items:center;gap:4px;padding:8px;cursor:pointer;float:right;font-size:20px}.product-title{font-size:24px;line-height:32px;font-weight:600;margin-bottom:8px;margin-top:8px;color:#2563eb}.store-link{color:#007185;text-decoration:none;font-size:14px;margin-bottom:12px;display:inline-block}.store-link:hover{text-decoration:underline;color:#c45500}.rating-section{display:flex;align-items:center;gap:8px;margin-bottom:8px}.rating-value{font-size:14px;font-weight:700}.stars{color:#f90;font-size:16px;letter-spacing:2px}.rating-link{color:#007185;text-decoration:none;font-size:14px}.rating-link:hover{text-decoration:underline;color:#c45500}.best-seller-badge{display:inline-block;background-color:#c45500;color:#fff;padding:4px 8px;font-size:12px;font-weight:700;border-radius:2px;margin-right:8px}.category-link{color:#007185;text-decoration:none;font-size:12px}.bought-info{font-size:14px;color:#565959;margin:12px 0}.bought-info strong{color:#0f1111;font-weight:700}.divider{border:0;border-top:1px solid #e7e7e7;margin:16px 0}.festival-badge{background-color:#cc0c39;color:#fff;padding:6px 12px;font-size:14px;font-weight:700;display:inline-block;border-radius:4px;margin-bottom:16px}.price-section{margin-bottom:20px}.discount{color:#cc0c39;font-size:16px;font-weight:400;margin-right:8px}.price{font-size:28px;color:#0f1111}.currency{font-size:16px;vertical-align:top;font-weight:400}.mrp-section{font-size:14px;color:#565959;margin-top:4px}.mrp-price{text-decoration:line-through}.tax-info{font-size:14px;color:#565959;margin-top:8px}.emi-info{font-size:14px;margin-top:8px}.emi-link{color:#007185;text-decoration:none}.emi-link:hover{text-decoration:underline;color:#c45500}.offers-section{margin:20px 0}.offers-header{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;margin-bottom:16px}.offers-icon{width:24px;height:24px}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:20px}.offer-card{border:1px solid #d5d9d9;border-radius:8px;padding:16px;background-color:#fff}.offer-title{font-size:14px;font-weight:700;margin-bottom:8px}.offer-description{font-size:13px;color:#565959;margin-bottom:8px;line-height:1.4}.offer-link{color:#007185;text-decoration:none;font-size:13px}.offer-link:hover{text-decoration:underline;color:#c45500}.features-section{display:flex;gap:12px;overflow-x:auto;padding:20px 0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:100px;flex-shrink:0}.feature-icon{width:48px;height:48px;margin-bottom:8px;font-size:32px}.feature-text{font-size:12px;color:#007185;line-height:1.3}.scroll-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #d5d9d9;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a}.features-wrapper{position:relative}@media (max-width: 1024px){.product-container{grid-template-columns:1fr}.thumbnail-list{flex-direction:row}.main-image{width:100%;height:500px}.product-info{order:2}.offers-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.image-gallery{display:flex;flex-direction:column;gap:12px;text-align:center}.thumbnail-list{display:flex;gap:8px;order:2}}@media (max-width: 768px){.breadcrumb{padding:12px;font-size:11px;overflow-x:auto;white-space:nowrap}.product-title{font-size:20px;line-height:28px}.main-image{height:400px;padding:12px;order:1}.thumbnail{width:50px;height:50px}.product-info{padding:0 8px}.price{font-size:24px}.offers-grid{grid-template-columns:1fr}.features-section{gap:8px}.feature-item{min-width:90px}.feature-icon{width:40px;height:40px;font-size:28px}.image-gallery{display:flex;flex-direction:column;gap:12px;text-align:center}.thumbnail-list{display:flex;gap:8px;order:2}}@media (max-width: 480px){.container{padding:8px}.product-title{font-size:18px;line-height:24px}.image-gallery{display:flex;flex-direction:column;gap:12px;text-align:center}.thumbnail-list{display:flex;gap:8px;order:2}.main-image{height:300px;order:1}.thumbnail{width:45px;height:45px}.thumbnail-list{gap:6px}.price{font-size:22px}.offer-card{padding:12px}.feature-item{min-width:80px}.feature-icon{width:36px;height:36px;font-size:24px}.feature-text{font-size:11px}}*{margin:0;padding:0;box-sizing:border-box}.category-container{background-color:#fff;padding:20px;margin:0;white-space:nowrap;position:relative;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.category-grid{justify-items:center}.category-item{gap:10px;cursor:pointer;transition:transform .3s ease;text-decoration:none;color:inherit;width:24.5%;float:none;height:90%;margin:0 .25%;display:inline-block;text-align:center}.category-item div{margin:0 auto}.category-item:hover{transform:translateY(-5px)}.category-icon{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:36px;box-shadow:0 2px 6px #0000001a;transition:box-shadow .3s ease}.category-item:hover .category-icon{box-shadow:0 4px 12px #0003}.category-label{font-size:14px;text-align:center;color:#333;font-weight:500}.minutes{background:linear-gradient(135deg,#ffd93d,#ffc107)}.mobiles{background:linear-gradient(135deg,#e8b4f8,#d4a5e8)}.tvs{background:linear-gradient(135deg,#b8a5e8,#9b87d8)}.electronics{background:linear-gradient(135deg,#ff6b9d,#e85d8a)}.fashion{background:linear-gradient(135deg,#d4a5e8,#c494d8)}.home{background:linear-gradient(135deg,#b8a5e8,#a594d8)}.beauty{background:linear-gradient(135deg,#ffa5c8,#ff8bb4)}.furniture{background:linear-gradient(135deg,#ffd93d,#ffc107)}.flight{background:linear-gradient(135deg,#d4a5e8,#c494d8)}.grocery{background:linear-gradient(135deg,#b8a5e8,#a594d8)}@media (max-width: 1200px){.category-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:18px}}@media (max-width: 992px){.category-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:16px}.category-icon{width:3rem;height:3rem;font-size:32px}.category-label{font-size:13px}}@media (max-width: 768px){.category-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:14px}.category-icon{width:2.5rem;height:2.5rem;font-size:28px}.category-label{font-size:12px}.category-container{padding:15px}}@media (max-width: 576px){.category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.category-icon{width:2rem;height:2rem;font-size:24px}.category-label{font-size:11px}.category-container{padding:12px}}@media (max-width: 400px){.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-icon{width:2rem;height:2rem;font-size:22px}.category-label{font-size:10px}}@media (max-width: 640px){.text-3xl{font-size:1.5rem}.text-2xl{font-size:1.25rem}}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.bg-white{background-color:#fff}.bg-indigo-600{background-color:#4f46e5}.bg-red-500{background-color:#ef4444}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-indigo-600{color:#4f46e5}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.border-2{border-width:2px}.border-4{border-width:4px}.border-gray-300{border-color:#d1d5db}.border-indigo-200{border-color:#c7d2fe}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-indigo-100{--tw-gradient-to: #e0e7ff}.w-16{width:4rem}.h-16{width:4rem;height:4rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.w-20{width:5rem}.h-20{height:5rem}.w-24{width:6rem}.h-24{height:6rem}.w-4{width:1rem}.h-4{height:1rem}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.cursor-pointer{cursor:pointer}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.space-y-6>*+*{margin-top:1.5rem}button{cursor:pointer;border:none;font-family:inherit}button:hover{opacity:.9}.bg-red-500:hover{background-color:#dc2626}.bg-gray-50:hover{background-color:#f9fafb}.border-gray-400:hover{border-color:#9ca3af}.shadow-xl:hover{box-shadow:0 25px 30px -10px #00000026}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.border-b-2{border-bottom-width:2px}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:p-8{padding:2rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-3{gap:.75rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-base{font-size:1rem}.sm\:text-left{text-align:left}.sm\:justify-start{justify-content:flex-start}.sm\:flex-row{flex-direction:row}.sm\:inline{display:inline}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:w-10{width:2.5rem}.sm\:h-10{height:2.5rem}.sm\:w-24{width:6rem}.sm\:h-24{height:6rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:col-span-2{grid-column:span 2 / span 2}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1 / span 1}}.hidden{display:none}@media (min-width: 640px){.sm\:inline{display:inline}}.user-form-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.user-form-card{width:100%;max-width:28rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem}.form-content{position:relative;z-index:10}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem;margin-top:0}.form-subtitle{color:#6b7280;margin:0;font-size:.9375rem}.form-fields{display:flex;flex-direction:column;gap:1.5rem}.image-upload-container{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.image-upload-wrapper{position:relative;margin-bottom:.75rem}.profile-image-circle{width:8rem;height:8rem;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a}.profile-image-circle img{width:100%;height:100%;object-fit:cover}.profile-placeholder-icon{width:4rem;height:4rem;color:#818cf8;stroke-width:1.5}.camera-button{position:absolute;bottom:0;right:0;background:#4f46e5;color:#fff;padding:.75rem;border-radius:50%;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:background-color .2s;border:none;display:flex;align-items:center;justify-content:center}.camera-button:hover{background:#4338ca}.camera-icon{width:1.25rem;height:1.25rem}.upload-hint{font-size:.875rem;color:#6b7280;text-align:center;margin:0}.hidden-input{display:none}.form-group{display:flex;flex-direction:column}.form-label{display:block;color:#1f2937;font-weight:600;margin-bottom:.5rem;font-size:.9375rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center;justify-content:center;pointer-events:none}.input-icon svg{width:1.25rem;height:1.25rem}.form-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s;font-family:inherit;box-sizing:border-box}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-input.error{border-color:#ef4444}.form-input::placeholder{color:#9ca3af}.mobile-input-group{display:flex;gap:.5rem}.country-code{display:flex;align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;font-weight:600;color:#374151;white-space:nowrap}.country-code svg{width:1.25rem;height:1.25rem;margin-right:.5rem;color:#9ca3af}.mobile-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s;font-family:inherit;box-sizing:border-box}.mobile-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.mobile-input.error{border-color:#ef4444}.mobile-input::placeholder{color:#9ca3af}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;margin-bottom:0}.helper-text{color:#6b7280;font-size:.75rem;margin-top:.25rem;margin-bottom:0}.submit-button{width:100%;padding:.875rem;border-radius:.75rem;font-weight:600;color:#fff;background:#4f46e5;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-family:inherit}.submit-button:hover{background:#4338ca;box-shadow:0 20px 25px -5px #0000001a}.submit-button:disabled{cursor:not-allowed}.submit-button.success{background:#10b981}.submit-button.success:hover{background:#059669}.success-icon{width:1.25rem;height:1.25rem}.privacy-notice{text-align:center;font-size:.75rem;color:#6b7280;margin-top:1rem;margin-bottom:0}@media (max-width: 640px){.user-form-container{padding:0}.form-title{font-size:1.5rem}.user-form-card{padding:1.5rem}.profile-image-circle{width:6rem;height:6rem}.profile-placeholder-icon{width:3rem;height:3rem}}@media (max-width: 480px){.user-form-container{padding:0}.mobile-input-group{flex-direction:column}.country-code{width:100%;justify-content:center}}
