:root{
    --aspsr-blue:#2563eb;
    --aspsr-blue-dark:#0b1f4d;
    --aspsr-green:#13875b;
    --aspsr-bg:#f5f8fc;
    --aspsr-card:#ffffff;
    --aspsr-border:#dbe4f0;
    --aspsr-text:#111827;
    --aspsr-muted:#64748b;
    --aspsr-radius:20px;
    --aspsr-shadow:0 18px 40px rgba(15,23,42,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--aspsr-text);
    background:var(--aspsr-bg);
}

a{color:var(--aspsr-blue);text-decoration:none}
a:hover{text-decoration:underline}

.aspsr-container{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
}

.aspsr-site-header{
    background:#fff;
    border-bottom:1px solid var(--aspsr-border);
    position:sticky;
    top:0;
    z-index:10;
}

.aspsr-header-inner{
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.aspsr-brand{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--aspsr-blue-dark);
    text-decoration:none;
}

.aspsr-brand:hover{text-decoration:none}

.aspsr-brand-mark{
    width:44px;
    height:44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--aspsr-blue),#38bdf8);
    color:#fff;
    font-weight:900;
}

.aspsr-brand strong{display:block;font-size:18px}
.aspsr-brand small{display:block;color:var(--aspsr-muted);font-size:12px;margin-top:2px}

.aspsr-nav{display:flex;align-items:center;gap:14px}
.aspsr-menu{display:flex;align-items:center;gap:14px;list-style:none;margin:0;padding:0}
.aspsr-menu a{color:#334155;font-weight:700}
.aspsr-login-link,.aspsr-button,.aspsr-public-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border-radius:12px;
    background:var(--aspsr-blue);
    color:#fff!important;
    font-weight:800;
    border:1px solid var(--aspsr-blue);
    box-shadow:0 12px 22px rgba(37,99,235,.20);
}
.aspsr-login-link:hover,.aspsr-button:hover,.aspsr-public-button:hover{text-decoration:none;filter:brightness(.98)}
.aspsr-button-light{background:#fff;color:var(--aspsr-blue-dark)!important;border-color:#bfdbfe;box-shadow:none}

.aspsr-main{min-height:calc(100vh - 150px)}

.aspsr-hero{
    padding:54px 0 28px;
}

.aspsr-hero-card{
    border-radius:28px;
    background:linear-gradient(135deg,#0b1f4d,#2563eb 55%,#13875b);
    color:#fff;
    padding:48px;
    box-shadow:var(--aspsr-shadow);
    overflow:hidden;
    position:relative;
}

.aspsr-hero-card:after{
    content:"";
    position:absolute;
    right:-80px;
    top:-80px;
    width:260px;
    height:260px;
    border-radius:999px;
    background:rgba(255,255,255,.11);
}

.aspsr-kicker{
    display:inline-flex;
    border:1px solid rgba(255,255,255,.30);
    color:#dbeafe;
    border-radius:999px;
    padding:6px 12px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.aspsr-hero h1{
    margin:18px 0 10px;
    font-size:clamp(34px,5vw,56px);
    line-height:1;
    color:#fff;
}

.aspsr-hero p{
    max-width:720px;
    color:#eaf2ff;
    font-size:18px;
    line-height:1.55;
    margin:0;
}

.aspsr-hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:26px;
}

.aspsr-public-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    padding:20px 0 54px;
}

.aspsr-public-card,.aspsr-page-card,.aspsr-post-card{
    background:var(--aspsr-card);
    border:1px solid var(--aspsr-border);
    border-radius:var(--aspsr-radius);
    padding:24px;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.aspsr-public-card h2,.aspsr-page-card h1,.aspsr-post-card h2{
    color:var(--aspsr-blue-dark);
    margin-top:0;
}

.aspsr-public-card p,.aspsr-entry{
    color:#334155;
    line-height:1.65;
}

.aspsr-page{padding:36px 0 58px}
.aspsr-content-list{display:grid;gap:16px;padding-bottom:54px}

.aspsr-site-footer{
    border-top:1px solid var(--aspsr-border);
    background:#fff;
    color:var(--aspsr-muted);
}

.aspsr-footer-inner{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    font-size:13px;
}

@media(max-width:820px){
    .aspsr-header-inner,.aspsr-footer-inner{flex-direction:column;align-items:flex-start;padding:16px 0}
    .aspsr-nav{width:100%;justify-content:space-between}
    .aspsr-menu{display:none}
    .aspsr-hero-card{padding:30px}
    .aspsr-public-grid{grid-template-columns:1fr}
}


/* v1.0.1 - Melhorias visuais */
.aspsr-hero-split{
    display:grid;
    grid-template-columns:minmax(0,1fr) 310px;
    gap:28px;
    align-items:center;
}

.aspsr-hero-panel{
    position:relative;
    z-index:2;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.24);
    border-radius:22px;
    padding:18px;
    backdrop-filter:blur(8px);
}

.aspsr-hero-panel strong{
    display:block;
    color:#fff;
    font-size:16px;
    margin-bottom:12px;
}

.aspsr-hero-panel a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.22);
    border-radius:14px;
    padding:11px 12px;
    margin-top:8px;
    font-weight:800;
    background:rgba(255,255,255,.08);
}

