:root{
  --dp-navy:#0e2f4d;
  --dp-navy-2:#173b5b;
  --dp-teal:#159a9a;
  --dp-teal-2:#28aaa8;
  --dp-mint:#eaf8f7;
  --dp-sky:#eaf6fb;
  --dp-coral:#ff6b5f;
  --dp-yellow:#ffb13b;
  --dp-green:#2ca56f;
  --dp-water:#31a9db;
  --dp-text:#17324b;
  --dp-muted:#718295;
  --dp-line:#e4edf1;
  --dp-bg:#f8fbfc;
  --dp-white:#fff;
  --dp-shadow:0 9px 28px rgba(23,50,75,.07);
  --dp-radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.daheimpilot-theme{margin:0;background:#fff;color:var(--dp-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:var(--dp-teal);text-decoration:none}
a:hover{color:#0c8383}
button,input,select,textarea{font:inherit}

.dp-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #eef3f5;box-shadow:0 3px 16px rgba(24,54,76,.035)}
.admin-bar .dp-site-header{top:32px}
.dp-header-inner{max-width:1440px;margin:0 auto;min-height:116px;padding:10px 30px;display:grid;grid-template-columns:minmax(260px,390px) 1fr auto;align-items:center;gap:26px}
.dp-brand{display:flex;align-items:center;gap:12px;color:var(--dp-navy);min-width:0}
.dp-brand:hover{color:var(--dp-navy)}
.dp-brand-emblem{width:118px;height:82px;object-fit:contain;object-position:center}
.dp-brand-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.dp-wordmark{position:relative;font-weight:800;font-size:31px;letter-spacing:-1.3px;color:var(--dp-navy);white-space:nowrap}
.dp-wordmark span{color:var(--dp-teal)}
.dp-wordmark i{position:absolute;font-style:normal;font-size:11px;color:var(--dp-coral);top:-2px;left:111px}
.dp-brand-copy small{text-transform:uppercase;font-size:7.8px;font-weight:800;letter-spacing:.055em;margin-top:5px;color:#445b70;white-space:nowrap}
.dp-brand-copy b{font-size:13px;letter-spacing:.16em;color:var(--dp-teal);margin-top:8px;font-weight:600}
.dp-main-nav{display:flex;align-items:center;justify-content:center;gap:13px;min-width:0}
.dp-main-nav a{min-width:82px;padding:12px 10px 10px;border-radius:13px;color:var(--dp-navy);display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;font-weight:650;transition:.18s ease}
.dp-main-nav a svg{transition:.18s ease}
.dp-main-nav a:hover,.dp-main-nav a.active{background:#f1fbfa;color:var(--dp-teal)}
.dp-main-nav a.active svg{stroke-width:2.2}
.dp-user-area{display:flex;align-items:center;gap:12px}
.dp-user-bell{color:var(--dp-navy);display:inline-flex}
.dp-user{display:flex;align-items:center;gap:7px;color:var(--dp-navy);font-size:12px;font-weight:700}
.dp-user img{border-radius:50%;border:2px solid #edf5f5}
.dp-login-link{padding:10px 15px;background:var(--dp-teal);color:#fff;border-radius:10px;font-weight:700}
.dp-main{min-height:calc(100vh - 190px)}

.dp-dashboard,.dp-page-shell{max-width:1440px;margin:0 auto;padding:28px 30px 22px}
.dp-hero{position:relative;min-height:255px;background:linear-gradient(100deg,#effafa 0%,#f5fcfd 46%,#eef8fa 100%);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1.05fr 1.25fr .56fr;align-items:center;padding:22px 38px;box-shadow:inset 0 0 0 1px rgba(30,146,147,.035)}
.dp-hero:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(54,172,166,.09),rgba(54,172,166,0) 70%);right:120px;top:-30px}
.dp-hero-copy{position:relative;z-index:2}
.dp-hero-copy h1{font-size:37px;line-height:1.12;letter-spacing:-1.25px;margin:0;color:var(--dp-navy);font-weight:800}
.dp-hero-copy h1 span{color:var(--dp-teal)}
.dp-hero-copy p{max-width:430px;font-size:15px;line-height:1.55;color:#344d63;margin:17px 0 20px}
.dp-hero-actions{display:flex;flex-wrap:wrap;gap:11px}
.dp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;padding:11px 17px;font-size:13px;font-weight:750;border:1px solid transparent;transition:.18s ease;box-shadow:none}
.dp-btn-primary{background:var(--dp-teal);color:#fff}.dp-btn-primary:hover{background:#0b8586;color:#fff;transform:translateY(-1px)}
.dp-btn-secondary{background:#fff;border-color:#dbe8eb;color:var(--dp-navy)}.dp-btn-secondary:hover{border-color:#b9d7d9;color:var(--dp-teal)}
.dp-hero-visual{height:245px;align-self:end;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:1}
.dp-hero-visual img{width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 8px 10px rgba(20,50,70,.05))}
.dp-hero blockquote{position:relative;z-index:2;margin:0;text-align:center;color:var(--dp-teal);font-size:18px;line-height:1.45;font-style:italic;font-weight:500}
.dp-hero blockquote span{color:var(--dp-coral);font-style:normal;font-size:25px;margin-left:4px}

.dp-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}
.dp-kpi{min-height:116px;background:#fff;border:1px solid var(--dp-line);border-radius:var(--dp-radius);box-shadow:var(--dp-shadow);padding:18px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}
.dp-kpi>div{min-width:0}.dp-kpi small{display:block;font-size:12px;font-weight:700;color:#496176;margin-bottom:5px}.dp-kpi strong{display:block;font-size:24px;line-height:1.05;color:var(--dp-navy);font-weight:780;letter-spacing:-.45px}.dp-kpi>div>span{display:block;font-size:11px;color:var(--dp-muted);margin-top:7px}.dp-kpi>a{display:flex;color:#6e8495}
.dp-kpi-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff}.dp-coral{background:linear-gradient(145deg,#ff7d70,#ff5c50)}.dp-teal{background:linear-gradient(145deg,#27b5b2,#118d90)}.dp-yellow{background:linear-gradient(145deg,#ffbd4e,#f39a1f)}.dp-green{background:linear-gradient(145deg,#35b57e,#218f62)}
.dp-positive{color:#1ea065!important}.dp-negative{color:#e45f55!important}
.dp-progress{height:5px;border-radius:999px;background:#e8edf0;margin-top:10px;overflow:hidden}.dp-progress i{display:block;height:100%;background:var(--dp-coral);border-radius:999px}.dp-kpi em{font-size:10px;color:#6f8090;font-style:normal;float:right;margin-top:-11px}

.dp-main-grid{display:grid;grid-template-columns:1.02fr 1.7fr 1.34fr;gap:18px;margin-top:18px;align-items:stretch}
.dp-panel{background:#fff;border:1px solid var(--dp-line);border-radius:var(--dp-radius);box-shadow:var(--dp-shadow);padding:19px;min-width:0}
.dp-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.dp-panel-head h2{font-size:15px;color:var(--dp-navy);margin:0;font-weight:800}.dp-panel-head a,.dp-panel-head span{font-size:10px;font-weight:700;color:#718798}
.dp-list-row{display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #edf2f4}.dp-list-row:last-of-type{border-bottom:0}.dp-list-icon{color:var(--dp-teal);display:flex}.dp-list-row strong{font-size:12px;display:block;color:var(--dp-navy)}.dp-list-row small{display:block;color:#758899;font-size:9px;margin-top:2px}.dp-list-row b{font-size:12px;color:var(--dp-navy)}
.dp-chart-card{grid-column:2}.dp-chart-wrap{width:100%;height:190px;margin-top:3px}.dp-chart-wrap svg{width:100%;height:100%;overflow:visible}.dp-budget-line{stroke:#58b9b7;stroke-width:1.4;stroke-dasharray:6 5}.dp-expense-line{fill:none;stroke:var(--dp-teal);stroke-width:3}.dp-chart-dot{fill:var(--dp-teal);stroke:#fff;stroke-width:2}.dp-chart-label{font-size:9px;fill:#718295}.dp-chart-legend{display:flex;justify-content:flex-end;gap:14px;font-size:9px;color:#778a99;margin-top:-4px}.dp-chart-legend span{display:flex;align-items:center;gap:5px}.dp-chart-legend i{width:16px;height:2px;background:var(--dp-teal);display:inline-block}.dp-chart-legend i.budget{background:none;border-top:2px dashed #58b9b7}
.dp-consumption-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding:15px 0;border-bottom:1px solid #edf2f4}.dp-consumption-row span{display:flex}.dp-consumption-row b{font-size:12px}.dp-consumption-row em{font-style:normal;font-size:12px;font-weight:700;color:var(--dp-navy)}.dp-electric{color:#f5a623}.dp-water{color:#2ca8dd}.dp-heat{color:#ff6d62}.dp-empty{color:#8493a0;font-size:12px}.dp-small{font-size:10px;margin:10px 0 0}
.dp-shopping-list{grid-column:1}.dp-check-row{position:relative;padding:7px 0 7px 27px;font-size:12px;color:#2d465d}.dp-check-row span{position:absolute;left:0;top:6px;width:15px;height:15px;border:1px solid #cddce2;border-radius:3px;background:#fff}.dp-text-link{display:block;margin-top:13px;font-size:10px;font-weight:750}
.dp-category-card{grid-column:2}.dp-category-content{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center}.dp-donut{width:154px;height:154px;border-radius:50%;display:grid;place-items:center;margin:auto;position:relative}.dp-donut:after{content:"";position:absolute;width:86px;height:86px;border-radius:50%;background:#fff}.dp-donut>div{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column}.dp-donut strong{font-size:13px;color:var(--dp-navy)}.dp-donut span{font-size:9px;color:#748695;margin-top:2px}.dp-category-legend>div{display:grid;grid-template-columns:9px 1fr auto 46px;gap:7px;align-items:center;margin:8px 0;font-size:9.5px}.dp-category-legend i{width:7px;height:7px;border-radius:50%}.dp-category-legend span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-category-legend b{font-size:9.5px}.dp-category-legend em{font-style:normal;text-align:right;color:#6e8190}
.dp-shopping-promo{grid-column:3;background:linear-gradient(135deg,#e8f8f6 0%,#effaf8 60%,#e3f4f3 100%);display:grid;grid-template-columns:1fr 128px;gap:15px;align-items:center;overflow:hidden}.dp-shopping-promo .dp-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#6a9394;font-weight:800}.dp-shopping-promo h2{font-size:23px;line-height:1.06;color:var(--dp-teal);margin:5px 0 9px}.dp-shopping-promo p{font-size:11px;line-height:1.5;color:#355368}.dp-shopping-promo .dp-btn{padding:9px 13px;font-size:10px}.dp-phone{width:105px;height:174px;border:5px solid var(--dp-navy);border-radius:19px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--dp-teal);transform:rotate(-3deg);box-shadow:0 14px 24px rgba(23,50,75,.12);position:relative}.dp-phone:before{content:"";position:absolute;top:5px;width:35px;height:5px;background:var(--dp-navy);border-radius:5px}.dp-phone>svg:not(:first-child){width:17px;height:17px}

.dp-footer{padding:0 30px 26px}.dp-footer-inner{max-width:1440px;margin:0 auto;background:#edf7f7;border-radius:14px;min-height:55px;padding:12px 25px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#5e7181}.dp-footer-love{display:flex;align-items:center;gap:13px;font-size:10px}.dp-footer-love svg{color:var(--dp-teal)}.dp-footer-nav{display:flex;gap:22px}.dp-footer-nav a{font-size:10px;color:#586d7f}

.dp-page-shell{padding-top:30px}.dp-content-card,.dp-hhb-content{background:#fff}.dp-content-card{border:1px solid var(--dp-line);box-shadow:var(--dp-shadow);border-radius:var(--dp-radius);padding:28px}.dp-content-card h1{margin-top:0}.dp-hhb-content{padding:0}
.dp-module-hero{min-height:220px;border-radius:20px;background:linear-gradient(120deg,#eefafa,#f5fbfc);display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 45px;margin-bottom:18px}.dp-module-hero h1{font-size:36px;letter-spacing:-1px;margin:5px 0 11px}.dp-module-hero p{max-width:680px;line-height:1.55;color:#536a7c}.dp-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--dp-teal)}.dp-module-icon{width:110px;height:110px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--dp-teal);box-shadow:var(--dp-shadow)}
.dp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dp-placeholder-grid .dp-panel{text-align:left}.dp-placeholder-grid h3{margin:13px 0 5px}.dp-placeholder-grid strong{font-size:28px}.dp-mini-icon{width:46px;height:46px;border-radius:50%;background:#f3f9f9;display:grid;place-items:center}.dp-coming-soon{display:grid;grid-template-columns:140px 1fr;gap:30px;align-items:center}.dp-coming-phone{width:130px;height:170px;border:7px solid var(--dp-navy);border-radius:24px;display:grid;place-items:center;color:var(--dp-teal)}
.dp-login-panel{max-width:520px;margin:70px auto;background:#fff;border:1px solid var(--dp-line);box-shadow:var(--dp-shadow);border-radius:22px;padding:34px}.dp-login-panel img{display:block;max-width:320px;width:100%;height:auto;margin:0 auto 10px}.dp-login-panel h1{text-align:center;font-size:28px}.dp-login-panel>p{text-align:center;color:var(--dp-muted)}.dp-login-panel label{font-size:12px;font-weight:700;color:#52687b}.dp-login-panel input[type=text],.dp-login-panel input[type=password]{width:100%;border:1px solid #d9e5e9;border-radius:9px;padding:10px}.dp-login-panel .button{background:var(--dp-teal);color:#fff;border:0;border-radius:9px;padding:10px 16px;font-weight:700}

/* Totti Haushaltsbuch Plugin – DaheimPilot skin */
:root{--hhb-bg:#f8fbfc;--hhb-card:#fff;--hhb-text:#17324b;--hhb-muted:#718295;--hhb-line:#e4edf1;--hhb-accent:#159a9a;--hhb-accent2:#eaf8f7;--hhb-good:#259a67;--hhb-bad:#e45f55;--hhb-shadow:0 9px 28px rgba(23,50,75,.06)}
.dp-hhb-page{max-width:1440px}.dp-hhb-page .hhb-app{max-width:none;margin:0;padding:0;background:transparent;border-radius:0;font-family:inherit}.dp-hhb-page .hhb-head{background:linear-gradient(100deg,#effafa,#f6fbfc);border:1px solid #edf4f5;border-radius:18px;padding:22px 25px;margin-bottom:14px}.dp-hhb-page .hhb-eyebrow{color:var(--dp-teal)}.dp-hhb-page .hhb-head h2{color:var(--dp-navy);font-size:28px}.dp-hhb-page .hhb-month input{border-color:#d9e6e9}.dp-hhb-page .hhb-tabs{border-color:var(--dp-line);box-shadow:0 5px 18px rgba(23,50,75,.035);border-radius:14px}.dp-hhb-page .hhb-tabs a.active{background:var(--dp-teal)}.dp-hhb-page .hhb-card,.dp-hhb-page .hhb-panel{border-color:var(--dp-line);border-radius:16px;box-shadow:var(--dp-shadow)}.dp-hhb-page .hhb-settlement{background:linear-gradient(135deg,#158f91,#20aaa7)}.dp-hhb-page .hhb-bar i{background:linear-gradient(90deg,var(--dp-teal),#52bcb3)}.dp-hhb-page .hhb-primary,.dp-hhb-page .hhb-inline-form button,.dp-hhb-page .hhb-mini-form button{background:var(--dp-teal)}.dp-hhb-page .hhb-table thead th{background:#f6fafb}.dp-hhb-page .hhb-table tbody tr:hover{background:#fbfdfd}.dp-hhb-page .hhb-status.fixed{background:#e9f7f6;color:#138d8e}.dp-hhb-page .hhb-badge,.dp-hhb-page .hhb-mini-action{background:#e9f7f6;color:var(--dp-teal)}

@media (max-width:1180px){
  .dp-header-inner{grid-template-columns:290px 1fr auto;padding:8px 18px}.dp-brand-emblem{width:88px;height:68px}.dp-wordmark{font-size:26px}.dp-wordmark i{left:93px}.dp-brand-copy small{display:none}.dp-brand-copy b{font-size:11px;margin-top:5px}.dp-main-nav{gap:4px}.dp-main-nav a{min-width:68px;padding:9px 6px;font-size:10px}
  .dp-hero{grid-template-columns:1fr 1.1fr}.dp-hero blockquote{display:none}.dp-main-grid{grid-template-columns:1fr 1.7fr}.dp-consumption-card{grid-column:1}.dp-shopping-list{grid-column:1}.dp-category-card{grid-column:2}.dp-shopping-promo{grid-column:1/-1;grid-template-columns:1fr 150px}
}
@media (max-width:900px){
  .admin-bar .dp-site-header{top:46px}.dp-site-header{position:relative;top:0}.dp-header-inner{display:flex;flex-wrap:wrap;min-height:auto}.dp-brand{flex:1}.dp-user-area{margin-left:auto}.dp-main-nav{width:100%;order:3;overflow-x:auto;justify-content:flex-start;padding-bottom:4px}.dp-main-nav a{min-width:92px}
  .dp-dashboard,.dp-page-shell{padding:18px}.dp-hero{grid-template-columns:1fr;min-height:auto;padding:26px}.dp-hero-copy h1{font-size:34px}.dp-hero-visual{height:250px}.dp-kpi-grid{grid-template-columns:repeat(2,1fr)}.dp-main-grid{grid-template-columns:1fr}.dp-chart-card,.dp-consumption-card,.dp-shopping-list,.dp-category-card,.dp-shopping-promo{grid-column:1}.dp-grid-3{grid-template-columns:1fr}.dp-category-content{grid-template-columns:160px 1fr}.dp-footer{padding:0 18px 18px}.dp-footer-inner{align-items:flex-start;flex-direction:column}.dp-footer-nav{flex-wrap:wrap}
}
@media (max-width:600px){
  .dp-header-inner{padding:8px 12px}.dp-brand-emblem{width:72px;height:58px}.dp-wordmark{font-size:23px}.dp-wordmark i{display:none}.dp-brand-copy b{display:none}.dp-user span{display:none}.dp-dashboard,.dp-page-shell{padding:12px}.dp-hero{padding:22px 19px;border-radius:16px}.dp-hero-copy h1{font-size:30px}.dp-hero-copy p{font-size:13px}.dp-hero-visual{height:205px}.dp-kpi-grid{grid-template-columns:1fr;gap:10px}.dp-main-grid{gap:10px}.dp-panel{padding:16px}.dp-chart-wrap{height:165px}.dp-category-content{grid-template-columns:1fr}.dp-category-legend{margin-top:12px}.dp-shopping-promo{grid-template-columns:1fr 95px}.dp-phone{width:82px;height:145px}.dp-module-hero{padding:25px;min-height:auto}.dp-module-hero h1{font-size:30px}.dp-module-icon{width:80px;height:80px}.dp-coming-soon{grid-template-columns:1fr}.dp-footer-love{align-items:flex-start}.dp-hhb-page .hhb-head{padding:17px}.dp-hhb-page .hhb-head h2{font-size:24px}
}
