@charset "UTF-8";:root{--primary: #4CAF50;--primary-hover: #45a049;--primary-light: #e8f5e9;--bg-primary: #faf8f5;--bg-secondary: #ffffff;--bg-tab-active: #f0ede8;--bg-hover: #f5f3f0;--bg-placeholder: #e8e6e3;--text-primary: #1a1a1a;--text-secondary: #6b6b6b;--text-tertiary: #9b9b9b;--border-light: #e8e6e3;--border-medium: #d4d2cf;--primary: 122 39% 50%;--caution: 40 70% 50%;--danger: 0 84% 60%;--accent: 122 39% 50%;--status-suitable-bg: #4CAF50;--status-suitable-text: #ffffff;--status-caution-bg: #fff8e1;--status-caution-text: #1a1a1a;--status-not-recommended-bg: #ffebee;--status-not-recommended-text: #c62828}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary)}body,#root{min-height:100vh}@media(max-width:767px){body{font-size:14px}}@media(min-width:768px){body{font-size:16px}}.header{padding:24px 20px 16px;background-color:var(--bg-primary)}.header__title{margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.2;color:var(--text-primary)}.header__subtitle{margin:0;font-size:14px;line-height:1.4;color:var(--text-secondary)}.tabs{display:flex;gap:8px;padding:0 20px 16px;background-color:var(--bg-primary)}.tabs__button{flex:1;padding:10px 16px;font-size:15px;font-weight:500;line-height:1.4;color:var(--text-secondary);background-color:transparent;border:1px solid var(--border-light);border-radius:12px;cursor:pointer;transition:all .2s ease}.tabs__button--active{color:var(--primary);background-color:var(--bg-tab-active);border-color:transparent}.tabs__button:hover:not(.tabs__button--active){background-color:var(--bg-hover)}.shelf-product-card{display:flex;flex-direction:column;gap:8px;padding:16px 20px;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);cursor:pointer;transition:background-color .2s ease;min-height:112px}.shelf-product-card:active{background-color:var(--bg-hover)}.shelf-product-card__image-wrapper{flex-shrink:0;width:80px;height:80px;min-width:80px;min-height:80px}.shelf-product-card__image{width:100%;height:100%;object-fit:cover;border-radius:12px}.shelf-product-card__image-placeholder{width:100%;height:100%;background-color:var(--bg-placeholder);border-radius:12px}.shelf-product-card__main{display:flex;gap:12px;flex:1;min-width:0}.shelf-product-card__top{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.shelf-product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-height:48px}.shelf-product-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.shelf-product-card__brand{margin:0;font-size:13px;font-weight:500;line-height:1.3;color:var(--text-secondary);height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.shelf-product-card__name{margin:0;font-size:15px;font-weight:600;line-height:1.4;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;max-height:42px;text-align:left}.shelf-product-card__favorite{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;border:none;background:none;cursor:pointer;transition:color .2s ease,background-color .2s ease;color:var(--text-secondary)}.shelf-product-card__favorite:hover{background-color:var(--bg-secondary)}.shelf-product-card__favorite--active{color:hsl(var(--accent))}.shelf-product-card__favorite--active:hover{background-color:var(--bg-secondary)}.shelf-product-card__favorite svg{width:20px;height:20px}.shelf-product-card__heart-icon{transition:fill .2s ease,color .2s ease;fill:transparent;color:currentColor}.shelf-product-card__favorite--active .shelf-product-card__heart-icon{fill:hsl(var(--accent));color:hsl(var(--accent))}.shelf-product-card__favorite--active svg{fill:hsl(var(--accent))}.shelf-product-card__fit{display:inline-block;padding:4px 10px;font-size:12px;font-weight:500;line-height:1.4;border-radius:8px;align-self:flex-start;white-space:nowrap;background-color:hsl(var(--primary));color:#fff;width:fit-content}.shelf-product-card__fit--not-suitable{background-color:hsl(var(--danger));color:#fff}.shelf-product-card__description-wrapper{position:relative;cursor:default;width:100%}.shelf-product-card__description-wrapper--expandable{cursor:pointer}.shelf-product-card__description{margin:0;font-size:13px;line-height:1.5;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:58px;max-height:58px;transition:max-height .3s ease;position:relative;padding-right:20px;word-break:break-word;width:100%;text-align:left}.shelf-product-card__description--expanded{-webkit-line-clamp:unset;max-height:none;min-height:auto;overflow:visible;display:block;padding-right:20px;text-align:left}.shelf-product-card__ellipsis{color:var(--text-secondary);display:inline}.shelf-product-card__expand-icon{position:absolute;right:0;bottom:2px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:hsl(var(--primary));background:linear-gradient(to right,transparent 0%,var(--bg-secondary) 30%);transition:transform .3s ease,bottom .3s ease,top .3s ease;pointer-events:none;z-index:1}.shelf-product-card__expand-icon--expanded{transform:rotate(180deg);bottom:auto;top:0;background:linear-gradient(to right,transparent 0%,var(--bg-secondary) 30%)}.shelf-product-card__expand-icon svg{width:16px;height:16px;flex-shrink:0}@media(min-width:768px){.shelf-product-card{padding:18px 24px;min-height:120px}.shelf-product-card__image-wrapper{width:90px;height:90px;min-width:90px;min-height:90px}.shelf-product-card__name{font-size:16px;min-height:44px;max-height:44px}.shelf-product-card__description{font-size:14px;min-height:63px;max-height:63px}}.shelf-category-group__title{margin:0;padding:20px 20px 12px;font-size:16px;font-weight:600;line-height:1.4;color:var(--text-primary);background-color:var(--bg-primary)}.shelf-category-group__list{display:flex;flex-direction:column}.face-photo-input{position:fixed;inset:0;background:var(--bg-primary);z-index:50;display:flex;flex-direction:column;overflow-y:auto}.face-photo-input__header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:384px;padding:35px 20px 16px;border-bottom:1px solid var(--border-light);background:var(--bg-primary);position:sticky;top:0;z-index:10;align-self:center}.face-photo-input__title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0}.face-photo-input__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:none;cursor:pointer;color:var(--text-primary);transition:background-color .2s}.face-photo-input__close:hover{background:var(--bg-hover)}.face-photo-input__content{flex:1;display:flex;flex-direction:column;padding:16px 24px 128px;overflow-y:auto}.face-photo-input__preview{width:100%;max-width:384px;min-height:210px;flex-shrink:0;flex-grow:0;margin:0 auto 24px;border-radius:24px;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-placeholder) 100%);border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-sizing:border-box}.face-photo-input__image{width:100%;height:100%;object-fit:cover}.face-photo-input__gradient{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.1));pointer-events:none}.face-photo-input__remove{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:background-color .2s}.face-photo-input__remove:hover{background:var(--bg-secondary)}.face-photo-input__placeholder{text-align:center;padding:24px}.face-photo-input__placeholder-icon{width:96px;height:128px;margin:0 auto 16px;border-radius:50%;border:2px dashed var(--border-light);display:flex;align-items:center;justify-content:center}.face-photo-input__placeholder-icon:before{content:"";width:64px;height:80px;border-radius:50%;background:var(--bg-placeholder)}.face-photo-input__placeholder-text{font-size:14px;color:var(--text-secondary);margin:0}.face-photo-input__instructions{text-align:center;margin-bottom:24px}.face-photo-input__instructions-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.face-photo-input__instructions-text{font-size:14px;color:var(--text-secondary);margin:0}.face-photo-input__actions{display:flex;gap:12px;width:100%;max-width:384px;margin:0 auto 24px}.face-photo-input__button{flex:1;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.face-photo-input__button--outline{background:var(--bg-secondary);border:1px solid #FFB4A0;color:var(--text-primary)}.face-photo-input__button--outline:hover{background:var(--bg-hover)}.face-photo-input__button--outline svg{color:#ffb4a0;stroke:#ffb4a0}.face-photo-input__button--primary{background:#4caf50;color:#fff;border:none}.face-photo-input__button--primary:hover{background:#45a049}.face-photo-input__button--primary svg{color:#fff;stroke:#fff}.face-photo-input__button svg{flex-shrink:0}.face-photo-input__tips{background:var(--bg-secondary);border-radius:16px;padding:16px;border:1px solid var(--border-light);max-width:384px;margin:0 auto;width:100%}.face-photo-input__tips-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:500;color:var(--text-primary)}.face-photo-input__tips-header svg{color:var(--primary);flex-shrink:0}.face-photo-input__tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text-secondary)}.face-photo-input__tips-list li{display:flex;align-items:start;gap:8px}.face-photo-input__tips-list li:before{content:"•";color:var(--primary);margin-top:2px}.face-photo-input__file-input{display:none}.face-photo-input__footer{position:fixed;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,var(--bg-primary),transparent);padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))}.face-photo-input__analyze-button{width:100%;height:56px;border-radius:16px;background:#4caf50;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #4caf504d}.face-photo-input__analyze-button:hover{background:#45a049;box-shadow:0 6px 16px #4caf5066;transform:translateY(-1px)}.face-photo-input__analyze-button:active{transform:translateY(0);box-shadow:0 2px 8px #4caf504d}.face-overlay{position:relative;width:100%;aspect-ratio:3/4;max-width:300px;margin:0 auto}.face-overlay__container{width:100%;height:100%;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-placeholder) 100%)}.face-overlay__image{width:100%;height:100%;object-fit:cover}.face-overlay__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.face-overlay__placeholder:before{content:"";width:128px;height:160px;border-radius:50%;background:#ffffff4d;border:2px dashed var(--border-light)}.face-overlay__gradient{position:absolute;inset:0;border-radius:24px;background:linear-gradient(to bottom,transparent,transparent,rgba(0,0,0,.3));pointer-events:none}.face-overlay__scan-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--primary),transparent);border-radius:2px;animation:scanAnimation 2s linear infinite}@keyframes scanAnimation{0%{top:0%}to{top:100%}}.issues-list{background:var(--bg-secondary);border-radius:16px;padding:16px;border:1px solid var(--border-light)}.issues-list__title{font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.issues-list__items{display:flex;flex-direction:column;gap:8px}.issues-list__item{display:flex;align-items:center;gap:8px;opacity:0;animation:itemAppear .3s ease-out forwards}.issues-list__icon{width:24px;height:24px;border-radius:50%;background:#ff980033;display:flex;align-items:center;justify-content:center;color:var(--caution);flex-shrink:0}.issues-list__label{font-size:14px;color:var(--text-secondary)}.issues-list__additional{font-size:12px;color:var(--text-secondary);padding-left:32px;opacity:0;animation:itemAppear .3s ease-out forwards;animation-delay:.9s}@keyframes itemAppear{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.face-scan-screen{position:fixed;inset:0;background:var(--bg-primary);z-index:50;display:flex;flex-direction:column;overflow-y:auto}.face-scan-screen__header{display:flex;align-items:center;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top,0px))}.face-scan-screen__back{width:40px;height:40px;border-radius:50%;background:var(--bg-secondary);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);transition:background-color .2s}.face-scan-screen__back:hover{background:var(--bg-hover)}.face-scan-screen__content{flex:1;overflow-y:auto;padding:48px 20px 160px}.face-scan-screen__overlay-wrapper{margin-bottom:24px}.face-scan-screen__analyzing{text-align:center;padding:32px 0}.face-scan-screen__loader{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;border:4px solid rgba(76,175,80,.2);border-top-color:var(--primary);animation:spin 1s linear infinite}.face-scan-screen__analyzing-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.face-scan-screen__analyzing-text{font-size:14px;color:var(--text-secondary);margin:0}.face-scan-screen__results{display:flex;flex-direction:column;gap:24px}.face-scan-screen__results-header{text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.face-scan-screen__results-title{font-size:24px;font-weight:700;color:var(--text-primary);margin:0 0 4px;text-align:center;width:100%}.face-scan-screen__results-subtitle{font-size:14px;color:var(--text-secondary);margin:0}.face-scan-screen__footer{position:fixed;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,var(--bg-primary),transparent);padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))}.face-scan-screen__continue-button{width:100%;height:56px;border-radius:16px;background:#4caf50;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;box-shadow:0 4px 12px #4caf504d}.face-scan-screen__continue-button:hover{background:#45a049;box-shadow:0 6px 16px #4caf5066;transform:translateY(-1px)}.face-scan-screen__continue-button:active{transform:translateY(0);box-shadow:0 2px 8px #4caf504d}.face-scan-screen__continue-button svg{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.face-scan-screen__error{text-align:center;padding:40px 20px}.face-scan-screen__error-text{font-size:16px;color:var(--text-secondary);margin-bottom:24px}.face-scan-screen__retry-button{padding:12px 24px;border-radius:12px;background:var(--primary);color:#fff;font-size:16px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.face-scan-screen__retry-button:hover{background:var(--primary-hover)}.face-scan-screen__recommendations{margin-top:24px;background:var(--bg-secondary);border-radius:16px;padding:16px;border:1px solid var(--border-light)}.face-scan-screen__recommendations-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.face-scan-screen__recommendations-content{display:flex;flex-direction:column;gap:16px;text-align:left}.face-scan-screen__recommendations-heading{font-size:16px;font-weight:700;color:var(--text-primary);margin:12px 0 8px;text-align:left;line-height:1.5}.face-scan-screen__recommendations-heading:first-child{margin-top:0}.face-scan-screen__recommendations-heading strong{font-weight:700;color:var(--primary)}.face-scan-screen__recommendations-heading em{font-style:italic;font-weight:600}.face-scan-screen__recommendations-heading u{text-decoration:underline;text-decoration-color:var(--primary);text-decoration-thickness:2px}.face-scan-screen__recommendations-text{font-size:15px;color:var(--text-primary);line-height:1.7;margin:0;text-align:left}.face-scan-screen__recommendations-text strong{font-weight:600;color:var(--text-primary)}.face-scan-screen__recommendations-text em{font-style:italic;color:var(--text-secondary)}.face-scan-screen__recommendations-text u{text-decoration:underline;text-decoration-color:var(--primary);text-decoration-thickness:2px;text-underline-offset:2px}.face-scan-screen__recommendations-list{list-style:none;padding:0;margin:8px 0;display:flex;flex-direction:column;gap:8px}.face-scan-screen__recommendations-list li{font-size:15px;color:var(--text-primary);line-height:1.7;padding-left:20px;position:relative;text-align:left}.face-scan-screen__recommendations-list li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:18px;line-height:1.5}.face-scan-screen__recommendations-list li strong{font-weight:600;color:var(--text-primary)}.face-scan-screen__recommendations-list li em{font-style:italic;color:var(--text-secondary)}.face-scan-screen__recommendations-list li u{text-decoration:underline;text-decoration-color:var(--primary);text-decoration-thickness:2px;text-underline-offset:2px}.shelf-screen{min-height:100vh;background-color:var(--bg-primary);max-width:408px;margin:0 auto;width:100%;position:relative}.shelf-screen__content{padding-bottom:100px}.shelf-screen__empty{display:flex;align-items:center;justify-content:center;min-height:300px;padding:40px 20px}.shelf-screen__empty-text{margin:0;font-size:15px;line-height:1.5;color:var(--text-secondary);text-align:center}.shelf-screen__face-scan-button{position:fixed;bottom:24px;right:50%;transform:translate(50%);max-width:360px;width:calc(100% - 48px);height:56px;border-radius:16px;background:var(--primary);color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #4caf504d;transition:all .2s;z-index:10}.shelf-screen__face-scan-button:hover{background:var(--primary-hover);box-shadow:0 6px 16px #4caf5066}.shelf-screen__face-scan-button:active{transform:translate(50%) scale(.98)}.shelf-screen__face-scan-button svg{flex-shrink:0}@media(max-width:408px){.shelf-screen__face-scan-button{right:24px;transform:none;width:calc(100% - 48px)}}.face-scan-already-done{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.face-scan-already-done__overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.face-scan-already-done__content{position:relative;background:var(--bg-primary);border-radius:24px;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003;z-index:1}.face-scan-already-done__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid var(--border-color)}.face-scan-already-done__title{margin:0;font-size:20px;font-weight:600;color:var(--text-primary)}.face-scan-already-done__close{background:none;border:none;padding:8px;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.face-scan-already-done__close:hover{background:var(--bg-secondary)}.face-scan-already-done__body{padding:32px 24px;text-align:center}.face-scan-already-done__icon{display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--primary)}.face-scan-already-done__icon svg{width:64px;height:64px}.face-scan-already-done__text{margin:0 0 12px;font-size:16px;line-height:1.5;color:var(--text-primary);font-weight:500}.face-scan-already-done__subtext{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary)}.face-scan-already-done__footer{padding:16px 24px 24px;border-top:1px solid var(--border-color)}.face-scan-already-done__button{width:100%;height:48px;border-radius:12px;background:var(--primary);color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .2s}.face-scan-already-done__button:hover{background:var(--primary-hover)}.face-scan-already-done__button:active{transform:scale(.98)}.product-card{display:flex;flex-direction:column;gap:8px;padding:16px 20px;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);cursor:pointer;transition:background-color .2s ease;min-height:112px}.product-card:active{background-color:var(--bg-hover)}.product-card__image-wrapper{flex-shrink:0;width:80px;height:80px;min-width:80px;min-height:80px}.product-card__image{width:100%;height:100%;object-fit:cover;border-radius:12px}.product-card__image-placeholder{width:100%;height:100%;background-color:var(--bg-placeholder);border-radius:12px}.product-card__main{display:flex;gap:12px;flex:1;min-width:0}.product-card__top{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-height:48px}.product-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.product-card__brand{margin:0;font-size:13px;font-weight:500;line-height:1.3;color:var(--text-secondary);height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.product-card__name{margin:0;font-size:15px;font-weight:600;line-height:1.4;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;max-height:42px;text-align:left}.product-card__favorite{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;border:none;background:none;cursor:pointer;transition:color .2s ease,background-color .2s ease;color:var(--text-secondary)}.product-card__favorite:hover{background-color:var(--bg-secondary)}.product-card__favorite--active{color:hsl(var(--accent))}.product-card__favorite--active:hover{background-color:var(--bg-secondary)}.product-card__favorite svg{width:20px;height:20px}.product-card__heart-icon{transition:fill .2s ease,color .2s ease;fill:transparent;color:currentColor}.product-card__favorite--active .product-card__heart-icon{fill:#e8927d;color:#e8927d}.product-card__favorite--active svg{fill:#e8927d}.product-card__status{display:inline-block;padding:4px 10px;font-weight:500;border-radius:8px;align-self:flex-start;white-space:nowrap;width:fit-content}.product-card__status--suitable{color:hsl(var(--primary));font-size:.75rem;line-height:1rem;background-color:hsl(var(--primary)/.1)}.product-card__status--caution{color:hsl(var(--caution));font-size:12px;line-height:1.4;background-color:hsl(var(--caution)/.3)}.product-card__status--not-recommended{color:hsl(var(--danger));font-size:12px;line-height:1.4;background-color:hsl(var(--danger)/.1)}.product-card__review-wrapper{position:relative;cursor:default;width:100%}.product-card__review-wrapper--expandable{cursor:pointer}.product-card__review{margin:0;font-size:13px;line-height:1.5;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:58px;max-height:58px;transition:max-height .3s ease;position:relative;padding-right:20px;word-break:break-word;width:100%;text-align:left}.product-card__review--expanded{-webkit-line-clamp:unset;max-height:none;min-height:auto;overflow:visible;display:block;padding-right:20px;text-align:left}.product-card__ellipsis{color:var(--text-secondary);display:inline}.product-card__expand-icon{position:absolute;right:0;bottom:2px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:hsl(var(--primary));background:linear-gradient(to right,transparent 0%,var(--bg-secondary) 30%);transition:transform .3s ease,bottom .3s ease,top .3s ease;pointer-events:none;z-index:1}.product-card__expand-icon--expanded{transform:rotate(180deg);bottom:auto;top:0;background:linear-gradient(to right,transparent 0%,var(--bg-secondary) 30%)}.product-card__expand-icon svg{width:16px;height:16px;flex-shrink:0}@media(min-width:768px){.product-card{padding:18px 24px;min-height:120px}.product-card__image-wrapper{width:90px;height:90px;min-width:90px;min-height:90px}.product-card__name{font-size:16px;min-height:44px;max-height:44px}.product-card__review{font-size:14px;min-height:63px;max-height:63px}}.category-group__title{margin:0;padding:20px 20px 12px;font-size:16px;font-weight:600;line-height:1.4;color:var(--text-primary);background-color:var(--bg-primary)}.category-group__list{display:flex;flex-direction:column}.scans-screen{min-height:100vh;background-color:var(--bg-primary);max-width:408px;margin:0 auto;width:100%}.scans-screen__content{padding-bottom:80px}.scans-screen__empty{display:flex;align-items:center;justify-content:center;min-height:300px;padding:40px 20px}.scans-screen__empty-text{margin:0;font-size:15px;line-height:1.5;color:var(--text-secondary);text-align:center}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
