:root{font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24332a;background:#f7f7f2;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #24332a;--muted: #738078;--faint: #9aa39d;--line: #e4e7e1;--surface: #ffffff;--canvas: #f7f7f2;--green: #2f6d4f;--green-dark: #24563e;--green-soft: #e9f2ec;--sage: #dfe9df;--cream: #f4f0e4;--danger: #ae4b45;--danger-soft: #faeae7;--warning: #ad7026;--warning-soft: #fbf0dc;--blue: #4b7082;--blue-soft: #e4eff3;--shadow-sm: 0 2px 8px rgba(28, 48, 36, .05);--shadow-md: 0 14px 38px rgba(31, 51, 39, .1);--shadow-lg: 0 28px 75px rgba(22, 43, 31, .18)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(47,109,79,.2);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand__name{font-family:Manrope,DM Sans,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.brand__name{color:var(--ink);font-size:23px;font-weight:800;letter-spacing:-1px}.brand__mark,.loader-mark{position:relative;display:inline-block;width:31px;height:28px}.brand__mark i,.loader-mark i{position:absolute;display:block;width:10px;height:23px;border-radius:10px 10px 4px;background:var(--green);transform-origin:bottom center}.brand__mark i:nth-child(1),.loader-mark i:nth-child(1){left:2px;bottom:1px;transform:rotate(-39deg)}.brand__mark i:nth-child(2),.loader-mark i:nth-child(2){left:10px;bottom:5px;height:22px;transform:rotate(-3deg);background:#5b916d}.brand__mark i:nth-child(3),.loader-mark i:nth-child(3){right:2px;bottom:2px;transform:rotate(39deg);background:#8bb594}.brand--compact .brand__mark{margin-right:0}.eyebrow{margin:0 0 7px;color:var(--green);font-size:11px;line-height:1.3;font-weight:700;letter-spacing:1.65px;text-transform:uppercase}.eyebrow--light{color:#9bc3a4}.button{min-height:42px;padding:0 17px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--ink);background:transparent;font-weight:700;font-size:13.5px;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{color:#fff;background:var(--green);box-shadow:0 5px 13px #2f6d4f2e}.button--primary:hover:not(:disabled){background:var(--green-dark);box-shadow:0 7px 17px #2f6d4f3d}.button--secondary{border-color:#ccd8cf;color:var(--green-dark);background:#fff}.button--secondary:hover:not(:disabled){border-color:#8aaa94;background:#f8fbf9}.button--ghost{color:#647168;background:transparent}.button--ghost:hover:not(:disabled){background:#f1f3ef}.button--soft{color:var(--green-dark);background:var(--green-soft)}.button--danger{color:#fff;background:var(--danger)}.button--small{min-height:34px;padding:0 11px;border-radius:8px;font-size:12px}.button--large{min-height:50px;border-radius:12px;font-size:14px}.button--wide{width:100%}.button--text-danger{color:var(--danger)}.icon-button{width:38px;height:38px;padding:0;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#66746b;background:transparent;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.icon-button:hover{color:var(--green-dark);background:#eef2ed}.icon-button--small{width:28px;height:28px;border-radius:7px}.icon-button--surface{width:33px;height:33px;color:#4d5b52;background:#ffffffed;box-shadow:0 4px 13px #1f30261f}.icon-button--danger:hover{color:var(--danger);background:var(--danger-soft)}.spinner{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.95fr) minmax(500px,1.05fr);background:#f7f7f2}.auth-story{position:relative;min-height:100vh;padding:38px clamp(42px,5vw,80px);display:flex;flex-direction:column;color:#f7fbf8;background:#244c39;overflow:hidden;isolation:isolate}.auth-story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:.11;background-image:radial-gradient(#d1e3d5 .8px,transparent .8px);background-size:22px 22px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 86%);mask-image:linear-gradient(to bottom,black,transparent 86%)}.auth-story__top{display:flex;align-items:center;justify-content:space-between}.auth-story .brand__name{color:#fff}.auth-story .brand__mark i{background:#dceade}.auth-story .brand__mark i:nth-child(2){background:#a7cbaa}.auth-story .brand__mark i:nth-child(3){background:#77a883}.auth-story__pill{padding:8px 12px;border:1px solid rgba(224,239,226,.18);border-radius:999px;display:flex;align-items:center;gap:6px;color:#cfe2d3;background:#ffffff0d;font-size:11px;font-weight:600}.auth-story__content{margin:auto 0;max-width:600px;padding:72px 0 50px}.auth-story h1{margin:0 0 22px;color:#f8faf7;font-size:clamp(43px,4.4vw,70px);line-height:1.03;letter-spacing:-3.4px}.auth-story h1 em{color:#aaceaf;font-family:Georgia,serif;font-weight:400;letter-spacing:-2px}.auth-story__lead{max-width:520px;margin-bottom:37px;color:#bed0c3;font-size:clamp(16px,1.4vw,19px);line-height:1.65}.auth-benefits{display:grid;gap:16px}.auth-benefits>div{display:flex;align-items:flex-start;gap:13px}.auth-benefits>div>span{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d8e9db;background:#bcdec421}.auth-benefits p{margin:0;display:flex;flex-direction:column;color:#9fb6a5;font-size:12.5px;line-height:1.55}.auth-benefits strong{margin-bottom:1px;color:#edf4ee;font-size:13.5px}.auth-story__quote{max-width:460px;margin:0;padding-left:15px;border-left:2px solid #6f9f7a;color:#9fb6a5;font-family:Georgia,serif;font-size:13px;font-style:italic;line-height:1.6}.auth-story__orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px)}.auth-story__orb--one{width:310px;height:310px;right:-150px;bottom:-100px;border:65px solid rgba(150,190,159,.08)}.auth-story__orb--two{width:220px;height:220px;right:9%;top:24%;border:1px solid rgba(185,219,192,.12)}.auth-panel{padding:40px clamp(35px,7vw,110px);display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-card{width:min(100%,445px)}.auth-card__heading{margin-bottom:31px}.auth-card__heading h2{margin:0 0 8px;color:#203027;font-size:clamp(28px,3vw,38px);letter-spacing:-1.6px}.auth-card__heading>p:last-child{margin:0;color:var(--muted);font-size:14px}.auth-form{display:grid;gap:17px}.auth-card__switch{margin:25px 0 0;text-align:center;color:var(--muted);font-size:13px}.auth-card__switch button{padding:0;border:0;color:var(--green);background:none;font-weight:700;cursor:pointer}.auth-panel__footer{position:absolute;bottom:20px;margin:0;color:#9da59f;font-size:10.5px;letter-spacing:.3px}.field{min-width:0;display:flex;flex-direction:column;gap:7px;color:#38473e;font-size:12.5px;font-weight:700}.field>span{display:flex;align-items:baseline;justify-content:space-between}.field span small{color:#9aa39d;font-size:10.5px;font-weight:500}.field>small{margin-top:-1px;color:#8c9690;font-size:10.5px;font-weight:400}.field input,.field select,.field textarea,.search-field input{width:100%;border:1px solid #dce1dc;border-radius:10px;color:#2a392f;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.field input,.field select{height:44px;padding:0 13px}.field textarea{padding:12px 13px;line-height:1.5;resize:vertical}.field input::placeholder,.field textarea::placeholder,.search-field input::placeholder{color:#a5ada8}.field input:focus,.field select:focus,.field textarea:focus,.search-field input:focus{outline:0;border-color:#7da28a;box-shadow:0 0 0 3px #3f79541a}.field--featured{padding:12px;border:1px solid #d5e3d8;border-radius:12px;background:#f6faf7}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-row--quantity{grid-template-columns:.75fr 1.25fr}.input-with-action,.input-with-icon{position:relative;display:flex;align-items:center}.input-with-action input{padding-right:45px}.input-with-action button{position:absolute;right:5px;width:36px;height:36px;padding:0;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#829087;background:none;cursor:pointer}.input-with-icon>svg{position:absolute;left:13px;z-index:1;color:#809087}.input-with-icon input{padding-left:40px}.form-error,.form-warning{padding:10px 12px;border-radius:9px;font-size:12px;font-weight:600;line-height:1.5}.form-error{border:1px solid #efcfca;color:#8f3f39;background:#fcece9}.form-warning{border:1px solid #ecd8af;color:#895d26;background:#fff7e8}.form-intro{padding:13px;border-radius:12px;display:flex;align-items:center;gap:12px;background:var(--green-soft)}.form-intro>span{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green);background:#ffffffb3}.form-intro p{margin:0;display:flex;flex-direction:column;color:#728078;font-size:11px;line-height:1.45}.form-intro strong{margin-bottom:1px;color:#31473a;font-size:12.5px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:242px;padding:27px 17px 17px;display:flex;flex-direction:column;border-right:1px solid #e2e5df;background:#fbfbf7}.sidebar__top{min-height:45px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.sidebar__close{display:none}.sidebar__nav{margin-top:32px;display:flex;flex-direction:column}.sidebar__eyebrow{margin:0 11px 9px;color:#9aa39d;font-size:9px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.sidebar__eyebrow--spaced{margin-top:26px}.nav-item{height:43px;margin-bottom:3px;padding:0 12px;border-radius:9px;display:flex;align-items:center;gap:12px;color:#69766e;font-size:13px;font-weight:600;transition:color .16s ease,background .16s ease}.nav-item:hover{color:var(--green-dark);background:#f0f3ee}.nav-item--active{color:var(--green-dark);background:#e8efe8;font-weight:700}.nav-item--active svg{color:var(--green)}.sidebar__footer{margin-top:auto;padding-top:14px;border-top:1px solid #e3e6e1}.profile-chip{padding:7px;border-radius:11px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px}.profile-chip:hover{background:#f1f3ef}.profile-chip__copy{min-width:0;display:flex;flex-direction:column}.profile-chip__copy strong{overflow:hidden;color:#314037;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.profile-chip__copy small{margin-top:2px;color:#939d97;font-size:9.5px}.profile-chip>svg{color:#adb4af}.avatar{width:35px;height:35px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#31553f;background:#dce9df;font-size:10px;font-weight:800;letter-spacing:.4px}.avatar--small{width:32px;height:32px}.avatar--member{width:34px;height:34px}.avatar--large{width:50px;height:50px;font-size:14px}.avatar--profile{width:84px;height:84px;font-size:24px;box-shadow:inset 0 0 0 1px #2f6d4f14}.sidebar__actions{margin-top:7px;display:grid;grid-template-columns:1fr 1fr;gap:5px}.sidebar-action{height:33px;padding:0 7px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:6px;color:#849087;background:transparent;font-size:9.5px;cursor:pointer}.sidebar-action:hover{color:var(--green-dark);background:#f0f3ef}.app-main{min-height:100vh;margin-left:242px;animation:pageIn .24s ease both}@keyframes pageIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.mobile-header,.sidebar-backdrop{display:none}.page{width:min(100%,1420px);margin:0 auto;padding:42px clamp(28px,4vw,64px) 70px}.page-header{min-height:78px;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-header h1{margin:0 0 5px;color:#213128;font-size:clamp(31px,3vw,43px);line-height:1.12;letter-spacing:-1.9px}.page-header>div:first-child>p:last-child{margin:0;color:var(--muted);font-size:13.5px}.page-header__actions{display:flex;gap:9px;flex-shrink:0}.info-banner{margin:-12px 0 24px;padding:13px 16px;border:1px solid #dce7de;border-radius:12px;display:flex;align-items:center;gap:12px;color:var(--green);background:#f2f7f3}.info-banner div{display:flex;flex-direction:column}.info-banner strong{color:#375141;font-size:12.5px}.info-banner span{margin-top:2px;color:#7e8d83;font-size:11px}.summary-strip{min-height:80px;margin-bottom:18px;padding:14px 22px;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:space-around;background:#fff;box-shadow:var(--shadow-sm)}.summary-item{min-width:130px;display:flex;align-items:center;gap:12px}.summary-item>span{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green)}.summary-item p{margin:0;display:flex;flex-direction:column}.summary-item strong{color:#29382f;font-family:Manrope,sans-serif;font-size:20px;line-height:1}.summary-item small{margin-top:4px;color:#8b958f;font-size:10.5px}.summary-item--warning>span{color:var(--warning);background:var(--warning-soft)}.summary-item--danger>span{color:var(--danger);background:var(--danger-soft)}.summary-item--fresh>span{color:#4d7c58;background:#e7f1e8}.summary-divider{width:1px;height:34px;background:var(--line)}.inventory-toolbar{padding:11px;border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:8px;background:#fff;box-shadow:var(--shadow-sm)}.search-field{height:40px;padding:0 11px;border:1px solid #e0e4df;border-radius:9px;display:flex;align-items:center;gap:9px;color:#839087;background:#fafbf8}.search-field input{height:36px;padding:0;border:0;background:transparent;font-size:12px}.search-field input:focus{box-shadow:none}.toolbar-select{position:relative;min-width:142px;height:40px;padding-left:11px;border:1px solid #e0e4df;border-radius:9px;display:flex;align-items:center;gap:5px;color:#728077;background:#fafbf8}.toolbar-select select{position:relative;z-index:1;width:100%;height:100%;padding:0 26px 0 3px;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#526057;background:transparent;font-size:11px;font-weight:600;cursor:pointer;outline:0}.toolbar-select>svg:last-child{position:absolute;right:8px}.inventory-filter-button{display:none}.inventory-toolbar__filters{display:contents}.inventory-scan-button--floating{display:none}.inventory-results-heading{min-height:44px;padding:0 3px;display:flex;align-items:center;justify-content:space-between;color:#8a958e;font-size:11px}.inventory-results-heading p{margin:0}.inventory-results-heading strong{color:#516158}.inventory-results-heading button{padding:0;border:0;color:var(--green);background:transparent;font-size:11px;font-weight:700;cursor:pointer}.inventory-table-wrap{border:1px solid #e0e5df;border-radius:14px;overflow-x:auto;background:#fff;box-shadow:var(--shadow-sm)}.inventory-table{width:100%;min-width:790px;border-collapse:collapse}.inventory-table th{padding:11px 14px;color:#7f8b83;background:#fafbf9;font-size:9px;font-weight:700;letter-spacing:1px;text-align:left;text-transform:uppercase;white-space:nowrap}.inventory-table td{padding:11px 14px;border-top:1px solid #e9ece8;color:#617067;font-size:11px;vertical-align:middle}.inventory-table tr:hover td{background:#fcfdfb}.inventory-table th:last-child,.inventory-table td:last-child{width:1%;text-align:right}.inventory-table__sort{padding:0;border:0;display:inline-flex;align-items:center;gap:5px;color:inherit;background:transparent;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.inventory-table__sort:hover{color:var(--green)}.inventory-table__item{min-width:170px;display:flex;align-items:center;gap:10px}.inventory-table__item>span:last-child{min-width:0;display:flex;flex-direction:column}.inventory-table__item strong{overflow:hidden;color:#34433a;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.inventory-table__item small{margin-top:2px;overflow:hidden;color:#929d96;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.inventory-table__image{position:relative;width:34px;height:34px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;color:#5c8066;background:var(--green-soft)}.inventory-table__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;background:#fff}.inventory-table__detail{color:#929d96;font-size:10px}.inventory-table .status-chip{position:static;display:inline-flex;box-shadow:none;white-space:nowrap}.inventory-table__actions{display:flex;justify-content:flex-end;gap:3px}.inventory-table__group-row td{background:#f7fbf8}.inventory-table .inventory-table__group-row:hover td{background:#f1f7f2}.inventory-table__group-toggle{width:100%;padding:0;border:0;display:flex;align-items:center;gap:10px;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.inventory-table__group-toggle>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.inventory-table__group-toggle strong{overflow:hidden;color:#34433a;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.inventory-table__group-toggle small{margin-top:2px;color:#63806b;font-size:9.5px}.inventory-table__group-icon{margin-left:auto;color:#6c8773;transition:transform .16s ease}.inventory-table__group-toggle--collapsed .inventory-table__group-icon{transform:rotate(-90deg)}.inventory-table__entry-row td{background:#fcfdfb}.inventory-table__entry-row td:first-child{border-left:3px solid #d4e4d7}.inventory-table__item--nested{min-width:170px;gap:8px}.inventory-table__entry-mark{width:34px;color:#78a081;font-size:17px;font-weight:700;text-align:center}.inventory-table__group-actions{color:#87948b;font-size:9.5px;white-space:nowrap}.item-grid,.skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.item-card{min-width:0;border:1px solid #e1e5df;border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.item-card:hover{transform:translateY(-3px);border-color:#d0dacf;box-shadow:0 15px 34px #22382a1c}.item-card__visual{position:relative;height:154px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#edf3ed}.item-card__visual--blue{background:#e8f1f4}.item-card__visual--red{background:#f5ece8}.item-card__visual--gold{background:#f5f0e3}.item-card__fallback{color:#365b439e;transform:translateY(6px)}.item-card__visual--blue .item-card__fallback{color:#628192}.item-card__visual--red .item-card__fallback{color:#a66a58}.item-card__visual--gold .item-card__fallback{color:#a7844c}.item-card__visual img{position:absolute;top:13px;right:13px;bottom:13px;left:13px;width:calc(100% - 26px);height:calc(100% - 26px);object-fit:contain;mix-blend-mode:multiply}.status-chip{position:absolute;z-index:2;left:10px;top:10px;padding:5px 8px;border-radius:999px;color:#657168;background:#ffffffe6;font-size:9.5px;font-weight:700;box-shadow:0 3px 10px #293e3114}.status-chip--danger{color:#963d38;background:#fbe4e0}.status-chip--warning{color:#96611e;background:#fff0d4}.status-chip--good{color:#39704b;background:#e6f2e8}.item-card__actions{position:absolute;z-index:3;top:9px;right:9px;display:flex;gap:5px;opacity:0;transform:translateY(-3px);transition:opacity .16s ease,transform .16s ease}.item-card:hover .item-card__actions,.item-card:focus-within .item-card__actions{opacity:1;transform:translateY(0)}.item-card__content{padding:14px 15px 15px}.item-card__category{margin:0 0 3px;overflow:hidden;color:#849087;font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.item-card h3{margin:0 0 9px;overflow:hidden;color:#2d3b32;font-size:15px;letter-spacing:-.3px;text-overflow:ellipsis;white-space:nowrap}.item-card__meta{min-height:33px;display:flex;flex-direction:column;gap:3px;color:#89948d;font-size:10px}.item-card__meta span{display:flex;align-items:center;gap:4px}.item-card__date{margin-top:10px;padding-top:9px;border-top:1px solid #edf0ec;display:flex;align-items:center;gap:6px;color:#66756c;font-size:10.5px;font-weight:600}.add-item-card{min-height:260px;padding:20px;border:1px dashed #bdcbbf;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6f8075;background:#ffffff59;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.add-item-card:hover{border-color:#7fa087;color:var(--green);background:#f4f8f4;transform:translateY(-2px)}.add-item-card>span{width:43px;height:43px;margin-bottom:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--green-soft)}.add-item-card strong{font-size:12px}.add-item-card small{margin-top:4px;color:#9aa49d;font-size:9.5px}.skeleton-card{height:264px;border-radius:14px;background:linear-gradient(100deg,#eceeea 20%,#f6f7f4,#eceeea 60%);background-size:220% 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{to{background-position-x:-220%}}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;padding:20px;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#16211b85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default;animation:fadeIn .16s ease both}.modal{position:relative;z-index:1;width:min(100%,540px);max-height:calc(100vh - 40px);border-radius:17px;overflow:auto;background:#fff;box-shadow:var(--shadow-lg);animation:modalIn .18s ease both}.modal--small{width:min(100%,450px)}.modal--large{width:min(100%,850px)}@keyframes fadeIn{0%{opacity:0}}@keyframes modalIn{0%{opacity:0;transform:translateY(8px) scale(.985)}}.modal__header{position:sticky;top:0;z-index:5;padding:20px 22px 16px;border-bottom:1px solid #e9ece7;display:flex;align-items:flex-start;justify-content:space-between;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal__header h2{margin:0;color:#28382e;font-size:20px;letter-spacing:-.6px}.modal__body{padding:20px 22px;display:grid;gap:16px}.modal__footer{position:sticky;bottom:0;z-index:5;padding:13px 22px;border-top:1px solid #e9ece7;display:flex;align-items:center;justify-content:flex-end;gap:8px;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirm-dialog{padding:24px 25px 17px;display:flex;align-items:flex-start;gap:13px}.confirm-dialog p{margin:2px 0 0;color:#68766d;font-size:13px;line-height:1.6}.confirm-dialog__icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--danger);background:var(--danger-soft)}.scanner-layout{grid-template-columns:1.05fr .95fr;gap:24px}.scanner-camera{min-width:0;display:flex;flex-direction:column;gap:10px}.camera-viewport{position:relative;min-height:280px;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#c9d8ce;background:#1e2d24}.camera-viewport video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.camera-viewport--captured{color:var(--green);background:#eaf3ec}.scanner-placeholder,.scanner-captured{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.scanner-placeholder strong,.scanner-captured strong{margin-top:12px;color:#eff6f1;font-size:13px}.scanner-placeholder span{margin-top:4px;color:#94a89b;font-size:10.5px}.scanner-captured strong{color:#345b41}.scanner-captured span{margin-top:6px;padding:5px 9px;border-radius:6px;color:#5f7666;background:#fff9;font-family:monospace;font-size:11px}.scan-frame{position:absolute;z-index:3;width:72%;height:46%;border:2px solid rgba(222,240,226,.9);border-radius:12px;box-shadow:0 0 0 1000px #0d171142}.scan-frame:before,.scan-frame:after{content:"";position:absolute;width:22px;height:22px;border-color:#98d3a4}.scan-frame:before{left:-3px;top:-3px;border-left:4px solid #98d3a4;border-top:4px solid #98d3a4;border-radius:8px 0 0}.scan-frame:after{right:-3px;bottom:-3px;border-right:4px solid #98d3a4;border-bottom:4px solid #98d3a4;border-radius:0 0 8px}.scan-frame i{position:absolute;left:4%;right:4%;top:15%;height:2px;background:#9ce0a8;box-shadow:0 0 9px #9ce0a8;animation:scanLine 2s ease-in-out infinite alternate}@keyframes scanLine{to{top:84%}}.scanner-note{margin:0;display:flex;align-items:flex-start;gap:6px;color:#8a968e;font-size:9.5px;line-height:1.5}.scanner-note svg{flex-shrink:0;color:var(--green)}.scanner-note--error{color:#a24a43}.scanner-details{display:flex;flex-direction:column;gap:13px}.scanner-details__heading{padding-bottom:9px;border-bottom:1px solid #e8ebe6;display:flex;flex-direction:column}.scanner-details__heading span{color:#34443a;font-size:13px;font-weight:700}.scanner-details__heading small{margin-top:2px;color:#939d97;font-size:9.5px}.scanner-wizard{max-width:610px;margin-inline:auto;display:grid;gap:18px}.scanner-steps{display:flex;align-items:center;gap:13px;color:#a0aaa3;font-size:10px;font-weight:700}.scanner-steps__item{display:inline-flex;align-items:center;gap:5px}.scanner-steps__item i{width:19px;height:19px;border:1px solid #d8dfd9;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:9px}.scanner-steps__item--active{color:var(--green)}.scanner-steps__item--active i{border-color:var(--green);color:#fff;background:var(--green)}.scanner-product{padding:13px 14px;border:1px solid #cfe1d2;border-radius:11px;display:flex;flex-direction:column;background:var(--green-soft)}.scanner-product>span{color:#55735e;font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.scanner-product strong{margin-top:3px;color:#2e4d37;font-size:14px}.scanner-product--missing{border-color:#ead7b3;background:#fff8ea}.scanner-product--missing>span,.scanner-product--missing strong{color:#82612c}.scanner-wizard__error{margin:0 24px 16px}.empty-state{min-height:330px;padding:48px 25px;border:1px dashed #d5dcd5;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#ffffff73}.empty-state__icon{width:58px;height:58px;margin-bottom:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);background:var(--green-soft)}.empty-state h3{margin:0 0 6px;color:#33443a;font-size:17px}.empty-state p{max-width:430px;margin:0 0 18px;color:#849087;font-size:12px;line-height:1.55}.toast-stack{position:fixed;z-index:200;right:20px;bottom:20px;width:min(380px,calc(100vw - 40px));display:flex;flex-direction:column;gap:9px}.toast{padding:13px;border:1px solid #dfe5df;border-radius:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;color:var(--green);background:#fffffff5;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:toastIn .22s ease both}.toast--error{color:var(--danger)}.toast--info{color:var(--blue)}.toast__copy{display:flex;flex-direction:column}.toast__copy strong{color:#344239;font-size:12px}.toast__copy span{margin-top:2px;color:#7f8b84;font-size:10.5px;line-height:1.45}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}}.full-page-loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#819087;font-size:12px}.full-page-loader .loader-mark{animation:breathe 1.2s ease-in-out infinite alternate}@keyframes breathe{to{transform:scale(1.08);opacity:.72}}.location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.location-card{min-height:225px;padding:20px;border:1px solid #e0e5df;border-radius:15px;display:flex;flex-direction:column;background:#fff;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.location-card:not(.location-card--add):hover{transform:translateY(-2px);border-color:#d0dacf;box-shadow:var(--shadow-md)}.location-card__icon{width:52px;height:52px;margin-bottom:20px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--green);background:var(--green-soft)}.location-card:nth-child(3n+2) .location-card__icon{color:#5c7181;background:var(--blue-soft)}.location-card:nth-child(3n+3) .location-card__icon{color:#9a713c;background:var(--warning-soft)}.location-card__copy{flex:1}.location-card__copy h2{margin:0 0 6px;color:#2d3d33;font-size:18px;letter-spacing:-.5px}.location-card__copy>p:last-child{margin:0;color:#7e8b83;font-size:11.5px;line-height:1.55}.location-card__actions{margin-top:18px;padding-top:13px;border-top:1px solid #ebeee9;display:flex;align-items:center;justify-content:space-between}.location-card--add{border-style:dashed;align-items:center;justify-content:center;color:#708177;background:#ffffff59;cursor:pointer}.location-card--add:hover{border-color:#83a28b;color:var(--green);background:#f2f7f3}.location-card--add>span{width:44px;height:44px;margin-bottom:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--green-soft)}.location-card--add strong{font-size:12.5px}.location-card--add small{margin-top:4px;color:#9aa49d;font-size:10px}.household-list{display:grid;gap:18px}.household-card{border:1px solid #dfe4de;border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.household-card__header{padding:21px 22px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:15px;background:linear-gradient(120deg,#f8faf6,#fff)}.household-card__mark{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:var(--green);background:var(--green-soft)}.household-card__title h2{margin:0 0 4px;color:#2d3d33;font-size:19px;letter-spacing:-.6px}.household-card__title>p:last-child{margin:0;color:#818d85;font-size:11.5px}.role-badge{padding:6px 9px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;color:#8c642c;background:var(--warning-soft);font-size:9.5px;font-weight:700}.household-card__body{padding:17px 22px 20px;border-top:1px solid #eaede9}.household-members-heading{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.household-members-heading>div{display:flex;align-items:center;gap:8px;color:#526159}.household-members-heading strong{font-size:11.5px}.household-members-heading button{padding:0;border:0;display:flex;align-items:center;gap:6px;color:var(--green);background:transparent;font-size:10.5px;font-weight:700;cursor:pointer}.member-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.member-row{min-width:0;padding:10px;border:1px solid #e8ece7;border-radius:11px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;background:#fbfcfa}.member-row__identity{min-width:0;display:flex;flex-direction:column}.member-row__identity strong{overflow:hidden;color:#39483f;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.member-row__identity small{margin-top:2px;overflow:hidden;color:#929c96;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.member-role{display:flex;align-items:center;gap:4px;color:#8d6938;font-size:8.5px;font-weight:700}.member-list__empty{padding:13px;border-radius:10px;display:flex;align-items:center;gap:8px;color:#8c9891;background:#f5f7f4;font-size:10px}.household-card__footer{padding:11px 22px;border-top:1px solid #eaede9;display:flex;align-items:center;justify-content:space-between;background:#fafbf9}.household-card__footer>span{color:#939d97;font-size:9.5px}.household-card__footer>div{display:flex;gap:5px}.admin-summary{padding:9px 12px;border:1px solid #e1e6e1;border-radius:11px;display:flex;align-items:center;gap:14px;background:#fff}.admin-summary span{display:flex;align-items:center;gap:6px;color:#6f7e75;font-size:10.5px;font-weight:700}.admin-summary span+span{padding-left:14px;border-left:1px solid #e3e7e2}.admin-summary svg{color:var(--green)}.user-toolbar{margin-bottom:14px;display:flex;justify-content:flex-end}.user-toolbar .search-field{width:min(100%,390px);background:#fff}.user-table-wrap{border:1px solid #e0e5df;border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.user-table{width:100%;border-collapse:collapse}.user-table th{padding:12px 16px;color:#929c96;background:#fafbf9;font-size:9px;font-weight:700;letter-spacing:1px;text-align:left;text-transform:uppercase}.user-table td{padding:13px 16px;border-top:1px solid #e9ece8;color:#617067;font-size:11px}.user-table tr:hover td{background:#fcfdfb}.user-table th:last-child,.user-table td:last-child{text-align:right}.table-person{display:flex;align-items:center;gap:10px}.table-person>span:last-child{display:flex;flex-direction:column}.table-person strong{color:#34433a;font-size:11.5px}.table-person small{margin-top:2px;color:#929d96;font-size:9.5px}.you-badge{display:inline-flex;margin:0 0 0 6px!important;padding:2px 5px;border-radius:4px;color:var(--green)!important;background:var(--green-soft);font-size:8px!important}.role-label{width:fit-content;padding:5px 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;color:#6e7a72;background:#eff2ef;font-size:9.5px;font-weight:700}.role-label--admin{color:#345f44;background:var(--green-soft)}.user-table code{color:#8c9790;font-size:10px}.user-editor-heading{padding-bottom:15px;border-bottom:1px solid #eaede9;display:flex;align-items:center;gap:12px}.user-editor-heading>div{display:flex;flex-direction:column}.user-editor-heading strong{color:#34433a;font-size:13px}.user-editor-heading small{margin-top:2px;color:#909a94;font-size:10px}.role-toggle{position:relative;padding:13px;border:1px solid #dee5df;border-radius:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;cursor:pointer}.role-toggle__icon{width:37px;height:37px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--green);background:var(--green-soft)}.role-toggle>span:nth-child(2){display:flex;flex-direction:column}.role-toggle strong{color:#38483e;font-size:11.5px}.role-toggle small{margin-top:2px;color:#929c96;font-size:9.5px}.role-toggle input{position:absolute;opacity:0}.role-toggle>i{position:relative;width:38px;height:22px;border-radius:999px;background:#d6dcd7;transition:background .16s ease}.role-toggle>i:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #1e2d2326;transition:transform .16s ease}.role-toggle input:checked+i{background:var(--green)}.role-toggle input:checked+i:after{transform:translate(16px)}.profile-layout{display:grid;grid-template-columns:270px minmax(0,680px);align-items:start;gap:20px}.profile-summary-card{padding:28px 20px 21px;border:1px solid #e0e5df;border-radius:15px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;box-shadow:var(--shadow-sm)}.profile-summary-card h2{margin:14px 0 3px;color:#304037;font-size:17px}.profile-summary-card>p{margin:0 0 12px;color:#88948c;font-size:10.5px}.profile-summary-card__meta{width:100%;margin-top:24px;padding-top:16px;border-top:1px solid #e9ece8;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.profile-summary-card__meta span{color:#9aa39d;font-size:8.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.profile-summary-card__meta code{width:100%;margin-top:5px;overflow:hidden;color:#78857c;font-size:9px;text-overflow:ellipsis}.settings-stack{display:grid;gap:16px}.settings-card{border:1px solid #e0e5df;border-radius:15px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.settings-card>header{padding:17px 20px;border-bottom:1px solid #e9ece8;display:flex;align-items:center;gap:11px;background:#fafbf9}.settings-card>header>span{width:37px;height:37px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--green);background:var(--green-soft)}.settings-card>header h2{margin:0 0 2px;color:#334339;font-size:14px}.settings-card>header p{margin:0;color:#929c96;font-size:9.5px}.settings-card__body{padding:20px;display:grid;gap:15px}.settings-card form>footer{padding:12px 20px;border-top:1px solid #e9ece8;display:flex;justify-content:flex-end;background:#fafbf9}@media(max-width:1180px){.item-grid,.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-item{min-width:105px}.inventory-toolbar{grid-template-columns:minmax(210px,1fr) auto auto}}@media(max-width:920px){.auth-page{grid-template-columns:1fr}.auth-story{display:none}.auth-panel{min-height:100vh;padding:55px 24px 75px}.auth-card:before{content:"";width:100%;height:55px;margin-bottom:35px;display:block;background:linear-gradient(120deg,transparent 45%,rgba(47,109,79,.04))}.sidebar{width:218px}.app-main{margin-left:218px}.page{padding-inline:25px}.summary-strip{grid-template-columns:repeat(2,1fr);gap:15px}.summary-divider{display:none}.summary-item{min-width:0}.item-grid,.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scanner-layout{grid-template-columns:1fr}.camera-viewport{min-height:240px}.member-list{grid-template-columns:1fr}.profile-layout{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:720px){.mobile-header{position:sticky;top:0;z-index:35;height:60px;padding:0 15px;border-bottom:1px solid #e1e5df;display:flex;align-items:center;justify-content:space-between;background:#fbfbf7f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header .brand__name{font-size:20px}.sidebar{z-index:60;width:min(285px,86vw);transform:translate(-102%);box-shadow:var(--shadow-lg);transition:transform .22s ease}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-flex}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;width:100%;height:100%;padding:0;border:0;display:block;background:#1a261f6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-main{margin-left:0}.page{padding:28px 17px 60px}.page-header{margin-bottom:23px;align-items:flex-start;flex-direction:column}.page-header h1{font-size:32px}.page-header__actions{width:100%}.page-header__actions .button{flex:1}.page--inventory{padding-bottom:84px}.inventory-scan-button--header{display:none}.inventory-scan-button--floating{position:fixed;z-index:36;left:max(17px,env(safe-area-inset-left));bottom:max(17px,env(safe-area-inset-bottom));width:48px;min-height:48px;padding:0;border-radius:50%;display:inline-flex;box-shadow:var(--shadow-md)}.inventory-scan-button__label{display:none}.summary-strip{padding:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;justify-content:initial}.summary-item{justify-content:center;gap:6px}.summary-item>span{width:34px;height:34px;border-radius:10px;flex-shrink:0}.summary-item p{display:block}.summary-item strong{font-size:18px}.summary-item small{display:none}.inventory-toolbar{grid-template-columns:minmax(0,1fr) auto}.search-field{grid-column:auto}.inventory-filter-button{min-width:86px;height:40px;padding:0 11px;border:1px solid #ccd8cf;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--green-dark);background:#fff;font-size:12px;font-weight:700;cursor:pointer}.inventory-filter-button:hover{border-color:#8aaa94;background:#f8fbf9}.inventory-toolbar__filters{grid-column:1 / -1;display:none;grid-template-columns:1fr 1fr;gap:8px}.inventory-toolbar__filters--open{display:grid}.toolbar-select{min-width:0}.item-grid,.skeleton-grid,.location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.item-card__visual{height:135px}.item-card__content{padding:12px}.item-card__actions{opacity:1;transform:none}.add-item-card{min-height:242px}.modal-layer{padding:0;align-items:flex-end}.modal{width:100%;max-height:94vh;border-radius:20px 20px 0 0}.modal--small,.modal--large{width:100%}.modal__header,.modal__body,.modal__footer{padding-inline:18px}.profile-layout{grid-template-columns:1fr}.profile-summary-card{padding-block:22px}.profile-summary-card__meta{display:none}.admin-summary{width:100%;justify-content:center}.user-toolbar{justify-content:stretch}.user-toolbar .search-field{width:100%}.user-table,.user-table tbody,.user-table tr,.user-table td{display:block}.user-table thead{display:none}.user-table tr{position:relative;padding:13px;border-top:1px solid #e8ece7}.user-table tr:first-child{border-top:0}.user-table td{padding:4px 0;border:0}.user-table td:nth-child(3){display:none}.user-table td:last-child{position:absolute;right:12px;bottom:12px}.household-card__header{grid-template-columns:auto 1fr}.household-card__header .role-badge{grid-column:1 / -1;width:fit-content}}@media(max-width:480px){.auth-panel{padding-inline:19px}.auth-card__heading h2{font-size:29px}.form-row{grid-template-columns:1fr}.form-row--quantity{grid-template-columns:.75fr 1.25fr}.page-header__actions{flex-direction:column-reverse}.summary-item{gap:8px}.summary-item>span{width:33px;height:33px}.item-grid,.skeleton-grid{grid-template-columns:1fr}.item-card__visual{height:175px}.add-item-card{min-height:175px}.location-grid{grid-template-columns:1fr}.location-card{min-height:205px}.inventory-toolbar{grid-template-columns:minmax(0,1fr) auto}.inventory-toolbar__filters{grid-template-columns:1fr}.toolbar-select{width:100%}.household-card__header,.household-card__body{padding-inline:15px}.household-card__footer{padding-inline:15px;align-items:flex-start;gap:9px;flex-direction:column}.member-row{grid-template-columns:auto minmax(0,1fr)}.member-role{grid-column:2}.scanner-layout{padding-top:14px}.camera-viewport{min-height:210px}.modal__footer .button{flex:1}.settings-card__body,.settings-card>header{padding-inline:15px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