.aspsr-hero-panel a:after{
    content:"›";
    font-size:20px;
    line-height:1;
}

.aspsr-hero-panel a:hover{
    background:rgba(255,255,255,.18);
}

.aspsr-card-icon{
    width:46px;
    height:46px;
    border-radius:15px;
    display:grid;
    place-items:center;
    background:#eff6ff;
    margin-bottom:12px;
    font-size:23px;
}

.aspsr-system-strip{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    background:#fff;
    border:1px solid var(--aspsr-border);
    border-radius:24px;
    padding:24px;
    margin-bottom:42px;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.aspsr-system-strip h2{
    margin:0 0 5px;
    color:var(--aspsr-blue-dark);
}

.aspsr-system-strip p{
    margin:0;
    color:var(--aspsr-muted);
}

.aspsr-page-card{
    position:relative;
    overflow:hidden;
}

.aspsr-page-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:linear-gradient(180deg,var(--aspsr-blue),var(--aspsr-green));
}

@media(max-width:920px){
    .aspsr-hero-split{grid-template-columns:1fr}
    .aspsr-system-strip{flex-direction:column;align-items:flex-start}
}


/* v1.0.2 - Atalhos e status do usuário */
.aspsr-status-area{
    margin-top:-8px;
    margin-bottom:22px;
}

.aspsr-user-status{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    background:#fff;
    border:1px solid var(--aspsr-border);
    border-radius:18px;
    padding:14px 16px;
    box-shadow:0 10px 24px rgba(15,23,42,.05);
    color:#334155;
}

.aspsr-section-head{
    margin:24px 0 16px;
}

.aspsr-section-head h2{
    color:var(--aspsr-blue-dark);
    margin:6px 0 4px;
    font-size:30px;
    letter-spacing:-.03em;
}

.aspsr-section-head p{
    margin:0;
    color:var(--aspsr-muted);
}

.aspsr-kicker-dark{
    display:inline-flex;
    border-radius:999px;
    background:#dbeafe;
    color:#1d4ed8;
    padding:5px 10px;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.aspsr-shortcut-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
    margin-bottom:24px;
}

.aspsr-shortcut-card{
    display:flex;
    flex-direction:column;
    gap:4px;
    min-height:128px;
    background:#fff;
    border:1px solid var(--aspsr-border);
    border-radius:18px;
    padding:16px;
    color:var(--aspsr-text);
    text-decoration:none;
    box-shadow:0 10px 24px rgba(15,23,42,.045);
    transition:.18s ease;
}

.aspsr-shortcut-card:hover{
    text-decoration:none;
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 16px 30px rgba(37,99,235,.10);
}

.aspsr-shortcut-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:#eff6ff;
    margin-bottom:8px;
    font-size:21px;
}

.aspsr-shortcut-card strong{
    color:var(--aspsr-blue-dark);
    font-size:15px;
}

.aspsr-shortcut-card small{
    color:var(--aspsr-muted);
    line-height:1.35;
}

@media(max-width:1100px){
    .aspsr-shortcut-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:680px){
    .aspsr-shortcut-grid{grid-template-columns:1fr}
    .aspsr-user-status{flex-direction:column;align-items:flex-start}
}


/* v1.0.3 - Avisos e cards de módulos */
.aspsr-system-notice{
    display:flex;
    align-items:center;
    gap:14px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    color:#1e3a8a;
    border-radius:18px;
    padding:15px 16px;
    margin:0 0 22px;
    box-shadow:0 10px 22px rgba(37,99,235,.06);
}

.aspsr-system-notice strong{
    flex:0 0 auto;
    color:#0b1f4d;
}

.aspsr-system-notice span{
    color:#334155;
    line-height:1.45;
}

.aspsr-system-notice-alert{
    background:#fff7ed;
    border-color:#fdba74;
    color:#9a3412;
}

.aspsr-module-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-bottom:32px;
}

.aspsr-module-card{
    position:relative;
    min-height:150px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    background:#fff;
    border:1px solid var(--aspsr-border);
    border-radius:22px;
    padding:20px;
    overflow:hidden;
    color:var(--aspsr-text);
    text-decoration:none;
    box-shadow:0 12px 28px rgba(15,23,42,.05);
    transition:.18s ease;
}

