/* Günce 3.1 — ana sayfa */
.home-dashboard{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:20px;align-items:start}.home-main,.home-aside{display:grid;gap:20px;min-width:0}.home-panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);min-width:0;overflow:hidden}.home-panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:22px 22px 18px;border-bottom:1px solid var(--line)}.home-panel .eyebrow{font-size:10px;color:var(--muted);letter-spacing:.08em}.home-panel h2{font-size:18px;font-weight:600;color:var(--ink);margin:5px 0 0;line-height:1.4}.home-count{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--accent);min-width:25px;height:25px;padding:0 7px;border-radius:7px;margin-left:5px;font-size:12px;font-weight:600;vertical-align:middle}.home-today{border-top:2px solid var(--brand)}.home-date{color:var(--muted);font-size:12px;white-space:nowrap}.home-day-list,.home-upcoming-list{padding:14px}.home-day-list{max-height:420px;overflow-y:auto}.home-dashboard .event-card{grid-template-columns:45px minmax(0,1fr) 32px 94px;gap:11px;padding:12px}.home-dashboard .event-card:last-child{margin-bottom:0}.home-dashboard .date-tile{width:45px;min-width:45px}.home-dashboard .event-chevron{display:none}.home-dashboard .event-meta{font-size:10px}.home-dashboard .status-pill{font-size:10px;padding:5px 7px}.home-dashboard .event-title h3{font-size:13px}.home-panel-head .text-button{font-size:12px;white-space:nowrap}.home-empty{padding:18px 9px;display:flex;align-items:flex-start;gap:13px;flex-wrap:wrap}.home-empty>svg{color:var(--accent);width:25px;height:25px}.home-empty>div{flex:1;min-width:180px}.home-empty strong{font-size:14px;font-weight:550;color:var(--ink)}.home-empty p{margin:5px 0 0;font-size:13px;line-height:1.7;color:var(--muted)}.home-empty .button{margin-left:38px;min-height:36px;font-size:12px}.home-week{padding:23px}.home-week h2{font-size:18px}.home-completion{display:flex;align-items:baseline;gap:10px;margin:24px 0 12px}.home-completion strong{font-size:38px;letter-spacing:-1.5px;line-height:1;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.home-completion>span{font-size:12px;color:var(--muted)}.home-progress{height:6px;background:var(--soft);border-radius:8px;overflow:hidden}.home-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c94758,#f0808b);transition:width 250ms ease}.home-week>p{font-size:12px;color:var(--muted);line-height:1.7;margin:12px 0 18px}.home-pending{display:flex;align-items:flex-start;gap:8px;padding:13px 0;border-top:1px solid var(--line);font-size:12px;line-height:1.6;color:var(--muted);margin-bottom:10px}.home-pending svg{width:16px;height:16px;margin-top:2px;flex-shrink:0}.home-week .button{justify-content:space-between;font-size:12px}.home-shortcuts{padding:20px}.home-shortcuts>.eyebrow{display:block;margin-bottom:10px}.home-shortcut{width:100%;display:flex;align-items:center;gap:10px;background:transparent;color:var(--ink);text-align:left;padding:14px 0;border-bottom:1px solid var(--line);transition:background-color 180ms ease}.home-shortcut:last-child{border-bottom:0;padding-bottom:2px}.home-shortcut>span:nth-child(2){flex:1;min-width:0}.home-shortcut strong{display:block;font-size:13px;font-weight:600}.home-shortcut small{display:block;font-size:11px;line-height:1.5;color:var(--muted);margin-top:3px}.home-shortcut>svg{width:15px;color:var(--muted)}.shortcut-icon{display:grid;place-items:center;width:33px;height:33px;background:var(--soft);border:1px solid var(--line);border-radius:9px;color:var(--accent);flex-shrink:0}.shortcut-icon svg{width:16px;height:16px}.home-shortcut:hover{background:var(--soft);border-radius:7px}.home-list-foot{padding:11px 22px;border-top:1px solid var(--line);font-size:11px;color:var(--muted);background:var(--soft)}.home-loading{padding:32px;font-size:14px;color:var(--muted);grid-column:1 / -1}.home-loading h2{margin-bottom:10px}.home-loading .button{margin-top:8px}.home-dashboard.view-enter{animation:gunce-enter 220ms var(--ease)}
@media(max-width:1200px){.home-dashboard{grid-template-columns:minmax(0,1fr)}.home-aside{grid-template-columns:repeat(2,minmax(0,1fr))}.home-day-list{max-height:none}.home-week,.home-shortcuts{height:100%}.home-week .home-completion{margin-top:18px}}
@media(max-width:600px){.home-dashboard,.home-main,.home-aside{gap:14px}.home-aside{grid-template-columns:1fr}.home-panel{border-radius:12px}.home-panel-head{padding:18px 14px 15px;gap:10px;flex-wrap:wrap}.home-panel h2{font-size:17px}.home-panel .eyebrow{font-size:9px}.home-date{font-size:11px}.home-panel-head .text-button{font-size:11px}.home-day-list,.home-upcoming-list{padding:10px}.home-dashboard .event-card{grid-template-columns:42px minmax(0,1fr) 32px;gap:7px 9px;padding:11px 9px}.home-dashboard .date-tile{width:42px;min-width:42px}.home-dashboard .status-pill{grid-column:2;grid-row:2;justify-self:start;margin:0}.home-dashboard .favorite-toggle{grid-column:3;grid-row:1}.home-empty{padding:15px 7px}.home-empty p{font-size:12px}.home-week,.home-shortcuts{padding:19px}.home-list-foot{padding:10px 15px}.home-completion strong{font-size:34px}}
@media(prefers-reduced-motion:reduce){.home-dashboard.view-enter{animation:none}.home-progress>span,.home-shortcut{transition:none}}
@media print{.home-dashboard{display:block}.home-aside{display:none}.home-panel{box-shadow:none;margin-bottom:15px}.home-panel-head .text-button,.home-empty .button{display:none}.home-day-list{max-height:none;overflow:visible}}
