﻿
.portal-page{padding:34px 0 54px;background:#f5f7fa;min-height:620px}
.portal-shell{max-width:1200px;margin:0 auto;padding:0 18px}
.portal-hero{background:linear-gradient(135deg,#101b31,#243b5d);color:#fff;border-radius:20px;padding:28px 30px;margin-bottom:22px;box-shadow:0 15px 40px rgba(15,23,42,.15)}
.portal-hero h1{margin:0 0 8px;font-size:34px}.portal-hero p{margin:0;color:#dbeafe}
.portal-toolbar{display:flex;gap:12px;flex-wrap:wrap;background:#fff;padding:16px;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:20px}
.portal-toolbar select,.portal-toolbar input,.portal-toolbar textarea{min-height:44px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;font:inherit;background:#fff}
.portal-toolbar .btn{min-height:44px}
.info-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pharmacy-card,.prayer-card,.dream-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 7px 22px rgba(15,23,42,.06)}
.pharmacy-card{border-left:4px solid #e11d48}.pharmacy-card h3,.dream-card h3{margin:0 0 13px;color:#132238}
.pharmacy-card p{margin:8px 0;line-height:1.5}.pharmacy-card strong{color:#334155}
.pharmacy-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.pharmacy-actions a{padding:8px 11px;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-weight:700}
.prayer-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:18px}.prayer-card{text-align:center;padding:13px}.prayer-card b{display:block;color:#475569;margin-bottom:7px}.prayer-card span{font-size:21px;font-weight:900;color:#132238}
.portal-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.portal-table{width:100%;border-collapse:collapse;min-width:720px}.portal-table th,.portal-table td{padding:12px 14px;border-bottom:1px solid #edf2f7;text-align:left}.portal-table th{background:#f1f5f9;color:#172033}
.dream-alpha{display:flex;gap:7px;flex-wrap:wrap;margin:16px 0}.dream-alpha a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#fff;border:1px solid #dbe2ea;font-weight:900;color:#263c5d}.dream-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.dream-card a{color:#c21d2f;font-weight:900}.dream-detail{background:#fff;border-radius:18px;padding:28px;border:1px solid #e2e8f0;line-height:1.8}.dream-disclaimer{margin-top:20px;padding:14px;border-radius:12px;background:#fff7ed;color:#9a3412}
.portal-empty{padding:25px;text-align:center;background:#fff;border-radius:14px;color:#64748b}
@media(max-width:850px){.info-card-grid,.dream-list{grid-template-columns:1fr 1fr}.prayer-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.info-card-grid,.dream-list{grid-template-columns:1fr}.prayer-summary{grid-template-columns:repeat(2,1fr)}.portal-hero h1{font-size:27px}}

.site-footer .footer-grid{grid-template-columns:1.35fr repeat(4,minmax(0,1fr))!important;gap:28px!important}
.footer-services a{display:block;padding:8px 0;color:#dce6f3;font-weight:700;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-services a:hover{color:#fff;padding-left:4px}
@media(max-width:950px){.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.site-footer .footer-grid{grid-template-columns:1fr!important}}

.portal-status{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:11px;
    font-weight:700;
}
.portal-status.success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}
.portal-status.info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}
.portal-status.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}

.dream-alpha a.active{background:#d71920!important;border-color:#d71920!important;color:#fff!important;box-shadow:0 6px 14px rgba(215,25,32,.22)}


/* V80.7 - Rüya detayında benzer tabirler */
.dream-detail-page{max-width:1120px}
.dream-detail{
    padding:34px 38px;
    border-radius:22px;
    box-shadow:0 12px 34px rgba(15,23,42,.07);
}
.dream-detail-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin:0 0 20px;
    color:#64748b;
    font-size:13px;
    line-height:1.4;
}
.dream-detail-breadcrumb a{
    color:#d71920;
    font-weight:900;
}
.dream-detail h1{
    margin:0 0 18px;
    color:#132238;
    font-size:clamp(30px,4vw,45px);
    line-height:1.12;
    letter-spacing:-.6px;
}
.dream-detail .lead{
    margin:0 0 24px;
    padding:18px 20px;
    border-left:5px solid #d71920;
    border-radius:0 13px 13px 0;
    background:#f8fafc;
    color:#334155;
    font-size:19px;
    line-height:1.65;
    font-weight:700;
}
.dream-detail-text{
    color:#25354b;
    font-size:18px;
    line-height:1.9;
}
.dream-related-section{
    margin-top:28px;
    padding:26px;
    border:1px solid #dce5ef;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 34px rgba(15,23,42,.06);
}
.dream-related-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:20px;
    padding-bottom:18px;
    border-bottom:1px solid #e7edf4;
}
.dream-related-heading h2{
    margin:5px 0 7px;
    color:#132238;
    font-size:28px;
    line-height:1.2;
}
.dream-related-heading p{
    margin:0;
    color:#64748b;
    line-height:1.5;
}
.dream-related-kicker{
    display:inline-block;
    color:#d71920;
    font-size:12px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}
.dream-related-all{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 15px;
    border-radius:10px;
    background:#132238;
    color:#fff!important;
    font-size:13px;
    font-weight:900;
}
.dream-related-all:hover{background:#d71920}
.dream-related-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
}
.dream-related-card{
    min-width:0;
    border:1px solid #e2e8f0;
    border-radius:15px;
    background:#f8fafc;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.dream-related-card:hover{
    transform:translateY(-3px);
    border-color:#efb0b4;
    box-shadow:0 12px 25px rgba(15,23,42,.09);
}
.dream-related-card-link{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:112px;
    padding:15px;
    color:#172033!important;
}
.dream-related-letter{
    width:46px;
    min-width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:#d71920;
    color:#fff;
    font-size:20px;
    font-weight:900;
    box-shadow:0 7px 16px rgba(215,25,32,.22);
}
.dream-related-content{
    display:flex;
    flex:1 1 auto;
    min-width:0;
    flex-direction:column;
    gap:6px;
}
.dream-related-content strong{
    color:#172033;
    font-size:15px;
    line-height:1.35;
}
.dream-related-content small{
    color:#64748b;
    font-size:12px;
    line-height:1.45;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.dream-related-arrow{
    flex:0 0 auto;
    color:#d71920;
    font-size:28px;
    line-height:1;
}
@media(max-width:900px){
    .dream-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
    .dream-detail{padding:24px 20px}
    .dream-detail .lead{font-size:17px}
    .dream-detail-text{font-size:16px}
    .dream-related-section{padding:20px 15px}
    .dream-related-heading{align-items:flex-start;flex-direction:column}
    .dream-related-grid{grid-template-columns:1fr}
    .dream-related-all{width:100%}
}
