.pt-section-head{max-width:720px;margin-bottom:28px}.pt-section-head h2{margin:12px 0 8px;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.04em}.pt-section-head p{margin:0;color:var(--pt-muted);font-size:17px}.pt-between{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;max-width:none}.pt-search-box{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:620px;margin-top:28px;padding:8px;border:1px solid var(--pt-border);border-radius:999px;background:#fff;box-shadow:var(--pt-shadow)}.pt-search-box input{min-width:0;border:0;padding:0 16px;background:transparent;font-size:16px;outline:none}.pt-home-filter-form,.pt-archive-search{display:grid;grid-template-columns:1.2fr .8fr .8fr auto;gap:12px;align-items:end}.pt-home-filter-form label,.pt-filter-field,.pt-booking-form label{display:grid;gap:7px}.pt-home-filter-form span,.pt-filter-field span,.pt-booking-form span{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.pt-home-filter-form input,.pt-home-filter-form select,.pt-filter-field input,.pt-filter-field select,.pt-archive-search input,.pt-booking-form input,.pt-booking-form select,.pt-booking-form textarea{width:100%;min-height:46px;border:1px solid var(--pt-border);border-radius:14px;background:#fff;padding:0 14px;color:var(--pt-text);outline:none}.pt-booking-form textarea{padding:12px 14px}.pt-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px;color:#64748b;font-size:14px}.pt-breadcrumbs a{text-decoration:none}.pt-breadcrumbs strong{color:#111827}.pt-place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pt-place-card{position:relative;border:1px solid var(--pt-border);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 14px 40px rgba(17,24,39,.06)}.pt-place-image{display:block;min-height:230px;background-size:cover;background-position:center;text-decoration:none}.pt-place-price{position:absolute;left:14px;top:14px;padding:7px 11px;border-radius:999px;background:#fff;font-weight:800;font-size:13px}.pt-place-body{padding:18px}.pt-place-location{display:block;color:var(--pt-muted);font-size:13px;font-weight:800}.pt-place-body h3{margin:7px 0;font-size:21px;line-height:1.2}.pt-place-body h3 a{text-decoration:none}.pt-place-body p{margin:0;color:var(--pt-muted)}.pt-place-card-actions{margin-top:16px}.pt-place-card-actions a{font-weight:800;text-decoration:none;color:var(--pt-primary)}.pt-favorite-button{position:absolute;z-index:2;right:14px;width:38px;height:38px;border:0;border-radius:999px;background:#fff;box-shadow:0 10px 22px rgba(17,24,39,.12);font-weight:900;cursor:pointer}.pt-favorite-button{top:14px}.pt-favorite-button.is-active{background:#111827;color:#fff}.pt-category-grid,.pt-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pt-category-card,.pt-city-card{display:grid;gap:6px;padding:22px;border:1px solid var(--pt-border);border-radius:22px;background:#fff;text-decoration:none;box-shadow:0 12px 30px rgba(17,24,39,.04)}.pt-category-card span{font-size:30px}.pt-category-card strong,.pt-city-card strong{font-size:18px}.pt-category-card p,.pt-city-card span{margin:0;color:var(--pt-muted)}.pt-map-placeholder,.pt-map-canvas{min-height:360px;border:1px solid var(--pt-border);border-radius:24px;background:linear-gradient(135deg,#dcfce7,#fef3c7);display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.pt-map-list{display:grid;gap:12px;margin-top:18px}.pt-map-list a{display:flex;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--pt-border);border-radius:16px;background:#fff;text-decoration:none}.pt-alert{padding:12px 14px;border-radius:14px;margin:12px 0;font-weight:700}.pt-alert-success{background:#dcfce7;color:#166534}.pt-alert-error{background:#fee2e2;color:#991b1b}

/* Sprint 2 - Ownership claim */
.pt-ownership-card{
    display:grid;
    gap:8px;
    margin:18px 0;
    padding:18px;
    border:1px solid #dfe8e3;
    border-radius:22px;
    background:#f8fbf9;
}
.pt-ownership-card span{
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6b7b72;
}
.pt-ownership-card strong{
    font-size:18px;
    color:#18233a;
}
.pt-ownership-card small{
    color:#617066;
    line-height:1.45;
}
.pt-ownership-card.is-claimed{
    border-color:#bfe8d0;
    background:#f1fbf5;
}
.pt-ownership-card.is-pending{
    border-color:#f4d28b;
    background:#fff9eb;
}
.pt-ownership-card.is-unclaimed{
    border-color:#d8e5dd;
    background:#f8fbf9;
}
.pt-ownership-card.is-rejected{
    border-color:#f3c1c1;
    background:#fff4f4;
}
.pt-claim-form-wrap{
    margin:18px 0;
    padding:0;
    border:1px solid #dfe8e3;
    border-radius:22px;
    background:#fff;
    overflow:hidden;
}
.pt-claim-form-wrap summary{
    cursor:pointer;
    padding:16px 18px;
    font-weight:800;
    color:#18233a;
    list-style:none;
}
.pt-claim-form-wrap summary::-webkit-details-marker{
    display:none;
}
.pt-claim-form-wrap summary:after{
    content:'+';
    float:right;
    font-size:18px;
}
.pt-claim-form-wrap[open] summary:after{
    content:'–';
}
.pt-claim-form{
    padding:0 18px 18px;
}
.pt-claim-login{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    margin:16px 0;
    border-radius:999px;
    background:#20834f;
    color:#fff !important;
    font-weight:800;
    text-decoration:none;
}

/* Sprint 2.1 - Owner profile card */
.pt-owner-profile-card{
    margin:18px 0;
    border:1px solid #dfe5ee;
    border-radius:20px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(15,23,42,.04);
}

.pt-owner-card-label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin:16px 0 0 16px;
    padding:7px 12px;
    border-radius:999px;
    background:#eef8f2;
    color:#20834f;
    font-size:13px;
    font-weight:700;
}
.pt-owner-card-label::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:#0aa978;
}
.pt-owner-profile-card.is-pending .pt-owner-card-label{
    background:#fff7e6;
    color:#b77900;
}
.pt-owner-profile-card.is-pending .pt-owner-card-label::before{
    background:#f59e0b;
}
.pt-owner-profile-card.is-unclaimed .pt-owner-card-label{
    background:#f2f4f7;
    color:#475467;
}
.pt-owner-profile-card.is-unclaimed .pt-owner-card-label::before{
    background:#98a2b3;
}