.aspsr-module-card:before{
    content:"";
    position:absolute;
    inset:auto -40px -60px auto;
    width:160px;
    height:160px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(19,135,91,.12));
}

.aspsr-module-card:hover{
    text-decoration:none;
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 18px 34px rgba(37,99,235,.11);
}

.aspsr-module-card span{
    display:inline-flex;
    width:max-content;
    border-radius:999px;
    padding:5px 9px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:11px;
    font-weight:900;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.aspsr-module-card strong{
    position:relative;
    z-index:2;
    color:var(--aspsr-blue-dark);
    font-size:22px;
    margin-bottom:6px;
}

.aspsr-module-card small{
    position:relative;
    z-index:2;
    color:var(--aspsr-muted);
    line-height:1.45;
    font-size:13px;
}

@media(max-width:900px){
    .aspsr-module-grid{grid-template-columns:1fr}
    .aspsr-system-notice{flex-direction:column;align-items:flex-start}
}


/* v1.0.4 - Painel de entrada e rotina do dia */
.aspsr-metric-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-bottom:26px;
}

.aspsr-metric-card{
    display:flex;
    flex-direction:column;
    min-height:154px;
    background:linear-gradient(180deg,#ffffff,#f8fbff);
    border:1px solid var(--aspsr-border);
    border-radius:22px;
    padding:18px;
    color:var(--aspsr-text);
    text-decoration:none;
    box-shadow:0 12px 28px rgba(15,23,42,.045);
    transition:.18s ease;
}

.aspsr-metric-card:hover{
    text-decoration:none;
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 18px 34px rgba(37,99,235,.10);
}

.aspsr-metric-card span{
    color:var(--aspsr-muted);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.aspsr-metric-card strong{
    color:var(--aspsr-blue-dark);
    font-size:42px;
    line-height:1;
    margin:14px 0 10px;
}

.aspsr-metric-card small{
    color:#475569;
    line-height:1.45;
}

.aspsr-routine-card{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:22px;
    align-items:start;
    background:#fff;
    border:1px solid var(--aspsr-border);
    border-radius:24px;
    padding:24px;
    margin:4px 0 32px;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.aspsr-routine-card h2{
    margin:8px 0 6px;
    color:var(--aspsr-blue-dark);
    font-size:28px;
    letter-spacing:-.03em;
}

.aspsr-routine-card p{
    margin:0;
    color:var(--aspsr-muted);
    line-height:1.5;
}

.aspsr-routine-card ol{
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    counter-reset:rotina;
}

.aspsr-routine-card li{
    counter-increment:rotina;
    display:flex;
    gap:10px;
    align-items:flex-start;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:12px;
    color:#334155;
    font-weight:700;
    line-height:1.35;
}

.aspsr-routine-card li:before{
    content:counter(rotina);
    flex:0 0 auto;
    width:26px;
    height:26px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:var(--aspsr-blue);
    color:#fff;
    font-size:12px;
    font-weight:900;
}

@media(max-width:980px){
    .aspsr-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .aspsr-routine-card{grid-template-columns:1fr}
}

@media(max-width:620px){
    .aspsr-metric-grid{grid-template-columns:1fr}
    .aspsr-routine-card ol{grid-template-columns:1fr}
}

/* v1.0.5 - Aparência moderna, leve e estilo sistema web atual */
:root{
    --aspsr-blue:#2563eb;
    --aspsr-blue-dark:#0f172a;
    --aspsr-green:#10b981;
    --aspsr-bg:#f8fafc;
    --aspsr-card:#ffffff;
    --aspsr-border:#e5e7eb;
    --aspsr-text:#111827;
    --aspsr-muted:#64748b;
    --aspsr-soft:#f1f5f9;
    --aspsr-radius:18px;
    --aspsr-shadow:0 10px 28px rgba(15,23,42,.06);
    --aspsr-shadow-soft:0 4px 14px rgba(15,23,42,.045);
}

body{
    background:
        radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 32rem),
        linear-gradient(180deg,#ffffff 0,#f8fafc 310px,#f8fafc 100%);
    color:var(--aspsr-text);
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

.aspsr-site-header{
    background:rgba(255,255,255,.84);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(226,232,240,.86);
    box-shadow:0 1px 0 rgba(15,23,42,.02);
}

.aspsr-header-inner{
    min-height:68px;
}

.aspsr-brand-mark{
    width:40px;
    height:40px;
    border-radius:12px;
    background:#0f172a;
    box-shadow:0 8px 18px rgba(15,23,42,.12);
}

.aspsr-brand strong{
    font-size:16px;
    letter-spacing:-.02em;
}

.aspsr-brand small{
    color:#64748b;
    font-size:12px;
}

.aspsr-menu a{
    color:#475569;
    font-size:14px;
    font-weight:750;
}

.aspsr-header-help{
    color:#475569;
    font-weight:800;
    font-size:14px;
    padding:10px 12px;
    border-radius:999px;
}

.aspsr-header-help:hover{
    text-decoration:none;
    background:#f1f5f9;
    color:#0f172a;
}

.aspsr-login-link,
.aspsr-button,
.aspsr-public-button{
    min-height:40px;
    border-radius:999px;
    background:#0f172a;
    border-color:#0f172a;
    box-shadow:0 8px 20px rgba(15,23,42,.12);
    padding:0 17px;
    font-size:14px;
}

.aspsr-button-light{
    background:#fff;
    color:#0f172a!important;
    border-color:#e2e8f0;
    box-shadow:var(--aspsr-shadow-soft);
}

.aspsr-hero{
    padding:38px 0 18px;
}

.aspsr-hero-card{
    background:rgba(255,255,255,.88);
    color:#0f172a;
    border:1px solid rgba(226,232,240,.92);
    border-radius:28px;
    box-shadow:var(--aspsr-shadow);
    padding:34px;
}

.aspsr-hero-card:after{
    display:none;
}

.aspsr-kicker{
    background:#eef2ff;
    color:#3730a3;
    border:1px solid #e0e7ff;
    padding:6px 10px;
    font-size:11px;
}

.aspsr-hero h1{
    color:#0f172a;
    font-size:clamp(34px,4.8vw,54px);
    letter-spacing:-.055em;
    margin:16px 0 10px;
}

.aspsr-hero p{
    color:#475569;
    font-size:17px;
    max-width:680px;
}

.aspsr-hero-panel{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:22px;
    backdrop-filter:none;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}

.aspsr-hero-panel strong{
    color:#0f172a;
}

.aspsr-hero-panel a{
    color:#0f172a;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 3px 10px rgba(15,23,42,.035);
}

.aspsr-hero-panel a:hover{
    background:#eff6ff;
    border-color:#bfdbfe;
}

.aspsr-user-status,
.aspsr-public-card,
.aspsr-page-card,
.aspsr-post-card,
.aspsr-system-strip,
.aspsr-module-card,
.aspsr-shortcut-card,
.aspsr-metric-card,
.aspsr-routine-card{
    border-color:#e5e7eb;
    box-shadow:var(--aspsr-shadow-soft);
}

.aspsr-user-status{
    border-radius:16px;
    padding:13px 15px;
}

.aspsr-system-notice{
    background:#fff;
    border-color:#e5e7eb;
    color:#334155;
    box-shadow:var(--aspsr-shadow-soft);
}

.aspsr-system-notice strong{
    color:#0f172a;
}

.aspsr-kicker-dark{
    background:#f1f5f9;
    color:#475569;
    border:1px solid #e2e8f0;
}

.aspsr-section-head h2,
.aspsr-public-card h2,
.aspsr-page-card h1,
.aspsr-post-card h2,
.aspsr-system-strip h2,
.aspsr-routine-card h2{
    color:#0f172a;
    letter-spacing:-.035em;
}

.aspsr-shortcut-grid{
    gap:14px;
}

.aspsr-shortcut-card,
.aspsr-module-card,
.aspsr-metric-card{
    background:#fff;
    border-radius:18px;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.aspsr-shortcut-card:hover,
.aspsr-module-card:hover,
.aspsr-metric-card:hover{
    transform:translateY(-2px);
    border-color:#cbd5e1;
    box-shadow:0 16px 30px rgba(15,23,42,.075);
}

.aspsr-shortcut-icon,
.aspsr-card-icon{
    background:#f8fafc;
    border:1px solid #e2e8f0;
}

.aspsr-shortcut-card strong,
.aspsr-module-card strong,
.aspsr-metric-card strong{
    color:#0f172a;
}

.aspsr-module-card:before{
    background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(16,185,129,.08));
}

.aspsr-module-card span{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    color:#475569;
}

.aspsr-metric-card{
    min-height:142px;
}

.aspsr-metric-card strong{
    font-size:38px;
}

.aspsr-routine-card li{
    background:#fff;
    border-color:#e5e7eb;
}

.aspsr-routine-card li:before{
    background:#0f172a;
}

.aspsr-system-strip{
    background:#fff;
    border-radius:20px;
}

.aspsr-site-footer{
    background:transparent;
    border-top:1px solid #e5e7eb;
}

.aspsr-footer-inner{
    color:#64748b;
}

/* melhora mobile */
@media(max-width:820px){
    .aspsr-site-header{position:relative}
    .aspsr-nav{gap:8px}
    .aspsr-header-help{display:none}
    .aspsr-login-link{margin-left:auto}
    .aspsr-hero-card{padding:24px;border-radius:22px}
}
