:root{--navy:#002d5c;--navy-deep:#001f45;--lime:#63c80c;--lime-dark:#4eaa06;--ink:#062350;--muted:#686b7a;--line:#d8dae0;--soft:#f4f6f8;--white:#fff;--danger:#b42318}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:#e8edf2}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#e8edf2;margin:0;font-family:Inter,Segoe UI,Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}button:focus{outline:none}button:focus-visible{outline-offset:-3px;outline:3px solid #e2a500}.mobile-prototype{background:var(--white);width:min(100%,390px);height:100dvh;min-height:600px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 16px 48px #001f452e}.icon{flex:none;display:block}.icon-white{filter:brightness(0)invert()}.loading-screen{text-align:center;place-content:center;gap:14px;font-weight:700;display:grid}.loading-mark{color:#fff;background:var(--navy);border-bottom:6px solid var(--lime);border-radius:12px;place-items:center;width:72px;height:72px;margin:auto;font-size:27px;display:grid}.retry-button{min-width:180px;padding:0 24px}.eyebrow{color:var(--lime-dark);letter-spacing:.12em;margin:0 0 5px;font-size:11px;font-weight:900}.primary-button{color:#fff;background:var(--lime-dark);border:0;border-radius:9px;min-height:54px;font-size:16px;font-weight:850}.app-header{color:#fff;background:var(--navy);flex:0 0 64px;min-height:64px}.app-header h1{letter-spacing:-.025em;margin:0;font-size:21px;line-height:1}.app-header small{color:#c5d9e9;margin-top:5px;font-size:10px;font-weight:700;display:block}.home-screen{background:#f6f8fa;flex-direction:column;display:flex}.home-header{align-items:center;padding:0 18px;display:flex}.home-intro{background:#fff;padding:24px 18px 16px}.home-intro h2{letter-spacing:-.035em;margin:0;font-size:28px;line-height:1.05}.home-intro>p:last-child{max-width:330px;color:var(--muted);margin:9px 0 0;font-size:13px;line-height:1.45}.home-offline{margin:10px 13px 0}.home-brand-grid{flex:auto;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(98px,1fr);gap:10px;min-height:0;padding:13px;display:grid;overflow-y:auto}.home-brand-tile{min-width:0;min-height:98px;color:var(--ink);text-align:left;background:#fff;border:1px solid #d6dce2;border-radius:12px;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid;position:relative;box-shadow:0 2px 8px #001f450a}.home-brand-tile>.icon{width:18px;height:18px;position:absolute;top:10px;right:9px}.home-brand-tile:last-child:nth-child(odd){grid-column:1/-1}.home-brand-tile:active{background:#f5f9fc;transform:translateY(1px)}.home-brand-mark{color:#fff;background:var(--navy);width:50px;height:56px;box-shadow:inset 0 -5px 0 var(--lime);letter-spacing:-.06em;border-radius:9px;place-items:center;font-size:21px;font-weight:950;display:grid}.home-brand-copy{gap:4px;min-width:0;display:grid}.home-brand-copy strong{letter-spacing:.01em;padding-right:17px;font-size:14px;font-weight:950}.home-brand-copy small,.home-brand-copy em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-brand-copy small{color:var(--ink);font-size:10px;font-weight:750}.home-brand-copy em{color:var(--muted);font-size:9px;font-style:normal;font-weight:650}.home-footer{color:#536173;border-top:1px solid var(--line);background:#fff;flex:none;align-items:center;gap:8px;min-height:54px;padding:10px 15px;font-size:10px;font-weight:700;line-height:1.35;display:flex}.catalogue-shell{flex-direction:column;display:flex}.catalogue-header{grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 10px 0 8px;display:grid}.back-button{background:0 0;border:0;border-radius:8px;place-items:center;width:44px;height:44px;display:grid}.back-button:focus-visible{outline:2px solid var(--lime);outline-offset:1px}.catalogue-title{min-width:0}.catalogue-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.draft-badge{color:#ffedaa;letter-spacing:.08em;border:1px solid #f0cf62;border-radius:5px;padding:4px 7px;font-size:9px}.catalogue-controls{border-bottom:1px solid #e1e2e5;flex:none;gap:8px;padding:10px 13px 9px;display:grid}.offline-banner{color:#654600;background:#fff3c4;border-radius:7px;align-items:center;gap:7px;min-height:32px;padding:6px 9px;font-size:10px;font-weight:750;display:flex}.search-box{background:#fff;border:1px solid #969ca7;border-radius:9px;grid-template-columns:26px minmax(0,1fr) 28px;align-items:center;gap:8px;height:48px;padding:0 12px;display:grid}.search-box:focus-within{border-color:var(--navy);box-shadow:0 0 0 3px #002d5c1a}.search-box input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px;font-weight:600}.search-box input::placeholder{color:#858a95}.search-box button{background:0 0;border:0;place-items:center;width:28px;height:28px;display:grid}.browse-toolbar{gap:8px;min-width:0;display:flex}.recent-button{border:1px solid var(--line);min-height:46px;color:var(--ink);background:#fff;border-radius:8px;flex:0 0 91px;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:850;display:flex}.recent-button.active{color:#fff;background:var(--navy);border-color:var(--navy);box-shadow:inset 0 -4px 0 var(--lime)}.recent-button.active .icon{filter:brightness(0)invert()}.filter-button{border:1px solid var(--line);min-width:0;min-height:46px;color:var(--ink);text-align:left;background:#f8fafb;border-radius:8px;flex:auto;grid-template-columns:22px minmax(0,1fr) 19px;align-items:center;gap:8px;padding:5px 8px 5px 10px;display:grid}.filter-button span{gap:2px;min-width:0;display:grid}.filter-button strong,.filter-button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.filter-button strong{font-size:11px;font-weight:900}.filter-button small{color:var(--muted);font-size:9px;font-weight:650}.product-area{flex-direction:column;flex:auto;min-height:0;display:flex}.list-heading{color:var(--muted);letter-spacing:.04em;background:#fbfbfc;flex:0 0 33px;justify-content:space-between;align-items:center;padding:0 15px;font-size:9px;font-weight:900;display:flex}.product-list{overscroll-behavior:contain;scrollbar-width:none;flex:auto;min-height:0;padding-bottom:12px;overflow-y:auto}.product-list::-webkit-scrollbar{display:none}.product-row{width:100%;min-height:72px;color:var(--ink);text-align:left;background:#fff;border:0;border-top:1px solid #e2e3e6;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 15px;display:grid}.product-row.has-image{grid-template-columns:50px minmax(0,1fr) auto}.product-row:first-child{border-top:0}.product-row:active{background:#f4f8fb}.product-thumb{object-fit:contain;background:#fafafa;border:1px solid #e0e3e6;border-radius:7px;width:50px;height:50px}.product-copy{gap:6px;min-width:0;display:grid}.product-copy>strong{letter-spacing:-.01em;font-size:13px;font-weight:790;line-height:1.2}.product-meta{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.product-meta small{color:var(--muted);font-size:10px;font-weight:650}.product-meta em,.sheet-meta-row em{color:#405870;letter-spacing:.02em;background:#f4f7f9;border:1px solid #ccd6df;border-radius:4px;padding:2px 5px;font-size:8px;font-style:normal;font-weight:850}.product-rate{white-space:nowrap;letter-spacing:-.025em;font-size:20px;font-weight:930}.product-rate.unverified{text-align:right;max-width:88px;color:var(--danger);gap:3px;font-size:10px;line-height:1.1;display:grid}.product-rate.unverified small{color:var(--danger);font-size:12px;font-weight:900}.empty-state{color:var(--muted);text-align:center;place-items:center;gap:7px;padding:34px 25px;display:grid}.empty-state strong{color:var(--ink)}.empty-state span{font-size:12px}.empty-state button{border:1px solid var(--navy);min-height:42px;color:var(--navy);background:#fff;border-radius:7px;margin-top:6px;padding:0 18px;font-size:11px;font-weight:850}.load-more{border:1px solid var(--navy);width:calc(100% - 30px);min-height:44px;color:var(--navy);background:#fff;border-radius:8px;margin:12px 15px 18px;font-size:12px;font-weight:850}.bottom-action{z-index:3;background:#fff;border-top:1px solid #dfe1e4;flex:0 0 60px;padding:6px 13px 7px;position:relative}.share-button{color:#fff;background:var(--lime-dark);border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;height:47px;font-size:13px;font-weight:900;display:flex}.share-button.draft{background:#717b86}.action-message{color:#614600;background:#fff9dd;border:1px solid #ead68c;border-radius:7px;padding:9px 11px;font-size:10px;font-weight:750;line-height:1.35;position:absolute;bottom:58px;left:13px;right:13px;box-shadow:0 4px 14px #00000014}.sheet-backdrop{z-index:9;background:#00163185;align-items:flex-end;display:flex;position:absolute;inset:0}.product-sheet,.filter-sheet{width:100%;max-height:86%;color:var(--ink);background:#fff;border-radius:16px 16px 0 0;position:relative}.product-sheet{padding:26px 22px 30px;overflow-y:auto}.sheet-close{border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:15px;right:15px}.product-sheet h2{letter-spacing:-.025em;margin:8px 50px 7px 0;font-size:23px;line-height:1.14}.product-image{object-fit:contain;border:1px solid var(--line);background:#fafafa;border-radius:10px;width:150px;height:150px;margin:14px auto 18px;display:block}.sheet-meta-row{min-width:0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.sheet-rate{letter-spacing:-.04em;gap:5px;margin:22px 0;font-size:36px;font-weight:950;display:grid}.sheet-rate small{color:var(--muted);letter-spacing:0;font-size:10px;font-weight:700}.sheet-rate.unverified{color:var(--danger);letter-spacing:-.02em;font-size:23px;line-height:1.15}.product-sheet dl{border-top:1px solid var(--line);gap:0;margin:0;display:grid}.product-sheet dl div{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;gap:10px;padding:13px 0;font-size:12px;line-height:1.4;display:grid}.product-sheet dt{color:var(--muted);font-weight:750}.product-sheet dd{margin:0;font-weight:700}.filter-backdrop{z-index:10}.filter-sheet{flex-direction:column;max-height:91%;display:flex;overflow:hidden}.sheet-title-row{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;min-height:75px;padding:18px 18px 12px;display:flex}.sheet-title-row h2{letter-spacing:-.025em;margin:0;font-size:22px}.static-close{flex:none;position:static}.filter-sheet-body{flex:auto;min-height:0;padding:4px 14px 20px;overflow-y:auto}.filter-section{border:0;min-width:0;margin:0;padding:16px 0 4px}.filter-section+.filter-section{border-top:1px solid #e7e8ea}.filter-section legend{width:100%;color:var(--ink);margin-bottom:9px;padding:0;font-size:12px;font-weight:900}.filter-section legend span{color:var(--muted);margin-left:5px;font-size:9px;font-weight:700}.filter-choice-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.filter-choice-grid.two-columns{grid-template-columns:1fr 1fr}.filter-choice-grid button{border:1px solid var(--line);min-width:0;min-height:47px;color:var(--ink);text-align:left;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:7px 9px;display:flex}.filter-choice-grid button>span{text-overflow:ellipsis;min-width:0;font-size:11px;font-weight:800;line-height:1.2;overflow:hidden}.filter-choice-grid button>small{color:var(--muted);flex:none;align-items:center;gap:2px;font-size:9px;font-weight:750;display:inline-flex}.filter-choice-grid.two-columns button{place-content:center stretch;gap:4px;min-height:60px;display:grid}.filter-choice-grid.two-columns button>small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.filter-choice-grid button.active{color:#fff;background:var(--navy);border-color:var(--navy);box-shadow:inset 0 -4px 0 var(--lime)}.filter-choice-grid button.active>small{color:#d2e2ef}.filter-sheet-footer{border-top:1px solid var(--line);background:#fff;flex:0 0 66px;grid-template-columns:84px 1fr;gap:9px;padding:9px 13px;display:grid}.clear-filter-button,.apply-filter-button{border-radius:8px;min-height:48px;font-size:12px;font-weight:900}.clear-filter-button{border:1px solid var(--navy);color:var(--navy);background:#fff}.apply-filter-button{color:#fff;background:var(--lime-dark);border:0}@media (width>=600px){body{padding:24px 0}.mobile-prototype{border-radius:18px;height:min(844px,100dvh - 48px)}}@media (width<=380px){.home-brand-grid{gap:8px;padding:10px}.home-brand-tile{grid-template-columns:44px minmax(0,1fr);gap:7px;padding:10px 8px}.home-brand-mark{width:44px;height:52px}.product-row{gap:9px;padding-left:12px;padding-right:12px}.product-rate{font-size:18px}.share-button{font-size:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
