:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.timeline-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-sm) var(--space-md)}.timeline-wrapper h1{text-align:left;width:100%;margin-bottom:var(--space-sm);margin-top:var(--space-sm)}.timeline-grid{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.timeline-tile{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-md);margin-bottom:var(--space-md);display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000d;transition:box-shadow .15s,transform .15s}.timeline-tile:hover{box-shadow:0 8px 24px #00a9a324;transform:translateY(-4px)}.timeline-tile-timestamp{text-align:center;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--divider-color);width:100%}.timeline-content-row{display:flex;align-items:flex-start;gap:1.5rem;width:100%}.timeline-tile-img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid var(--divider-color);flex-shrink:0}.timeline-tile.in-progress .timeline-tile-img{filter:blur(9px)}.timeline-details-column{display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem;flex-shrink:0;min-width:150px}.timeline-tile-desc{color:#41506b;margin:0;font-size:.9rem}.timeline-tile-link{color:var(--primary-teal);text-decoration:underline;font-weight:500;font-size:.9rem;transition:color .2s}.timeline-tile-link:hover{color:var(--hover-teal)}.scan-summary{flex-grow:1;background:linear-gradient(120deg,#f9fbfa 80%,#eaf8f4);border-left:4px solid var(--primary-teal, #00A9A3);border-radius:12px;padding:1.25rem 1.7rem 1.25rem 1.3rem;color:#25312d;font-size:1.01rem;box-shadow:0 2px 12px #00a9a30f;word-break:break-word;line-height:1.7;min-width:200px;margin-bottom:.5rem;transition:box-shadow .2s,border-color .2s,background .2s;border-top:1px solid #e6f4ef;border-bottom:1px solid #e6f4ef}.scan-summary:hover{box-shadow:0 6px 24px #00a9a31a;background:linear-gradient(120deg,#f6fffc 80%,#e0f4ed);border-left:4px solid var(--hover-teal, #00918B)}.dots{display:inline-block;margin-left:8px}.dot{display:inline-block;width:6px;height:6px;background:#bbb;border-radius:50%;margin-left:2px;animation:blink 1.4s infinite both}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,20%{opacity:.5}50%{opacity:1}to{opacity:.5}}.timeline-load-more{margin:var(--space-md) auto 0 auto;display:block;padding:.75rem 2rem;background:var(--primary-teal);color:#fff;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.timeline-load-more:hover{background:var(--hover-teal)}.timeline-error{color:#dc3545;padding:var(--space-md) 0;text-align:center}.timeline-loader{text-align:center;width:100%;padding:var(--space-md) 0;color:#888}@media (max-width: 768px){.timeline-content-row{flex-direction:column}.timeline-details-column{min-width:100%;align-items:flex-start}}.timeline-left-column{display:flex!important;flex-direction:column!important;align-items:center!important;flex-shrink:0!important;width:200px!important;margin-right:1.5rem}.timeline-left-column .timeline-tile-img{width:150px!important;height:150px!important;margin-bottom:1rem!important}.timeline-left-column .timeline-details-column{text-align:center!important;min-width:0!important;gap:.25rem!important;align-items:center!important}@media (max-width: 768px){.timeline-left-column{flex-direction:row!important;align-items:flex-start!important;width:100%!important;gap:1.5rem!important}.timeline-left-column .timeline-details-column{flex:1!important;min-width:0!important;flex-shrink:1!important;text-align:left!important;align-items:flex-start!important;margin-top:0!important;gap:.5rem!important}.timeline-left-column .timeline-tile-img{width:34vw!important;height:34vw!important;max-width:150px!important;max-height:150px!important;margin-bottom:0!important}.scan-summary{margin-top:1rem!important}}.chat-container{flex:1!important;display:flex!important;flex-direction:column!important;min-height:0!important;width:100%!important;max-width:var(--max-width)!important;margin:0 auto!important;padding:var(--space-md)!important;background:var(--background-light)!important;position:relative!important}.chat-messages{flex:1!important;overflow-y:auto!important;min-height:0!important;margin-bottom:0!important;max-height:none!important;padding-bottom:160px!important;padding-top:var(--space-md)!important;padding-left:var(--space-md)!important;padding-right:var(--space-md)!important;background:var(--background-light)!important;border:1px solid var(--divider-color)!important;border-radius:16px!important;box-shadow:0 2px 4px #00000005!important;scroll-behavior:smooth!important}.chat-messages::-webkit-scrollbar{width:8px!important}.chat-messages::-webkit-scrollbar-track{background:#00000005!important;border-radius:4px!important}.chat-messages::-webkit-scrollbar-thumb{background:#00a9a333!important;border-radius:4px!important;transition:background .2s ease!important}.chat-messages::-webkit-scrollbar-thumb:hover{background:#00a9a366!important}.chat-messages{scrollbar-width:thin!important;scrollbar-color:rgba(0,169,163,.2) transparent!important}.message-bubble{display:flex!important;margin-bottom:1.5rem!important;animation:fadeIn .3s ease-out!important;width:100%!important}.message-bubble.user{justify-content:flex-end!important}.message-bubble.assistant{justify-content:flex-start!important}.message-content{max-width:85%!important;padding:1rem 1.25rem!important;border-radius:20px!important;line-height:1.5!important;font-size:.95rem!important;box-shadow:0 2px 8px #00000014!important;position:relative!important;word-wrap:break-word!important}.message-content.user{background:linear-gradient(135deg,var(--primary-teal),var(--hover-teal))!important;color:#fff!important;border-bottom-right-radius:8px!important;margin-left:10%!important}.message-content.assistant{background:#fff!important;color:var(--text-dark)!important;border:1px solid #e2e8f0!important;border-bottom-left-radius:8px!important;margin-right:10%!important}.message-content.loading{background:#00a9a30d!important;border:1px solid rgba(0,169,163,.2)!important;color:var(--primary-teal)!important;margin-right:10%!important}.loading-dots{display:flex!important;align-items:center!important;gap:.5rem!important;font-style:normal!important}.loading-dots:before{content:"💧"!important;font-size:1.2rem!important;animation:bounce 1.5s infinite!important}.loading-dots:after{content:"• • •"!important;letter-spacing:.2rem!important;animation:loadingPulse 1.5s infinite!important;margin-left:.5rem!important}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes loadingPulse{0%{opacity:.3}25%{opacity:1}50%{opacity:.3}75%{opacity:1}to{opacity:.3}}.chat-input-row{position:fixed!important;bottom:90px!important;left:50%!important;transform:translate(-50%)!important;width:calc(100% - 2rem)!important;max-width:var(--max-width)!important;display:flex!important;gap:var(--space-sm)!important;align-items:center!important;padding:var(--space-md)!important;background:#fff!important;border:2px solid var(--divider-color)!important;border-radius:24px!important;box-shadow:0 8px 32px #0000001f!important;z-index:500!important;transition:all .2s ease!important}.chat-input-row:focus-within{border-color:var(--primary-teal)!important;box-shadow:0 8px 32px #00a9a333!important}.chat-input-row input{flex:1!important;background:transparent!important;border:none!important;outline:none!important;padding:.75rem 1rem!important;font-size:1rem!important;color:var(--text-dark)!important;border-radius:20px!important}.chat-input-row input::placeholder{color:#999!important;font-style:italic!important}.chat-input-row button{background:var(--primary-teal)!important;color:#fff!important;border:none!important;padding:.875rem 1.5rem!important;border-radius:20px!important;font-size:1rem!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;box-shadow:0 2px 8px #00a9a333!important}.chat-input-row button:hover:not(:disabled){background:var(--hover-teal)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00a9a34d!important}.chat-input-row button:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}.product-suggestions{margin:1.5rem 0!important;padding:1.5rem!important;background:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 4px #0000000a!important;max-width:100%!important;overflow:hidden!important}.suggestions-header{margin-bottom:1.25rem!important;text-align:center!important}.suggestions-header h4{margin:0!important;font-size:1.2rem!important;font-weight:700!important;color:var(--primary-teal)!important;border-bottom:2px solid var(--primary-teal)!important;padding-bottom:.5rem!important;display:inline-block!important}.product-recommendation-card{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:1rem!important;margin-bottom:.75rem!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;transition:all .3s ease!important;box-shadow:0 1px 3px #00000005!important;max-width:100%!important;min-height:auto!important;width:100%!important}.product-recommendation-card:last-child{margin-bottom:0!important}.product-recommendation-card:hover{box-shadow:0 4px 12px #00a9a314!important;border-color:var(--primary-teal)!important;transform:translateY(-2px)!important;background:#fff!important}.product-info{flex:1!important;margin-right:1rem!important;min-width:0!important}.product-name{margin:0 0 .5rem!important;font-size:.9rem!important;font-weight:600!important;color:var(--text-dark)!important;line-height:1.5!important;word-wrap:break-word!important}.product-details{display:flex!important;gap:1rem!important;align-items:center!important;flex-wrap:wrap!important}.product-price{color:var(--primary-teal)!important;font-weight:700!important;font-size:.9rem!important}.product-rating{color:#666!important;font-size:.8rem!important;display:flex!important;align-items:center!important;gap:.25rem!important}.product-rating:before{content:"⭐"!important;font-size:.7rem!important}.product-actions{display:flex!important;flex-direction:column!important;gap:.5rem!important;align-items:flex-end!important;flex-shrink:0!important}.view-product-btn{background:transparent!important;color:var(--primary-teal)!important;border:1px solid var(--primary-teal)!important;padding:.4rem .8rem!important;border-radius:6px!important;font-size:.8rem!important;font-weight:500!important;text-decoration:none!important;transition:all .2s ease!important;white-space:nowrap!important;text-align:center!important}.view-product-btn:hover{background:var(--primary-teal)!important;color:#fff!important;text-decoration:none!important;transform:translateY(-1px)!important}.add-to-care-btn{background:var(--primary-teal)!important;color:#fff!important;border:none!important;padding:.5rem 1rem!important;border-radius:6px!important;font-size:.8rem!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;box-shadow:0 2px 8px #00a9a333!important}.add-to-care-btn:hover:not(:disabled){background:var(--hover-teal)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00a9a34d!important}.add-to-care-btn:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}.add-to-care-btn.added{background:#28a745!important}.add-to-care-btn.added:hover{background:#218838!important}.products-loading{display:flex!important;align-items:center!important;justify-content:center!important;padding:1.5rem!important;color:var(--primary-teal)!important;font-style:italic!important;gap:.75rem!important}.products-loading:before{content:"🔍"!important;font-size:1.2rem!important;animation:spin 2s linear infinite!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1200px){.product-actions{flex-direction:row!important;gap:.5rem!important;align-items:center!important}.view-product-btn,.add-to-care-btn{flex:1!important;text-align:center!important;max-width:48%!important}}@media (max-width: 768px){.chat-container{padding:var(--space-sm)!important}.chat-messages{padding:var(--space-sm)!important;padding-bottom:220px!important}.message-content{max-width:90%!important;padding:.875rem 1rem!important;font-size:.9rem!important}.message-content.user{margin-left:5%!important}.message-content.assistant{margin-right:5%!important}.product-recommendation-card{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding:.875rem!important}.product-info{margin-right:0!important;width:100%!important}.product-actions{flex-direction:row!important;width:100%!important;justify-content:space-between!important}.view-product-btn,.add-to-care-btn{flex:1!important;max-width:48%!important}.chat-input-row{bottom:110px!important;width:calc(100% - 1rem)!important;padding:var(--space-sm)!important;border-radius:20px!important}}@media (max-width: 480px){.chat-container{padding:.5rem!important}.message-content{max-width:95%!important;padding:.75rem!important;font-size:.85rem!important}.message-content.user{margin-left:2%!important}.message-content.assistant{margin-right:2%!important}.product-actions{flex-direction:column!important;gap:.5rem!important}.view-product-btn,.add-to-care-btn{width:100%!important;max-width:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-content p{margin-bottom:1rem!important;line-height:1.5!important}.message-content p:last-child{margin-bottom:0!important}.message-content ul,.message-content ol{margin:1rem 0!important;padding-left:1.5rem!important}.message-content li{margin-bottom:.5rem!important;line-height:1.35!important}.message-content h1,.message-content h2,.message-content h3{margin:1rem 0 .5rem!important;line-height:1.35!important}.message-content strong{font-weight:600!important}@keyframes bounceTwice{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.message-bubble.assistant.center{justify-content:center!important}.products-loading{white-space:nowrap}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-top:var(--space-md);margin-bottom:var(--space-md)}.dashboard-tile{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-md);box-shadow:0 2px 8px #0000000d;text-align:center;transition:box-shadow .15s,transform .15s}.dashboard-tile:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-4px)}.dashboard-tile-title{font-size:1.2rem;font-weight:700;color:var(--text-dark)}.dashboard-tile-desc{color:#41506b;font-size:1rem;margin-top:.5rem}@media (max-width: 800px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-tile{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-md);box-shadow:0 2px 8px #0000000d;text-align:center;transition:box-shadow .15s,transform .15s}.dashboard-tile:hover{box-shadow:0 8px 24px #00a9a324;transform:translateY(-4px) scale(1.03)}:root{--primary-teal: #00A9A3;--hover-teal: #00918B;--background-light: #f9f7f3;--surface-light: #fffaf5;--divider-color: #e6e0d9;--text-dark: #333333;--font-body: "Poppins", sans-serif;--font-heading: "Poppins", sans-serif;--text-base: 1rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--max-width: 1000px;--navbar-height: 56px;--border-radius: .5rem}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-body);font-size:var(--text-base);background:var(--background-light);color:var(--text-dark);line-height:1.6;scroll-padding-top:var(--navbar-height);color-scheme:light only}#root{display:flex;flex-direction:column;min-height:100vh;align-items:center;width:100%}.site-container,.container,.page-container,.main-content,.results-page,.timeline-wrapper,.account-page,.upload-page{width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-md)}.site-container:not(.navbar):not(footer),.page-container,.main-content{margin-top:var(--navbar-height)}.timeline-wrapper,.results-page,.upload-page{padding:var(--space-sm) var(--space-md)}img{max-width:100%;height:auto;display:block}a{color:var(--primary-teal);text-decoration:none}a:hover{color:var(--hover-teal);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:var(--space-md);color:var(--text-dark)!important}h1{font-size:clamp(2.2rem,4vw,2.8rem);margin-top:var(--space-sm);text-align:center}h2{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:400;color:var(--primary-teal)}button{font:inherit;margin:var(--space-xs) var(--space-xs) 0 0;padding:var(--space-sm) var(--space-md);border:none;border-radius:var(--border-radius);background:var(--primary-teal);color:#fff;cursor:pointer;transition:background .2s}button:hover{background:var(--hover-teal)}input,textarea,select{font:inherit;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:var(--space-md)}.navbar{position:fixed;top:0;left:0;width:100%;height:var(--navbar-height);padding:var(--space-sm);display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;justify-content:center;background:var(--background-light);border-bottom:1px solid var(--divider-color);z-index:1000}.nav-button-link{flex:none;background:var(--primary-teal);color:#fff!important;padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:600;font-size:.9rem;text-align:center;transition:background .2s;box-shadow:0 2px 8px #00000014}.nav-button-link:hover,.nav-button-link:focus{background:var(--hover-teal)}.nav-button-link.active,.nav-button-link[aria-current=page]{background:var(--hover-teal);color:#fff}footer{width:100%;max-width:var(--max-width);margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-md);color:#888;font-size:.9rem;margin-top:var(--space-md)}footer button{margin:0;min-width:100px;justify-content:center}.home-hero{width:100%}.home-hero>.container{display:flex;align-items:stretch;justify-content:center;background:var(--surface-light);border-radius:1rem;box-shadow:0 8px 32px #0000000d;padding:var(--space-lg);margin-bottom:var(--space-md)}.left-section,.right-section{flex:1;display:flex;padding:0 var(--space-md)}.left-section{justify-content:center;align-items:center}.right-section{flex-direction:column;justify-content:center}@media (max-width: 768px){.home-hero>.container{flex-direction:column;padding:var(--space-md)}.home-hero h1,.home-hero h2,.home-hero p{text-align:left}}.care-plan-profile{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:16px;padding:var(--space-xl);margin-bottom:var(--space-lg);box-shadow:0 4px 12px #00000014}.care-plan-profile h2{color:var(--primary-teal);font-size:1.5rem;font-weight:700;margin-bottom:var(--space-lg);text-align:center;border-bottom:3px solid var(--primary-teal);padding-bottom:.75rem}.skin-type{background:#00a9a30d;border:1px solid rgba(0,169,163,.2);border-radius:8px;padding:var(--space-md);margin-bottom:var(--space-lg);font-weight:500}.skin-type strong{color:var(--primary-teal)}.goals-section,.concerns-section{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-lg);margin-bottom:var(--space-lg);box-shadow:0 2px 8px #0000000d}.goals-section h3,.concerns-section h3{font-size:1.4rem;font-weight:700;color:var(--text-dark);margin-bottom:var(--space-md);border-bottom:2px solid var(--primary-teal);padding-bottom:.5rem}.tag{display:inline-block;background:#93c5fd;color:#1e40af;padding:.15rem .6rem .15rem .5rem;border-radius:12px;margin:.2rem .3rem .2rem 0;font-size:.7rem;font-weight:500;position:relative;line-height:1.1;border:1px solid #60A5FA}.tag .remove-tag{background:#1e40af;border:none;color:#fff;cursor:pointer;font-size:.6rem;padding:0;width:12px;height:12px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1;position:absolute;top:-4px;right:-4px;transition:background .2s}.tag .remove-tag:hover{background:#1e3a8a}.tag-input-container{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:var(--space-md);margin-top:var(--space-sm)}.tag-input{flex:1;max-width:300px;padding:.75rem 1rem;border:2px solid var(--divider-color);border-radius:8px;font-size:.9rem;margin-bottom:0;background:#fff}.tag-input:focus{outline:none;border-color:var(--primary-teal);box-shadow:0 0 0 3px #00a9a31a}.tag-input::placeholder{color:#999;font-style:italic}.add-tag-btn{background:var(--primary-teal);color:#fff;border:none;padding:.75rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s}.add-tag-btn:hover{background:var(--hover-teal);transform:translateY(-1px)}.care-plan-content{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-lg)}.care-step{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--divider-color)}.care-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.care-step h4{color:var(--primary-teal);font-size:1.1rem;font-weight:600;margin-bottom:var(--space-sm);text-transform:capitalize}.care-step p{color:var(--text-dark);line-height:1.5;margin-bottom:var(--space-sm)}.product-recommendation{background:#00a9a30d;border:1px solid rgba(0,169,163,.2);border-radius:8px;padding:var(--space-md);margin-top:var(--space-sm);margin-bottom:var(--space-sm)}.product-recommendation a{color:var(--primary-teal);font-weight:600;text-decoration:none}.product-recommendation a:hover{text-decoration:underline}.btn-mark{background:var(--primary-teal);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;margin-top:var(--space-md);margin-left:0;transition:background .2s;display:block}.btn-mark:hover{background:var(--hover-teal)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-md);margin-top:var(--space-md)}.carousel-wrapper{position:relative;margin:0 20px}.carousel-title{margin:var(--space-lg) 0 var(--space-sm);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;color:var(--text-dark)!important;font-family:var(--font-heading)}.carousel{display:flex;overflow-x:auto;gap:var(--space-md);padding-bottom:var(--space-sm);margin-bottom:var(--space-md);scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel::-webkit-scrollbar{display:none}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--primary-teal);color:#fff;border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;font-size:20px;font-weight:700;z-index:10;opacity:.9;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00a9a34d}.carousel-nav:hover{background:var(--hover-teal);opacity:1;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #00a9a366}.carousel-nav.prev{left:-22px}.carousel-nav.next{right:-22px}@media (max-width: 1024px){.carousel-nav{display:flex;width:32px;height:32px;font-size:16px;opacity:.7;background:var(--primary-teal)}.carousel-nav.prev{left:-16px}.carousel-nav.next{right:-16px}.carousel-nav:hover{opacity:.9;transform:translateY(-50%) scale(1.05)}}@media (max-width: 480px){.carousel-nav{width:28px;height:28px;font-size:14px;opacity:.6}.carousel-nav.prev{left:-14px}.carousel-nav.next{right:-14px}}.product-card{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-md);text-align:left;transition:all .3s ease;text-decoration:none;color:var(--text-dark);display:block;overflow:hidden;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00a9a326;border-color:var(--primary-teal);text-decoration:none;color:var(--text-dark)}.product-card img{width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:var(--space-sm);transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.product-info{position:relative;z-index:2;margin-top:.5rem}.product-name{font-weight:600;font-size:.9rem;line-height:1.3;margin-bottom:.5rem;color:var(--text-dark)!important;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price{color:var(--primary-teal)!important;font-weight:700;font-size:1rem;margin:.25rem 0}.product-rating{font-size:.85rem;color:#666!important;display:flex;align-items:center;gap:.25rem;margin-top:.15rem}.carousel .product-card{flex:0 0 auto;width:160px;min-width:160px;scroll-snap-align:start;margin-right:0}.carousel .product-card:hover{z-index:5}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00a9a30d,#00a9a31a);opacity:0;transition:opacity .3s ease;border-radius:12px;pointer-events:none}.product-card:hover:before{opacity:1}@media (max-width: 768px){.carousel .product-card{width:140px;min-width:140px}.product-card{padding:var(--space-sm)}.product-card img{height:100px}}.recommendations-page{padding:var(--space-md)}.recommendations-page h1{margin-top:var(--space-sm);margin-bottom:var(--space-md)}.budget-friendly-picks,.fragrance-free-alternatives{margin-bottom:var(--space-lg)}.budget-friendly-picks .carousel,.fragrance-free-alternatives .carousel{display:flex;overflow-x:auto;gap:var(--space-md);padding:var(--space-sm) 0;scroll-snap-type:x mandatory}.budget-friendly-picks .product-card,.fragrance-free-alternatives .product-card{flex:0 0 auto;min-width:160px;max-width:180px;scroll-snap-align:start}.chat-container{max-width:var(--max-width);margin:var(--space-lg) auto;height:calc(100vh - var(--navbar-height));display:flex;flex-direction:column}.chat-messages{flex:1;overflow-y:auto;padding:var(--space-md);background:#f9fafb;scroll-margin-top:var(--navbar-height)}.chat-input-row{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:var(--max-width);display:flex;gap:var(--space-sm);align-items:center;padding:var(--space-sm) var(--space-md);background:var(--surface-light);border:1px solid var(--divider-color);border-radius:999px;box-shadow:0 2px 8px #0000000d}.chat-input-row input{flex:1;background:transparent;border:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: dark){html,body{background:var(--background-light)!important;color:var(--text-dark)!important;color-scheme:light only}.page-container,.product-card{background:var(--surface-light)!important;color:var(--text-dark)!important}.product-name{color:var(--text-dark)!important}.product-price{color:var(--primary-teal)!important}.product-rating{color:#666!important}.carousel-title,h1,h2,h3{color:var(--text-dark)!important}}.page-container .tag{display:inline-block!important;background:#93c5fd!important;color:#1e40af!important;padding:.15rem .6rem .15rem .5rem!important;border-radius:12px!important;margin:.2rem .3rem .2rem 0!important;font-size:.7rem!important;font-weight:500!important;position:relative!important;line-height:1.1!important;border:1px solid #60A5FA!important}.page-container .tag .remove-tag{background:#1e40af!important;border:none!important;color:#fff!important;cursor:pointer!important;font-size:.6rem!important;padding:0!important;width:12px!important;height:12px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;position:absolute!important;top:-4px!important;right:-4px!important;transition:background .2s!important}.care-plan-profile .tag,.goals-section .tag,.concerns-section .tag{background:#93c5fd!important;color:#1e40af!important;font-size:.7rem!important;border-radius:12px!important;padding:.15rem .6rem .15rem .5rem!important;border:1px solid #60A5FA!important;margin:.2rem .3rem .2rem 0!important;font-weight:500!important;position:relative!important;line-height:1.1!important;display:inline-block!important}.care-plan-profile .tag .remove-tag,.goals-section .tag .remove-tag,.concerns-section .tag .remove-tag{background:#1e40af!important;color:#fff!important;font-size:.6rem!important;position:absolute!important;top:-4px!important;right:-4px!important;border-radius:50%!important;width:12px!important;height:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:none!important;padding:0!important;cursor:pointer!important}.tag{display:inline-block!important;background:#93c5fd!important;color:#1e40af!important;padding:.15rem .6rem .15rem .5rem!important;border-radius:12px!important;margin:.2rem .3rem .2rem 0!important;font-size:.7rem!important;font-weight:500!important;position:relative!important;line-height:1.1!important;border:1px solid #60A5FA!important}.tag-remove{background:#1e40af!important;border:none!important;color:#fff!important;cursor:pointer!important;font-size:.6rem!important;padding:0!important;width:12px!important;height:12px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;position:absolute!important;top:-4px!important;right:-4px!important;transition:background .2s!important}.tag-remove:hover{background:#1e3a8a!important}.tag-input-row{display:flex!important;gap:.5rem!important;margin-top:.5rem!important}.tag-input-row input{flex:1!important;max-width:300px!important;margin-bottom:0!important}.btn-tag-add{background:var(--primary-teal)!important;color:#fff!important;border:none!important;padding:.75rem 1.2rem!important;border-radius:8px!important;font-size:.9rem!important;font-weight:600!important;cursor:pointer!important;white-space:nowrap!important;flex-shrink:0!important}.btn-tag-add:hover{background:var(--hover-teal)!important}.tag{padding:.25rem .8rem .25rem .6rem!important;font-size:.8rem!important;border-radius:14px!important}.tag-remove{width:14px!important;height:14px!important;font-size:.7rem!important;top:-5px!important;right:-5px!important}.editable-tags{display:flex!important;align-items:flex-start!important;gap:2rem!important;margin-bottom:2rem!important;padding:1.5rem!important;background:var(--surface-light)!important;border:1px solid var(--divider-color)!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000d!important}.editable-tags .tags-section{flex:1!important;min-width:0!important}.editable-tags strong{display:block!important;font-size:1.2rem!important;font-weight:700!important;color:var(--text-dark)!important;margin-bottom:.75rem!important;border-bottom:2px solid var(--primary-teal)!important;padding-bottom:.5rem!important}.editable-tags .tags-container{margin-bottom:0!important}.editable-tags .tag-input-row{flex:0 0 300px!important;display:flex!important;gap:.75rem!important;margin-top:0!important;align-items:flex-start!important}.editable-tags .tag-input-row input{flex:1!important;padding:.875rem 1rem!important;border:2px solid var(--divider-color)!important;border-radius:8px!important;font-size:.95rem!important;margin-bottom:0!important;background:#fff!important;transition:border-color .2s!important}.btn-tag-add{padding:.875rem 1.5rem!important;font-size:.95rem!important;white-space:nowrap!important;border-radius:8px!important;box-shadow:0 2px 4px #00a9a333!important}.btn-tag-add:hover{transform:translateY(-1px)!important;box-shadow:0 4px 8px #00a9a34d!important}.profile-summary{background:var(--surface-light)!important;border:1px solid var(--divider-color)!important;border-radius:12px!important;padding:1.5rem!important;margin-bottom:2rem!important;box-shadow:0 2px 8px #0000000d!important}.profile-summary strong{color:var(--primary-teal)!important;font-size:1.1rem!important}@media (max-width: 768px){.editable-tags{flex-direction:column;gap:1.5rem!important;padding:1.25rem}.editable-tags .tag-input-row{flex:1!important;width:100%!important}.tag{padding:.3rem .9rem .3rem .7rem!important;font-size:.85rem!important}.tag-remove{width:15px!important;height:15px!important;font-size:.75rem!important}}@media (max-width: 480px){.editable-tags{padding:1rem!important}.editable-tags .tag-input-row{flex-direction:column!important;gap:.75rem!important}.btn-tag-add{width:100%!important;justify-content:center!important}}.editable-tags .tag-input-row{flex:1!important;display:flex!important;gap:.75rem!important;margin-top:0!important;align-items:flex-start!important;min-width:0!important}.editable-tags .tag-input-row input{flex:1!important;min-width:120px!important;max-width:none!important;padding:.875rem 1rem!important;border:2px solid var(--divider-color)!important;border-radius:8px!important;font-size:.95rem!important;margin-bottom:0!important;background:#fff!important;transition:border-color .2s!important}.editable-tags .tag-input-row input:focus{outline:none!important;border-color:var(--primary-teal)!important;box-shadow:0 0 0 3px #00a9a31a!important}.btn-tag-add{flex-shrink:0!important;padding:.875rem 1.5rem!important;font-size:.95rem!important;white-space:nowrap!important;border-radius:8px!important;box-shadow:0 2px 4px #00a9a333!important}.editable-tags{display:flex!important;align-items:flex-start!important;gap:1.5rem!important;margin-bottom:2rem!important;padding:1.5rem!important;background:var(--surface-light)!important;border:1px solid var(--divider-color)!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000d!important}.editable-tags .tags-section{flex:2!important;min-width:0!important}.product-suggestions{margin:1rem 0;padding:1rem;background:var(--surface-light);border-radius:12px;border:1px solid var(--divider-color)}.suggestions-header h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--primary-teal)}.product-recommendation-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:.75rem;background:#fff;border:1px solid var(--divider-color);border-radius:8px;transition:all .2s}.product-recommendation-card:last-child{margin-bottom:0}.product-recommendation-card:hover{box-shadow:0 2px 8px #00a9a31a;border-color:var(--primary-teal)}.product-info{flex:1;margin-right:1rem}.product-name{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text-dark);line-height:1.3}.product-details{display:flex;gap:1rem;align-items:center}.product-price{color:var(--primary-teal);font-weight:600;font-size:.9rem}.product-rating{color:#666;font-size:.85rem}.error-message{color:#dc3545;font-size:.8rem;margin-top:.25rem}.product-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.view-product-btn{background:transparent;color:var(--primary-teal);border:1px solid var(--primary-teal);padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;white-space:nowrap}.view-product-btn:hover{background:var(--primary-teal);color:#fff;text-decoration:none}.add-to-care-btn{background:var(--primary-teal);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.add-to-care-btn:hover:not(:disabled){background:var(--hover-teal);transform:translateY(-1px)}.add-to-care-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.add-to-care-btn.added{background:#28a745}.add-to-care-btn.added:hover{background:#218838}@media (max-width: 768px){.product-recommendation-card{flex-direction:column;align-items:flex-start;gap:1rem}.product-info{margin-right:0;width:100%}.product-actions{flex-direction:row;width:100%;justify-content:space-between}.view-product-btn,.add-to-care-btn{flex:1;text-align:center}}.btn-mark.custom{background:#6366f1;color:#fff;opacity:.8}.btn-mark.custom:hover{background:#5b21b6}.care-plan-buttons{display:flex;gap:.5rem;align-items:center;margin-top:var(--space-sm);flex-wrap:wrap}.btn-mark.switch-back{background:#059669;color:#fff;font-size:.8rem;padding:.4rem .8rem}.btn-mark.switch-back:hover{background:#047857}@media (max-width: 768px){.care-plan-buttons{flex-direction:column;align-items:flex-start;gap:.25rem}.btn-mark.switch-back{width:100%;text-align:center}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid var(--divider-color);position:relative}.modal-header h2{margin:0;color:var(--primary-teal);font-size:1.5rem;text-align:center}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f0f0f0;color:#333}.modal-body{padding:2rem}.modal-body p{text-align:center;color:#666;margin-bottom:2rem;line-height:1.6}.upgrade-plans{margin-bottom:2rem}.plan-card{border:2px solid var(--primary-teal);border-radius:12px;padding:2rem;text-align:center;position:relative;background:#00a9a305}.plan-card.recommended .plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--primary-teal);color:#fff;padding:.25rem 1rem;border-radius:12px;font-size:.75rem;font-weight:600}.plan-card h3{margin:0 0 1rem;font-size:1.5rem;color:var(--text-dark)}.plan-price{font-size:2rem;font-weight:700;color:var(--primary-teal);margin-bottom:1.5rem}.plan-price span{font-size:1rem;color:#666}.plan-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.plan-features li{color:#333;position:relative;padding:.5rem 0 .5rem 1.5rem}.plan-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-teal);font-weight:700}.upgrade-btn{margin-top:auto}.upgrade-btn:hover{background:var(--hover-teal);transform:translateY(-1px)}.modal-footer{text-align:center;margin-top:1.5rem}.modal-footer a{color:var(--primary-teal);text-decoration:none}.modal-footer a:hover{text-decoration:underline}@media (max-width: 768px){.modal-content{margin:1rem;max-width:none}.modal-header,.modal-body,.plan-card{padding:1.5rem}}.sticky-tabs{position:sticky;top:var(--navbar-height);display:flex;justify-content:center;gap:0;background:var(--background-light);padding:var(--space-md) 0;border-bottom:1px solid var(--divider-color);z-index:100;margin:0 auto;width:100%}.tab-pill{padding:.75rem 1.5rem;border:2px solid var(--primary-teal);background:#00a9a31a;color:var(--primary-teal);border-radius:0;font-weight:600;transition:all .3s ease;cursor:pointer;text-transform:capitalize}.tab-pill:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tab-pill:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tab-pill.active{background:var(--primary-teal);color:#fff}.time-tabs{display:flex;justify-content:center;gap:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;width:fit-content;margin:0 auto}.time-tab{min-width:100px;padding:.75rem 1.25rem;font-size:.85rem;border:2px solid var(--primary-teal);background:#00a9a31a;color:var(--primary-teal);font-weight:600;border-radius:0;margin:0;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.time-tab:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-right:1px solid var(--primary-teal)}.time-tab:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px;border-left:1px solid var(--primary-teal)}.time-tab.active{background:var(--primary-teal);color:#fff;box-shadow:inset 0 2px 4px #0003}.care-plan-section{margin-bottom:var(--space-xl);scroll-margin-top:140px}.care-plan-section h2{font-size:1.8rem;color:var(--primary-teal);margin-bottom:var(--space-lg);text-align:center;text-transform:capitalize;border-bottom:3px solid var(--primary-teal);padding-bottom:.75rem}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);margin-top:var(--space-lg)}.care-plan-buttons{display:flex;gap:var(--space-sm);margin-top:var(--space-sm);flex-wrap:wrap}.btn-mark{background:var(--primary-teal);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}@media (max-width: 768px){.care-plan-controls{padding:1rem}.time-tab{min-width:80px;padding:.6rem 1rem;font-size:.8rem}.care-row{padding:var(--space-md)}.care-product{flex-direction:column;align-items:center;text-align:center}.product-thumbnail{width:100px;height:100px}.time-tabs{width:100%}.time-tab{flex:1;min-width:0}}.time-tabs-container{display:flex;justify-content:center;gap:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;width:fit-content;margin:2rem auto;background:var(--surface-light);border:1px solid var(--divider-color);padding:.5rem}.time-tab{min-width:100px;padding:.75rem 1.25rem;font-size:.9rem;border:2px solid var(--primary-teal);background:#00a9a31a;color:var(--primary-teal);font-weight:600;border-radius:6px;margin:0 .25rem;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.time-tab.active{background:var(--primary-teal);color:#fff;box-shadow:0 2px 4px #00a9a34d}.plan-tabs,.plan-tab{display:none!important}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);margin-top:var(--space-lg);max-width:var(--max-width);margin-left:auto;margin-right:auto;padding:0 var(--space-md)}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}.tag{display:inline-block!important;background:#6366f126!important;color:#4c1d95!important;padding:.25rem .8rem .25rem .6rem!important;border-radius:14px!important;margin:.2rem .3rem .2rem 0!important;font-size:.8rem!important;font-weight:500!important;position:relative!important;line-height:1.1!important;border:1px solid rgba(99,102,241,.3)!important}.tag-remove{background:#4c1d95!important;border:none!important;color:#fff!important;cursor:pointer!important;font-size:.7rem!important;padding:0!important;width:14px!important;height:14px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;position:absolute!important;top:-5px!important;right:-5px!important;transition:background .2s!important}.tag-remove:hover{background:#3730a3!important}.custom-tag{background:#6366f1!important;color:#fff!important;padding:.25rem .75rem!important;border-radius:12px!important;font-size:.75rem!important;font-weight:600!important;margin-left:var(--space-sm);display:inline-block;flex-shrink:0}@media (max-width: 768px){.time-tabs-container{margin:1.5rem auto;padding:.25rem}.time-tab{min-width:80px;padding:.6rem 1rem;font-size:.8rem}.plan-tabs{position:static;margin-bottom:1rem;justify-content:center}.plan-tab{border-radius:6px;border-bottom:2px solid var(--primary-teal);margin-bottom:0}.section-header h2{font-size:1.5rem}.care-plan-section{padding:0 var(--space-sm)}.product-grid{padding:0}}@media (max-width: 480px){.time-tabs-container{width:100%;justify-content:stretch}.time-tab{flex:1;min-width:0;font-size:.75rem}.plan-tabs{flex-direction:column;gap:.5rem}.plan-tab{width:100%;text-align:center}}.care-plan-section{margin-bottom:var(--space-xl);scroll-margin-top:140px;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding:0 var(--space-md)}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);margin-top:var(--space-lg);padding:0}.section-header{position:relative;margin-bottom:2rem;max-width:100%}.care-plan-section .product-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media (min-width: 768px){.care-plan-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.care-plan-section .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.care-plan-section .care-row{padding:.75rem}.care-plan-section .care-product{flex-direction:column;align-items:center;text-align:center}.care-plan-section .product-thumbnail{width:80px;height:80px}.care-plan-section .care-plan-buttons{justify-content:center}.care-plan-section .btn-mark{width:100%;max-width:150px}}.time-tabs-container{display:flex;justify-content:center;gap:0;border-radius:6px;overflow:hidden;width:fit-content;margin:1.5rem auto;background:transparent;border:none;padding:0}.time-tab{min-width:80px;padding:.5rem 1rem;font-size:.85rem;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-weight:500;border-radius:0;margin:0;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.time-tab:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.time-tab:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px;border-left:none}.time-tab:not(:last-child){border-right:none}.time-tab.active{background:#e2e8f0;color:#475569;border-color:#cbd5e1;font-weight:600}.time-tab:hover:not(.active){background:#f1f5f9;color:#475569}.time-tabs-container{display:flex;justify-content:center;gap:1rem;margin:1.5rem auto;padding:0}.time-tab{padding:.4rem .8rem;font-size:.8rem;border:none;background:transparent;color:#64748b;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.time-tab.active{background:#f1f5f9;color:#334155;font-weight:600}.time-tab:hover:not(.active){background:#f8fafc;color:#475569}.navbar-bottom-row{position:fixed;top:var(--navbar-height);left:0;width:100%;background:var(--background-light);padding:.5rem 0;display:flex;justify-content:center;border-bottom:1px solid var(--divider-color);z-index:999;box-shadow:0 2px 4px #00000008}.upgrade-prompt{font-size:.9rem;color:var(--text-dark)}.upgrade-prompt span{margin-right:var(--space-xs)}.upgrade-link-text{color:var(--primary-teal);font-weight:700;text-decoration:none;cursor:pointer}.upgrade-link-text:hover{text-decoration:underline;color:var(--hover-teal)}.site-container:not(.navbar):not(footer),.page-container,.account-page,.main-content{margin-top:var(--navbar-height)}.modal-content.upgrade-modal-content{max-width:1100px;width:95%}.modal-intro-text{font-size:1.1rem;margin-bottom:1.5rem;text-align:center;color:#555}.promo-banner{background-color:#00a9a314;border:1px solid var(--primary-teal);color:var(--primary-teal);padding:var(--space-md);border-radius:var(--border-radius);text-align:center;margin-bottom:var(--space-lg);font-size:.95rem}.promo-banner strong{font-weight:600}.upgrade-plans-container{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-bottom:var(--space-lg);align-items:stretch}.plan-card{display:flex;flex-direction:column;justify-content:space-between;min-height:500px}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.plan-card.free-tier{border:1px solid #d1d5db}.plan-card.plus-tier{border:1px solid #3b82f6}.plan-card.pro-tier{border:1px solid var(--primary-teal)}.plan-card.recommended{border-width:2px;border-color:var(--primary-teal);box-shadow:0 0 15px #00a9a333}.plan-card h3{margin-top:0;font-size:1.3rem;color:var(--text-dark);min-height:2.6rem}.plan-card .plan-price{margin-bottom:var(--space-md);font-size:1.8rem;font-weight:700;color:var(--primary-teal);min-height:3rem}.plan-price .promo-price{color:#e53e3e;font-weight:700}.plan-price .original-price.strikethrough{text-decoration:line-through;color:#718096;font-size:1rem;margin-left:.5rem}.plan-price span:not(.promo-price):not(.original-price){font-size:1rem;color:#666}.billing-toggle{display:flex;justify-content:center;margin-bottom:var(--space-md);border:1px solid var(--divider-color);border-radius:var(--border-radius);overflow:hidden}.billing-toggle button{flex:1;padding:.6rem .5rem;background-color:#fff;color:var(--primary-teal);border:none;cursor:pointer;font-size:.8rem;font-weight:500;transition:background-color .2s,color .2s}.billing-toggle button:not(:last-child){border-right:1px solid var(--divider-color)}.billing-toggle button.active{background-color:var(--primary-teal);color:#fff;font-weight:600}.plan-features{flex-grow:1;margin-bottom:var(--space-md)}.plan-features li{padding:.5rem 0 .5rem 1.75rem;border-bottom:1px solid #f0f0f0;position:relative;color:#333}.plan-features li:last-child{border-bottom:none}.plan-features li:before{content:"✔";position:absolute;left:0;color:var(--primary-teal);font-weight:700}.plan-features li strong{font-weight:500}.upgrade-btn.current-plan-btn{background-color:#e9ecef;color:#6c757d;cursor:default}.upgrade-btn.current-plan-btn:hover{background-color:#e9ecef;transform:none}.fair-use-policy-link{text-align:center;font-size:.8rem;color:#666;margin-top:var(--space-md)}.fair-use-policy-link a{color:var(--primary-teal)}.current-plan-btn{background-color:#e9ecef!important;color:#6c757d!important;cursor:default!important;border:none!important;pointer-events:none!important;box-shadow:none!important}.current-plan-btn:hover{background-color:#e9ecef!important;transform:none!important}@media (max-width: 900px){.upgrade-plans-container{grid-template-columns:1fr;gap:var(--space-lg);max-width:450px;margin:0 auto var(--space-lg) auto}.plan-card{min-height:auto}}@media (max-width: 768px){.modal-content.upgrade-modal-content{max-width:95%;margin:1rem}}.navbar-bottom-content-container{width:100%;max-width:var(--max-width);padding:0 var(--space-md);display:flex;justify-content:flex-start}.onboarding-step h2{margin-bottom:1rem;font-size:1.5rem}.checkbox-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.checkbox-item{display:flex;align-items:center;padding:.5rem;border:1px solid #eee;border-radius:4px;cursor:pointer;transition:background-color .2s}.checkbox-item:hover{background-color:#f9f9f9}.checkbox-input{margin-right:.75rem;width:1.2rem;height:1.2rem;cursor:pointer}.checkbox-label-text{font-size:1rem}.other-input-container{margin-top:1rem;margin-bottom:1rem}.other-input-container label{display:block;margin-bottom:.25rem;font-weight:700}.text-input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem}.register-form-container{max-width:600px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px}.account-tab{background:var(--background-light);color:#64748b;border:1px solid #e2e8f0;border-bottom:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:0;margin:0;position:relative;outline:none}.account-tab:first-child{border-top-left-radius:8px}.account-tab:last-child{border-top-right-radius:8px;border-left:none}.account-tab:hover:not(.active){background:#f1f5f9;color:#475569;border-color:#cbd5e1;box-shadow:0 -2px 8px #00000014}.account-tab.active{background:linear-gradient(to bottom,var(--background-light) 0%,var(--background-light) 80%,rgba(255,255,255,.8) 100%);color:var(--primary-teal);border-color:var(--primary-teal);border-bottom:none;font-weight:600;box-shadow:0 -4px 12px #00a9a326;z-index:2}.account-tab.active:after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:2px;background:var(--background-light);z-index:1}.account-tab:not(.active){box-shadow:0 1px 3px #0000000d}.account-page nav{border-bottom:1px solid #e2e8f0!important;margin-bottom:2rem!important;padding-bottom:0!important;background:transparent!important;position:relative}.account-tab:focus{outline:none;box-shadow:0 -4px 12px #00a9a326}.account-tab:focus:not(.active){box-shadow:0 -2px 8px #00000014}.page-container.upload-page{max-width:1000px;margin:0 auto;padding:3rem 1rem 2rem;display:flex;flex-direction:column;gap:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.upload-instructions{background:linear-gradient(135deg,var(--surface-light, #f9fafb) 0%,#ffffff 100%);border:1px solid var(--divider-color, #e5e7eb);border-radius:20px;padding:2rem;box-shadow:0 10px 25px #00000014,0 4px 10px #00000008;position:relative;overflow:hidden;height:fit-content}.upload-instructions:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-teal, #2abdbb),#34d399)}.upload-instructions h2{color:var(--text-dark, #1f2937);font-size:2.25rem;font-weight:700;margin-bottom:1.75rem;text-align:center;line-height:1.2;font-family:inherit}.upload-instructions .scroll-hint{text-align:center;color:var(--text-light, #9ca3af);font-size:.9rem;font-style:italic;margin:-.5rem 0 1.5rem;font-family:inherit;opacity:.8}.instructions-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}@media (min-width: 768px){.instructions-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-bottom:1.75rem}}.instructions-left,.instructions-right{display:flex;flex-direction:column}.upload-instructions ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.upload-instructions ul li{display:flex;flex-direction:column;gap:.375rem;font-size:1.1rem;line-height:1.4;color:var(--text-medium, #4b5563);padding:1rem 1.25rem;background:#ffffffb3;border-radius:14px;border:1px solid rgba(42,189,187,.1);transition:all .2s ease;position:relative;font-family:inherit}.upload-instructions ul li:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2abdbb26;border-color:#2abdbb40}.upload-instructions ul li:before{display:none}.upload-instructions ul li .bullet-header{display:flex;align-items:flex-start;gap:.875rem;font-weight:600;color:var(--text-dark, #1f2937);font-size:1.15rem;line-height:1.3;word-break:keep-all;-webkit-hyphens:none;hyphens:none;white-space:nowrap;position:relative;font-family:inherit}.upload-instructions ul li .bullet-header:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--primary-teal, #2abdbb);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem;flex-shrink:0;margin-top:1px}.upload-instructions ul li .bullet-description{margin-left:3.125rem;font-weight:400;color:var(--text-medium, #6b7280);font-size:.95rem;line-height:1.4;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-family:inherit}.upload-instructions .tip{background:#2abdbb0d;border:1px solid rgba(42,189,187,.2);border-radius:14px;padding:1rem;font-style:normal;color:var(--text-medium, #4b5563);font-size:1rem;text-align:center;margin:0;position:relative;line-height:1.4;font-family:inherit;grid-column:1 / -1}.upload-instructions .tip:before{content:"💡";margin-right:.5rem;font-size:1rem}.upload-form-wrapper{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid var(--divider-color, #e5e7eb);border-radius:20px;padding:2rem;box-shadow:0 10px 25px #00000014,0 4px 10px #00000008;display:flex;flex-direction:column;gap:1.75rem;position:relative;overflow:hidden;font-family:inherit;width:100%}.upload-form-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-teal, #2abdbb),#34d399);opacity:.7}label{font-weight:600;font-size:1.1rem;color:var(--text-dark, #1f2937);margin-bottom:.75rem;display:block;line-height:1.3;font-family:inherit}input[type=file]{width:100%;padding:1.25rem;border:2px dashed var(--divider-color, #e5e7eb);border-radius:16px;background:linear-gradient(135deg,#f8fafc,#fff);cursor:pointer;font-size:1rem;color:var(--text-medium, #4b5563);transition:all .3s ease;text-align:center;position:relative;min-height:56px;display:flex;align-items:center;justify-content:center;line-height:1.4;font-family:inherit}input[type=file]:hover{border-color:var(--primary-teal, #2abdbb);background:linear-gradient(135deg,#2abdbb0d,#ffffffe6);transform:translateY(-2px)}input[type=file]:focus{outline:none;border-color:var(--primary-teal, #2abdbb);box-shadow:0 0 0 3px #2abdbb1a}textarea{width:100%;padding:1.25rem;border:2px solid var(--divider-color, #e5e7eb);border-radius:16px;font-size:1rem;font-family:inherit;background:linear-gradient(135deg,#f8fafc,#fff);color:var(--text-dark, #1f2937);resize:vertical;min-height:120px;transition:all .3s ease;line-height:1.5}textarea:focus{outline:none;border-color:var(--primary-teal, #2abdbb);box-shadow:0 0 0 3px #2abdbb1a;transform:translateY(-2px);background:#fff}textarea::placeholder{color:var(--text-light, #9ca3af);font-style:italic}.scan-btn{background:linear-gradient(135deg,var(--primary-teal, #2abdbb) 0%,#34d399 100%);border:none;padding:1rem 2.5rem;border-radius:16px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;width:100%;min-height:56px;box-shadow:0 6px 16px #2abdbb4d,0 3px 6px #2abdbb33;position:relative;overflow:hidden;text-align:center;line-height:1.3;font-family:inherit}.scan-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.scan-btn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #2abdbb66,0 5px 10px #2abdbb4d}.scan-btn:hover:before{left:100%}.scan-btn:active{transform:translateY(-1px)}@media (max-width: 767px){.page-container.upload-page{padding:5rem .75rem 1.25rem;gap:1.5rem}.instructions-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.upload-instructions,.upload-form-wrapper{border-radius:16px;padding:1.5rem}.upload-instructions h2{font-size:1.5rem;margin-bottom:1.25rem}.upload-instructions .scroll-hint{font-size:.85rem;margin:-.25rem 0 1.25rem}.upload-instructions ul{gap:.875rem}.upload-instructions ul li{font-size:.95rem;padding:.875rem 1rem;gap:.25rem}.upload-instructions ul li .bullet-header{font-size:1rem;white-space:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;line-height:1.3}.upload-instructions ul li .bullet-header:before{width:20px;height:20px;font-size:.75rem}.upload-instructions ul li .bullet-description{margin-left:2.5rem;font-size:.875rem;line-height:1.3}.upload-instructions .tip{font-size:.9rem;padding:.875rem;line-height:1.3}label{font-size:1rem;margin-bottom:.5rem}input[type=file],textarea{font-size:.95rem;padding:1rem}textarea{min-height:100px}.scan-btn{font-size:1rem;padding:.875rem 2rem;min-height:48px}}@media (max-width: 480px){.page-container.upload-page{padding:4.5rem .5rem 1rem;gap:1rem}.upload-instructions,.upload-form-wrapper{padding:1rem;border-radius:12px}.upload-instructions h2{font-size:1.25rem;margin-bottom:1rem}.upload-instructions .scroll-hint{font-size:.8rem}.upload-instructions ul{gap:.75rem}.upload-instructions ul li{font-size:.875rem;padding:.75rem;gap:.25rem}.upload-instructions ul li .bullet-header{font-size:.9rem;line-height:1.2}.upload-instructions ul li .bullet-header:before{width:18px;height:18px;font-size:.7rem}.upload-instructions ul li .bullet-description{margin-left:2.125rem;font-size:.8rem;line-height:1.3}.upload-instructions .tip{font-size:.8rem;padding:.75rem}label{font-size:.9rem}input[type=file],textarea{font-size:.875rem;padding:.75rem}textarea{min-height:80px}.scan-btn{font-size:.9rem;padding:.75rem 1.25rem;min-height:44px}}@media (hover: none) and (pointer: coarse){.upload-instructions ul li:hover,input[type=file]:hover,textarea:hover,.scan-btn:hover{transform:none}.scan-btn:active{transform:scale(.98)}}.upload-instructions.onboarding{margin-top:3rem}@media (min-width:1024px){#product-recs .carousel{display:flex;overflow-x:auto;gap:1rem}#product-recs .product-card{width:237px!important;flex:0 0 auto!important}}#progress-summary-section{scroll-margin-top:60px}.care-plan-page{width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-md)}.page-title{font-size:2rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:var(--space-lg)}.profile-summary{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.profile-summary strong{color:var(--primary-teal);font-size:1.1rem}.editable-tags{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;box-shadow:0 2px 8px #0000000d}.editable-tags .tags-section{flex:2;min-width:0}.editable-tags strong{display:block;font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;border-bottom:2px solid var(--primary-teal);padding-bottom:.5rem}.editable-tags .tags-container{margin-bottom:0}.editable-tags .tag-input-row{flex:1;display:flex;gap:.75rem;margin-top:0;align-items:flex-start;min-width:0}.editable-tags .tag-input-row input{flex:1;min-width:120px;max-width:none;padding:.875rem 1rem;border:2px solid var(--divider-color);border-radius:8px;font-size:.95rem;margin-bottom:0;background:#fff;transition:border-color .2s}.editable-tags .tag-input-row input:focus{outline:none;border-color:var(--primary-teal);box-shadow:0 0 0 3px #00a9a31a}.btn-tag-add{flex-shrink:0;background:var(--primary-teal);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 2px 4px #00a9a333;transition:all .2s}.btn-tag-add:hover{background:var(--hover-teal);transform:translateY(-1px);box-shadow:0 4px 8px #00a9a34d}.tag{display:inline-block;background:#6366f126;color:#4c1d95;padding:.25rem .8rem .25rem .6rem;border-radius:14px;margin:.2rem .3rem .2rem 0;font-size:.8rem;font-weight:500;position:relative;line-height:1.1;border:1px solid rgba(99,102,241,.3)}.tag-remove{background:#4c1d95;border:none;color:#fff;cursor:pointer;font-size:.7rem;padding:0;width:14px;height:14px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1;position:absolute;top:-5px;right:-5px;transition:background .2s}.tag-remove:hover{background:#3730a3}.tag-none{color:#666;font-style:italic}.care-plan-section{margin-bottom:var(--space-xl);scroll-margin-top:140px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 var(--space-md)}.section-header{position:relative;margin-bottom:2rem}.section-header h2{font-size:1.8rem;color:var(--primary-teal);margin:0;text-align:center;text-transform:capitalize;border-bottom:3px solid var(--primary-teal);padding-bottom:.75rem}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-top:var(--space-lg);padding:0}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-md)}}.care-row{background:var(--surface-light);border:1px solid var(--divider-color);border-radius:12px;padding:var(--space-md);box-shadow:0 2px 8px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column;min-width:200px}.care-row:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00a9a326;border-color:var(--primary-teal)}.care-step-title{font-size:1.1rem;font-weight:700;text-transform:capitalize;color:var(--text-dark);margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;width:100%}.care-instruction{font-style:italic;color:#666;margin-bottom:1rem;line-height:1.4;font-size:.9rem;width:100%}.product-section{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex:1}.product-thumbnail{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid var(--divider-color);flex-shrink:0}.product-info{flex:1;min-width:0;display:flex;flex-direction:column}.product-title{font-weight:600;color:var(--primary-teal);text-decoration:none;line-height:1.3;font-size:.95rem;display:block;text-align:left;word-wrap:break-word;margin:0}.product-title:hover{text-decoration:underline}.care-plan-buttons{display:flex;align-items:flex-start;justify-content:flex-start;margin-top:auto;padding-top:.5rem;width:100%}.btn-mark{background:var(--primary-teal);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:110px}.btn-mark:hover{background:var(--hover-teal);transform:translateY(-1px)}.btn-mark.marked{background:#28a745}.btn-mark.marked:hover{background:#218838}.custom-tag{background:#6366f1;color:#fff;padding:.2rem .6rem;border-radius:10px;font-size:.7rem;font-weight:600;margin-left:var(--space-sm);display:inline-block;flex-shrink:0}.no-products{color:#666;font-style:italic;text-align:center;padding:var(--space-lg);background:#00a9a30d;border:2px dashed var(--primary-teal);border-radius:8px}@media (max-width: 768px){.btn-toggle{min-width:120px!important;padding:.625rem 1.25rem!important;font-size:.85rem!important}.editable-tags{flex-direction:column;gap:1.5rem;padding:1.25rem}.editable-tags .tag-input-row{flex:1;width:100%}.section-header h2{font-size:1.5rem}.care-plan-section{padding:0 var(--space-sm)}.product-grid{padding:0}.care-row{padding:var(--space-md)}.care-product{gap:.75rem}.product-thumbnail{width:70px;height:70px}.care-plan-buttons{justify-content:flex-start;width:100%}.btn-mark{min-width:100px;font-size:.8rem}.tag{padding:.3rem .9rem .3rem .7rem;font-size:.85rem}.tag-remove{width:15px;height:15px;font-size:.75rem}}@media (max-width: 480px){.plan-type-toggle{width:100%!important;max-width:300px!important}.btn-toggle{flex:1!important;min-width:0!important;font-size:.8rem!important}.care-product{flex-direction:column;align-items:center;text-align:center}.product-thumbnail{width:80px;height:80px}.product-title{text-align:center}.care-plan-buttons{justify-content:center}.btn-mark{width:100%;max-width:150px}.editable-tags .tag-input-row{flex-direction:column;gap:.75rem}.btn-tag-add{width:100%;justify-content:center}}.plan-type-toggle-container{display:flex!important;justify-content:center!important;margin:2rem auto!important;padding:0!important}.plan-type-toggle{display:flex!important;gap:0!important;border-radius:12px!important;overflow:hidden!important;background:#f8fafc!important;border:2px solid #e2e8f0!important;padding:4px!important;box-shadow:0 2px 8px #0000000f!important}.btn-toggle{min-width:140px!important;padding:.75rem 1.5rem!important;font-size:.9rem!important;border:1px solid transparent!important;background:transparent!important;color:#64748b!important;font-weight:600!important;border-radius:8px!important;margin:0!important;cursor:pointer!important;transition:all .3s ease!important;position:relative!important}.btn-toggle.active{background:var(--surface-light)!important;color:#1e293b!important;border:1px solid #cbd5e1!important;box-shadow:0 2px 4px #00000014!important;transform:none!important}.btn-toggle:hover:not(.active){color:#475569!important;background:#ffffff4d!important;border:1px solid #e2e8f0!important}.care-product{display:flex!important;flex-direction:column!important;gap:.75rem!important;margin-top:auto!important}.product-row{display:flex!important;align-items:flex-start!important;gap:.75rem!important}.product-thumbnail{width:120px!important;height:120px!important;object-fit:cover!important;border-radius:8px!important;border:1px solid var(--divider-color)!important;flex-shrink:0!important}.product-info{flex:1!important;min-width:0!important}.product-title{font-weight:600!important;color:var(--primary-teal)!important;text-decoration:none!important;line-height:1.3!important;font-size:.9rem!important;display:block!important;text-align:left!important;word-wrap:break-word!important;margin:0!important}.product-title:hover{text-decoration:underline!important}.care-plan-buttons{display:flex!important;justify-content:flex-start!important;width:100%!important;margin-top:.5rem!important}.btn-mark{background:var(--primary-teal)!important;color:#fff!important;border:none!important;padding:.5rem 1rem!important;border-radius:6px!important;font-size:.8rem!important;font-weight:600!important;cursor:pointer!important;transition:all .2s!important;white-space:nowrap!important;min-width:100px!important}.btn-mark:hover{background:var(--hover-teal)!important;transform:translateY(-1px)!important}.btn-mark.marked{background:#28a745!important}.btn-mark.marked:hover{background:#218838!important}@media (max-width: 768px){.care-product,.product-row{display:flex!important;flex-direction:row!important;align-items:flex-start!important;text-align:left!important;gap:.5rem!important}.product-thumbnail{width:70px!important;height:70px!important;flex-shrink:0!important;object-fit:cover!important;border-radius:8px!important;border:1px solid var(--divider-color)!important}.product-title{text-align:left!important;font-size:.85rem!important;line-height:1.2!important;margin:0!important;word-wrap:break-word!important}.product-info{flex:1!important;min-width:0!important}.care-plan-buttons{display:flex!important;justify-content:flex-start!important;margin-top:.5rem!important;width:100%!important}.btn-mark{width:auto!important;max-width:none!important;min-width:80px!important;padding:.4rem .8rem!important;font-size:.75rem!important}.care-row{padding:.75rem!important}.care-step-title{font-size:1rem!important;margin-bottom:.4rem!important}.care-instruction{font-size:.8rem!important;margin-bottom:.75rem!important}.editable-tags{flex-direction:column!important;gap:1.5rem!important;padding:1.25rem!important}.editable-tags .tag-input-row{flex:1!important;width:100%!important}.section-header h2{font-size:1.5rem!important}.care-plan-section{padding:0 var(--space-sm)!important}.product-grid{padding:0!important}.tag{padding:.3rem .9rem .3rem .7rem!important;font-size:.85rem!important}.tag-remove{width:15px!important;height:15px!important;font-size:.75rem!important}}@media (max-width: 480px){.product-row{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.5rem!important}.care-product{flex-direction:column!important;align-items:center!important;text-align:center!important}.product-thumbnail{width:80px!important;height:80px!important}.product-title{text-align:center!important}.care-plan-buttons{justify-content:center!important}.btn-mark{width:100%!important;max-width:120px!important}.editable-tags .tag-input-row{flex-direction:column!important;gap:.75rem!important}.btn-tag-add{width:100%!important;justify-content:center!important}}@media (max-width: 768px){.care-plan-section .care-row .care-product,.care-plan-section .care-row .product-row{display:flex!important;flex-direction:row!important;align-items:flex-start!important;text-align:left!important;gap:.5rem!important}.care-plan-section .care-row .product-thumbnail{width:70px!important;height:70px!important;flex-shrink:0!important;object-fit:cover!important;border-radius:8px!important;border:1px solid var(--divider-color)!important}.care-plan-section .care-row .product-title{text-align:left!important;font-size:.85rem!important;line-height:1.2!important;margin:0!important;word-wrap:break-word!important}.care-plan-section .care-row .product-info{flex:1!important;min-width:0!important}.care-plan-section .care-row .care-plan-buttons{display:flex!important;justify-content:flex-start!important;margin-top:.5rem!important;width:100%!important}.care-plan-section .care-row .btn-mark{width:auto!important;max-width:none!important;min-width:80px!important;padding:.4rem .8rem!important;font-size:.75rem!important}}@media (max-width: 480px){.care-plan-section .care-row .product-row{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.5rem!important}.care-plan-section .care-row .care-product{flex-direction:column!important;align-items:center!important;text-align:center!important}.care-plan-section .care-row .product-thumbnail{width:80px!important;height:80px!important}.care-plan-section .care-row .product-title{text-align:center!important}.care-plan-section .care-row .care-plan-buttons{justify-content:center!important}.care-plan-section .care-row .btn-mark{width:100%!important;max-width:120px!important}}.plan-type-toggle-container{position:sticky!important;top:calc(var(--navbar-height) + 60px)!important;background:var(--background-light)!important;z-index:100!important;border-bottom:1px solid var(--divider-color)!important;box-shadow:0 2px 4px #0000000d!important;margin:0 auto!important;padding:1rem 0!important;width:100%!important}.results-page{margin-top:var(--space-md)}.plan-type-toggle-container{position:sticky!important;top:calc(var(--navbar-height) + 36px)!important;background:var(--background-light)!important;z-index:100!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 2px 4px #0000000d!important;margin:0 auto!important;padding:1rem 0!important;width:100%!important;display:flex!important;justify-content:center!important}.plan-type-toggle{display:flex!important;gap:0!important;border-radius:6px!important;overflow:hidden!important;background:transparent!important;border:none!important;padding:0!important}.btn-toggle{background:var(--background-light)!important;color:#64748b!important;border:1px solid #e2e8f0!important;padding:.75rem 1.5rem!important;font-size:.9rem!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;border-radius:0!important;margin:0!important;position:relative!important;outline:none!important}.btn-toggle:first-child{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.btn-toggle:last-child{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important;border-left:none!important}.btn-toggle:hover:not(.active){background:#f1f5f9!important;color:#475569!important;border-color:#cbd5e1!important;box-shadow:0 -2px 8px #00000014!important}.btn-toggle.active{background:var(--background-light)!important;color:var(--primary-teal)!important;border-color:var(--primary-teal)!important;font-weight:600!important;box-shadow:0 -4px 12px #00a9a326!important;z-index:2!important;border-bottom:none!important}.btn-toggle.active:after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:2px;background:var(--background-light);z-index:1}.btn-toggle:focus{outline:none!important}.btn-toggle:focus:not(.active){box-shadow:0 -2px 8px #00000014!important}.btn-toggle:focus.active{box-shadow:0 -4px 12px #00a9a326!important}@media (max-width: 768px){.btn-toggle{min-width:120px!important;padding:.625rem 1.25rem!important;font-size:.85rem!important}}@media (max-width: 480px){.plan-type-toggle{width:100%!important;max-width:300px!important}.btn-toggle{flex:1!important;min-width:0!important;font-size:.8rem!important}}.plan-type-toggle-container{display:flex;flex-direction:column;align-items:center;margin:2rem 0 1rem}.plan-type-toggle{display:flex;gap:.5rem;margin-bottom:.5rem}.btn-toggle{padding:.5rem 1rem;border:1px solid #ccc;background:#fff;color:#333;border-radius:5px;cursor:pointer;font-size:.95rem}.btn-toggle.active{background-color:#333;color:#fff;font-weight:600}.toggle-description{max-width:600px;text-align:center}.toggle-description .subtle-note{font-size:.95rem;line-height:1.6;color:#444;text-align:center;margin:0;max-width:600px;font-weight:400}.legal-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.legal-modal-content{background-color:var(--surface-light, white);padding:2rem;border-radius:12px;max-width:700px;max-height:90vh;overflow:hidden;width:100%;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column}.legal-modal-content h2{font-size:1.75rem;font-weight:700;color:var(--text-dark, #333);text-align:center;margin:0 0 1.5rem}.legal-modal-tabs{margin-bottom:1.5rem;border-bottom:1px solid var(--divider-color, #e0e0e0);display:flex;flex-wrap:wrap}.legal-modal-tab{padding:.75rem 1.5rem;border:none;background-color:transparent;color:var(--text-secondary, #666);font-weight:600;font-size:.9rem;cursor:pointer;transition:color .2s ease,border-color .2s ease;border-bottom:3px solid transparent;margin-bottom:-1px}.legal-modal-tab:hover:not(.active){color:var(--text-dark, #333)}.legal-modal-tab.active{color:var(--primary-teal, #00A9A3);border-bottom:3px solid var(--primary-teal, #00A9A3);font-weight:700}.legal-modal-tab-content{flex-grow:1;height:auto;min-height:200px;max-height:calc(90vh - 250px);overflow-y:auto;margin-bottom:1.5rem;padding:1rem .5rem;border:1px solid var(--divider-color, #e0e0e0);border-radius:8px;background-color:#fff}.legal-modal-tab-content h3{font-size:1.25rem;font-weight:600;color:var(--text-dark, #333);margin-top:0;margin-bottom:1rem}.legal-modal-tab-content h4{font-size:1.1rem;font-weight:600;color:var(--text-dark, #333);margin-top:1.5rem;margin-bottom:.75rem}.legal-modal-tab-content p{font-size:.9rem;line-height:1.6;color:var(--text-secondary, #555);margin-bottom:1rem}.legal-modal-tab-content strong{font-weight:600;color:var(--text-dark, #333)}.legal-modal-tab-content ul{padding-left:1.5rem;margin-bottom:1rem}.legal-modal-tab-content li{font-size:.9rem;line-height:1.6;color:var(--text-secondary, #555);margin-bottom:.5rem}.legal-modal-footer{border-top:1px solid var(--divider-color, #e0e0e0);padding-top:1.5rem;margin-top:auto}.legal-modal-checkbox{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-dark, #333)}.legal-modal-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-teal, #00A9A3)}.legal-modal-buttons{display:flex;justify-content:flex-end;gap:.75rem}.legal-modal-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.legal-modal-btn:not(.primary){background-color:var(--surface-medium, #e9ecef);color:var(--text-dark, #333);border:1px solid var(--divider-color, #ced4da)}.legal-modal-btn:not(.primary):hover{background-color:var(--surface-darker-gray, #dde2e6)}.legal-modal-btn.primary{background-color:var(--primary-teal, #00A9A3);color:#fff}.legal-modal-btn.primary:hover:not(:disabled){background-color:var(--hover-teal, #008F8A);box-shadow:0 2px 8px #00a9a34d}.legal-modal-btn.primary:disabled{background-color:var(--disabled-bg, #a0aec0);color:var(--disabled-text, #e2e8f0);cursor:not-allowed;box-shadow:none}@media (max-width: 600px){.legal-modal-content{padding:1.5rem;max-height:85vh}.legal-modal-content h2{font-size:1.5rem}.legal-modal-tab{padding:.6rem 1rem;font-size:.85rem;flex-grow:1;text-align:center}.legal-modal-tab-content{padding:1rem .25rem;max-height:calc(85vh - 220px)}.legal-modal-buttons{flex-direction:column-reverse;gap:.5rem}.legal-modal-btn{width:100%}}.success-page{margin-top:140px;padding:1rem 1rem 2rem}.success-card{max-width:600px;margin:0 auto;background:#fafcff;border:1px solid #e1e6ef;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 2px 8px #3c5a8212;text-align:center}.success-card h1{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1a2233}.success-card p{font-size:1rem;color:#41506b;line-height:1.6}@media (prefers-color-scheme: dark){.success-card{background-color:#1e1e1e;border-color:#333;color:#eee}.success-card p{color:#ccc}}
