.Dashboard__container{max-width:100%}@media(min-width:1200px){.Dashboard__container{max-width:1400px;margin:0 auto}}.Dashboard__header{margin-bottom:1.5rem}.Dashboard__title{font-size:1.75rem;font-weight:800;color:var(--theme-text);letter-spacing:-.02em;margin:0 0 .25rem}.Dashboard__sub{font-size:.95rem;color:var(--theme-text-muted);margin:0}.Dashboard__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem}@media(max-width:900px){.Dashboard__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.Dashboard__grid{grid-template-columns:repeat(2,1fr)}}.Dashboard__card{display:flex;flex-direction:column;align-items:flex-start;gap:0;background:#fff;border:1px solid var(--theme-border);border-radius:var(--theme-radius-lg);padding:1.5rem 1.25rem 1.25rem;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;position:relative;overflow:hidden}.Dashboard__card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--card-color-a),var(--card-color-b));opacity:0;transition:opacity .15s ease}.Dashboard__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:rgba(0,0,0,.06);text-decoration:none;color:inherit}.Dashboard__card:hover:after{opacity:1}.Dashboard__card:hover .Dashboard__card-arrow{opacity:1;transform:translate(2px,-2px)}.Dashboard__card-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,var(--card-color-a),var(--card-color-b));box-shadow:0 4px 12px rgba(0,0,0,.15)}.Dashboard__card-title{font-size:1rem;font-weight:700;color:var(--theme-text);margin-bottom:.3rem}.Dashboard__card-hint{font-size:.8rem;color:var(--theme-text-muted);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.Dashboard__card-arrow{position:absolute;top:1rem;right:1rem;font-size:.75rem;color:var(--theme-text-muted);opacity:0;transition:opacity .15s ease,transform .15s ease}