.pb-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#f8fafc,#eef2f7 40%,#e8ecf2);color:#1e293b;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pb-container{width:100%;max-width:480px;padding:32px 20px}.pb-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.pb-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#d4af37;border-radius:50%;animation:pb-spin .7s linear infinite}@keyframes pb-spin{to{transform:rotate(360deg)}}.pb-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.pb-error-icon{font-size:56px;margin-bottom:16px}.pb-error-title{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:8px}.pb-error-sub{font-size:14px;color:#64748b}.pb-profile{display:flex;align-items:center;gap:20px;margin-bottom:32px}.pb-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid #d4af37;box-shadow:0 4px 16px #d4af3740;flex-shrink:0}.pb-avatar-fallback{display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#d4af37;font-size:36px;font-weight:700;border:3px solid #d4af37}.pb-profile-info{min-width:0}.pb-name{font-size:20px;font-weight:700;color:#0f172a;line-height:1.25;word-break:break-word}.pb-spec{font-size:14px;color:#64748b;margin-top:4px}.pb-services{margin-bottom:24px}.pb-section-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:16px}.pb-chips{display:flex;flex-wrap:wrap;gap:10px}.pb-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:9999px;font-size:14px;font-weight:500;font-family:inherit;background:#fff;color:#334155;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000a;user-select:none}.pb-chip:hover{border-color:#d4af37;background:#fefce8}.pb-chip--active{background:linear-gradient(135deg,#d4af37,#c4a030);color:#0f172a;border-color:#d4af37;box-shadow:0 2px 8px #d4af374d}.pb-chip--active:hover{background:linear-gradient(135deg,#c4a030,#b8942a);border-color:#c4a030}.pb-chip-name{font-weight:600}.pb-chip-meta{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:500;opacity:.7}.pb-duration-hint{margin-top:14px;font-size:13px;color:#64748b;text-align:center}.pb-duration-hint strong{color:#d4af37;font-weight:600}.pb-dates{margin-bottom:24px}.pb-calendar{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000f}.pb-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pb-cal-title{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.pb-cal-nav{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:#f1f5f9;color:#475569;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.pb-cal-nav:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.pb-cal-nav:disabled{opacity:.3;cursor:default}.pb-cal-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:6px;padding:0 2px}.pb-cal-day-label{text-align:center;font-size:11px;font-weight:700;color:#94a3b8;padding:6px 0;text-transform:uppercase;letter-spacing:.04em}.pb-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;padding:0 2px}.pb-cal-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;font-size:14px;font-weight:500;font-family:inherit;background:transparent;color:#334155;cursor:pointer;transition:background .15s ease,color .15s ease,transform .1s ease;min-width:0}.pb-cal-cell:hover:not(:disabled):not(.pb-cal-cell--selected){background:#f1f5f9}.pb-cal-cell--other{color:#cbd5e1}.pb-cal-cell--past{color:#e2e8f0;cursor:default;opacity:.5}.pb-cal-cell--closed{color:#cbd5e1;cursor:default}.pb-cal-cell--full{color:#cbd5e1;cursor:default;text-decoration:line-through;opacity:.5}.pb-cal-loading{font-size:13px;margin-left:6px}.pb-cal-cell--selected{background:linear-gradient(135deg,#d4af37,#c4a030);color:#0f172a;font-weight:700;box-shadow:0 2px 8px #d4af374d;transform:scale(1.05)}.pb-cal-cell--selected:hover{background:linear-gradient(135deg,#c4a030,#b8942a)}.pb-slots{margin-bottom:24px}.pb-slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pb-slot-btn{min-height:48px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;color:#334155;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #0000000a}.pb-slot-btn:hover:not(.pb-slot-btn--selected){border-color:#d4af37;background:#fefce8}.pb-slot-btn--selected{background:linear-gradient(135deg,#d4af37,#c4a030);color:#0f172a;border-color:#d4af37;font-weight:700;box-shadow:0 2px 8px #d4af374d}.pb-slot-btn--selected:hover{background:linear-gradient(135deg,#c4a030,#b8942a);border-color:#c4a030}.pb-slots-loading{display:flex;justify-content:center;padding:32px 0}.pb-slots-state{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px 0;font-size:14px;font-weight:500}.pb-slots-closed{color:#64748b}.pb-slots-empty{color:#94a3b8}.pb-booking{margin-bottom:24px}.pb-form{display:flex;flex-direction:column;gap:18px}.pb-form-field{display:flex;flex-direction:column;gap:6px}.pb-form-label{font-size:13px;font-weight:600;color:#334155}.pb-form-input{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;color:#0f172a;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.pb-form-input::placeholder{color:#94a3b8}.pb-form-input:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af371f}.pb-form-input--error{border-color:#ef4444}.pb-form-input--error:focus{box-shadow:0 0 0 3px #ef44441a}.pb-form-input:disabled{opacity:.6;cursor:not-allowed}.pb-form-field-error{font-size:12px;color:#ef4444;font-weight:500}.pb-form-error{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:500;background:#ef444414;color:#ef4444;border:1px solid rgba(239,68,68,.15)}.pb-phone-row{display:flex;gap:8px}.pb-country-trigger{position:relative;flex-shrink:0}.pb-country-btn{display:flex;align-items:center;gap:6px;padding:12px 10px;min-width:90px;height:100%;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:14px;font-family:inherit;font-weight:600;color:#334155;cursor:pointer;transition:border-color .15s ease}.pb-country-btn:hover{border-color:#cbd5e1}.pb-country-flag{font-size:18px;line-height:1}.pb-country-dial{font-size:13px;color:#64748b}.pb-country-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:50;width:224px;max-height:240px;overflow-y:auto;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:4px}.pb-country-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;font-size:13px;font-family:inherit;color:#334155;cursor:pointer;transition:background .1s ease;text-align:left}.pb-country-option:hover{background:#f1f5f9}.pb-country-option--active{background:#d4af371a}.pb-country-name{flex:1;font-weight:500}.pb-country-dial-opt{font-size:12px;color:#94a3b8;font-weight:500}.pb-phone-input{flex:1;min-width:0}.pb-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border:none;border-radius:12px;background:linear-gradient(135deg,#d4af37,#c4a030);color:#0f172a;font-size:15px;font-weight:700;font-family:inherit;letter-spacing:.01em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 8px #d4af3740;margin-top:4px}.pb-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #d4af3759}.pb-submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.pb-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px}.pb-success-icon{color:#22c55e;margin-bottom:20px}.pb-success-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:8px}.pb-success-sub{font-size:15px;color:#64748b;margin-bottom:28px}.pb-success-details{width:100%;max-width:280px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:20px;margin-bottom:28px}.pb-success-detail{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.pb-success-detail+.pb-success-detail{border-top:1px solid #e2e8f0;margin-top:6px;padding-top:12px}.pb-success-label{font-size:13px;color:#64748b;font-weight:500}.pb-success-value{font-size:15px;font-weight:700;color:#0f172a}.pb-reset-btn{padding:12px 28px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#334155;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease}.pb-reset-btn:hover{border-color:#d4af37;background:#fefce8}.pb-rv-section{margin-bottom:28px}.pb-rv-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pb-rv-header .pb-section-label{margin-bottom:0}.pb-rv-avg{display:flex;align-items:center;gap:6px}.pb-rv-avg-num{font-size:15px;font-weight:700;color:#0f172a}.pb-rv-mini-stars{display:flex;gap:1px}.pb-rv-star--filled{color:#d4af37}.pb-rv-star--empty{color:#e2e8f0}.pb-rv-list{display:flex;flex-direction:column;gap:10px}.pb-rv-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #0000000a}.pb-rv-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.pb-rv-date{font-size:12px;color:#94a3b8;font-weight:500}.pb-rv-client{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:4px}.pb-rv-comment{font-size:14px;color:#475569;line-height:1.5;margin-bottom:0}.pb-rv-reply{margin-top:10px;padding:10px 12px;background:#f8fafc;border-left:3px solid #d4af37;border-radius:0 8px 8px 0}.pb-rv-reply-label{font-size:12px;font-weight:600;color:#d4af37;display:block;margin-bottom:2px}.pb-rv-reply-text{font-size:13px;font-style:italic;color:#475569;line-height:1.5}.pb-rv-expand-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:12px;padding:11px 16px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.pb-rv-expand-btn:hover{border-color:#d4af37;color:#d4af37;background:#fefce8}.pb-rv-skeleton-wrap{display:flex;flex-direction:column;gap:10px}.pb-rv-skeleton{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 16px}.pb-rv-sk-line{border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:pb-rv-shimmer 1.5s ease-in-out infinite}.pb-rv-sk-stars{width:80px;height:14px;margin-bottom:10px}.pb-rv-sk-name{width:110px;height:14px;margin-bottom:8px}.pb-rv-sk-text{width:100%;height:12px}@keyframes pb-rv-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:480px){.pb-container{padding:24px 16px}.pb-avatar{width:84px;height:84px}.pb-avatar-fallback{font-size:30px}.pb-name{font-size:19px}.pb-chip{padding:8px 14px;font-size:13px}.pb-cal-cell{font-size:12px}.pb-slots-grid{grid-template-columns:repeat(4,1fr);gap:6px}.pb-slot-btn{min-height:42px;font-size:13px}.pb-country-dropdown{width:200px}.pb-country-btn{min-width:82px;padding:10px 8px}.pb-form-input{padding:10px 12px;font-size:14px}.pb-submit-btn{padding:13px 16px;font-size:14px}.pb-success{padding:36px 16px}.pb-success-title{font-size:20px}}@media(min-width:640px){.pb-slots-grid{grid-template-columns:repeat(5,1fr)}}.pb-svc-list{display:flex;flex-direction:column;gap:10px}.pb-svc-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;background:#fff;border:2px solid #e2e8f0;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;text-align:left;font-family:inherit;width:100%;-webkit-tap-highlight-color:transparent}.pb-svc-card:hover{border-color:#d4af37;background:#fffdf5}.pb-svc-card--selected{border-color:#d4af37;background:#fffdf5;box-shadow:0 2px 12px #d4af372e}.pb-svc-radio{width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0;position:relative;transition:border-color .2s ease}.pb-svc-card--selected .pb-svc-radio{border-color:#d4af37}.pb-svc-card--selected .pb-svc-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#d4af37}.pb-svc-info{display:flex;flex-direction:column;gap:4px;min-width:0}.pb-svc-name{font-size:15px;font-weight:600;color:#0f172a}.pb-svc-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:#64748b}.pb-svc-dur{display:inline-flex;align-items:center;gap:4px}.pb-svc-price{font-weight:600;color:#d4af37}@keyframes pb-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.pb-skel-profile{display:flex;align-items:center;gap:20px;margin-bottom:32px}.pb-skel-circle{width:88px;height:88px;border-radius:50%;background:#e2e8f0;background-image:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:400px 100%;animation:pb-shimmer 1.5s infinite linear;flex-shrink:0}.pb-skel-line{height:16px;border-radius:8px;background:#e2e8f0;background-image:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:400px 100%;animation:pb-shimmer 1.5s infinite linear;margin-bottom:10px}.pb-skel-services{display:flex;flex-direction:column}.pb-skel-chip{height:52px;border-radius:14px;background:#e2e8f0;background-image:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:400px 100%;animation:pb-shimmer 1.5s infinite linear;margin-bottom:10px}.pb-skel-slot{height:48px;border-radius:12px;background:#e2e8f0;background-image:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:400px 100%;animation:pb-shimmer 1.5s infinite linear}.pb-confirm{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 16px 32px}.pb-confirm-icon{color:#22c55e;margin-bottom:20px}.pb-confirm-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:24px}.pb-confirm-card{width:100%;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:20px;margin-bottom:20px}.pb-confirm-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.pb-confirm-row+.pb-confirm-row{border-top:1px solid #e2e8f0}.pb-confirm-label{font-size:14px;color:#64748b}.pb-confirm-value{font-size:15px;font-weight:700;color:#0f172a}.pb-confirm-hint{font-size:13px;color:#64748b;margin-bottom:14px}.pb-copy-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;border:1.5px solid #d4af37;background:transparent;color:#d4af37;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease;margin-bottom:14px}.pb-copy-btn:hover{background:#d4af3714}.pb-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);background:#0f172a;color:#fff;padding:10px 24px;border-radius:10px;font-size:14px;font-weight:600;opacity:0;transition:opacity .25s ease,transform .25s ease;pointer-events:none;z-index:100}.pb-toast--show{opacity:1;transform:translate(-50%) translateY(0)}.pb-hold-timer{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:13px;margin-bottom:12px;animation:pb-hold-pulse 2s ease-in-out infinite}.pb-hold-timer strong{font-variant-numeric:tabular-nums}@keyframes pb-hold-pulse{0%,to{opacity:1}50%{opacity:.8}}.pb-retry-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#334155;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease;margin-top:16px}.pb-retry-btn:hover{border-color:#d4af37}.pb-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease;margin-bottom:20px}.pb-back-btn:hover{border-color:#d4af37;color:#d4af37;background:#fefce8}.pb-home-title{font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin-bottom:6px}.pb-home-sub{font-size:15px;color:#64748b;margin-bottom:24px}.pb-home-empty{font-size:15px;color:#94a3b8;text-align:center;padding:40px 0}.pb-barber-list{display:flex;flex-direction:column;gap:12px}.pb-barber-card{display:flex;align-items:center;gap:16px;width:100%;padding:16px 20px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:0 1px 4px #0000000a;font-family:inherit;text-align:left}.pb-barber-card:hover{border-color:#d4af37;box-shadow:0 4px 16px #d4af3726;transform:translateY(-1px)}.pb-barber-card-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2.5px solid #d4af37;flex-shrink:0}.pb-barber-card-fallback{display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#d4af37;font-size:22px;font-weight:700;border:2.5px solid #d4af37}.pb-barber-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.pb-barber-card-name{font-size:16px;font-weight:700;color:#0f172a;line-height:1.2}.pb-barber-card-svcs{font-size:13px;color:#64748b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-barber-card-arrow{color:#94a3b8;flex-shrink:0;transition:color .15s ease,transform .15s ease}.pb-barber-card:hover .pb-barber-card-arrow{color:#d4af37;transform:translate(2px)}.pb-barber-card-skel{display:flex;align-items:center;gap:16px;padding:16px 20px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff}.pb-form-textarea{resize:vertical;min-height:72px}.pb-schedule-section{margin-bottom:28px}.pb-schedule-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 20px;box-shadow:0 1px 4px #0000000a}.pb-schedule-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.pb-schedule-row+.pb-schedule-row{border-top:1px solid #f1f5f9}.pb-schedule-row--today{background:#d4af370f;margin:0 -12px;padding:8px 12px;border-radius:8px}.pb-schedule-row--today .pb-schedule-day{font-weight:700;color:#d4af37}.pb-schedule-day{font-size:14px;font-weight:500;color:#334155}.pb-schedule-hours{font-size:14px;font-weight:600;color:#0f172a}.pb-schedule-hours--closed{color:#94a3b8;font-weight:500;font-style:italic}.pb-schedule-skeleton{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 20px}.pb-home-layout{width:100%;max-width:1100px;margin:0 auto;padding:32px 20px;display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.pb-home-layout{grid-template-columns:1fr 380px;padding:40px 32px}}.pb-home-main{min-width:0}.pb-sidebar{display:flex;flex-direction:column;gap:24px}.pb-sidebar-powered{text-align:center;font-size:11px;color:#94a3b8;letter-spacing:.3px}.pb-sidebar-powered a{color:#d4af37;text-decoration:none;font-weight:600}.pb-sidebar-powered a:hover{text-decoration:underline}@media(min-width:768px){.pb-sidebar{position:sticky;top:24px;align-self:start}}.pb-sidebar-map{display:flex;flex-direction:column;gap:12px}.pb-sidebar-map iframe{width:100%;border-radius:14px;box-shadow:0 2px 8px #00000014}.pb-sidebar-maps-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;color:#334155;font-size:14px;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.pb-sidebar-maps-btn:hover{border-color:#d4af37;color:#d4af37;background:#fefce8}.pb-sidebar-schedule{display:flex;flex-direction:column;gap:12px}.pb-sidebar-title{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0}.pb-sidebar-reviews{display:flex;flex-direction:column;gap:12px}.pb-sidebar-reviews-header{display:flex;align-items:center;justify-content:space-between}.pb-status-badge{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:500;line-height:1.3}.pb-status-badge--open{background:#22c55e14;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.pb-status-badge--closed{background:#ef44440f;color:#dc2626;border:1px solid rgba(239,68,68,.18)}.pb-status-badge strong{font-weight:700}.pb-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pb-status-badge--open .pb-status-dot{background:#22c55e;box-shadow:0 0 #22c55eb3;animation:pb-pulse-green 2s infinite}.pb-status-badge--closed .pb-status-dot{background:#ef4444}@keyframes pb-pulse-green{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.pb-confirm-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:320px;margin-bottom:20px}.pb-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#334155;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.pb-action-btn:hover{border-color:#d4af37;color:#d4af37;background:#fefce8}.pb-action-btn--primary{background:linear-gradient(135deg,#d4af37,#c4a030);color:#0f172a;border-color:#d4af37;box-shadow:0 2px 8px #d4af3740}.pb-action-btn--primary:hover{background:linear-gradient(135deg,#c4a030,#b8942a);border-color:#c4a030;color:#0f172a}
