:root{--green: #2f9e54;--green-ink: #1e7a3e;--green-soft: #e8f5ec;--orange: #f5821e;--orange-ink: #985413;--orange-dark: #df6f12;--orange-soft: #fdeede;--cream: #faf6ee;--sky-soft: #dde7f7;--blue: #4f79c7;--color-primary: var(--orange);--color-primary-dark: var(--orange-ink);--color-primary-hover: var(--orange-dark);--color-on-primary: #ffffff;--color-primary-soft: var(--orange-soft);--color-secondary: var(--green);--color-secondary-soft: var(--green-soft);--color-sky: #87b7e6;--color-sky-soft: var(--sky-soft);--color-bg: #e9eefb;--color-surface: #ffffff;--color-surface-2: #f1f4f9;--color-text: #232a2e;--color-text-muted: #58616c;--color-text-faint: #5d6571;--color-border: #e2e7f0;--color-success: var(--green);--color-success-soft: var(--green-soft);--color-danger: #c0392b;--color-danger-soft: rgba(192, 57, 43, .1);--color-text-highlight: var(--green-ink);--font-ui: "Archivo", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--font-display: "Archivo", system-ui, sans-serif;--page-max: 1200px;--bottom-nav-h: 68px;--radius-sm: 10px;--radius: 16px;--radius-lg: 22px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(35, 42, 38, .04), 0 6px 18px rgba(35, 42, 38, .05);--shadow-pop: 0 12px 32px rgba(35, 42, 38, .12);--shadow-nav: 0 -2px 16px rgba(35, 42, 38, .06);--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}html,body{max-width:100%;overflow-x:clip}body{font-family:var(--font-ui);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:var(--font-ui);font-weight:700;line-height:1.22;color:var(--color-text);letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}input,textarea,select{font-family:inherit;font-size:15px;color:var(--color-text)}.display,.highlight-font{font-family:var(--font-display);font-weight:800;color:var(--color-text);font-style:normal}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.app-viewport,.app-shell{display:contents}.page{flex:1;width:100%;max-width:var(--page-max);margin:0 auto;padding:26px 24px 64px;animation:pageRise .4s var(--ease) both}.page.narrow{max-width:760px}@keyframes pageRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.topbar{position:sticky;top:0;z-index:60;background:#e9eefbe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #dbe2f1}.topbar-inner{max-width:var(--page-max);margin:0 auto;display:flex;align-items:center;gap:18px;padding:11px 24px}.brand{display:flex;align-items:center;gap:8px;flex:0 0 auto}.brand img{height:28px;width:auto}.brand .brand-text{font-weight:800;font-size:1.12rem;letter-spacing:-.02em}.brand .brand-text b{color:var(--green-ink)}.brand .brand-text span{color:var(--color-text-muted);font-weight:600}.topnav{display:flex;align-items:center;gap:4px;margin-left:14px}.topnav a{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:10px;font-weight:600;font-size:.95rem;color:var(--color-text-muted);position:relative;transition:color .15s ease,background .15s ease}.topnav a svg{width:19px;height:19px}.topnav a:hover{color:var(--color-text);background:var(--color-surface-2)}.topnav a.active{color:var(--orange-ink)}.topnav a.active svg{color:var(--orange)}.topnav a.active:after{content:"";position:absolute;left:14px;right:14px;bottom:-12px;height:3px;border-radius:3px;background:var(--orange)}.top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.iconbtn{position:relative;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);transition:background .15s ease,color .15s ease}.iconbtn:hover{background:var(--color-surface-2);color:var(--color-text)}.iconbtn svg{width:20px;height:20px}.iconbtn .count{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 4px;background:var(--orange);color:#fff;font-size:.62rem;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.profile{position:relative}.profile-trigger{display:flex;align-items:center;gap:9px;padding:5px 12px 5px 5px;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);transition:background .15s ease}.profile-trigger:hover{background:var(--color-surface-2)}.profile-trigger .avatar{width:32px;height:32px;border-radius:50%;background:var(--green-soft);color:var(--green-ink);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem}.profile-trigger .pname{font-size:.9rem;font-weight:600}.profile-trigger .pname small{display:block;color:var(--color-text-faint);font-weight:500;font-size:.72rem}.profile-trigger .caret{width:14px;height:14px;color:var(--color-text-faint)}.profile-menu{position:absolute;right:0;top:calc(100% + 10px);width:240px;z-index:70;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-pop);padding:8px;animation:menuPop .18s var(--ease)}@keyframes menuPop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-menu .pm-head{padding:10px 12px;border-bottom:1px solid var(--color-border);margin-bottom:6px}.profile-menu .pm-head b{display:block;font-size:.92rem}.profile-menu .pm-head small{color:var(--color-text-faint);font-size:.78rem}.profile-menu a,.profile-menu button{width:100%;display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;font-size:.9rem;font-weight:500;color:var(--color-text);text-align:left}.profile-menu a:hover,.profile-menu button:hover{background:var(--color-surface-2)}.profile-menu a svg,.profile-menu button svg{width:18px;height:18px;color:var(--color-text-muted)}.profile-menu .pm-logout{color:var(--color-danger);border-top:1px solid var(--color-border);margin-top:6px}.profile-menu .pm-logout svg{color:var(--color-danger)}.bottom-nav{display:none}.page-greeting{font-size:1.7rem;font-weight:800;line-height:1.15;margin-bottom:4px;letter-spacing:-.02em}.page-greeting strong{font-weight:800}.page-title{font-size:1.5rem;font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.breadcrumb{display:flex;align-items:center;gap:7px;font-size:.84rem;color:var(--color-text-faint);margin-bottom:16px}.breadcrumb a:hover{color:var(--green-ink)}.breadcrumb .sep{opacity:.6}.breadcrumb .cur{color:var(--color-text);font-weight:600}.top-nav{display:flex;align-items:center;gap:12px;margin-bottom:18px}.top-nav .back-btn{width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.top-nav .back-btn:hover{background:var(--color-surface-2)}.top-nav .back-btn svg{width:18px;height:18px}.top-nav h1{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.top-nav .top-nav-spacer{display:none}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin:28px 2px 14px}.section-heading h2{font-size:1.18rem;font-weight:700}.section-heading .section-link{font-size:.85rem;color:var(--orange-ink);font-weight:600}.section-heading .section-link:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;font-weight:700;font-size:.94rem;line-height:1;transition:transform .14s var(--ease),box-shadow .2s var(--ease),background .18s ease;width:100%}.btn:active{transform:scale(.985)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 6px 16px #f5821e47}.btn-primary:hover{background:var(--orange-dark)}.btn-secondary{background:var(--color-surface);color:var(--green-ink);border:1.5px solid var(--green)}.btn-secondary:hover{background:var(--green-soft)}.btn-ghost{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-ghost:hover{background:var(--color-surface-2)}.btn-block{width:100%}.btn-sm{padding:9px 15px;font-size:.85rem;border-radius:10px}.btn-inline{width:auto}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px}.card+.card{margin-top:14px}.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:var(--radius-pill);font-size:.74rem;font-weight:700;white-space:nowrap}.pill svg{width:13px;height:13px}.pill-success{background:var(--green-soft);color:var(--green-ink)}.pill-muted{background:var(--color-surface-2);color:var(--color-text-muted)}.pill-danger{background:var(--color-danger-soft);color:var(--color-danger)}.pill-warning{background:var(--orange-soft);color:var(--orange-ink)}.pill-sky{background:var(--sky-soft);color:#2a6099}.tag{display:inline-block;padding:4px 10px;border-radius:var(--radius-pill);font-size:.7rem;font-weight:700}.tag-indica{background:#efeaf6;color:#6b4ea0}.tag-sativa{background:var(--orange-soft);color:var(--orange-ink)}.tag-hybrid{background:var(--green-soft);color:var(--green-ink)}.trust-bar{background:var(--cream);border-top:1px solid #efe7d7}.trust-inner{max-width:var(--page-max);margin:0 auto;padding:20px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-item{display:flex;align-items:center;gap:11px;font-size:.86rem;font-weight:600;color:var(--color-text)}.trust-item .ti-icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--green)}.trust-item .ti-icon svg{width:20px;height:20px}.trust-item small{display:block;font-weight:500;color:var(--color-text-faint);font-size:.76rem}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:18px;margin-bottom:8px}.hero-greet{background:var(--sky-soft);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;justify-content:center}.hero-greet h1{font-size:2rem;font-weight:800;letter-spacing:-.02em}.hero-greet p{color:var(--color-text-muted);margin-top:10px;max-width:36ch}.hero-cta{background:var(--cream);border-radius:var(--radius-lg);padding:30px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.hero-cta h2{font-size:1.3rem}.hero-cta p{color:var(--color-text-muted);margin:8px 0 18px;max-width:32ch}.hero-cta .leaf-deco{position:absolute;right:-20px;bottom:-20px;width:150px;height:150px;color:var(--green);opacity:.16}.status-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:var(--radius-lg);padding:22px}.status-card .sc-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.status-card .sc-icon{width:48px;height:48px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--green)}.status-card .sc-icon svg{width:26px;height:26px}.status-card .sc-head h3{font-size:1.1rem}.status-card .sc-head p{font-size:.85rem;color:var(--color-text-muted)}.tracker{display:flex;align-items:flex-start}.tracker .tk{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;position:relative}.tracker .tk .tk-dot{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #cfe9d7;display:flex;align-items:center;justify-content:center;color:var(--color-text-faint);z-index:2}.tracker .tk.done .tk-dot{background:var(--green);border-color:var(--green);color:#fff}.tracker .tk.current .tk-dot{background:var(--orange);border-color:var(--orange);color:#fff}.tracker .tk .tk-dot svg{width:15px;height:15px}.tracker .tk .tk-label{font-size:.74rem;font-weight:600;color:var(--color-text-muted)}.tracker .tk.done .tk-label,.tracker .tk.current .tk-label{color:var(--color-text)}.tracker .tk:before{content:"";position:absolute;top:15px;left:-50%;width:100%;height:2px;background:#cfe9d7;z-index:1}.tracker .tk:first-child:before{display:none}.tracker .tk.done:before,.tracker .tk.current:before{background:var(--green)}.steps-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-card)}.steps-card .sc-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;color:var(--orange-ink);margin-bottom:12px}.steps-card .sc-eyebrow svg{width:17px;height:17px}.steps-card h3{font-size:1.18rem;margin-bottom:16px}.numbered-step{display:flex;gap:12px;padding:10px 0}.numbered-step .ns-num{width:26px;height:26px;flex:0 0 26px;border-radius:50%;background:var(--orange);color:#fff;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center}.numbered-step h4{font-size:.94rem}.numbered-step p{font-size:.82rem;color:var(--color-text-muted)}.feature-row{display:flex;gap:13px;padding:11px 0}.feature-row .fr-icon{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:var(--orange-soft);color:var(--orange-ink);display:flex;align-items:center;justify-content:center}.feature-row .fr-icon svg{width:19px;height:19px}.feature-row h4{font-size:.92rem}.feature-row p{font-size:.82rem;color:var(--color-text-muted)}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:16px}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}.shop-main{min-width:0}.shop-sidebar,.shop-aside{display:flex;flex-direction:column;gap:14px}.filter-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:18px}.filter-card .fc-title{display:flex;align-items:center;justify-content:space-between;font-weight:700;margin-bottom:14px}.filter-card .fc-title .reset{font-size:.78rem;color:var(--orange-ink);font-weight:600}.filter-group{border-top:1px solid var(--color-border);padding:14px 0}.filter-group:first-of-type{border-top:none;padding-top:0}.filter-group>h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-faint);margin-bottom:10px}.check{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:.9rem;cursor:pointer}.check input{width:17px;height:17px;accent-color:var(--green)}.check .ck-count{margin-left:auto;font-size:.78rem;color:var(--color-text-faint)}.info-mini{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:16px}.info-mini .im-icon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.info-mini .im-icon svg{width:20px;height:20px}.info-mini.tone-green .im-icon{background:var(--green-soft);color:var(--green-ink)}.info-mini.tone-orange .im-icon{background:var(--orange-soft);color:var(--orange-ink)}.info-mini.tone-sky .im-icon{background:var(--sky-soft);color:#2a6099}.info-mini h4{font-size:.96rem;margin-bottom:4px}.info-mini p{font-size:.82rem;color:var(--color-text-muted);margin-bottom:10px}.info-mini .im-link{font-size:.85rem;font-weight:700;color:var(--orange-ink);display:inline-flex;align-items:center;gap:6px}.delivery-bar{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:12px 16px;box-shadow:var(--shadow-card);margin-bottom:16px}.delivery-bar .db-icon{width:36px;height:36px;border-radius:10px;background:var(--green-soft);color:var(--green-ink);display:flex;align-items:center;justify-content:center;flex:0 0 36px}.delivery-bar .db-icon svg{width:19px;height:19px}.delivery-bar .db-text{font-size:.85rem}.delivery-bar .db-text b{display:block}.delivery-bar .db-text span{color:var(--color-text-muted)}.med-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.med-card{position:relative;padding:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s var(--ease),box-shadow .2s ease,border-color .2s ease}.med-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-pop);border-color:#dfe3df}.med-thumb{position:relative;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 120%,#eef3ee,#f6f7f4)}.med-thumb:after{content:"";position:absolute;bottom:14px;left:50%;transform:translate(-50%);width:64%;height:14px;background:#232a2612;filter:blur(7px);border-radius:50%}.med-thumb svg{width:46%;height:46%;position:relative;z-index:1}.med-thumb.t-indica{background:radial-gradient(circle at 50% 120%,#efe9f7,#f6f4fb)}.med-thumb.t-sativa{background:radial-gradient(circle at 50% 120%,#fdeede,#fdf5ea)}.med-thumb.t-hybrid{background:radial-gradient(circle at 50% 120%,#e6f3ec,#f1f7f2)}.med-badge{position:absolute;top:10px;left:10px;background:#fffffff2;color:var(--orange-ink);font-size:.64rem;font-weight:700;padding:4px 9px;border-radius:var(--radius-pill);z-index:2}.med-bookmark{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);z-index:2}.med-bookmark svg{width:17px;height:17px}.med-body{padding:13px 14px 15px;display:flex;flex-direction:column;gap:7px;flex:1}.med-name{font-size:.95rem;font-weight:700;line-height:1.2}.med-strain{font-size:.74rem;color:var(--green-ink);font-weight:600;margin-top:-2px}.med-rating{font-size:.74rem;color:var(--color-text-muted);display:flex;align-items:center;gap:4px}.med-rating .star{color:var(--orange)}.med-cann{display:flex;gap:6px;margin-top:2px}.med-cann .chip{flex:1;background:var(--color-surface-2);border-radius:9px;padding:6px;text-align:center}.med-cann .chip b{display:block;font-size:.6rem;color:var(--color-text-faint);font-weight:700;letter-spacing:.03em}.med-cann .chip span{font-size:.82rem;font-weight:700}.med-avail{font-size:.72rem;color:var(--green-ink);font-weight:600}.med-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:8px}.med-price{font-size:.96rem;font-weight:800}.med-price small{font-weight:500;color:var(--color-text-faint)}.med-add{width:40px;height:40px;flex:0 0 40px;border-radius:11px;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #f5821e4d}.med-add svg{width:20px;height:20px}.med-add:hover{background:var(--orange-dark)}.h-scroll{display:flex;gap:16px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.h-scroll::-webkit-scrollbar{display:none}.h-scroll>*{scroll-snap-align:start;flex:0 0 auto}.h-scroll .med-card{width:220px}.med-photo{width:74%;height:74%;object-fit:contain;position:relative;z-index:1}.result-count{font-size:.85rem;color:var(--color-text-muted);margin-bottom:12px}.cat-status{text-align:center;padding:22px;color:var(--color-text-muted);font-size:.9rem}.spinner{width:26px;height:26px;border:3px solid var(--color-border);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite;margin:18px auto}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-card{border-radius:var(--radius);border:1px solid var(--color-border);background:#fff;overflow:hidden}.skeleton-card .sk-img{aspect-ratio:4 / 3}.skeleton-card .sk-img,.skeleton-card .sk-line{background:linear-gradient(90deg,#eaeef6 25%,#f4f7fc 37%,#eaeef6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton-card .sk-line{height:12px;margin:12px 14px;border-radius:6px}.skeleton-card .sk-line.short{width:55%}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.cart-backdrop{align-items:stretch;justify-content:flex-end}.cart-panel{width:min(430px,100%);height:100%;background:var(--color-surface);display:flex;flex-direction:column;padding:18px;box-shadow:-8px 0 40px #232a262e;animation:cartIn .28s var(--ease);overflow-y:auto}@keyframes cartIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cart-head h2{font-size:1.2rem;display:flex;align-items:center;gap:9px}.cart-count-pill{background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;min-width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--color-text-muted)}.cart-empty-icon{width:56px;height:56px;border-radius:16px;background:var(--color-surface-2);color:var(--color-text-faint);display:flex;align-items:center;justify-content:center}.cart-empty-icon svg{width:28px;height:28px}.cart-lines{flex:1;display:flex;flex-direction:column;gap:12px}.cart-line{display:flex;gap:12px;padding:12px;border:1px solid var(--color-border);border-radius:14px;background:#fff}.cart-thumb{width:52px;height:52px;flex:0 0 52px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 120%,#eef3ee,#f6f7f4)}.cart-thumb.t-indica{background:radial-gradient(circle at 50% 120%,#efe9f7,#f6f4fb)}.cart-thumb.t-sativa{background:radial-gradient(circle at 50% 120%,#fdeede,#fdf5ea)}.cart-thumb svg{width:26px;height:26px;color:var(--green)}.cart-thumb img{width:80%;height:80%;object-fit:contain}.cart-line-info{flex:1;min-width:0}.cl-name{font-weight:700;font-size:.92rem}.cl-sub{font-size:.76rem;color:var(--color-text-faint);margin-bottom:8px}.cl-controls{display:flex;align-items:center;gap:12px}.cl-remove{font-size:.78rem;color:var(--color-danger);font-weight:600}.cl-price{font-weight:800;font-size:.92rem;white-space:nowrap}.qty.sm{border-radius:10px}.qty.sm button{width:30px;height:32px}.qty.sm button svg{width:14px;height:14px}.qty.sm .qv{width:auto;padding:0 8px;font-size:.82rem}.cart-warn{background:var(--orange-soft);color:var(--orange-ink);font-size:.82rem;font-weight:600;padding:10px 12px;border-radius:10px;margin-top:12px}.cart-summary{margin-top:14px;padding-top:8px;border-top:1px solid var(--color-border)}.cart-summary .summary-row.cart-total{font-size:1.05rem;font-weight:800;border-bottom:none;padding-top:12px}.cart-panel .btn-primary{margin-top:14px}.cart-note{font-size:.74rem;color:var(--color-text-faint);text-align:center;margin-top:8px}.med-card-wrap{position:relative;display:flex}.med-card-wrap>.med-card{flex:1}.med-card-wrap .med-foot{padding-right:46px}.med-card-wrap .med-add{position:absolute;right:12px;bottom:14px;z-index:2}.checkout-h2{font-size:1.1rem;margin-bottom:12px}.ship-option{width:100%;display:flex;align-items:center;gap:13px;padding:14px;border:1.5px solid var(--color-border);border-radius:14px;text-align:left;margin-bottom:10px;transition:border-color .15s ease,background .15s ease}.ship-option:hover:not(:disabled){border-color:var(--green)}.ship-option.active{border-color:var(--orange);background:var(--orange-soft)}.ship-option:disabled{opacity:.5;cursor:not-allowed}.ship-option .so-icon{width:40px;height:40px;flex:0 0 40px;border-radius:11px;background:var(--green-soft);color:var(--green-ink);display:flex;align-items:center;justify-content:center}.ship-option .so-icon svg{width:20px;height:20px}.ship-option .so-text{flex:1;min-width:0}.ship-option .so-text b{display:block;font-size:.95rem}.ship-option .so-text span{font-size:.8rem;color:var(--color-text-muted)}.ship-option .so-radio{width:24px;height:24px;flex:0 0 24px;border-radius:50%;border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:#fff}.ship-option.active .so-radio{background:var(--orange);border-color:var(--orange)}.ship-option .so-radio svg{width:14px;height:14px}.conf-check{width:64px;height:64px;border-radius:50%;background:var(--green-soft);color:var(--green-ink);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.conf-check svg{width:34px;height:34px}.pdp-layout{display:grid;grid-template-columns:1fr;gap:24px}.pdp-gallery{display:flex;flex-direction:column;gap:12px}.pdp-main-img{aspect-ratio:1 / 1;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 50% 115%,#eef3ee,#f6f7f4)}.pdp-main-img svg{width:44%;height:44%}.pdp-main-img.t-indica{background:radial-gradient(circle at 50% 115%,#efe9f7,#f6f4fb)}.pdp-main-img.t-sativa{background:radial-gradient(circle at 50% 115%,#fdeede,#fdf5ea)}.pdp-main-img.t-hybrid{background:radial-gradient(circle at 50% 115%,#e6f3ec,#f1f7f2)}.pdp-thumbs{display:flex;gap:10px}.pdp-thumbs .pt{width:72px;height:72px;border-radius:12px;border:2px solid var(--color-border);background:var(--color-surface-2);display:flex;align-items:center;justify-content:center}.pdp-thumbs .pt.active{border-color:var(--orange)}.pdp-thumbs .pt svg{width:50%;height:50%;color:var(--color-text-muted)}.pdp-info h1{font-size:1.7rem;font-weight:800;letter-spacing:-.02em}.pdp-maker{color:var(--green-ink);font-weight:600;font-size:.9rem;margin-top:2px}.pdp-info .pdp-rating{display:flex;align-items:center;gap:6px;color:var(--color-text-muted);font-size:.86rem;margin-top:8px}.pdp-info .pdp-rating .star{color:var(--orange)}.pdp-desc{color:var(--color-text-muted);font-size:.92rem;line-height:1.6;margin:14px 0}.pdp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.pdp-stat{background:var(--color-surface-2);border-radius:12px;padding:12px;text-align:center}.pdp-stat .ps-icon{color:var(--green);display:flex;justify-content:center;margin-bottom:4px}.pdp-stat .ps-icon svg{width:18px;height:18px}.pdp-stat b{display:block;font-size:1.05rem}.pdp-stat span{font-size:.72rem;color:var(--color-text-faint)}.pdp-buy{display:flex;align-items:center;gap:14px;margin:18px 0}.pdp-price{font-size:1.5rem;font-weight:800}.pdp-price small{font-size:.82rem;font-weight:500;color:var(--color-text-faint)}.qty{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.qty button{width:40px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text);font-size:1.2rem}.qty button:hover{background:var(--color-surface-2)}.qty .qv{width:44px;text-align:center;font-weight:700}.faq-item{border:1px solid var(--color-border);border-radius:12px;margin-bottom:10px;overflow:hidden;background:#fff}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;font-weight:600;font-size:.94rem;text-align:left}.faq-q .faq-chev{transition:transform .2s var(--ease);color:var(--color-text-muted);flex:0 0 auto}.faq-q .faq-chev svg{width:18px;height:18px}.faq-item.open .faq-chev{transform:rotate(180deg)}.faq-a{padding:0 17px 16px;font-size:.88rem;color:var(--color-text-muted);line-height:1.6}.appt-card{display:flex;gap:14px;align-items:flex-start}.appt-date{flex:0 0 56px;text-align:center;background:var(--orange-soft);border-radius:14px;padding:10px 6px;color:var(--orange-ink)}.appt-date .d{font-size:1.35rem;font-weight:800;line-height:1}.appt-date .m{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.appt-main{flex:1;min-width:0}.appt-main h3{font-size:1.02rem;margin-bottom:2px}.appt-sub{display:inline-flex;align-items:center;gap:5px;color:var(--color-text-muted);font-size:.82rem}.appt-sub svg{width:14px;height:14px}.appt-time{display:inline-flex;align-items:center;gap:5px;color:var(--color-text-muted);font-size:.82rem;margin-top:6px}.appt-time svg{width:14px;height:14px}.appt-card .pill{margin-top:10px}.appt-note{margin-top:12px;padding:12px;background:var(--green-soft);border-radius:12px;font-size:.8rem;color:var(--green-ink);display:flex;gap:10px;align-items:flex-start}.appt-note svg{width:26px;height:26px;flex-shrink:0}.appt-join{margin-top:12px}.appt-join.disabled{opacity:.55;pointer-events:none}.appt-join-hint{font-size:.72rem;color:var(--color-text-faint);margin-top:6px;text-align:center}.order-card .order-items{display:flex;gap:12px}.order-item{display:flex;gap:10px;align-items:center;flex:1;min-width:0}.order-thumb{width:46px;height:46px;flex:0 0 46px;border-radius:12px;background:var(--color-surface-2);display:flex;align-items:center;justify-content:center;color:var(--green)}.order-thumb svg{width:24px;height:24px}.order-item-info{min-width:0}.order-item-info .n{font-size:.9rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-item-info .c{font-size:.74rem;color:var(--color-text-faint)}.order-meta{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.order-stars{display:inline-flex;gap:2px;color:var(--orange)}.order-stars svg{width:16px;height:16px}.order-stars.muted{color:var(--color-border)}.notif-card{display:flex;gap:12px;align-items:flex-start;transition:opacity .4s ease,transform .4s ease}.notif-card.read{opacity:0;transform:translate(20px)}.notif-icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:var(--orange-soft);color:var(--orange-ink);display:flex;align-items:center;justify-content:center}.notif-icon svg{width:20px;height:20px}.notif-body{flex:1;min-width:0}.notif-head{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.notif-title{font-size:.92rem;font-weight:700}.notif-time{font-size:.72rem;color:var(--color-text-faint);white-space:nowrap}.notif-msg{font-size:.84rem;color:var(--color-text-muted);margin-top:2px}.notif-msg.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-read-btn{width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:var(--color-surface-2);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.notif-read-btn svg{width:17px;height:17px}.therapy-card{overflow:hidden;padding:0}.therapy-illu{height:130px;background:linear-gradient(135deg,var(--green) 0%,var(--green-ink) 100%);display:flex;align-items:center;justify-content:center;color:#fff}.therapy-illu svg{width:60px;height:60px;opacity:.95}.therapy-body{padding:20px}.therapy-body h2{font-size:1.12rem;margin-bottom:6px}.therapy-body p{font-size:.86rem;color:var(--color-text-muted);margin-bottom:14px}.anamnesis-card{display:flex;gap:14px;align-items:center;background:linear-gradient(135deg,#fff,var(--orange-soft))}.anamnesis-icon{width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:var(--orange-soft);display:flex;align-items:center;justify-content:center;color:var(--orange-ink)}.anamnesis-icon svg{width:28px;height:28px}.anamnesis-card h2{font-size:1rem;margin-bottom:3px}.anamnesis-card p{font-size:.82rem;color:var(--color-text-muted);margin-bottom:10px}.alert-card{display:flex;gap:12px;align-items:flex-start}.alert-card .alert-icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:800}.alert-card .alert-icon svg{width:20px;height:20px}.alert-warning{border-left:4px solid var(--orange)}.alert-warning .alert-icon{background:var(--orange-soft);color:var(--orange-ink)}.alert-card h4{font-size:.96rem;margin-bottom:3px}.alert-card p{font-size:.83rem;color:var(--color-text-muted)}.alert-card .btn{margin-top:12px}.info-card{background:var(--green-soft);border:1px solid #cfe9d7;border-radius:var(--radius);padding:20px}.info-card h3{font-size:1rem;margin-bottom:6px;color:var(--green-ink)}.info-card p{font-size:.86rem;color:var(--color-text-muted)}.disclaimer-card{background:var(--color-surface-2);border-radius:12px;padding:13px 14px;font-size:.8rem;color:var(--color-text-muted);display:flex;gap:10px;align-items:flex-start}.disclaimer-card svg{width:18px;height:18px;flex-shrink:0;color:var(--color-text-faint)}.disclaimer-card+.disclaimer-card{margin-top:10px}.highlight-card{width:230px;padding:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s var(--ease),box-shadow .2s ease}a:hover .highlight-card{transform:translateY(-3px);box-shadow:var(--shadow-pop)}.highlight-illu{height:110px;display:flex;align-items:center;justify-content:center}.highlight-illu.h1{background:var(--orange-soft)}.highlight-illu.h2{background:var(--green-soft)}.highlight-illu.h3{background:var(--sky-soft)}.highlight-illu img{height:70px;width:auto;object-fit:contain}.highlight-illu svg{width:52px;height:52px;color:var(--green-ink)}.highlight-illu.h1 svg{color:var(--orange-ink)}.highlight-body{padding:14px}.highlight-body h3{font-size:.92rem;line-height:1.25;margin-bottom:5px}.highlight-body p{font-size:.78rem;color:var(--color-text-muted);line-height:1.4}.settings-section{margin-top:22px}.settings-section>h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-faint);margin:0 4px 8px}.settings-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}.settings-item{display:flex;align-items:center;gap:13px;padding:15px 16px;transition:background .15s ease}.settings-item+.settings-item{border-top:1px solid var(--color-border)}.settings-item:hover{background:var(--color-surface-2)}.settings-item .si-icon{width:22px;height:22px;flex:0 0 22px;color:var(--green-ink);display:flex}.settings-item .si-icon svg{width:22px;height:22px}.settings-item .si-text{flex:1;font-size:.94rem;font-weight:500}.settings-item .si-chev{color:var(--color-text-faint);display:flex}.settings-item.logout .si-text,.settings-item.logout .si-icon{color:var(--color-danger)}.field{margin-bottom:15px}.field label{display:block;font-size:.8rem;font-weight:600;color:var(--color-text-muted);margin-bottom:6px}.field .control{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:12px 14px;font-size:.95rem;display:flex;align-items:center;gap:8px}.field input.control:focus,.field .control:focus-within{outline:2px solid var(--green-soft);border-color:var(--green)}.field .control.readonly{background:var(--color-surface-2);color:var(--color-text-muted)}.field .control svg{width:17px;height:17px;color:var(--color-text-faint);flex-shrink:0}.field .control input{border:none;outline:none;flex:1;background:transparent}.search-row{display:flex;gap:10px;margin-bottom:14px}.search-box{flex:1;display:flex;align-items:center;gap:8px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:11px 16px}.search-box svg{width:18px;height:18px;color:var(--color-text-faint)}.search-box input{border:none;outline:none;flex:1;background:transparent}.filter-btn{width:46px;height:46px;flex:0 0 46px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.filter-btn svg{width:20px;height:20px}.chip-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:6px;margin-bottom:16px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;padding:8px 15px;border-radius:var(--radius-pill);background:var(--color-surface);border:1px solid var(--color-border);font-size:.82rem;font-weight:600;color:var(--color-text-muted);transition:all .15s ease}.chip:hover{border-color:var(--green);color:var(--green-ink)}.chip.active{background:var(--orange);color:#fff;border-color:var(--orange)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#232a266b;z-index:90;display:flex;align-items:flex-end;animation:fadeIn .2s ease}.sheet{width:100%;background:var(--color-surface);border-radius:22px 22px 0 0;padding:8px 18px 24px;animation:sheetUp .3s var(--ease)}.sheet-grip{width:40px;height:4px;background:var(--color-border);border-radius:999px;margin:8px auto 14px}.sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sheet-head h3{font-size:1.05rem}.sheet-head .reset{font-size:.84rem;color:var(--orange-ink);font-weight:600}.sheet h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-faint);margin:16px 0 10px}.sheet-options{display:flex;flex-wrap:wrap;gap:9px}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogPop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.steps{display:flex;align-items:center;margin:4px 0 22px}.step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:0 0 auto}.step .dot{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;background:var(--color-surface-2);color:var(--color-text-faint);border:2px solid var(--color-border)}.step.active .dot{background:var(--orange);color:#fff;border-color:var(--orange)}.step.done .dot{background:var(--green);color:#fff;border-color:var(--green)}.step .step-label{font-size:.72rem;font-weight:600;color:var(--color-text-muted)}.step.active .step-label{color:var(--orange-ink)}.step-line{flex:1;height:2px;background:var(--color-border);margin:0 6px 18px}.step-line.done{background:var(--green)}.empty-state{text-align:center;padding:56px 20px;display:flex;flex-direction:column;align-items:center;gap:6px}.empty-state img,.empty-state .empty-illu{width:150px;height:150px;object-fit:contain;margin-bottom:10px}.empty-state .empty-illu svg{width:100%;height:100%;color:var(--green)}.empty-state h3{font-size:1.1rem}.empty-state p{font-size:.88rem;color:var(--color-text-muted)}.empty-state .btn{margin-top:14px;width:auto}.fab{position:fixed;right:24px;bottom:calc(var(--bottom-nav-h) + 18px);width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #f5821e66;z-index:45}.fab svg{width:26px;height:26px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:.88rem;border-bottom:1px dashed var(--color-border)}.summary-row:last-child{border-bottom:none}.summary-row .k{color:var(--color-text-muted)}.summary-row .v{font-weight:700}.docs-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:24px}.docs-hero-main{background:var(--sky-soft);border-radius:var(--radius-lg);padding:34px}.docs-hero-main h1{font-size:2.1rem;font-weight:800;letter-spacing:-.02em}.docs-hero-main p{color:var(--color-text-muted);margin:12px 0 20px;max-width:40ch}.docs-hero-side{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;justify-content:center}.docs-hero-side h3{font-size:1.2rem;margin-bottom:8px}.docs-hero-side p{color:var(--color-text-muted);font-size:.88rem}.symptom-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}.symptom{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:13px 15px;font-size:.9rem;font-weight:600}.symptom .sy-icon{width:32px;height:32px;border-radius:9px;background:var(--orange-soft);color:var(--orange-ink);display:flex;align-items:center;justify-content:center;flex:0 0 32px}.symptom .sy-icon svg{width:17px;height:17px}.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.doc-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px;text-align:center}.doc-avatar{width:76px;height:76px;border-radius:50%;margin:0 auto 12px;background:var(--green-soft);color:var(--green-ink);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3rem}.doc-card h4{font-size:1rem}.doc-card .doc-role{color:var(--green-ink);font-size:.82rem;font-weight:600;margin-top:2px}.doc-card .doc-spec{color:var(--color-text-muted);font-size:.82rem;margin-top:8px}.stack>*+*{margin-top:14px}.text-muted{color:var(--color-text-muted)}.text-center{text-align:center}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.lead{font-size:.92rem;color:var(--color-text-muted);line-height:1.55}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:6px}@media(min-width:900px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.med-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.shop-layout{grid-template-columns:250px 1fr 270px;align-items:start}.shop-sidebar,.shop-aside{position:sticky;top:84px}.pdp-layout{grid-template-columns:1fr 1fr;align-items:start}.shop-main .filter-btn{display:none}}@media(max-width:899px){.shop-sidebar{display:none}.shop-aside{display:grid;grid-template-columns:1fr;gap:14px;margin-top:22px}}@media(min-width:600px)and (max-width:899px){.shop-aside{grid-template-columns:repeat(3,1fr)}}@media(min-width:700px)and (max-width:899px){.med-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pdp-layout{grid-template-columns:1fr 1fr}}@media(max-width:768px){.topnav,.profile-trigger .pname{display:none}.topbar-inner{padding:10px 12px;gap:8px}.brand{min-width:0;flex-shrink:1}.brand img{height:24px}.top-actions{gap:5px}.iconbtn{width:36px;height:36px}.iconbtn svg{width:18px;height:18px}.profile-trigger{padding:4px 6px 4px 4px;gap:4px}.profile-trigger .caret{display:none}.hero,.docs-hero,.symptom-grid{grid-template-columns:1fr}.doc-grid{grid-template-columns:1fr 1fr}.trust-inner{grid-template-columns:1fr 1fr;gap:14px}.pdp-stats{grid-template-columns:repeat(2,1fr)}.page{padding:18px 16px calc(var(--bottom-nav-h) + 28px)}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:var(--bottom-nav-h);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--color-border);box-shadow:var(--shadow-nav);align-items:stretch;padding:6px 6px max(6px,env(safe-area-inset-bottom));z-index:55}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--color-text-faint);font-size:.64rem;font-weight:600;position:relative}.bottom-nav a svg{width:23px;height:23px}.bottom-nav a.active{color:var(--orange-ink)}.bottom-nav a.active svg{color:var(--orange)}.bottom-nav .nav-cart-badge{position:absolute;top:2px;right:calc(50% - 20px);min-width:16px;height:16px;padding:0 4px;background:var(--orange);color:#fff;font-size:.58rem;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.fab{bottom:calc(var(--bottom-nav-h) + 16px)}}@media(min-width:769px){.fab{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
