@charset "UTF-8";*{box-sizing:border-box}html,body,#app{height:100%}body{font-family:Inter,Roboto,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial;background:#f7f9fb;color:#1f2d3d;margin:0}.container{max-width:1200px;margin:0 auto}.card-base,.stores .store-item{background:#fff;border:1px solid #e6eaee;border-radius:10px;box-shadow:0 6px 18px #232d3a0f}.btn,.auth-modal__form .btn-secondary,.auth-modal__form .btn-submit{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;cursor:pointer;border:none;font-weight:600}.btn-primary{background:#ff7a1a;color:#fff}.btn-primary:hover{background:#f37212}.btn-secondary{background:transparent;border:1px solid #e6eaee;color:#1f2d3d}.btn-danger{background:#ff6b6b;color:#fff}.btn-small{padding:6px 12px;font-size:13px}.btn.join,.auth-modal__form .join.btn-secondary,.auth-modal__form .join.btn-submit{width:100%;background:#0db37e;color:#fff;padding:12px 16px;font-weight:700}.btn.join:disabled,.auth-modal__form .join.btn-secondary:disabled,.auth-modal__form .join.btn-submit:disabled{background:#9aa6b2;cursor:not-allowed}.topbar-filters{display:flex;gap:8px}.topbar-filters .filter-btn{padding:6px 14px;font-size:13px;background:transparent;border:1px solid #e6eaee;color:#9aa6b2;transition:all .15s}.topbar-filters .filter-btn.active{background:#ff7a1a;border-color:#ff7a1a;color:#fff}.loading-state,.empty-state{padding:40px;text-align:center;color:#9aa6b2}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge.open{background:#0db37e1a;color:#0db37e}.badge.closed{background:#ff6b6b1a;color:#ff6b6b}.avatar-placeholder{width:48px;height:48px;border-radius:50%;background:#ff7a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex-shrink:0}.small-muted{color:#9aa6b2;font-size:13px}.title-1{font-size:18px;font-weight:700}.title-2{font-size:14px;font-weight:600}.main-content .layout{display:flex;gap:18px}.main-content .layout h3{font-size:16px;font-weight:700;margin-bottom:16px}.main-content .layout .main-area{flex:1 1 auto}.main-content .layout .main-area h2{font-size:22px;font-weight:700;margin:-5px 0 12px}.main-content .layout .main-area .topbar{display:flex;justify-content:space-between;align-items:center}.main-content .layout .main-area .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.main-content .sidebar{flex-shrink:0;width:260px;padding:16px;height:-moz-fit-content;height:fit-content}.main-content .sidebar .categories{display:flex;flex-direction:column;gap:8px}.main-content .sidebar .categories .cat{padding:10px;border-radius:8px;cursor:pointer}.main-content .sidebar .categories .cat.active{background:#ff7a1a14;color:#ff7a1a;font-weight:700}@media(max-width:992px){.container{max-width:100%;padding:0 12px}}@media(max-width:992px){.main-content .layout{flex-direction:column}}@media(max-width:992px){.main-content .products-grid,.main-content .layout .main-area .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.main-content .products-grid,.main-content .layout .main-area .products-grid{grid-template-columns:1fr}}@media(max-width:992px){.sidebar{display:none}}.app-header{margin-bottom:18px;padding:12px 0;background:transparent;border:none}.app-header .header-inner{display:flex;align-items:center;gap:16px;padding:4px 0}.app-header .left{flex:0 0 auto}.app-header .logo{display:flex;align-items:center;gap:8px;font-weight:700;color:#f37212;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.app-header .logo span{font-size:26px}.app-header .logo:hover{opacity:.8}.app-header .logo:visited{color:#f37212}.app-header .center{flex:1 1 auto}.app-header .search input{width:100%;padding:12px 16px;border-radius:10px;border:1px solid #e6eaee;background:#fff}.app-header .right{display:flex;gap:8px;align-items:center}.app-header .right .help{background:transparent;border:1px solid #e6eaee;padding:8px 12px;border-radius:8px}.app-header .right .auth{background:#ff7a1a;color:#fff;padding:8px 12px;border-radius:8px}.app-header .btn,.app-header .auth-modal__form .btn-secondary,.auth-modal__form .app-header .btn-secondary,.app-header .auth-modal__form .btn-submit,.auth-modal__form .app-header .btn-submit{display:inline-block;padding:10px 16px;border-radius:8px;color:#fff;text-decoration:none;cursor:pointer;transition:background-color .2s}.app-header .btn.help,.app-header .auth-modal__form .help.btn-secondary,.auth-modal__form .app-header .help.btn-secondary,.app-header .auth-modal__form .help.btn-submit,.auth-modal__form .app-header .help.btn-submit{background-color:#ff7a1a}.app-header .btn.help:hover,.app-header .auth-modal__form .help.btn-secondary:hover,.auth-modal__form .app-header .help.btn-secondary:hover,.app-header .auth-modal__form .help.btn-submit:hover,.auth-modal__form .app-header .help.btn-submit:hover{background-color:#f06500}.app-header .btn.auth,.app-header .auth-modal__form .auth.btn-secondary,.auth-modal__form .app-header .auth.btn-secondary,.app-header .auth-modal__form .auth.btn-submit,.auth-modal__form .app-header .auth.btn-submit{background-color:#0db37e}.app-header .btn.auth:hover,.app-header .auth-modal__form .auth.btn-secondary:hover,.auth-modal__form .app-header .auth.btn-secondary:hover,.app-header .auth-modal__form .auth.btn-submit:hover,.auth-modal__form .app-header .auth.btn-submit:hover{background-color:#0a8d63}@media(max-width:768px){.app-header .header-inner{flex-wrap:wrap;justify-content:space-between}.app-header .center{order:3;width:100%;margin-top:8px}.app-header .right{order:2}}.header-notifications{position:relative}.header-notifications .notification-btn{position:relative;background:transparent;border:1px solid #e6eaee;padding:8px 12px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#1f2d3d;transition:background .15s}.header-notifications .notification-btn:hover{background:#f7f9fb}.header-notifications .notification-btn svg{display:block}.header-notifications .notification-badge{position:absolute;top:-4px;right:-4px;background:#ff6b6b;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header-notifications .notifications-dropdown{position:absolute;right:0;top:100%;margin-top:8px;width:360px;max-height:400px;overflow-y:auto;z-index:1000;padding:0}@media(max-width:768px){.header-notifications .notifications-dropdown{position:fixed;top:56px;right:8px;left:8px;width:auto;max-height:calc(100vh - 70px)}}.header-notifications .notifications-dropdown .notifications-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e6eaee;font-weight:700}.header-notifications .notifications-dropdown .notifications-header .mark-all-read{background:none;border:none;color:#2b95f6;cursor:pointer;font-size:12px}.header-notifications .notifications-dropdown .notifications-empty{padding:24px 16px;text-align:center;color:#9aa6b2}.header-notifications .notifications-dropdown .notification-item{padding:12px 16px;border-bottom:1px solid #e6eaee;cursor:pointer;transition:background .15s}.header-notifications .notifications-dropdown .notification-item:hover{background:#f7f9fb}.header-notifications .notifications-dropdown .notification-item.unread{background:#2b95f60a}.header-notifications .notifications-dropdown .notification-item:last-child{border-bottom:none}.header-notifications .notifications-dropdown .notification-item .notification-title{font-weight:600;font-size:13px}.header-notifications .notifications-dropdown .notification-item .notification-message{margin-top:4px}.header-notifications .notifications-dropdown .notification-item .notification-message .notification-link{color:#2b95f6;text-decoration:none;font-weight:600}.header-notifications .notifications-dropdown .notification-item .notification-message .notification-link:hover{text-decoration:underline}.header-user-menu{display:flex;gap:8px;align-items:center}.header-user-menu a.btn,.header-user-menu .auth-modal__form a.btn-secondary,.auth-modal__form .header-user-menu a.btn-secondary,.header-user-menu .auth-modal__form a.btn-submit,.auth-modal__form .header-user-menu a.btn-submit{text-decoration:none;font-size:13px}.tab-badge{background:#ff6b6b;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;margin-left:6px}.stores{padding:18px 0}.stores .stores-inner{display:flex;flex-direction:column;gap:12px}.stores .title{font-weight:700;margin-bottom:6px;font-size:22px}.stores .stores-list{display:flex;gap:14px}.stores .store-item{display:flex;gap:12px;padding:12px 14px;align-items:center;min-width:260px;text-decoration:none;color:inherit;transition:box-shadow .15s}.stores .store-item:hover{box-shadow:0 8px 24px #232d3a1a}.stores .store-item .avatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f7f9fb);font-size:20px}.stores .store-item .meta .name{font-weight:700}.stores .store-item .meta .count{font-size:13px;color:#9aa6b2}@media(max-width:1200px){.stores .stores-list{flex-wrap:wrap}}@media(max-width:992px){.stores .stores-list{gap:12px}.stores .stores-list .store-item{flex:1 1 calc(50% - 12px);min-width:0}}@media(max-width:768px){.stores .stores-list .store-item{flex:1 1 100%}}.product-card{display:flex;flex-direction:column;padding:12px}.product-card .media .img-placeholder{height:240px;border-radius:8px;background:linear-gradient(180deg,#f8fafc,#fff);display:flex;align-items:center;justify-content:center;font-size:48px;margin-bottom:12px}.product-card .body{flex:1 1 auto}.product-card .body .title{font-weight:700;margin-bottom:6px}.product-card .body .shop{margin-bottom:8px}.product-card .body .price-row{display:flex;align-items:center;justify-content:space-between}.product-card .body .price-row .price{color:#2b95f6;font-weight:700}.product-card .body .price-row .badge{padding:2px 8px 3px;border-radius:8px;font-size:12px}.product-card .body .price-row .badge.open{background:#0db37e;color:#fff}.product-card .body .price-row .badge.closed{background:#2b95f6;color:#fff}.product-card .body .participants{margin-top:10px;gap:12px}.product-card .body .participants .counts{display:flex;justify-content:space-between;margin-bottom:5px}.product-card .body .participants .progress{flex:1 1 auto}.product-card .body .participants .progress .bar{background:#ff7a1a33;height:8px;border-radius:6px;overflow:hidden;margin-bottom:6px}.product-card .body .participants .progress .bar .fill{height:100%;background:linear-gradient(90deg,#ff7a1a,#f37212);width:100%;transition:width .5s ease}.product-card .body .participants .meta{display:flex;justify-content:space-between}.product-card .body .monthly{margin-top:12px;padding:12px;border-radius:8px;background:#f6fbff}.product-card .body .monthly .label{font-size:13px}.product-card .body .monthly .amount{font-weight:700;font-size:18px;margin-top:6px;color:#2b95f6}.product-card .body .actions{margin-top:14px}.product-card .body .actions .btn.join,.product-card .body .actions .auth-modal__form .join.btn-secondary,.auth-modal__form .product-card .body .actions .join.btn-secondary,.product-card .body .actions .auth-modal__form .join.btn-submit,.auth-modal__form .product-card .body .actions .join.btn-submit{width:100%;background:#ff7a1a;color:#fff;padding:6px 14px;border-radius:8px;font-weight:500}.product-card .body .actions .btn.join:disabled,.product-card .body .actions .auth-modal__form .join.btn-secondary:disabled,.auth-modal__form .product-card .body .actions .join.btn-secondary:disabled,.product-card .body .actions .auth-modal__form .join.btn-submit:disabled,.auth-modal__form .product-card .body .actions .join.btn-submit:disabled{background:#f0bfa5;cursor:not-allowed}.product-card .media .img-placeholder img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:768px){.product-card{min-height:auto}}.auth-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;z-index:1000;padding:20px}.auth-modal__wrapper{background:#fff;border-radius:10px;box-shadow:0 6px 18px #232d3a0f;border:1px solid #e6eaee;width:100%;max-width:420px;padding:24px 28px;position:relative;animation:fadeIn .25s ease}.auth-modal__wrapper .close-btn{position:absolute;right:14px;top:14px;font-size:18px;color:#9aa6b2;cursor:pointer;transition:color .2s}.auth-modal__wrapper .close-btn:hover{color:#637383}.auth-modal__header{text-align:center;margin-bottom:18px}.auth-modal__header h3{font-size:18px;font-weight:700;margin:0}.auth-modal__tabs{display:flex;justify-content:center;background:#f7f9fb;border-radius:9999px;overflow:hidden;margin-bottom:20px;border:1px solid #e6eaee;padding:3px}.auth-modal__tabs .tab{flex:1;text-align:center;font-weight:600;font-size:14px;cursor:pointer;color:#9aa6b2;padding:8px 0;border-radius:9999px;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.auth-modal__tabs .tab svg,.auth-modal__tabs .tab i{font-size:16px}.auth-modal__tabs .tab.active{background:#fff;color:#1f2d3d;box-shadow:0 2px 6px #0000000f}.auth-modal__tabs .tab:hover:not(.active){color:#6f8091}.auth-modal__form{display:flex;flex-direction:column;gap:12px}.auth-modal__form .btn-submit{background:linear-gradient(90deg,#ff922b,#ff7a1a);color:#fff;font-weight:600;font-size:14px;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;border:none;transition:background .2s ease}.auth-modal__form .btn-submit:hover{background:linear-gradient(90deg,#ff7a1a,#f37212)}.auth-modal__form .btn-submit:before{content:"";display:inline-block;width:16px;height:16px;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.81.3 1.6.54 2.36a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.72-1.72a2 2 0 0 1 2.11-.45 11.72 11.72 0 0 1 2.36.54A2 2 0 0 1 22 16.92z'/></svg>") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.81.3 1.6.54 2.36a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.72-1.72a2 2 0 0 1 2.11-.45 11.72 11.72 0 0 1 2.36.54A2 2 0 0 1 22 16.92z'/></svg>") no-repeat center/contain;background:#fff}.auth-modal__form input{padding:5px}.auth-modal__form .btn-secondary{background:#fff;border:1px solid #e6eaee;color:#1f2d3d;margin-top:10px;font-weight:500;transition:all .2s ease}.auth-modal__form .btn-secondary:hover{border-color:#ff7a1a;color:#ff7a1a}.auth-modal__footer{text-align:center;margin-top:12px;font-size:13px;color:#9aa6b2}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.auth-modal__wrapper{max-width:100%;padding:16px}.auth-modal__tabs .tab{font-size:13px;padding:8px 0}}.product-page{background:#f7f9fb;min-height:100vh;padding-bottom:40px}.product-page .product-view{display:flex;flex-wrap:wrap;gap:24px;margin-top:24px;padding:24px;border-radius:10px}.product-page .product-view .product-media{display:flex;flex-direction:column;align-items:center}.product-page .product-view .product-media .product-img-container{width:100%;max-width:420px;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#fafafa}.product-page .product-view .product-media .product-img{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:10px;box-shadow:0 6px 18px #232d3a0f;background:#fff;-o-object-fit:contain;object-fit:contain;cursor:pointer}.product-page .product-view .product-info{flex:1;display:flex;flex-direction:column;gap:16px}.product-page .product-view .product-info .title{font-size:26px;font-weight:700;margin-bottom:4px}.product-page .product-view .product-info .price-row{display:flex;align-items:center;justify-content:space-between}.product-page .product-view .product-info .price-row .price{color:#2b95f6;font-weight:700;font-size:20px}.product-page .product-view .product-info .price-row .badge{padding:4px 10px;border-radius:8px;font-size:13px}.product-page .product-view .product-info .price-row .badge.open{background:#0db37e;color:#fff}.product-page .product-view .product-info .price-row .badge.closed{background:#2b95f6;color:#fff}.product-page .product-view .product-info .participants .counts{display:flex;justify-content:space-between;font-weight:600}.product-page .product-view .product-info .participants .bar{background:#ff7a1a33;height:8px;border-radius:6px;overflow:hidden}.product-page .product-view .product-info .participants .bar .fill{height:100%;background:linear-gradient(90deg,#ff7a1a,#f37212);transition:width .5s ease}.product-page .product-view .product-info .monthly{background:#f6fbff;padding:12px;border-radius:8px}.product-page .product-view .product-info .monthly .label{font-size:14px}.product-page .product-view .product-info .monthly .amount{color:#2b95f6;font-weight:700;font-size:18px;margin-top:4px}.product-page .product-view .product-info .description h3{font-size:18px;margin-bottom:6px}.product-page .product-view .product-info .description p{color:#444;line-height:1.6}.product-page .product-view .product-info .btn.join,.product-page .product-view .product-info .auth-modal__form .join.btn-submit,.auth-modal__form .product-page .product-view .product-info .join.btn-submit,.product-page .product-view .product-info .auth-modal__form .join.btn-secondary,.auth-modal__form .product-page .product-view .product-info .join.btn-secondary{width:100%;background:#ff7a1a;color:#fff;padding:12px 16px;border-radius:8px;font-weight:600}.product-page .product-view .product-info .btn.join:hover,.product-page .product-view .product-info .auth-modal__form .join.btn-submit:hover,.auth-modal__form .product-page .product-view .product-info .join.btn-submit:hover,.product-page .product-view .product-info .auth-modal__form .join.btn-secondary:hover,.auth-modal__form .product-page .product-view .product-info .join.btn-secondary:hover{background:#f37212}.product-page .product-view .product-info .btn.join:disabled,.product-page .product-view .product-info .auth-modal__form .join.btn-submit:disabled,.auth-modal__form .product-page .product-view .product-info .join.btn-submit:disabled,.product-page .product-view .product-info .auth-modal__form .join.btn-secondary:disabled,.auth-modal__form .product-page .product-view .product-info .join.btn-secondary:disabled{background:#f0bfa5;cursor:not-allowed}@media(max-width:992px){.product-page .product-view{flex-direction:column;align-items:center}.product-page .product-view .product-media{flex:0 0 auto;width:100%;max-width:360px}}@media(max-width:768px){.product-page .product-view .product-info .title{font-size:22px}}.image-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#000000d9;z-index:2000;padding:20px;animation:fadeIn .2s ease}.image-modal__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal__close{position:absolute;right:-40px;top:-40px;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.image-modal__close:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.image-modal__prev,.image-modal__next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:2px solid rgba(255,255,255,.25);color:#fff;width:48px;height:48px;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.image-modal__prev:hover,.image-modal__next:hover{background:#ffffff4d;border-color:#ffffff80}.image-modal__prev{left:-60px}.image-modal__next{right:-60px}.image-modal__img{max-width:100%;max-height:90vh;width:auto;height:auto;border-radius:8px;box-shadow:0 8px 32px #00000080;-o-object-fit:contain;object-fit:contain}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:992px){.image-modal__close{right:10px;top:10px;background:#0009;border-color:#fff6}.image-modal__prev{left:10px}.image-modal__next{right:10px}}.product-thumbnails{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.product-thumbnail{width:64px;height:64px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s}.product-thumbnail.active{border-color:#ff7a1a}.product-thumbnail:hover{border-color:#f37212}.product-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-field__label{font-size:12px;color:#9aa6b2;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.profile-field__value{font-size:15px;font-weight:500}.participant-slot{padding:10px 12px;transition:background .15s}.participant-slot--clickable{cursor:pointer}.participant-slot--clickable:hover{background:#f7f9fb}.participant-slot--own{border:2px solid #ff7a1a!important;background:#ff7a1a0a}.participant-detail{border-top:1px solid #e6eaee;padding-top:8px;margin-top:8px}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.star-rating{display:flex;gap:4px}.star-rating__star{font-size:24px;cursor:pointer;color:#e6eaee;transition:color .15s}.star-rating__star--filled{color:#ff7a1a}.store-page{background:#f7f9fb;min-height:100vh;padding:24px 0 40px}.store-page .store-header{padding:24px;margin-bottom:24px}.store-page .store-header h1{font-size:28px;font-weight:700;margin:0 0 12px}.store-page .store-header .store-info .store-name{font-size:18px;font-weight:600;margin-bottom:4px}.store-page .store-tabs{display:flex;gap:12px;margin-bottom:24px;background:#fff;padding:4px;border-radius:12px;border:1px solid #e6eaee}.store-page .store-tabs .tab{flex:1;text-align:center;font-weight:600;font-size:14px;cursor:pointer;color:#9aa6b2;padding:12px 0;border-radius:8px;transition:all .2s ease}.store-page .store-tabs .tab.active{background:#ff7a1a;color:#fff;box-shadow:0 2px 6px #0000001a}.store-page .store-tabs .tab:hover:not(.active){background:#00000005}.store-page .tab-content .topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.store-page .tab-content .topbar h2{font-size:22px;font-weight:700;margin:0}.store-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.store-page .product-card{padding:16px;display:flex;flex-direction:column}.store-page .product-card .product-image{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:12px;background:#f8fafc}.store-page .product-card .product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.store-page .product-card .product-info{flex:1}.store-page .product-card .product-info .product-title{font-weight:700;font-size:16px;margin-bottom:8px}.store-page .product-card .product-info .product-price{font-size:18px;font-weight:700;color:#2b95f6;margin-bottom:8px}.store-page .product-card .product-info .product-status{margin-bottom:12px}.store-page .product-card .product-info .product-actions{display:flex;gap:8px;margin-top:auto}.store-page .boiler-card{padding:16px}.store-page .boiler-card .boiler-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.store-page .boiler-card .boiler-header .boiler-title{font-weight:700;font-size:18px}.store-page .boiler-card .boiler-info .info-row{display:flex;justify-content:space-between;margin-bottom:8px}.store-page .boiler-card .boiler-info .info-row .label{color:#9aa6b2}.store-page .boiler-card .boiler-info .progress{margin:12px 0}.store-page .boiler-card .boiler-info .progress .bar{background:#ff7a1a33;height:8px;border-radius:6px;overflow:hidden}.store-page .boiler-card .boiler-info .progress .bar .fill{height:100%;background:linear-gradient(90deg,#ff7a1a,#f37212);transition:width .5s ease}.store-page .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px solid #e6eaee}.store-page .empty-state p{margin-bottom:16px;font-size:16px}.store-page .btn,.store-page .auth-modal__form .btn-submit,.auth-modal__form .store-page .btn-submit,.store-page .auth-modal__form .btn-secondary,.auth-modal__form .store-page .btn-secondary{padding:10px 16px;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.store-page .btn.btn-primary,.store-page .auth-modal__form .btn-primary.btn-submit,.auth-modal__form .store-page .btn-primary.btn-submit,.store-page .auth-modal__form .btn-primary.btn-secondary,.auth-modal__form .store-page .btn-primary.btn-secondary{background:#ff7a1a;color:#fff}.store-page .btn.btn-primary:hover,.store-page .auth-modal__form .btn-primary.btn-submit:hover,.auth-modal__form .store-page .btn-primary.btn-submit:hover,.store-page .auth-modal__form .btn-primary.btn-secondary:hover,.auth-modal__form .store-page .btn-primary.btn-secondary:hover{background:#f37212}.store-page .btn.btn-secondary,.store-page .auth-modal__form .btn-secondary,.auth-modal__form .store-page .btn-secondary{background:#fff;border:1px solid #e6eaee;color:#1f2d3d}.store-page .btn.btn-secondary:hover,.store-page .auth-modal__form .btn-secondary:hover,.auth-modal__form .store-page .btn-secondary:hover{border-color:#ff7a1a;color:#ff7a1a}.store-page .btn.btn-small,.store-page .auth-modal__form .btn-small.btn-submit,.auth-modal__form .store-page .btn-small.btn-submit,.store-page .auth-modal__form .btn-small.btn-secondary,.auth-modal__form .store-page .btn-small.btn-secondary{padding:6px 12px;font-size:14px}.store-page .btn.btn-danger,.store-page .auth-modal__form .btn-danger.btn-submit,.auth-modal__form .store-page .btn-danger.btn-submit,.store-page .auth-modal__form .btn-danger.btn-secondary,.auth-modal__form .store-page .btn-danger.btn-secondary{background:#dc3545;color:#fff}.store-page .btn.btn-danger:hover,.store-page .auth-modal__form .btn-danger.btn-submit:hover,.auth-modal__form .store-page .btn-danger.btn-submit:hover,.store-page .auth-modal__form .btn-danger.btn-secondary:hover,.auth-modal__form .store-page .btn-danger.btn-secondary:hover{background:#c82333}.store-page .badge{padding:4px 10px;border-radius:8px;font-size:12px;font-weight:600}.store-page .badge.open{background:#0db37e;color:#fff}.store-page .badge.closed{background:#2b95f6;color:#fff}.store-page .product-dropdown{position:absolute;right:0;top:100%;margin-top:4px;min-width:160px;z-index:100;padding:4px 0}.store-page .product-dropdown__item{padding:10px 16px;font-size:14px;cursor:pointer;transition:background .15s}.store-page .product-dropdown__item:hover{background:#f7f9fb}.store-page .product-dropdown__item--danger{color:#ff6b6b}.store-page .btn-icon{padding:6px;line-height:1;background:none;border:1px solid #e6eaee;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.store-page .btn-icon:hover{background:#f7f9fb}.product-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:2000;padding:20px}.product-modal__content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.product-modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e6eaee}.product-modal__header h3{font-size:20px;font-weight:700;margin:0}.product-modal__header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#9aa6b2;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.product-modal__header .close-btn:hover{color:#000}.product-form{padding:24px}.product-form .form-group{margin-bottom:20px}.product-form .form-group label{display:block;font-weight:600;margin-bottom:8px;font-size:14px}.product-form .form-group input,.product-form .form-group textarea,.product-form .form-group select{width:100%;padding:12px;border:1px solid #e6eaee;border-radius:8px;font-size:14px;font-family:inherit;background:#fff}.product-form .form-group input:focus,.product-form .form-group textarea:focus,.product-form .form-group select:focus{outline:none;border-color:#ff7a1a}.product-form .form-group input:disabled,.product-form .form-group textarea:disabled,.product-form .form-group select:disabled{background:#f5f5f5;color:#9aa6b2}.product-form .form-group .image-preview{margin-top:12px}.product-form .form-group .image-preview img{max-width:200px;max-height:200px;border-radius:8px;border:1px solid #e6eaee}.product-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.product-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e6eaee}@media(max-width:992px){.store-page .products-grid{grid-template-columns:repeat(2,1fr)}.product-form .form-row{grid-template-columns:1fr}.product-modal__content{max-width:100%;margin:20px}}@media(max-width:768px){.store-page .products-grid{grid-template-columns:1fr}}.buyer-dashboard,.my-stores-page,.store-public-page,.user-profile-page{padding:24px 0 40px}.buyer-dashboard .store-header,.my-stores-page .store-header,.store-public-page .store-header,.user-profile-page .store-header{padding:24px;margin-bottom:0}.buyer-dashboard .store-header h1,.my-stores-page .store-header h1,.store-public-page .store-header h1,.user-profile-page .store-header h1{font-size:28px;font-weight:700;margin:0}.buyer-dashboard h2,.my-stores-page h2,.store-public-page h2,.user-profile-page h2{font-size:22px;font-weight:700;margin:0}.buyer-dashboard .products-grid,.my-stores-page .products-grid,.store-public-page .products-grid,.user-profile-page .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.buyer-dashboard .store-tabs,.my-stores-page .store-tabs,.store-public-page .store-tabs,.user-profile-page .store-tabs{display:flex;gap:12px;margin-bottom:24px;background:#fff;padding:4px;border-radius:12px;border:1px solid #e6eaee}.buyer-dashboard .store-tabs .tab,.my-stores-page .store-tabs .tab,.store-public-page .store-tabs .tab,.user-profile-page .store-tabs .tab{flex:1;text-align:center;font-weight:600;font-size:14px;cursor:pointer;color:#9aa6b2;padding:12px 0;border-radius:8px;transition:all .2s ease}.buyer-dashboard .store-tabs .tab.active,.my-stores-page .store-tabs .tab.active,.store-public-page .store-tabs .tab.active,.user-profile-page .store-tabs .tab.active{background:#ff7a1a;color:#fff;box-shadow:0 2px 6px #0000001a}.buyer-dashboard .store-tabs .tab:hover:not(.active),.my-stores-page .store-tabs .tab:hover:not(.active),.store-public-page .store-tabs .tab:hover:not(.active),.user-profile-page .store-tabs .tab:hover:not(.active){background:#00000005}.buyer-dashboard .tab-content,.my-stores-page .tab-content,.store-public-page .tab-content,.user-profile-page .tab-content{margin-top:16px}.buyer-dashboard .avatar-placeholder,.my-stores-page .avatar-placeholder,.store-public-page .avatar-placeholder,.user-profile-page .avatar-placeholder{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff7a1a;color:#fff;font-weight:700}@media(max-width:992px){.store-public-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.store-public-page .products-grid{grid-template-columns:1fr}}.boiler-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}.boiler-loader__svg{width:180px;height:264px;color:#ff7a1a}.boiler-loader__text{margin-top:16px;font-size:15px;color:#9aa6b2;font-weight:500}.confirm-dialog{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.confirm-dialog__overlay{position:absolute;inset:0;background:#0006}.confirm-dialog__box{position:relative;z-index:1;padding:28px;min-width:340px;max-width:420px;text-align:center}.confirm-dialog__title{font-size:18px;font-weight:700;margin-bottom:12px}.confirm-dialog__message{font-size:14px;color:#9aa6b2;margin-bottom:24px}.confirm-dialog__actions{display:flex;gap:12px;justify-content:center}.confirm-dialog__actions .btn,.confirm-dialog__actions .auth-modal__form .btn-submit,.auth-modal__form .confirm-dialog__actions .btn-submit,.confirm-dialog__actions .auth-modal__form .btn-secondary,.auth-modal__form .confirm-dialog__actions .btn-secondary{min-width:100px}.header-overlay{position:fixed;inset:0;z-index:99}.header-user-dropdown{position:relative}.header-user-dropdown .dropdown-arrow{margin-left:4px;font-size:12px}.user-dropdown{position:absolute;right:0;top:100%;margin-top:8px;width:220px;z-index:1000;padding:8px 0}@media(max-width:768px){.user-dropdown{position:fixed;top:56px;right:8px;left:auto;width:200px}}.user-dropdown__item{padding:10px 16px;cursor:pointer;font-size:14px;transition:background .15s}.user-dropdown__item:hover{background:#f7f9fb}.user-dropdown__item--danger{color:#ff6b6b}.user-dropdown__divider{height:1px;background:#e6eaee;margin:4px 0}
