:root{--st-bg:#fbfaf3;--st-text:#3d3218;--st-muted:#766b50;--st-card:#fff;--st-line:#eadfbd;--st-accent:#8a6514;--st-accent2:#b8871f;--st-mint:#fff1bf;--st-danger:#a84235;--st-shadow:0 12px 36px rgba(117,82,11,.08)}
*{box-sizing:border-box}
html{overflow-y:scroll;scrollbar-gutter:stable;background:var(--st-bg)}
body{min-height:100vh!important;margin:0!important;padding:0!important;background:var(--st-bg)!important;color:var(--st-text)!important;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important}
.stekatt-topbar{position:sticky;top:0;z-index:1000;width:100%;background:#fff;border-bottom:1px solid var(--st-line);box-shadow:0 2px 12px rgba(117,82,11,.06)}
.stekatt-topbar-inner{display:flex;height:57.333333px;max-width:1540px;align-items:center;gap:12px;margin:0 auto;padding:10px 32px}
.stekatt-brand{display:flex;align-items:center;gap:10px;color:var(--st-text)!important;font-weight:750;text-decoration:none!important;white-space:nowrap}
.stekatt-brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:var(--st-accent);color:#fff;font:800 16px Georgia,serif}
.stekatt-nav{display:flex;align-items:center;gap:8px;margin-left:auto;overflow-x:auto}
.stekatt-nav a{padding:8px 10px;border-radius:10px;color:var(--st-text)!important;font-weight:600;text-decoration:none!important;white-space:nowrap}
.stekatt-nav a:hover,.stekatt-nav a.active{background:var(--st-mint);color:var(--st-accent)!important}
.stekatt-menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-left:auto;padding:8px!important;border:1px solid var(--st-line)!important;border-radius:10px!important;background:#fff!important;color:var(--st-text)!important}
.stekatt-menu-toggle span{display:block;width:23px;height:3px;border-radius:3px;background:var(--st-accent);transition:transform .2s ease,opacity .2s ease}
.stekatt-topbar.menu-open .stekatt-menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}.stekatt-topbar.menu-open .stekatt-menu-toggle span:nth-child(2){opacity:0}.stekatt-topbar.menu-open .stekatt-menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
body>.container{width:min(1540px,calc(100% - 48px))!important;max-width:1540px!important;min-height:calc(100vh - 109px);margin:24px auto 48px!important;padding:20px 32px 42px!important;overflow:hidden;background:rgba(255,255,255,.88)!important;border:1px solid rgba(234,223,189,.9)!important;border-radius:22px!important;box-shadow:0 26px 70px rgba(117,82,11,.14),0 6px 18px rgba(117,82,11,.07)!important}
.stekatt-hero{position:relative;display:flex;height:210px;min-height:210px;align-items:center;justify-content:space-between;gap:30px;margin:8px 0 24px;padding:30px 32px;overflow:hidden;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#8a6514 0%,#b8871f 72%,#d6aa3e 100%)!important;box-shadow:0 16px 38px rgba(117,82,11,.18)!important;color:#fff!important;text-align:left!important}
.stekatt-hero::after{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-150px;border-radius:50%;background:rgba(255,255,255,.09)}
.stekatt-hero>*{position:relative;z-index:1}.stekatt-hero-copy{max-width:900px}.stekatt-hero h1{margin:0 0 7px!important;color:#fff!important;font-size:32px!important;font-weight:800!important;line-height:1.15!important}.stekatt-hero p{margin:0!important;color:#e8f3f0!important;font-size:16px!important;line-height:1.5!important}
.stekatt-hero .welcome-message{padding:0!important;border:0!important}
h1,h2,h3{color:var(--st-text)}
.options-grid,.cards-grid,.inventory-grid,.contracts-grid,.accounts-grid,.debt-grid{gap:18px!important}
.option-card,.account-card,.contract-card,.item-card,.debt-card,.general-list,.section-box,.calendar-container,.admin-section,.content-card{border:1px solid var(--st-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--st-shadow)!important;color:var(--st-text)!important}
.option-card{min-height:190px!important;padding:24px!important;transition:transform .18s ease,box-shadow .18s ease!important}.option-card:hover{transform:translateY(-3px)!important;border-color:#d8bd6d!important;box-shadow:0 18px 38px rgba(117,82,11,.14)!important}.option-card p,.subtitle,.welcome-message{color:var(--st-muted)!important}
.icon{color:var(--st-accent)!important}
button,.btn,.btn-login,.btn-add,.btn-submit,.btn-pay,.admin-link,.log-links a{border-color:var(--st-accent)!important;border-radius:9px!important;background:var(--st-accent)!important;color:#fff!important;font-family:inherit!important;font-weight:750!important;box-shadow:none!important}
button:hover,.btn:hover,.btn-login:hover,.btn-add:hover,.btn-submit:hover,.btn-pay:hover{background:#684a0d!important}
.btn-back{display:inline-flex!important;align-items:center!important;min-height:40px;padding:9px 14px!important;border:1px solid #dccb98!important;border-radius:9px!important;background:#fff!important;color:var(--st-accent)!important;box-shadow:none!important;text-decoration:none!important}
input,select,textarea{border:1px solid #dfd2a8!important;border-radius:10px!important;background:#fff!important;color:var(--st-text)!important;font-family:inherit!important}input:focus,select:focus,textarea:focus{border-color:var(--st-accent2)!important;outline:3px solid rgba(184,135,31,.14)!important}
table{overflow:hidden;border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--st-line)!important;border-radius:12px!important;background:#fff!important}th{background:#eaf2ef!important;color:#365c55!important}th,td{border-color:var(--st-line)!important}
.total-card,.dashboard-header{border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#8a6514 0%,#b8871f 72%,#d6aa3e 100%)!important;box-shadow:0 16px 38px rgba(117,82,11,.18)!important;color:#fff!important}.total-card h1,.total-card h2,.dashboard-header h1,.dashboard-header h2{color:#fff!important}
.login-container{width:min(440px,calc(100% - 32px))!important;margin:48px auto!important;padding:32px!important;border:1px solid var(--st-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 18px 50px rgba(117,82,11,.14)!important}.login-container h2,.login-container h3{text-align:center}.login-container button{min-height:44px}
.error,.alert-error{border-color:#edc7c1!important;border-radius:10px!important;background:#fff0ee!important;color:#8b3329!important}.alert-success{border-color:#bce1d2!important;border-radius:10px!important;background:#e3f5ec!important;color:#175b45!important}
.logout-link{display:inline-block;margin-top:24px;color:var(--st-danger)!important;font-weight:750}
body>header:not(.stekatt-topbar){border-color:var(--st-line)!important;background:#fff!important}
.stekatt-hushall>header:not(.stekatt-topbar){position:relative!important;top:auto!important;width:min(1540px,calc(100% - 48px))!important;height:210px!important;min-height:210px!important;margin:24px auto 22px!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#8a6514 0%,#b8871f 72%,#d6aa3e 100%)!important;box-shadow:0 16px 38px rgba(117,82,11,.18)!important;color:#fff!important}
.stekatt-hushall>header:not(.stekatt-topbar)::after{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-150px;border-radius:50%;background:rgba(255,255,255,.09)}
.stekatt-hushall>header:not(.stekatt-topbar)>div{position:relative;z-index:1;max-width:none!important;height:100%;align-items:center!important;padding:30px 32px!important}.stekatt-hushall>header:not(.stekatt-topbar) h1,.stekatt-hushall>header:not(.stekatt-topbar) p{color:#fff!important}.stekatt-hushall>header:not(.stekatt-topbar) button{background:#fff!important;color:var(--st-accent)!important}
.stekatt-hushall>main{width:min(1540px,calc(100% - 48px))!important;max-width:1540px!important;margin:0 auto 48px!important;padding:28px 32px 42px!important;border:1px solid rgba(234,223,189,.9)!important;border-radius:22px!important;background:rgba(255,255,255,.88)!important;box-shadow:0 26px 70px rgba(117,82,11,.14),0 6px 18px rgba(117,82,11,.07)!important}
.stekatt-household-shell>header:not(.stekatt-topbar){position:relative!important;top:auto!important;width:100%!important;height:210px!important;min-height:210px!important;margin:8px 0 24px!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#8a6514 0%,#b8871f 72%,#d6aa3e 100%)!important;box-shadow:0 16px 38px rgba(117,82,11,.18)!important;color:#fff!important}
.stekatt-household-shell>header:not(.stekatt-topbar)::after{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-150px;border-radius:50%;background:rgba(255,255,255,.09)}
.stekatt-household-shell>header:not(.stekatt-topbar)>div{position:relative;z-index:1;width:100%!important;max-width:none!important;height:100%;align-items:center!important;padding:30px 32px!important}.stekatt-household-shell>header:not(.stekatt-topbar) h1{margin:0 0 7px!important;color:#fff!important;font-size:32px!important;font-weight:800!important;line-height:1.15!important}.stekatt-household-shell>header:not(.stekatt-topbar) p{margin:0!important;color:#e8f3f0!important;font-size:16px!important;line-height:1.5!important}.stekatt-household-shell>header:not(.stekatt-topbar) button{background:#fff!important;color:var(--st-accent)!important}
.stekatt-household-shell>main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
@media(max-width:900px){.stekatt-topbar-inner{position:relative;height:auto;min-height:57.333333px;align-items:center;flex-wrap:wrap;padding:10px 14px}.stekatt-menu-toggle{display:flex}.stekatt-nav{display:none;width:100%;margin:8px 0 2px;padding:8px;border:1px solid var(--st-line);border-radius:13px;background:#fff;box-shadow:0 14px 28px rgba(117,82,11,.13);overflow:visible}.stekatt-topbar.menu-open .stekatt-nav{display:grid;grid-template-columns:1fr 1fr;gap:5px}.stekatt-nav a{display:flex;min-height:44px;align-items:center;padding:10px 12px}.stekatt-hero{height:auto;min-height:180px;padding:24px}body>.container{width:calc(100% - 16px)!important;margin:8px auto 24px!important;padding:8px 8px 28px!important;border-radius:14px!important}.stekatt-hushall>header:not(.stekatt-topbar),.stekatt-hushall>main{width:calc(100% - 16px)!important}.stekatt-hushall>header:not(.stekatt-topbar){height:auto!important;min-height:180px!important}.stekatt-hushall>header:not(.stekatt-topbar)>div{padding:24px!important}.stekatt-hushall>main{padding:18px!important}}
@media(max-width:480px){.stekatt-topbar.menu-open .stekatt-nav{grid-template-columns:1fr}}
.stekatt-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(1500px,calc(100% - 32px));margin:28px auto 16px;padding:14px 18px;border-top:1px solid #dfd3ac;color:#72591e;font-size:12px;font-weight:750}.stekatt-footer-version{color:var(--st-muted);font-weight:650}@media(max-width:620px){.stekatt-footer{align-items:flex-start;flex-direction:column;width:calc(100% - 24px);margin-top:20px}}