.pt-owner-profile-top{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:8px;
    padding:22px 18px 20px;
}
.pt-owner-avatar{
    width:76px;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:linear-gradient(135deg,#13bfd5,#2e7df0);
    color:#fff;
    font-size:31px;
    font-weight:900;
    line-height:1;
    overflow:hidden;
}
.pt-owner-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.pt-owner-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:6px;
}
.pt-owner-title strong{
    font-size:19px;
    line-height:1.2;
    color:#071126;
    letter-spacing:-.02em;
}
.pt-owner-verified{
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#0aa978;
    color:#fff;
    font-size:12px;
    font-weight:900;
}
.pt-owner-profile-top p{
    margin:0;
    color:#667085;
    font-size:14px;
}
.pt-owner-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    border-top:1px solid #e5eaf1;
    border-bottom:1px solid #e5eaf1;
}
.pt-owner-stats div{
    display:grid;
    gap:4px;
    min-height:80px;
    place-content:center;
    text-align:center;
}
.pt-owner-stats div+div,
.pt-owner-stats a+div{
    border-left:1px solid #e5eaf1;
}
.pt-owner-stats strong{
    color:#111827;
    font-size:20px;
    font-weight:900;
    line-height:1.1;
}
.pt-owner-stats strong em{
    color:#f59e0b;
    font-style:normal;
    font-size:16px;
}
.pt-owner-stats span{
    color:#667085;
    font-size:13px;
}
.pt-owner-trust-list{
    display:grid;
    gap:12px;
    padding:20px 22px;
}
.pt-owner-trust-list div{
    display:flex;
    align-items:center;
    gap:12px;
}
.pt-owner-trust-list div>span{
    width:26px;
    height:26px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 26px;
    color:#0aa978;
    font-size:17px;
    font-weight:900;
}
.pt-owner-trust-list p{
    margin:0;
    color:#475467;
    font-size:15px;
    line-height:1.35;
}
.pt-owner-profile-card.is-pending .pt-owner-verified,
.pt-owner-profile-card.is-unclaimed .pt-owner-verified{
    display:none;
}
.pt-owner-profile-card.is-pending .pt-owner-trust-list div>span{
    color:#d89000;
}
.pt-owner-profile-card.is-unclaimed .pt-owner-trust-list div>span{
    color:#667085;
}
@media (max-width:640px){
    
.pt-owner-card-label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin:16px 0 0 16px;
    padding:7px 12px;
    border-radius:999px;
    background:#eef8f2;
    color:#20834f;
    font-size:13px;
    font-weight:700;
}
.pt-owner-card-label::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:#0aa978;
}
.pt-owner-profile-card.is-pending .pt-owner-card-label{
    background:#fff7e6;
    color:#b77900;
}
.pt-owner-profile-card.is-pending .pt-owner-card-label::before{
    background:#f59e0b;
}
.pt-owner-profile-card.is-unclaimed .pt-owner-card-label{
    background:#f2f4f7;
    color:#475467;
}
.pt-owner-profile-card.is-unclaimed .pt-owner-card-label::before{
    background:#98a2b3;
}

.pt-owner-profile-top{padding:20px 16px 18px;}
    .pt-owner-avatar{width:68px;height:68px;font-size:28px;}
    .pt-owner-stats div{min-height:74px;}
    .pt-owner-trust-list{padding:18px;}
}

.pt-owner-stat-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:inherit;
    transition:background .18s ease, color .18s ease;
}

.pt-owner-stat-link:hover{
    background:#f8fafc;
    color:#0f766e;
}

