@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary:#f97316;--primary-2:#fb923c;--primary-dark:#ea580c;--bg:#fff7ed;--card:#fff;--text:#1c1917;--muted:#78716c;--line:#fed7aa;--soft:#ffedd5;--danger:#dc2626;--warn:#d97706;--ok:#16a34a;color:var(--text);background:var(--bg);font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background:radial-gradient(circle at 50% -20%,#fed7aa 0,#fff7ed 34%,#fff 72%);min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}input,select,textarea{width:100%;color:var(--text);background:#fff;border:1px solid #f1d5b8;border-radius:18px;outline:none;padding:14px;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #fed7aa66}textarea{resize:vertical;min-height:92px}label{color:#57534e;gap:8px;font-size:13px;font-weight:800;display:grid}.primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:18px;padding:15px 16px;font-weight:900;box-shadow:0 14px 30px #f9731638}.white-btn{color:var(--primary-dark);background:#fff;border-radius:16px;padding:12px 14px;font-weight:900;box-shadow:0 10px 25px #9a34122e}.ghost{border:1px solid var(--line);color:var(--primary-dark);background:#fff;border-radius:15px;padding:10px;font-weight:800}.ghost.round{border-radius:16px;place-items:center;width:42px;height:42px;display:grid}.ghost.full{width:100%}.stack{gap:14px;display:grid}.two{grid-template-columns:1fr 1fr;gap:10px;display:grid}.login-screen{place-items:center;min-height:100vh;padding:22px;display:grid}.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #fed7aa;border-radius:34px;width:100%;max-width:390px;padding:28px;box-shadow:0 28px 80px #9a341233}.brand-mark{width:68px;height:68px;color:var(--primary-dark);background:linear-gradient(135deg,#ffedd5,#fed7aa);border-radius:24px;place-items:center;display:grid}.eyebrow,.page-head p{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;margin:18px 0 4px;font-size:12px;font-weight:900}.login-card h1{letter-spacing:-.04em;margin:0 0 8px;font-size:34px}.login-copy{color:var(--muted);margin:0 0 20px;line-height:1.55}.login-card small{text-align:center;color:var(--muted);margin-top:16px;display:block}.app-shell{background:linear-gradient(#fffaf5,#fff 40%,#fffaf5);max-width:520px;min-height:100vh;margin:0 auto;padding-bottom:92px}.topbar{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdfbdb;border-bottom:1px solid #ffedd5;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.top-brand{align-items:center;gap:10px;display:flex!important}.mini-logo,.product-icon,.menu-icon{background:var(--soft);color:var(--primary-dark);border-radius:15px;place-items:center;display:grid}.mini-logo{width:40px;height:40px}.topbar b{letter-spacing:-.02em;font-size:17px}.topbar span{color:var(--muted);margin-top:1px;font-size:12px;display:block}.content{padding:18px 16px}.page-head{margin-bottom:16px}.page-head p{margin:0 0 5px}.page-head h2{letter-spacing:-.05em;margin:0;font-size:30px;line-height:1}.page-head span{color:var(--muted);margin-top:8px;font-size:14px;line-height:1.45;display:block}.hero-card{color:#fff;background:linear-gradient(145deg,#fb923c 0%,#f97316 45%,#c2410c 100%);border-radius:30px;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:14px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #f9731645}.hero-card:before{content:"";background:#ffffff1f;border-radius:999px;width:150px;height:150px;position:absolute;top:-45px;right:-40px}.hero-card>*{position:relative}.hero-card p{opacity:.88;margin:0 0 8px;font-size:13px;font-weight:700}.hero-card h3{letter-spacing:-.04em;margin:0;font-size:27px}.hero-card span{opacity:.86;margin-top:8px;font-size:12px;display:block}.stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stat{background:#ffffffe6;border:1px solid #f7dbc0;border-radius:24px;padding:16px;box-shadow:0 12px 32px #9a34120c}.stat span{color:var(--muted);font-size:12px;font-weight:800;display:block}.stat strong{letter-spacing:-.04em;margin-top:8px;font-size:24px;line-height:1.1;display:block}.section-title{justify-content:space-between;align-items:center;margin:22px 0 10px;display:flex}.section-title h3{letter-spacing:-.03em;margin:0;font-size:18px}.section-title button{color:var(--primary-dark);background:0 0;font-weight:900}.title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fab-btn{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:20px;place-items:center;min-width:52px;height:52px;display:grid;box-shadow:0 12px 28px #f9731638}.search{background:#fff;border:1px solid #f7dbc0;border-radius:20px;align-items:center;gap:9px;margin-bottom:14px;padding:0 13px;display:flex;box-shadow:0 10px 28px #9a34120a}.search input{box-shadow:none;border:0;padding-left:0}.search.compact{border-radius:16px;margin-bottom:10px}.search.compact input{padding-top:12px;padding-bottom:12px}.cards{gap:11px;display:grid}.product-card{background:#fff;border:1px solid #f4dcc6;border-radius:24px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:13px;display:grid;box-shadow:0 12px 32px #9a34120d}.product-icon{width:44px;height:44px}.product-main{min-width:0}.product-main b{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.product-main span,.simple-card span,.timeline span,.menu-list span,.info-card span{color:var(--muted);font-size:12px;line-height:1.4}.product-main small,.timeline small{color:#a8a29e;font-size:11px}.right{text-align:right;justify-items:end;gap:5px;display:grid}.right strong{letter-spacing:-.05em;font-size:25px}.right em{border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:900}.ok{color:var(--ok);background:#dcfce7}.warn{color:var(--warn);background:#fef3c7}.danger{color:var(--danger);background:#fee2e2}.danger-btn{color:var(--danger);background:#fee2e2;border-radius:11px;padding:7px}.bottom-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;max-width:520px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:#fffffff0;border-top:1px solid #fed7aa;grid-template-columns:repeat(4,1fr);gap:8px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -14px 40px #9a34121a}.bottom-nav button{color:#a8a29e;background:0 0;border-radius:18px;justify-items:center;gap:4px;padding:9px 4px;font-size:11px;font-weight:900;display:grid}.bottom-nav button.active{color:var(--primary-dark);background:linear-gradient(135deg,#ffedd5,#fed7aa)}.sheet{z-index:20;background:#43140766;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet-card{background:#fff;border-radius:32px 32px 0 0;width:100%;max-width:520px;max-height:92vh;margin:0 auto;padding:10px 18px 18px;overflow:auto}.sheet-handle{background:#e7c7ab;border-radius:999px;width:44px;height:5px;margin:0 auto 14px}.sheet-card h3{letter-spacing:-.04em;margin:0 0 14px;font-size:22px}.card-form{background:#fff;border:1px solid #f4dcc6;border-radius:26px;gap:13px;padding:16px;display:grid;box-shadow:0 12px 32px #9a34120d}.inline-form{grid-template-columns:1fr auto;gap:8px;margin-bottom:14px;display:grid}.timeline{gap:10px;display:grid}.timeline article{background:#fff;border:1px solid #f4dcc6;border-radius:22px;grid-template-columns:38px 1fr;gap:11px;padding:13px;display:grid;box-shadow:0 10px 28px #9a34120b}.move-icon{border-radius:14px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.move-icon.in{color:#15803d;background:#dcfce7}.move-icon.out{color:#b91c1c;background:#fee2e2}.simple-card{background:#fff;border:1px solid #f4dcc6;border-radius:22px;grid-template-columns:44px 1fr;align-items:center;gap:12px;padding:14px;display:grid;box-shadow:0 10px 28px #9a34120b}.quick-grid{gap:11px;margin-bottom:14px;display:grid}.quick-card{text-align:left;color:var(--text);background:#fff;border:1px solid #f4dcc6;border-radius:24px;gap:7px;padding:16px;display:grid;box-shadow:0 10px 28px #9a34120b}.quick-card svg{color:var(--primary-dark)}.quick-card b{font-size:16px}.quick-card span{color:var(--muted);font-size:12px}.quick-card.active{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fdba74}.menu-list{gap:11px;display:grid}.menu-list button{text-align:left;width:100%;color:var(--text);background:#fff;border:1px solid #f4dcc6;border-radius:24px;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:14px;display:grid;box-shadow:0 10px 28px #9a34120b}.menu-icon{width:48px;height:48px}.menu-list b,.info-card b{margin-bottom:3px;display:block}.info-card{color:var(--primary-dark);background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fdba74;border-radius:24px;grid-template-columns:34px 1fr;gap:10px;margin-top:14px;padding:15px;display:grid}.empty,.loading{text-align:center;color:var(--muted);background:#fff;border:1px dashed #f1c9a5;border-radius:24px;padding:26px}.alert,.success{border-radius:16px;padding:12px 13px;font-size:13px;font-weight:800}.alert{color:#991b1b;background:#fee2e2}.success{color:#166534;background:#dcfce7}.export{color:var(--primary-dark);text-align:center;background:var(--soft);border-radius:18px;margin:14px 0;padding:13px;font-weight:900;text-decoration:none;display:block}.master-page{padding-top:2px}.master-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.master-head p{color:var(--primary-dark);letter-spacing:.09em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.master-head h2{letter-spacing:-.05em;margin:0;font-size:28px;line-height:1}.add-pill{background:var(--text);color:#fff;border-radius:999px;align-items:center;gap:6px;padding:11px 14px;font-weight:900;display:flex;box-shadow:0 12px 24px #1c19171c}.count-badge{color:var(--muted);background:#fff;border:1px solid #f4dcc6;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}.filter-row{gap:8px;margin:0 -2px;padding:0 0 11px;display:flex;overflow:auto}.filter-row button{white-space:nowrap;color:#57534e;background:#fff;border:1px solid #f4dcc6;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900}.filter-row button.active{color:#fff;background:#1c1917;border-color:#1c1917}.filter-row b{opacity:.75;margin-left:3px;font-size:11px}.compact-list{background:#fff;border:1px solid #f4dcc6;border-radius:22px;overflow:hidden;box-shadow:0 12px 32px #9a34120d}.compact-product{border-bottom:1px solid #f8e6d6;grid-template-columns:1fr auto 34px;align-items:center;gap:10px;padding:12px 10px 12px 14px;display:grid}.compact-product:last-child,.compact-category:last-child{border-bottom:0}.item-main{min-width:0}.item-title{align-items:center;gap:7px;min-width:0;display:flex}.item-title b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.item-title em{border-radius:999px;flex:none;padding:4px 7px;font-size:9px;font-style:normal;font-weight:900}.item-main span{color:#78716c;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:11px;display:block;overflow:hidden}.stock-box{text-align:right;min-width:46px}.stock-box strong{letter-spacing:-.04em;font-size:19px;line-height:1;display:block}.stock-box small{color:#a8a29e;margin-top:3px;font-size:10px;display:block}.mini-delete{color:#e11d48;background:#fff1f2;border-radius:12px;place-items:center;width:32px;height:32px;display:grid}.compact-export{background:#fff;border:1px solid #f4dcc6;border-radius:15px;margin-top:12px;padding:11px}.compact-empty{border-radius:18px;padding:20px}.quick-add{grid-template-columns:1fr 48px;gap:8px;margin-bottom:12px;display:grid}.quick-add input{border-radius:17px;padding:13px}.quick-add button{background:var(--text);color:#fff;border-radius:17px;place-items:center;display:grid}.compact-category{border-bottom:1px solid #f8e6d6;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.compact-category b{font-size:14px;display:block}.compact-category span{color:#78716c;margin-top:3px;font-size:12px;display:block}.compact-category svg{color:var(--primary-dark)}@media (width>=760px){body{background:#fff7ed}.app-shell{border-left:1px solid var(--line);border-right:1px solid var(--line)}}@media (prefers-reduced-motion:no-preference){.page{animation:.28s cubic-bezier(.2,.8,.2,1) both pageEnter}.page-head,.master-head{animation:.32s cubic-bezier(.2,.8,.2,1) both softRise}.hero-card{animation:.38s cubic-bezier(.2,.8,.2,1) both heroPop}.stat,.compact-product,.compact-category,.product-card,.timeline article,.quick-card,.menu-list button,.simple-card{animation:.32s cubic-bezier(.2,.8,.2,1) both listItem}.stat:nth-child(2),.compact-product:nth-child(2),.compact-category:nth-child(2),.product-card:nth-child(2),.timeline article:nth-child(2),.quick-card:nth-child(2),.menu-list button:nth-child(2){animation-delay:35ms}.stat:nth-child(3),.compact-product:nth-child(3),.compact-category:nth-child(3),.product-card:nth-child(3),.timeline article:nth-child(3),.quick-card:nth-child(3),.menu-list button:nth-child(3){animation-delay:70ms}.stat:nth-child(4),.compact-product:nth-child(4),.compact-category:nth-child(4),.product-card:nth-child(4),.timeline article:nth-child(4),.quick-card:nth-child(4),.menu-list button:nth-child(4){animation-delay:.105s}.bottom-nav button,.primary,.white-btn,.ghost,.add-pill,.fab-btn,.filter-row button,.quick-add button,.mini-delete,.danger-btn{transition:transform .16s,background .2s,color .2s,box-shadow .2s,border-color .2s,opacity .2s}.bottom-nav button:active,.primary:active,.white-btn:active,.ghost:active,.add-pill:active,.fab-btn:active,.filter-row button:active,.quick-add button:active,.mini-delete:active,.danger-btn:active{transform:scale(.94)}.bottom-nav button.active{animation:.24s cubic-bezier(.2,.8,.2,1) both navPop}.bottom-nav button svg{transition:transform .22s}.bottom-nav button.active svg{transform:translateY(-2px)scale(1.08)}.compact-product,.compact-category,.menu-list button,.quick-card,.product-card{transition:transform .18s,box-shadow .18s,border-color .18s}.compact-product:active,.compact-category:active,.menu-list button:active,.quick-card:active,.product-card:active{background:#fffaf5;transform:scale(.985)}.sheet{animation:.18s both fadeIn}.sheet-card{animation:.28s cubic-bezier(.2,.8,.2,1) both sheetUp}.alert,.success{animation:.22s cubic-bezier(.2,.8,.2,1) both toastIn}.loading{animation:1.2s ease-in-out infinite pulseSoft;position:relative;overflow:hidden}.loading:after{content:"";background:linear-gradient(90deg,#0000,#fff8,#0000);animation:1.3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.search:focus-within{transform:translateY(-1px);box-shadow:0 14px 32px #9a341214}.search{transition:transform .18s,box-shadow .18s,border-color .18s}.stock-box strong{transition:transform .18s}.compact-product:active .stock-box strong{transform:scale(1.08)}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:none}}@keyframes softRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes heroPop{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:none}}@keyframes listItem{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes navPop{0%{transform:scale(.94)}70%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes sheetUp{0%{opacity:.75;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes toastIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes pulseSoft{0%,to{opacity:.72}50%{opacity:1}}@keyframes shimmer{to{transform:translate(100%)}}}.product-sheet{padding:10px 16px calc(16px + env(safe-area-inset-bottom));flex-direction:column;max-height:88vh;display:flex}.sheet-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.sheet-title p{color:var(--primary-dark);letter-spacing:.09em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.sheet-title h3{letter-spacing:-.04em;margin:0;font-size:23px}.sheet-title button{color:#9a3412;background:#fff7ed;border-radius:14px;place-items:center;width:36px;height:36px;font-size:25px;line-height:1;display:grid}.product-form{grid-template-columns:1fr 1fr;gap:11px;padding:1px 2px 2px;display:grid;overflow:auto}.product-form label{gap:6px;font-size:12px}.product-form input,.product-form select{border-radius:15px;padding:12px;font-size:14px}.full-field{grid-column:1/-1}.sheet-actions{background:linear-gradient(#ffffffd1,#fff 35%);grid-template-columns:1fr 1.2fr;gap:9px;margin-top:2px;padding-top:12px;display:grid;position:sticky;bottom:0}.sheet-actions .primary,.sheet-actions .ghost{border-radius:16px;padding:13px 14px}.sheet-actions .primary{box-shadow:0 10px 24px #f973162b}@media (width<=360px){.product-form{gap:9px}.product-form input,.product-form select{padding:11px 10px}.sheet-title h3{font-size:21px}}.product-modal{z-index:50;background:#fffaf5;flex-direction:column;width:100%;max-width:520px;margin:0 auto;display:flex;position:fixed;inset:0 0 0 50%;transform:translate(-50%);box-shadow:0 0 0 9999px #4314076b}.product-modal-top{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffaf5eb;border-bottom:1px solid #fed7aa;grid-template-columns:64px 1fr 64px;align-items:center;gap:8px;padding:12px 14px;display:grid;position:sticky;top:0}.product-modal-top div{text-align:center;min-width:0}.product-modal-top p{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:10px;font-weight:900}.product-modal-top h3{letter-spacing:-.03em;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:17px;overflow:hidden}.product-modal-top button{color:#9a3412;background:0 0;padding:9px 4px;font-size:13px;font-weight:900}.product-modal-top .save-text{color:var(--primary-dark)}.product-modal-form{padding:14px 14px calc(22px + env(safe-area-inset-bottom));flex:1;gap:13px;display:grid;overflow:auto}.form-section{background:#fff;border:1px solid #f4dcc6;border-radius:24px;gap:12px;padding:15px;display:grid;box-shadow:0 10px 28px #9a34120b}.form-section h4{letter-spacing:-.02em;margin:0 0 2px;font-size:14px}.product-modal-form label{gap:7px;font-size:12px}.product-modal-form input,.product-modal-form select{background:#fff;border-radius:15px;padding:13px 12px;font-size:15px}.field-pair{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modal-submit{margin-top:2px;position:sticky;bottom:0}.product-modal .alert{margin:0}@media (width<=360px){.product-modal-top{grid-template-columns:56px 1fr 56px;padding-left:10px;padding-right:10px}.field-pair{grid-template-columns:1fr}.product-modal-form{padding-left:10px;padding-right:10px}.form-section{border-radius:20px;padding:13px}}@media (prefers-reduced-motion:no-preference){.product-modal{animation:.22s cubic-bezier(.2,.8,.2,1) both modalSlide}.form-section{animation:.28s cubic-bezier(.2,.8,.2,1) both listItem}.form-section:nth-child(2){animation-delay:40ms}@keyframes modalSlide{0%{opacity:.7;transform:translate(-50%)translateY(18px)}to{opacity:1;transform:translate(-50%)translateY(0)}}}.modal-backdrop{z-index:80;background:#4314077a;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modern-sheet{width:100%;max-width:520px;padding:9px 16px calc(14px + env(safe-area-inset-bottom));background:#fff;border-radius:30px 30px 0 0;flex-direction:column;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 -24px 70px #43140747}.drag-handle{background:#ead2bf;border-radius:999px;flex:none;width:46px;height:5px;margin:0 auto 13px}.modern-sheet-head{border-bottom:1px solid #f8e6d6;flex:none;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:12px;display:flex}.modern-sheet-head p{color:var(--primary-dark);letter-spacing:.09em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.modern-sheet-head h3{letter-spacing:-.05em;margin:0;font-size:24px;line-height:1}.modern-sheet-head button{color:#9a3412;background:#fff7ed;border-radius:15px;place-items:center;width:38px;height:38px;font-size:26px;line-height:1;display:grid}.modern-form{gap:12px;padding:14px 0 0;display:grid;overflow:auto}.modern-form label{gap:7px;font-size:12px}.modern-form input,.modern-form select{background:#fff;border-radius:16px;padding:13px 12px;font-size:15px}.inline-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modern-sheet-actions{background:linear-gradient(#ffffffb3,#fff 32%);grid-template-columns:1fr 1.35fr;gap:10px;margin-top:2px;padding-top:13px;display:grid;position:sticky;bottom:0}.modern-sheet-actions .primary,.modern-sheet-actions .ghost{border-radius:17px;padding:14px 12px}.modern-sheet-actions .ghost{background:#fff7ed}.modern-sheet-actions .primary{box-shadow:0 12px 26px #f9731642}@media (width<=360px){.modern-sheet{border-radius:26px 26px 0 0;max-height:91vh;padding-left:13px;padding-right:13px}.modern-sheet-head h3{font-size:22px}.inline-fields{gap:8px}.modern-form input,.modern-form select{padding:12px 10px;font-size:14px}}@media (prefers-reduced-motion:no-preference){.modal-backdrop{animation:.18s both sheetFade}.modern-sheet{animation:.28s cubic-bezier(.2,.8,.2,1) both modernSheetUp}@keyframes sheetFade{0%{opacity:0}to{opacity:1}}@keyframes modernSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.iq-modal,.iq-modal *{box-sizing:border-box}.iq-modal{z-index:999!important;background:#1c191775!important;justify-content:center!important;align-items:flex-end!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important}.iq-sheet{width:100%!important;max-width:520px!important;max-height:82vh!important;padding:8px 16px calc(14px + env(safe-area-inset-bottom))!important;background:#fff!important;border-radius:28px 28px 0 0!important;flex-direction:column!important;display:flex!important;overflow:hidden!important;box-shadow:0 -28px 80px #1c191747!important}.iq-grabber{background:#e7d3c3!important;border-radius:99px!important;flex:none!important;width:44px!important;height:5px!important;margin:0 auto 12px!important}.iq-sheet-header{border-bottom:1px solid #f4e2d3!important;flex:none!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;padding:0 0 12px!important;display:flex!important}.iq-sheet-header span{color:#ea580c!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 5px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:block!important}.iq-sheet-header h3{color:#1c1917!important;letter-spacing:-.05em!important;margin:0!important;font-size:24px!important;font-weight:900!important;line-height:1.05!important}.iq-sheet-header p{color:#78716c!important;margin:6px 0 0!important;font-size:12px!important;line-height:1.35!important}.iq-sheet-header button{appearance:none!important;color:#9a3412!important;background:#fff7ed!important;border:0!important;border-radius:14px!important;flex:none!important;place-items:center!important;width:36px!important;height:36px!important;padding:0!important;font-size:25px!important;font-weight:500!important;line-height:1!important;display:grid!important}.iq-form{gap:11px!important;margin:0!important;padding:14px 0 0!important;display:grid!important;overflow:auto!important}.iq-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;display:grid!important}.iq-field{gap:6px!important;min-width:0!important;display:grid!important}.iq-field label{color:#57534e!important;letter-spacing:0!important;text-transform:none!important;margin:0!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;display:block!important}.iq-field input,.iq-field select{appearance:none!important;color:#1c1917!important;width:100%!important;height:45px!important;min-height:45px!important;box-shadow:none!important;background:#fff!important;border:1px solid #f1d5b8!important;border-radius:15px!important;outline:none!important;margin:0!important;padding:0 12px!important;font-size:14px!important;font-weight:600!important;line-height:45px!important}.iq-field select{background-image:linear-gradient(45deg,#0000 50%,#9a3412 50%),linear-gradient(135deg,#9a3412 50%,#0000 50%)!important;background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px!important;background-repeat:no-repeat!important;background-size:5px 5px,5px 5px!important;padding-right:34px!important}.iq-field input:focus,.iq-field select:focus{border-color:#f97316!important;box-shadow:0 0 0 4px #fed7aa8c!important}.iq-actions{background:linear-gradient(#ffffffb8,#fff 36%)!important;grid-template-columns:1fr 1.45fr!important;gap:10px!important;margin:0!important;padding:13px 0 0!important;display:grid!important;position:sticky!important;bottom:0!important}.iq-actions button{appearance:none!important;border:0!important;border-radius:16px!important;height:48px!important;margin:0!important;font-size:14px!important;font-weight:900!important}.iq-actions button:first-child{color:#9a3412!important;background:#fff7ed!important;border:1px solid #fed7aa!important}.iq-actions button:last-child{color:#fff!important;background:linear-gradient(135deg,#f97316,#ea580c)!important;box-shadow:0 12px 26px #f9731647!important}.iq-full{grid-column:1/-1!important}@media (width<=360px){.iq-sheet{border-radius:24px 24px 0 0!important;max-height:86vh!important;padding-left:13px!important;padding-right:13px!important}.iq-row{gap:8px!important}.iq-field input,.iq-field select{height:43px!important;min-height:43px!important;padding-left:10px!important;padding-right:10px!important;font-size:13px!important}.iq-sheet-header h3{font-size:22px!important}.iq-actions button{height:46px!important}}@media (prefers-reduced-motion:no-preference){.iq-modal{animation:.16s both iqFade!important}.iq-sheet{animation:.26s cubic-bezier(.2,.8,.2,1) both iqUp!important}@keyframes iqFade{0%{opacity:0}to{opacity:1}}@keyframes iqUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.product-create-page{padding-bottom:18px}.create-top{align-items:center;gap:12px;margin-bottom:16px;display:flex}.create-top button{color:#9a3412;background:#fff;border:1px solid #f4dcc6;border-radius:16px;width:42px;height:42px;font-size:22px;font-weight:900;box-shadow:0 8px 22px #9a34120b}.create-top p{color:var(--primary-dark);letter-spacing:.09em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.create-top h2{letter-spacing:-.05em;margin:0;font-size:28px;line-height:1}.create-form{gap:13px;display:grid}.create-section{background:#fff;border:1px solid #f4dcc6;border-radius:24px;gap:12px;padding:15px;display:grid;box-shadow:0 12px 32px #9a34120d}.create-section h3{letter-spacing:-.02em;margin:0;font-size:15px}.create-form label{gap:7px;font-size:12px}.create-form input,.create-form select{border-radius:15px;height:46px;padding:0 12px;font-size:14px;font-weight:600}.create-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.create-actions{background:linear-gradient(#fffaf599,#fffaf5 38%);grid-template-columns:1fr 1.35fr;gap:10px;padding-top:12px;display:grid;position:sticky;bottom:88px}.create-actions button{border-radius:17px;height:50px;font-weight:900}.create-actions button:first-child{color:#9a3412;background:#fff;border:1px solid #fed7aa}.create-actions button:last-child{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 12px 26px #f9731647}@media (width<=360px){.create-grid{grid-template-columns:1fr}.create-section{padding:13px}.create-actions{bottom:84px}}@media (prefers-reduced-motion:no-preference){.product-create-page{animation:.24s cubic-bezier(.2,.8,.2,1) both pageEnter}.create-section{animation:.28s cubic-bezier(.2,.8,.2,1) both listItem}.create-section:nth-child(2){animation-delay:40ms}}.stock-page{padding-top:2px}.stock-hero{color:#fff;background:linear-gradient(145deg,#1c1917,#431407);border-radius:30px;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:14px;padding:19px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 52px #1c191738}.stock-hero:after{content:"";background:#f9731638;border-radius:999px;width:150px;height:150px;position:absolute;top:-50px;right:-46px}.stock-hero>*{position:relative}.stock-hero p{color:#fed7aa;letter-spacing:.09em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:900}.stock-hero h2{letter-spacing:-.05em;margin:0;font-size:29px;line-height:1}.stock-hero span{color:#fde7d1;margin-top:8px;font-size:12px;line-height:1.35;display:block}.stock-hero button{color:#9a3412;background:#fff;border-radius:16px;align-items:center;gap:6px;padding:11px 12px;font-size:12px;font-weight:900;display:flex}.stock-segment{background:#fff;border:1px solid #f4dcc6;border-radius:22px;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:13px;padding:6px;display:grid;box-shadow:0 10px 28px #9a34120b}.stock-segment button{color:#78716c;background:0 0;border-radius:17px;justify-content:center;align-items:center;gap:7px;height:48px;font-weight:900;display:flex}.stock-segment button.active.in{color:#15803d;background:#dcfce7}.stock-segment button.active.out{color:#b91c1c;background:#fee2e2}.stock-form{background:#fff;border:1px solid #f4dcc6;border-radius:28px;gap:13px;padding:16px;display:grid;box-shadow:0 14px 36px #9a341210}.stock-form-head{align-items:center;gap:11px;padding-bottom:2px;display:flex}.stock-icon{border-radius:18px;place-items:center;width:46px;height:46px;display:grid}.stock-in .stock-icon{color:#15803d;background:#dcfce7}.stock-out .stock-icon{color:#b91c1c;background:#fee2e2}.stock-form-head b{letter-spacing:-.03em;font-size:18px;display:block}.stock-form-head span{color:#78716c;margin-top:2px;font-size:12px;display:block}.stock-form label{gap:7px;font-size:12px}.stock-form select,.stock-form input,.stock-form textarea{border-radius:16px;font-size:14px;font-weight:600}.selected-product{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.selected-product b{font-size:14px;display:block}.selected-product span{color:#78716c;margin-top:3px;font-size:11px;display:block}.selected-product strong{letter-spacing:-.06em;color:#9a3412;font-size:28px}.stock-two{grid-template-columns:1fr 1fr;gap:10px;display:grid}.stock-submit{color:#fff;border-radius:18px;height:52px;font-size:15px;font-weight:900;box-shadow:0 13px 28px #f9731647}.stock-in .stock-submit{background:linear-gradient(135deg,#22c55e,#16a34a)}.stock-out .stock-submit{background:linear-gradient(135deg,#ef4444,#dc2626)}.stock-shortcuts{grid-template-columns:1fr 1fr;gap:10px;margin-top:13px;display:grid}.stock-shortcuts button{color:#9a3412;background:#fff;border:1px solid #f4dcc6;border-radius:18px;justify-content:center;align-items:center;gap:8px;padding:13px 10px;font-weight:900;display:flex;box-shadow:0 10px 26px #9a34120a}@media (width<=360px){.stock-hero{border-radius:26px;padding:16px}.stock-hero h2{font-size:26px}.stock-two,.stock-shortcuts{grid-template-columns:1fr}}@media (prefers-reduced-motion:no-preference){.stock-hero{animation:.34s cubic-bezier(.2,.8,.2,1) both heroPop}.stock-segment,.stock-form,.stock-shortcuts button{animation:.28s cubic-bezier(.2,.8,.2,1) both listItem}.stock-form{animation-delay:40ms}.stock-submit,.stock-segment button,.stock-shortcuts button{transition:transform .16s,box-shadow .2s}.stock-submit:active,.stock-segment button:active,.stock-shortcuts button:active{transform:scale(.96)}}.stock-hero button{z-index:3;position:relative}.stock-hero:after{z-index:0;pointer-events:none}.movements-page{padding-top:2px}.movement-hero{background:linear-gradient(145deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;border-radius:28px;margin-bottom:12px;padding:18px;box-shadow:0 14px 34px #9a34120f}.movement-hero p{color:var(--primary-dark);letter-spacing:.09em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900}.movement-hero h2{letter-spacing:-.05em;margin:0;font-size:29px;line-height:1}.movement-hero span{color:#78716c;margin-top:8px;font-size:13px;display:block}.movement-stats{grid-template-columns:1fr 1fr 1fr;gap:9px;margin-bottom:11px;display:grid}.movement-stats div{background:#fff;border:1px solid #f4dcc6;border-radius:20px;padding:12px;box-shadow:0 10px 26px #9a34120a}.movement-stats span{color:#78716c;font-size:11px;font-weight:800;display:block}.movement-stats b{letter-spacing:-.05em;margin-top:5px;font-size:22px;display:block}.movement-stats .green{color:#16a34a}.movement-stats .red{color:#dc2626}.movement-filter{background:#fff;border:1px solid #f4dcc6;border-radius:21px;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px;padding:6px;display:grid;box-shadow:0 10px 26px #9a34120a}.movement-filter button{color:#78716c;background:0 0;border-radius:16px;height:42px;font-size:12px;font-weight:900}.movement-filter button.active{color:#fff;background:#1c1917}.movement-filter button.active.in{color:#15803d;background:#dcfce7}.movement-filter button.active.out{color:#b91c1c;background:#fee2e2}.movement-list{gap:10px;display:grid}.movement-item{background:#fff;border:1px solid #f4dcc6;border-radius:23px;grid-template-columns:40px 1fr;gap:11px;padding:13px;display:grid;box-shadow:0 12px 30px #9a34120b}.movement-badge{border-radius:16px;place-items:center;width:40px;height:40px;font-size:18px;font-weight:900;display:grid}.movement-badge.in{color:#15803d;background:#dcfce7}.movement-badge.out{color:#b91c1c;background:#fee2e2}.movement-body{min-width:0}.movement-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.movement-title b{text-overflow:ellipsis;min-width:0;font-size:14px;line-height:1.25;overflow:hidden}.movement-title strong{white-space:nowrap;font-size:15px}.movement-title strong.in{color:#16a34a}.movement-title strong.out{color:#dc2626}.movement-body span{color:#78716c;margin-top:4px;font-size:12px;display:block}.movement-body em{color:#57534e;background:#faf4ee;border-radius:12px;margin-top:8px;padding:7px 9px;font-size:12px;font-style:normal;display:block}.movement-body small{color:#a8a29e;margin-top:7px;font-size:11px;display:block}@media (prefers-reduced-motion:no-preference){.movement-hero,.movement-stats div,.movement-filter,.movement-item{animation:.28s cubic-bezier(.2,.8,.2,1) both listItem}.movement-item:nth-child(2){animation-delay:35ms}.movement-item:nth-child(3){animation-delay:70ms}.movement-filter button,.movement-item{transition:transform .16s}.movement-filter button:active,.movement-item:active{transform:scale(.98)}}.home-page{padding-top:2px}.home-hero{color:#fff;background:linear-gradient(145deg,#fb923c 0%,#f97316 48%,#9a3412 100%);border-radius:32px;margin-bottom:13px;padding:19px;position:relative;overflow:hidden;box-shadow:0 24px 58px #f973165c}.home-hero:before{content:"";background:#ffffff29;border-radius:999px;width:170px;height:170px;position:absolute;top:-60px;right:-54px}.home-hero:after{content:"";background:#ffffff14;border-radius:999px;width:150px;height:150px;position:absolute;bottom:-70px;left:-45px}.home-hero>*{position:relative}.home-hero-top{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:25px;display:flex}.home-hero-top p{color:#ffedd5;letter-spacing:.1em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900}.home-hero-top h2{letter-spacing:-.06em;margin:0;font-size:31px;line-height:1}.home-hero-top button{color:#9a3412;background:#fff;border-radius:16px;padding:11px 13px;font-size:13px;font-weight:900;box-shadow:0 10px 26px #4314072e}.home-value span{color:#ffedd5;font-size:12px;font-weight:800;display:block}.home-value strong{letter-spacing:-.06em;margin-top:6px;font-size:31px;line-height:1;display:block}.home-value small{color:#fff7ed;margin-top:9px;font-size:12px;display:block}.home-actions{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:13px;display:grid}.home-actions button{color:#9a3412;background:#fff;border:1px solid #f4dcc6;border-radius:20px;justify-items:center;gap:6px;padding:13px 8px;font-weight:900;display:grid;box-shadow:0 10px 26px #9a34120b}.home-actions span{font-size:12px}.home-stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.home-stats .stat{border-radius:22px;padding:14px}.home-stats .stat.orange strong{color:#ea580c}.home-stats .stat.red strong{color:#dc2626}.home-low-list{background:#fff;border:1px solid #f4dcc6;border-radius:23px;overflow:hidden;box-shadow:0 12px 30px #9a34120b}.home-low-list button{text-align:left;background:#fff;border-bottom:1px solid #f8e6d6;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:13px 14px;display:flex}.home-low-list button:last-child{border-bottom:0}.home-low-list b{font-size:14px;display:block}.home-low-list span{color:#78716c;margin-top:3px;font-size:11px;display:block}.home-low-list strong{border-radius:13px;place-items:center;min-width:38px;height:32px;font-size:16px;display:grid}.home-activity{gap:9px;display:grid}.home-activity article{background:#fff;border:1px solid #f4dcc6;border-radius:21px;grid-template-columns:36px 1fr;gap:10px;padding:12px;display:grid;box-shadow:0 10px 26px #9a34120a}.home-activity .dot{border-radius:14px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.home-activity .dot.in{color:#15803d;background:#dcfce7}.home-activity .dot.out{color:#b91c1c;background:#fee2e2}.home-activity b{font-size:14px;display:block}.home-activity span{color:#78716c;margin-top:3px;font-size:12px;display:block}.home-empty{text-align:center;color:#78716c;background:#fff;border:1px dashed #f1c9a5;border-radius:22px;padding:18px;font-weight:700}@media (prefers-reduced-motion:no-preference){.home-hero{animation:.34s cubic-bezier(.2,.8,.2,1) both heroPop}.home-actions button,.home-stats .stat,.home-low-list,.home-activity article{animation:.28s cubic-bezier(.2,.8,.2,1) both listItem}.home-actions button:nth-child(2),.home-stats .stat:nth-child(2),.home-activity article:nth-child(2){animation-delay:35ms}.home-actions button:nth-child(3),.home-stats .stat:nth-child(3),.home-activity article:nth-child(3){animation-delay:70ms}.home-actions button,.home-low-list button,.home-activity article{transition:transform .16s}.home-actions button:active,.home-low-list button:active,.home-activity article:active{transform:scale(.98)}}.login-full{max-width:520px;min-height:100vh;padding:22px 18px calc(22px + env(safe-area-inset-bottom));background:linear-gradient(#9a3412 0%,#ea580c 36%,#fff7ed 36%,#fff 100%);flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}.login-full:before{content:"";background:#ffffff21;border-radius:999px;width:220px;height:220px;position:absolute;top:-75px;right:-70px}.login-full:after{content:"";background:#ffffff1a;border-radius:999px;width:150px;height:150px;position:absolute;top:145px;left:-65px}.login-hero-full{z-index:1;color:#fff;gap:18px;padding:18px 2px 34px;display:grid;position:relative}.login-logo{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#ffffff2e;border:1px solid #ffffff3d;border-radius:24px;place-items:center;width:64px;height:64px;display:grid}.login-hero-full p{color:#ffedd5;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:900}.login-hero-full h1{letter-spacing:-.06em;margin:0;font-size:38px;line-height:1}.login-hero-full span{color:#fff7ed;max-width:330px;margin-top:10px;font-size:14px;line-height:1.5;display:block}.login-panel{z-index:2;background:#fff;border:1px solid #f4dcc6;border-radius:32px;margin-top:auto;padding:22px 18px;position:relative;box-shadow:0 26px 70px #43140733}.login-panel-head{margin-bottom:18px}.login-panel h2{letter-spacing:-.05em;margin:0;font-size:29px;line-height:1}.login-panel p{color:#78716c;margin:8px 0 0;font-size:13px;line-height:1.45}.login-form{gap:14px;display:grid}.login-form label{gap:8px;font-size:12px}.login-form input{background:#fffaf5;border-radius:17px;height:50px;padding:0 14px;font-size:15px;font-weight:600}.login-form .primary{height:52px;margin-top:2px}@media (width>=760px){.login-full{border-left:1px solid #fed7aa;border-right:1px solid #fed7aa}}@media (prefers-reduced-motion:no-preference){.login-logo,.login-hero-full h1,.login-hero-full span,.login-panel{animation:.32s cubic-bezier(.2,.8,.2,1) both softRise}.login-panel{animation-delay:60ms}}.auth-screen,.auth-screen *{box-sizing:border-box}.auth-screen{background:#fff7ed!important;flex-direction:column!important;width:100%!important;max-width:520px!important;min-height:100vh!important;margin:0 auto!important;padding:0!important;display:flex!important;overflow:hidden!important}.auth-brand{color:#fff!important;background:linear-gradient(145deg,#f97316,#c2410c)!important;border-radius:0 0 34px 34px!important;flex-direction:column!important;justify-content:flex-end!important;min-height:310px!important;padding:34px 22px 46px!important;display:flex!important;position:relative!important;overflow:hidden!important}.auth-brand:before{content:""!important;background:#ffffff21!important;border-radius:999px!important;width:230px!important;height:230px!important;position:absolute!important;top:-80px!important;right:-70px!important}.auth-brand:after{content:""!important;background:#ffffff1a!important;border-radius:999px!important;width:170px!important;height:170px!important;position:absolute!important;bottom:-70px!important;left:-65px!important}.auth-brand>*{z-index:1!important;position:relative!important}.auth-logo{color:#fff!important;background:#ffffff2e!important;border:1px solid #ffffff3d!important;border-radius:23px!important;place-items:center!important;width:62px!important;height:62px!important;margin-bottom:18px!important;display:grid!important}.auth-brand p{color:#ffedd5!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin:0 0 8px!important;font-size:11px!important;font-weight:900!important}.auth-brand h1{color:#fff!important;letter-spacing:-.06em!important;margin:0!important;font-size:40px!important;font-weight:900!important;line-height:1!important}.auth-brand span{color:#fff7ed!important;max-width:350px!important;margin-top:12px!important;font-size:14px!important;line-height:1.5!important;display:block!important}.auth-form{padding:24px 18px calc(24px + env(safe-area-inset-bottom))!important;background:#fff7ed!important;flex-direction:column!important;flex:1!important;gap:14px!important;margin:0!important;display:flex!important}.auth-title{margin-bottom:2px!important}.auth-title h2{color:#1c1917!important;letter-spacing:-.05em!important;margin:0!important;font-size:30px!important;font-weight:900!important;line-height:1!important}.auth-title p{color:#78716c!important;margin:8px 0 0!important;font-size:13px!important;line-height:1.4!important}.auth-form label{color:#57534e!important;gap:8px!important;margin:0!important;font-size:12px!important;font-weight:900!important;display:grid!important}.auth-form input{appearance:none!important;color:#1c1917!important;background:#fff!important;border:1px solid #f1d5b8!important;border-radius:18px!important;outline:none!important;width:100%!important;height:52px!important;margin:0!important;padding:0 15px!important;font-size:15px!important;font-weight:600!important;box-shadow:0 8px 24px #9a34120d!important}.auth-form input:focus{border-color:#f97316!important;box-shadow:0 0 0 4px #fed7aa94!important}.auth-form button{appearance:none!important;color:#fff!important;background:linear-gradient(135deg,#f97316,#ea580c)!important;border:0!important;border-radius:18px!important;width:100%!important;height:54px!important;margin-top:4px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 14px 30px #f9731652!important}.auth-form .alert{margin:0!important}@media (height<=680px){.auth-brand{min-height:250px!important;padding-top:24px!important;padding-bottom:32px!important}.auth-logo{width:54px!important;height:54px!important;margin-bottom:14px!important}.auth-brand h1{font-size:35px!important}.auth-form{gap:12px!important;padding-top:18px!important}.auth-form input{height:48px!important}.auth-form button{height:50px!important}}@media (prefers-reduced-motion:no-preference){.auth-logo,.auth-brand h1,.auth-brand span,.auth-form{animation:.3s cubic-bezier(.2,.8,.2,1) both softRise}.auth-form{animation-delay:50ms}.auth-form button{transition:transform .16s}.auth-form button:active{transform:scale(.97)}}.account-wrap{z-index:20;position:relative}.account-btn{color:#9a3412;background:#fff;border:1px solid #fed7aa;border-radius:16px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 22px #9a34120b}.account-menu{background:#fff;border:1px solid #f4dcc6;border-radius:18px;gap:4px;width:156px;padding:7px;display:grid;position:absolute;top:50px;right:0;box-shadow:0 18px 50px #4314072e}.account-menu button{color:#1c1917;text-align:left;background:0 0;border-radius:13px;align-items:center;gap:9px;height:42px;padding:0 10px;font-weight:800;display:flex}.account-menu button:hover,.account-menu button:active{color:#9a3412;background:#fff7ed}.profile-page{padding-top:2px}.profile-form{background:#fff;border:1px solid #f4dcc6;border-radius:26px;gap:14px;padding:16px;display:grid;box-shadow:0 14px 36px #9a34120d}.profile-avatar{color:#9a3412;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;border-radius:22px;align-items:center;gap:12px;padding:14px;display:flex}.profile-avatar b{color:#1c1917;font-size:16px;display:block}.profile-avatar span{color:#78716c;margin-top:3px;font-size:12px;display:block}.profile-form label{gap:7px;font-size:12px}.profile-form input{border-radius:16px;height:48px;font-size:14px;font-weight:600}.profile-divider{border-top:1px solid #f8e6d6;margin-top:2px;padding-top:14px}.profile-divider span{color:#1c1917;font-weight:900;display:block}.profile-divider small{color:#78716c;margin-top:4px;font-size:12px;display:block}.profile-form .primary{height:52px}@media (prefers-reduced-motion:no-preference){.account-menu{animation:.18s cubic-bezier(.2,.8,.2,1) both listItem}.profile-form{animation:.28s cubic-bezier(.2,.8,.2,1) both listItem}.account-btn,.account-menu button{transition:transform .16s}.account-btn:active,.account-menu button:active{transform:scale(.96)}}