.pt-social-media-box{
    margin-top:18px;
    padding:18px 16px;
    border:1px solid rgba(16,185,129,.16);
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fffb 100%);
    text-align:center;
}
.pt-social-media-box>strong{
    display:block;
    margin:0 0 12px;
    color:#102018;
    font-size:15px;
    font-weight:800;
}
.pt-social-media-icons{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    overflow-x:auto;
    padding:2px 0 4px;
    scrollbar-width:thin;
}
.pt-social-icon{
    width:42px;
    height:42px;
    min-width:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(15,23,42,.08);
    border-radius:999px;
    background:#f3f6f5;
    color:#1f7a4e;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(15,23,42,.05);
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.pt-social-icon svg{
    width:19px;
    height:19px;
    fill:currentColor;
    display:block;
}
.pt-social-icon:hover{
    transform:translateY(-2px) scale(1.06);
    background:#20834f;
    border-color:#20834f;
    color:#fff;
    box-shadow:0 14px 28px rgba(32,131,79,.22);
}
.pt-social-youtube:hover{background:#dc2626;border-color:#dc2626;}
.pt-social-instagram:hover{background:#c13584;border-color:#c13584;}
.pt-social-facebook:hover{background:#1877f2;border-color:#1877f2;}
.pt-social-x:hover{background:#111827;border-color:#111827;}
.pt-social-tiktok:hover{background:#111827;border-color:#111827;}
@media (max-width:640px){
    .pt-social-media-box{padding:16px 12px;}
    .pt-social-media-icons{justify-content:flex-start;}
}


/* Sprint 2.4 - Claim modal flow */
.pt-claim-start-card,
.pt-claim-pending-card{
    margin-top:20px;
    padding:20px;
    border:1px solid rgba(28,132,83,.18);
    border-radius:24px;
    background:linear-gradient(180deg,#ffffff 0%,#f7fffb 100%);
    text-align:center;
}
.pt-claim-start-card strong,
.pt-claim-pending-card strong{
    display:block;
    margin-bottom:6px;
    font-size:18px;
    color:#101827;
}
.pt-claim-start-card span,
.pt-claim-pending-card span{
    display:block;
    color:#667085;
    line-height:1.55;
}
.pt-claim-open{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:16px;
    min-height:56px;
    border-radius:999px;
    background:#208555;
    color:#fff!important;
    font-weight:800;
    text-decoration:none!important;
    transition:.2s ease;
}
.pt-claim-open:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 30px rgba(32,133,85,.22);
}
/* ===== PatikaTR Claim Modal v3 - Final Clean ===== */
/* Claim modal lock v4.8 */
.pt-claim-modal{
    position:fixed !important;
    inset:0 !important;
    z-index:2147483647 !important;
    display:none;
    align-items:center !important;
    justify-content:center !important;
    padding:24px !important;
    overflow:hidden !important;
    background:rgba(15,23,42,.70) !important;
    backdrop-filter:blur(8px) !important;
    -webkit-backdrop-filter:blur(8px) !important;
    isolation:isolate !important;
}

.pt-claim-modal:target{
    display:flex !important;
}

.pt-claim-modal-backdrop{
    position:fixed !important;
    inset:0 !important;
    z-index:0 !important;
    display:block !important;
    background:transparent !important;
}

.pt-claim-modal-dialog{
    position:relative !important;
    z-index:2 !important;
    width:min(640px,calc(100vw - 40px)) !important;
    height:auto !important;
    max-height:min(92vh,880px) !important;
    min-height:0 !important;
    overflow:auto !important;
    padding:30px 32px 32px !important;
    border-radius:28px !important;
    border:1px solid rgba(16,24,39,.06) !important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfcfd 100%) !important;
    box-shadow:0 40px 110px rgba(15,23,42,.30) !important;
    scrollbar-width:thin;
}

.pt-claim-modal-dialog *{
    max-height:none !important;
}

.pt-claim-modal-close{
    position:absolute !important;
    top:18px !important;
    right:18px !important;
    z-index:4 !important;
    width:42px !important;
    height:42px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    border:1px solid #e7edf3 !important;
    background:#f8fafb !important;
    color:#101827 !important;
    text-decoration:none !important;
    font-size:26px !important;
    line-height:1 !important;
    box-shadow:0 10px 22px rgba(15,23,42,.08) !important;
    transition:transform .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}

.pt-claim-modal-close:hover{
    transform:translateY(-1px) !important;
    background:#eef3f1 !important;
    box-shadow:0 14px 30px rgba(15,23,42,.12) !important;
}

.pt-claim-modal-head{
    text-align:center !important;
    margin:0 44px 22px !important;
}

.pt-claim-modal-kicker{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 auto 12px !important;
    padding:8px 14px !important;
    border-radius:999px !important;
    background:#eef6f1 !important;
    color:#208555 !important;
    font-size:12px !important;
    font-weight:800 !important;
    letter-spacing:.03em !important;
    text-transform:uppercase !important;
}

.pt-claim-modal-icon{
    width:58px !important;
    height:58px !important;
    margin:0 auto 14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#208555 !important;
    color:#fff !important;
    font-size:26px !important;
    font-weight:900 !important;
    box-shadow:0 18px 36px rgba(32,133,85,.24) !important;
}

.pt-claim-modal-head h3{
    margin:0 0 8px !important;
    font-size:26px !important;
    line-height:1.16 !important;
    letter-spacing:-.03em !important;
    color:#101827 !important;
}

.pt-claim-modal-head p{
    max-width:420px !important;
    margin:0 auto !important;
    color:#667085 !important;
    font-size:15px !important;
    line-height:1.55 !important;
}

.pt-claim-modal-note{
    margin:0 0 16px !important;
    padding:14px 16px !important;
    border:1px solid #e5edf3 !important;
    border-radius:16px !important;
    background:#f8fafc !important;
    color:#475467 !important;
    font-size:13px !important;
    line-height:1.55 !important;
}

.pt-claim-modal-note strong{
    color:#101827 !important;
}

.pt-claim-modal .pt-claim-form{
    display:grid !important;
    gap:14px !important;
    overflow:hidden !important;
}

.pt-claim-modal .pt-claim-form label{
    display:grid !important;
    gap:8px !important;
    margin:0 !important;
}

.pt-claim-modal .pt-claim-form label span{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    font-size:12px !important;
    font-weight:800 !important;
    color:#475467 !important;
}

.pt-claim-modal .pt-claim-form label span small{
    font-size:11px !important;
    font-weight:700 !important;
    color:#98a2b3 !important;
}

.pt-claim-modal .pt-claim-form input,
.pt-claim-modal .pt-claim-form textarea{
    width:100% !important;
    border:1px solid #d9e2ec !important;
    border-radius:16px !important;
    background:#fff !important;
    color:#101827 !important;
    font-size:15px !important;
    outline:none !important;
    box-shadow:none !important;
    transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.pt-claim-modal .pt-claim-form input::placeholder,
.pt-claim-modal .pt-claim-form textarea::placeholder{
    color:#98a2b3 !important;
}

.pt-claim-modal .pt-claim-form input:focus,
.pt-claim-modal .pt-claim-form textarea:focus{
    border-color:#208555 !important;
    box-shadow:0 0 0 4px rgba(32,133,85,.12) !important;
    background:#fff !important;
}

.pt-claim-modal .pt-claim-form input{
    min-height:50px !important;
    padding:0 16px !important;
}

.pt-claim-modal .pt-claim-form textarea{
    min-height:96px !important;
    max-height:160px !important;
    resize:vertical !important;
    overflow:auto !important;
    padding:14px 16px !important;
}

.pt-claim-modal .pt-claim-form button,
.pt-claim-modal .pt-claim-form .pt-cta-button{
    width:100% !important;
    min-height:54px !important;
    margin-top:2px !important;
    border-radius:999px !important;
    font-size:15px !important;
    font-weight:800 !important;
}

body:has(#pt-claim-modal:target){
    overflow:hidden !important;
}


body:has(#pt-claim-modal:target) .pt-google-map-route,
body:has(#pt-claim-modal:target) .pt-nearby-links,
body:has(#pt-claim-modal:target) .pt-nearby-grid,
body:has(#pt-claim-modal:target) .pt-nearby-item,
body:has(#pt-claim-modal:target) .pt-ai-route,
body:has(#pt-claim-modal:target) .pt-route-button,
body:has(#pt-claim-modal:target) .pt-directions-button,
body:has(#pt-claim-modal:target) .pt-map-action,
body:has(#pt-claim-modal:target) .pt-mobile-action-bar{
    z-index:1 !important;
}

@media(max-height:820px){
    .pt-claim-modal-dialog{
        transform:scale(.92) !important;
        transform-origin:center center !important;
    }
}

@media(max-height:720px){
    .pt-claim-modal-dialog{
        transform:scale(.84) !important;
    }
}

@media(max-width:640px){
    .pt-claim-modal{
        padding:12px !important;
    }
    .pt-claim-modal-dialog{
        width:calc(100vw - 24px) !important;
        padding:22px !important;
        border-radius:22px !important;
    }
    .pt-claim-modal-head{
        margin-left:34px !important;
        margin-right:34px !important;
    }
    .pt-claim-modal-head h3{
        font-size:21px !important;
    }
    .pt-claim-modal-head p{
        font-size:14px !important;
    }
    .pt-claim-modal .pt-claim-form textarea{
        height:74px !important;
        min-height:74px !important;
        max-height:74px !important;
    }
}

/* Sprint 4.1 - Business Dashboard */
.pt-business-dashboard{display:grid;gap:22px}.pt-bd-hero{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:30px;border-radius:30px;background:linear-gradient(135deg,#0f5132 0%,#208555 52%,#41b883 100%);color:#fff;box-shadow:0 24px 70px rgba(32,133,85,.22);overflow:hidden;position:relative}.pt-bd-hero:after{content:"";position:absolute;right:-80px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12)}.pt-bd-hero>*{position:relative;z-index:1}.pt-bd-eyebrow{display:inline-flex;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pt-bd-hero h2{margin:0 0 8px;font-size:clamp(30px,4vw,44px);line-height:1.06;letter-spacing:-.04em;color:#fff}.pt-bd-hero p{max-width:620px;margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.65}.pt-bd-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.pt-bd-health-ring{width:154px;height:154px;border-radius:50%;display:grid;place-content:center;text-align:center;background:conic-gradient(#fff calc(var(--pt-health,0)*1%),rgba(255,255,255,.22) 0);box-shadow:inset 0 0 0 14px rgba(255,255,255,.12)}.pt-bd-health-ring strong{font-size:42px;line-height:1;font-weight:950;color:#fff}.pt-bd-health-ring span{max-width:90px;margin:auto;color:rgba(255,255,255,.84);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.pt-bd-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pt-bd-kpis article{display:grid;gap:6px;padding:20px;border:1px solid #e5eaf1;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.05)}.pt-bd-kpis span{font-size:24px}.pt-bd-kpis strong{font-size:30px;line-height:1;font-weight:950;color:#101827}.pt-bd-kpis small{color:#667085;font-size:13px;font-weight:800}.pt-bd-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pt-bd-card{padding:22px;border:1px solid #e5eaf1;border-radius:26px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.045)}.pt-bd-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.pt-bd-card-head h3{margin:0 0 4px;font-size:21px;letter-spacing:-.03em;color:#101827}.pt-bd-card-head p{margin:0;color:#667085;font-size:14px}.pt-bd-card-head>a,.pt-bd-card-head>span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#f0fdf4;color:#208555;font-weight:900;font-size:12px;text-decoration:none;white-space:nowrap}.pt-bd-task-list,.pt-bd-notification-list{display:grid;gap:10px}.pt-bd-task-list a,.pt-bd-notification-list a{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid #edf1f5;border-radius:18px;background:#fbfcfd;color:inherit;text-decoration:none;transition:.18s ease}.pt-bd-task-list a:hover,.pt-bd-notification-list a:hover{transform:translateY(-2px);border-color:#cfeadc;background:#f7fffb}.pt-bd-task-list i{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef8f2;color:#208555;font-style:normal;font-weight:900}.pt-bd-task-list strong,.pt-bd-notification-list strong{display:block;color:#101827;font-size:14px}.pt-bd-task-list small,.pt-bd-notification-list small{display:block;margin-top:2px;color:#667085;font-size:12px}.pt-bd-notification-list>a>span{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef8f2}.pt-bd-notification-list a.is-unread{border-color:#bfe8d0;background:#f4fff8}.pt-bd-empty{padding:26px;border-radius:20px;background:#f8fafc;color:#667085;text-align:center;line-height:1.65}.pt-bd-place-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pt-bd-place-card{display:grid;grid-template-columns:220px 1fr;min-height:260px;border:1px solid #e5eaf1;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 12px 32px rgba(15,23,42,.045)}.pt-bd-place-cover{min-height:100%;background:#eaf7ef center/cover no-repeat;display:flex;align-items:center;justify-content:center}.pt-bd-place-cover span{font-size:54px}.pt-bd-place-body{display:grid;gap:15px;padding:20px}.pt-bd-place-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.pt-bd-place-title h4{margin:0 0 4px;font-size:22px;line-height:1.15;letter-spacing:-.03em;color:#101827}.pt-bd-place-title p{margin:0;color:#667085;font-size:13px}.pt-bd-place-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pt-bd-place-stats span{display:grid;gap:3px;padding:12px;border-radius:16px;background:#f8fafc;color:#667085;font-size:12px}.pt-bd-place-stats strong{color:#101827;font-size:18px;line-height:1}.pt-bd-progress{display:grid;gap:8px}.pt-bd-progress>div{display:flex;justify-content:space-between;color:#101827;font-size:13px}.pt-bd-progress em{font-style:normal;font-weight:900;color:#208555}.pt-bd-progress>span{height:10px;border-radius:999px;background:#e9eef3;overflow:hidden}.pt-bd-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#208555,#41b883)}.pt-bd-missing{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.pt-bd-missing strong{font-size:12px;color:#475467}.pt-bd-missing small{padding:6px 9px;border-radius:999px;background:#fff7e6;color:#9a6700;font-size:11px;font-weight:800}.pt-bd-actions{display:flex;gap:8px;flex-wrap:wrap}.pt-bd-actions a,.pt-bd-quick-card a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #dfe5ee;border-radius:999px;background:#fff;color:#18233a;text-decoration:none;font-size:12px;font-weight:900}.pt-bd-actions a:hover,.pt-bd-quick-card a:hover{border-color:#208555;color:#208555}.pt-bd-ai-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.pt-bd-ai-card li{padding:12px 14px;border-radius:16px;background:#f8fafc;color:#475467}.pt-bd-quick-card>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.pt-bd-quick-card a{min-height:42px;padding:0 16px}.pt-account-page .pt-panel-sidebar a:first-child:before{content:"🏠 ";}.pt-account-page .pt-panel-sidebar a:nth-child(7):before{content:"🏕 ";}
@media(max-width:1100px){.pt-bd-hero{grid-template-columns:1fr}.pt-bd-health-ring{width:132px;height:132px}.pt-bd-kpis{grid-template-columns:repeat(2,1fr)}.pt-bd-main-grid,.pt-bd-place-grid{grid-template-columns:1fr}.pt-bd-place-card{grid-template-columns:1fr}.pt-bd-place-cover{min-height:220px}}
@media(max-width:640px){.pt-bd-hero{padding:24px;border-radius:24px}.pt-bd-kpis{grid-template-columns:1fr}.pt-bd-card{padding:18px;border-radius:22px}.pt-bd-card-head{flex-direction:column}.pt-bd-place-stats{grid-template-columns:1fr}.pt-bd-place-title{flex-direction:column}.pt-bd-actions a{flex:1 1 auto}.pt-bd-health-ring{width:118px;height:118px}.pt-bd-health-ring strong{font-size:34px}}


/* Sprint 4.1.1 - Dashboard Layout Polish */
.pt-account-page .pt-container{
    width:min(1440px,calc(100% - 48px))!important;
    max-width:1440px!important;
}
.pt-account-page .pt-account-head{
    max-width:1440px!important;
    margin:0 auto 24px!important;
}
.pt-account-page .pt-panel-layout{
    display:grid!important;
    grid-template-columns:260px minmax(0,1fr)!important;
    gap:34px!important;
    align-items:start!important;
}
.pt-account-page .pt-panel-sidebar{
    position:sticky!important;
    top:96px!important;
    border-radius:28px!important;
    padding:18px!important;
    box-shadow:0 18px 44px rgba(15,23,42,.07)!important;
}
.pt-account-page .pt-panel-sidebar a{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    padding:0 16px!important;
    border-radius:15px!important;
    font-weight:800!important;
}
.pt-account-page .pt-panel-content{
    min-width:0!important;
    width:100%!important;
}
.pt-business-dashboard{
    gap:26px!important;
}
.pt-bd-hero{
    min-height:220px!important;
    padding:38px 42px!important;
    border-radius:34px!important;
}
.pt-bd-hero h2{
    font-size:clamp(34px,3.4vw,56px)!important;
}
.pt-bd-hero p{
    max-width:760px!important;
    font-size:17px!important;
}
.pt-bd-health-ring{
    width:174px!important;
    height:174px!important;
}
.pt-bd-kpis{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
}
.pt-bd-kpis article{
    min-height:132px!important;
    padding:24px!important;
    border-radius:26px!important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.pt-bd-kpis article:hover{
    transform:translateY(-3px)!important;
    border-color:#bfe8d0!important;
    box-shadow:0 20px 52px rgba(32,133,85,.10)!important;
}
.pt-bd-kpis strong{
    font-size:36px!important;
}
.pt-bd-main-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:22px!important;
}
.pt-bd-card{
    border-radius:30px!important;
    padding:26px!important;
}
.pt-bd-card-head h3{
    font-size:24px!important;
}
.pt-bd-task-list a,
.pt-bd-notification-list a{
    padding:16px!important;
    border-radius:20px!important;
}
.pt-bd-places-card{
    padding:28px!important;
}
.pt-bd-place-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
}
.pt-bd-place-card{
    grid-template-columns:300px minmax(0,1fr)!important;
    min-height:300px!important;
    border-radius:30px!important;
    box-shadow:0 18px 52px rgba(15,23,42,.065)!important;
}
.pt-bd-place-cover{
    min-height:300px!important;
}
.pt-bd-place-body{
    padding:26px!important;
    gap:18px!important;
}
.pt-bd-place-title h4{
    font-size:28px!important;
}
.pt-bd-place-title p{
    font-size:14px!important;
}
.pt-bd-place-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
}
.pt-bd-place-stats span{
    min-height:76px!important;
    padding:16px!important;
    border-radius:20px!important;
}
.pt-bd-place-stats strong{
    font-size:24px!important;
}
.pt-bd-actions{
    gap:10px!important;
}
.pt-bd-actions a{
    min-height:40px!important;
    padding:0 16px!important;
    font-size:13px!important;
}
.pt-bd-ai-card,
.pt-bd-quick-card{
    min-height:240px!important;
}
.pt-bd-ai-card li{
    padding:15px 16px!important;
    border-radius:18px!important;
}
.pt-bd-quick-card>div:last-child{
    gap:12px!important;
}
.pt-bd-quick-card a{
    min-height:46px!important;
    padding:0 18px!important;
}
@media(max-width:1180px){
    .pt-account-page .pt-container{width:min(1120px,calc(100% - 32px))!important;}
    .pt-account-page .pt-panel-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:22px!important;}
    .pt-bd-place-card{grid-template-columns:240px minmax(0,1fr)!important;}
}
@media(max-width:980px){
    .pt-account-page .pt-panel-layout{grid-template-columns:1fr!important;}
    .pt-account-page .pt-panel-sidebar{position:relative!important;top:auto!important;display:flex!important;gap:8px!important;overflow-x:auto!important;}
    .pt-account-page .pt-panel-sidebar a{white-space:nowrap!important;min-width:max-content!important;}
    .pt-bd-hero{grid-template-columns:1fr!important;}
    .pt-bd-health-ring{width:142px!important;height:142px!important;}
    .pt-bd-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
    .pt-bd-main-grid{grid-template-columns:1fr!important;}
    .pt-bd-place-card{grid-template-columns:1fr!important;}
    .pt-bd-place-cover{min-height:240px!important;}
}
@media(max-width:640px){
    .pt-account-page .pt-container{width:calc(100% - 24px)!important;}
    .pt-bd-hero{padding:26px!important;border-radius:26px!important;}
    .pt-bd-hero h2{font-size:30px!important;}
    .pt-bd-kpis{grid-template-columns:1fr!important;}
    .pt-bd-card,.pt-bd-places-card{padding:20px!important;border-radius:24px!important;}
    .pt-bd-place-body{padding:20px!important;}
    .pt-bd-place-title{flex-direction:column!important;}
    .pt-bd-place-title h4{font-size:24px!important;}
    .pt-bd-place-stats{grid-template-columns:1fr!important;}
    .pt-bd-actions a{flex:1 1 calc(50% - 8px)!important;}
}

/* Sprint 4.1.3 - Dashboard Premium Polish */
.pt-bd-hero-mini{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.pt-bd-hero-mini span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:900}.pt-bd-health-ring em{display:block;margin-top:4px;color:#fff;font-style:normal;font-size:12px;font-weight:900}.pt-bd-kpis article{position:relative;overflow:hidden;transition:transform .18s ease, box-shadow .18s ease}.pt-bd-kpis article:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(15,23,42,.09)}.pt-bd-kpis article:after{content:"";position:absolute;right:-30px;top:-30px;width:86px;height:86px;border-radius:50%;background:#f0fdf4}.pt-bd-kpis article>*{position:relative;z-index:1}.pt-bd-kpis em{font-style:normal;color:#208555;font-size:12px;font-weight:900}.pt-bd-task-progress{display:grid;gap:8px;margin:-4px 0 14px}.pt-bd-task-progress>div{display:flex;justify-content:space-between;color:#101827;font-size:13px}.pt-bd-task-progress em{font-style:normal;font-weight:950;color:#208555}.pt-bd-task-progress>span{height:10px;border-radius:999px;background:#e9eef3;overflow:hidden}.pt-bd-task-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#208555,#41b883)}.pt-bd-place-card{transition:transform .18s ease, box-shadow .18s ease}.pt-bd-place-card:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(15,23,42,.09)}.pt-bd-place-stats b{font-size:15px;font-weight:400}.pt-bd-place-stats span{grid-template-columns:auto 1fr;align-items:center}.pt-bd-place-stats strong{grid-column:2}.pt-bd-health-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.pt-bd-level-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#fff7e6;color:#9a6700;font-size:12px}.pt-bd-ai-card li strong{color:#101827}.pt-bd-quick-card>div:last-child{display:grid!important;grid-template-columns:repeat(4,1fr);gap:10px}.pt-bd-quick-card a{border-radius:18px!important;min-height:58px!important;flex-direction:column;gap:4px;background:#f8fafc!important}.pt-bd-quick-card a:hover{background:#f7fffb!important;transform:translateY(-2px)}@media(max-width:900px){.pt-bd-quick-card>div:last-child{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pt-bd-hero-mini span{width:100%;justify-content:center}.pt-bd-health-row{grid-template-columns:1fr}.pt-bd-quick-card>div:last-child{grid-template-columns:1fr}}

/* Sprint 4.1.5 - Dashboard Final UX */
.pt-business-dashboard{gap:28px!important;}
.pt-bd-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border:1px solid #e5eaf1;border-radius:24px;background:rgba(255,255,255,.82);box-shadow:0 14px 38px rgba(15,23,42,.045);backdrop-filter:blur(10px)}
.pt-bd-topbar h3{margin:0 0 4px;font-size:19px;letter-spacing:-.03em;color:#101827}.pt-bd-topbar p{margin:0;color:#667085;font-size:13px}.pt-bd-system-badge{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;background:#f0fdf4;color:#208555;font-size:13px;font-weight:900;white-space:nowrap}.pt-bd-system-badge:before{content:"";width:9px;height:9px;border-radius:99px;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
.pt-bd-hero{grid-template-columns:minmax(0,1fr) 220px!important;min-height:260px!important;background:radial-gradient(circle at 85% 18%,rgba(255,255,255,.22),transparent 26%),linear-gradient(135deg,#0f5132 0%,#208555 50%,#43bf85 100%)!important}.pt-bd-hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;max-width:760px}.pt-bd-hero-metrics span{display:grid;gap:3px;padding:12px;border-radius:18px;background:rgba(255,255,255,.13);color:rgba(255,255,255,.84);font-size:11px;font-weight:800}.pt-bd-hero-metrics strong{display:block;color:#fff;font-size:18px;line-height:1;font-weight:950}.pt-bd-health-ring{position:relative!important;background:conic-gradient(#fff calc(var(--pt-health,0)*1%),rgba(255,255,255,.20) 0)!important}.pt-bd-health-ring:after{content:"";position:absolute;inset:15px;border-radius:50%;background:rgba(255,255,255,.13)}.pt-bd-health-ring strong,.pt-bd-health-ring span,.pt-bd-health-ring em{position:relative;z-index:1}.pt-bd-kpis article{min-height:142px!important;padding:24px!important}.pt-bd-kpis strong{font-size:34px!important}.pt-bd-kpis small{font-size:14px!important;color:#101827!important}.pt-bd-kpis em{display:inline-flex;align-items:center;gap:5px;margin-top:4px}.pt-bd-kpis em:before{content:"↗";font-weight:900}.pt-bd-two-col{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px}.pt-bd-side-stack{display:grid;gap:18px}.pt-bd-place-grid{grid-template-columns:1fr!important}.pt-bd-place-card{grid-template-columns:260px 1fr!important;min-height:280px!important}.pt-bd-place-cover{min-height:280px!important}.pt-bd-place-body{padding:24px!important}.pt-bd-actions a{min-height:40px!important;padding:0 14px!important}.pt-bd-task-list a{position:relative}.pt-bd-task-list a:first-child i,.pt-bd-task-list a:nth-child(2) i{background:#dcfce7;color:#15803d}.pt-bd-task-list a:first-child i:before,.pt-bd-task-list a:nth-child(2) i:before{content:"✓"}.pt-bd-task-list a:first-child i,.pt-bd-task-list a:nth-child(2) i{font-size:0}.pt-bd-perf-bars{display:grid;gap:13px}.pt-bd-perf-bars div{display:grid;gap:7px}.pt-bd-perf-bars span{display:flex;justify-content:space-between;color:#475467;font-size:13px;font-weight:800}.pt-bd-perf-bars b{font-weight:950;color:#101827}.pt-bd-perf-bars i{height:9px;border-radius:999px;background:#e9eef3;overflow:hidden;display:block}.pt-bd-perf-bars i:after{content:"";display:block;height:100%;width:var(--w,50%);background:linear-gradient(90deg,#208555,#41b883);border-radius:inherit}.pt-bd-timeline{display:grid;gap:12px}.pt-bd-timeline div{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:12px;border-radius:16px;background:#f8fafc}.pt-bd-timeline span{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef8f2}.pt-bd-timeline strong{display:block;color:#101827;font-size:14px}.pt-bd-timeline small{display:block;margin-top:2px;color:#667085}.pt-bd-quick-card>div:last-child{grid-template-columns:repeat(2,1fr)!important}.pt-bd-quick-card a:before{display:block;font-size:18px;line-height:1}.pt-bd-quick-card a:nth-child(1):before{content:"＋"}.pt-bd-quick-card a:nth-child(2):before{content:"📷"}.pt-bd-quick-card a:nth-child(3):before{content:"📄"}.pt-bd-quick-card a:nth-child(4):before{content:"🔔"}.pt-bd-footer-note{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:22px;background:#fff;border:1px solid #e5eaf1;color:#667085;font-size:13px}.pt-bd-footer-note strong{color:#101827}
@media(max-width:1180px){.pt-bd-two-col{grid-template-columns:1fr}.pt-bd-hero{grid-template-columns:1fr!important}.pt-bd-place-card{grid-template-columns:1fr!important}.pt-bd-place-cover{min-height:240px!important}.pt-bd-hero-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.pt-bd-topbar,.pt-bd-footer-note{flex-direction:column;align-items:flex-start}.pt-bd-hero-metrics{grid-template-columns:1fr}.pt-bd-quick-card>div:last-child{grid-template-columns:1fr!important}}



/* PatikaTR city / district sponsored placement */
.pt-place-card--sponsored{
    position:relative;
    border-color:rgba(217,119,6,.28)!important;
    box-shadow:0 14px 34px rgba(120,75,12,.08);
    overflow:hidden;
}
.pt-place-card--sponsored::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:3px;
    background:linear-gradient(90deg,#b7791f,#f3bd54);
    z-index:4;
}
.pt-place-card--sponsored:hover{
    border-color:rgba(217,119,6,.42)!important;
    box-shadow:0 20px 44px rgba(120,75,12,.13);
}
.pt-place-card-pill--sponsored{
    display:inline-flex!important;
    align-items:center;
    gap:6px;
    background:#fff7e6!important;
    color:#9a5b07!important;
    border:1px solid rgba(217,119,6,.24)!important;
    box-shadow:0 8px 20px rgba(120,75,12,.12);
    font-weight:700;
}
.pt-place-card-pill--sponsored span{
    color:#d97706;
    line-height:1;
}
