/*
Theme Name: PickyTic
Theme URI: https://pickytic.ai
Author: PickyTic AI
*/
:root{--pt-blue:#1478ff;--pt-dark:#061b4f;--pt-orange:#ff8a18;--pt-soft:#eef7ff;--pt-green:#16b777;--pt-purple:#7c4dff}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--pt-dark);background:#fff}a{text-decoration:none}.pt-navbar{background:#fff;box-shadow:0 6px 24px rgba(15,23,42,.07)}.pt-logo{font-weight:900;font-size:1.8rem;color:var(--pt-blue)!important;letter-spacing:-.04em}.pt-logo span{color:var(--pt-orange)}.pt-orange-btn{background:linear-gradient(135deg,#ff9f2f,#ff7900);color:#fff!important;border:0;border-radius:14px;padding:13px 24px;font-weight:800;box-shadow:0 12px 26px rgba(255,122,0,.25)}.pt-orange-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,122,0,.32)}.pt-outline-btn{border:2px solid rgba(20,120,255,.22);color:#0055cc;background:#fff;border-radius:14px;padding:12px 24px;font-weight:800}.pt-reveal{opacity:0;transition:opacity .75s ease}.pt-reveal.visible{opacity:1}.pt-footer{background:#1a2035;color:rgba(255,255,255,.75);padding:60px 0 0}.pt-footer-logo{font-weight:900;font-size:1.7rem;color:#fff;letter-spacing:-.04em}.pt-footer-logo span{color:var(--pt-orange)}.pt-footer-tagline{font-size:.85rem;color:rgba(255,255,255,.5);margin-top:4px}.pt-footer-desc{font-size:.85rem;line-height:1.7;color:rgba(255,255,255,.55);margin-top:14px;max-width:220px}.pt-footer-col-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:18px}.pt-footer-group-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.65);margin:14px 0 4px}.pt-footer-group-label:first-of-type{margin-top:0}.pt-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pt-footer-links a{color:rgba(255,255,255,.6);font-size:.88rem;transition:.2s}.pt-footer-links a:hover{color:#fff}.pt-footer-bottom{background:#141928;padding:18px 0;font-size:.82rem;color:rgba(255,255,255,.62)}.pt-footer-bottom a{color:rgba(255,255,255,.55);transition:.2s}.pt-footer-bottom a:hover{color:#fff}.pt-social-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:1.1rem;color:rgba(255,255,255,.7);transition:.2s ease;border:1px solid rgba(255,255,255,.1)}.pt-social-btn:hover{background:var(--pt-blue);color:#fff;border-color:var(--pt-blue)}.pt-footer-contact-link{color:rgba(255,255,255,.7);font-size:.9rem;transition:color .2s}.pt-footer-contact-link:hover{color:#fff}.pt-mobile-cta{z-index:999;background:#fff;padding:12px;box-shadow:0 -10px 28px rgba(15,23,42,.12)}.pt-dropdown{border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 16px 38px rgba(15,23,42,.1);padding:8px;min-width:190px}.pt-dropdown .dropdown-item{border-radius:10px;font-weight:700;font-size:.92rem;color:var(--pt-dark);padding:10px 14px}.pt-dropdown .dropdown-item:hover{background:var(--pt-soft);color:var(--pt-blue)}@media(min-width:992px){.nav-item.dropdown:hover>.dropdown-menu{display:block;margin-top:0}}#pt-loader{position:fixed;inset:0;z-index:99999;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;transition:opacity .35s ease,visibility .35s ease}#pt-loader.pt-loader-hide{opacity:0;visibility:hidden}.pt-loader-logo{display:flex;align-items:center;gap:10px}.pt-loader-logo img{height:52px}.pt-loader-spinner{width:36px;height:36px;border:3px solid #eaf4ff;border-top-color:#1478ff;border-radius:50%;animation:pt-spin .75s linear infinite}@keyframes pt-spin{to{transform:rotate(360deg)}}.pt-mega-menu{padding:0;border:1px solid rgba(15,23,42,.08);border-radius:20px;box-shadow:0 24px 64px rgba(15,23,42,.15);overflow:hidden;width:780px}.pt-mega-cols{display:flex}.pt-mega-col{flex:1;padding:16px 16px 12px}.pt-mega-col+.pt-mega-col{border-left:1px solid rgba(15,23,42,.06)}.pt-mega-col-hd{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid rgba(15,23,42,.06)}.pt-mega-col-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.pt-mega-col-icon-blue{background:#e8f1ff}.pt-mega-col-icon-green{background:#edfaf4}.pt-mega-col-icon-purple{background:#f0eaff}.pt-mega-col-title{font-size:.73rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.pt-mega-col-desc{font-size:.7rem;color:#94a3b8;margin-top:2px}.pt-mega-link{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:9px;text-decoration:none;color:#1e293b;font-size:.84rem;font-weight:600;transition:background .15s;margin-bottom:2px}.pt-mega-link:hover{background:#f1f5f9;color:#1478ff}.pt-sub-badge{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;color:#fff;flex-shrink:0}.pt-chevron{color:#cbd5e1;font-size:.9rem}.pt-tag{font-size:.62rem;font-weight:800;padding:2px 6px;border-radius:20px;white-space:nowrap}.pt-tag-star{background:#fff8e1;color:#d97706}.pt-tag-hot{background:#fff1f0;color:#ef4444}.pt-mega-view-all{display:block;font-size:.79rem;font-weight:700;text-decoration:none;margin-top:8px;padding:4px 8px}.pt-mega-view-all:hover{text-decoration:underline}.pt-mega-footer{background:#f0f7ff;padding:13px 22px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(15,23,42,.06);font-size:.83rem;color:#334155}.pt-mega-footer strong{color:#061b4f}.pt-mega-footer-btn{background:linear-gradient(135deg,#ff9f2f,#ff7900);color:#fff!important;border-radius:10px;padding:8px 18px;font-size:.83rem;font-weight:800;text-decoration:none;white-space:nowrap;transition:box-shadow .2s}.pt-mega-footer-btn:hover{box-shadow:0 8px 20px rgba(255,122,0,.3)}.pt-title{font-weight:950;letter-spacing:-.04em;color:var(--pt-dark)}.pt-grade-section{background:linear-gradient(160deg,#e8f5ff 0%,#f4f9ff 55%,#fff 100%);position:relative;overflow:hidden}.pt-deco-star{position:absolute;pointer-events:none;opacity:.55;z-index:1;line-height:1}.pt-gc{background:#fff;border-radius:20px;box-shadow:0 8px 26px rgba(0,0,0,.09);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:100%}.pt-gc:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,0,0,.13)}.pt-gc-banner{display:flex;align-items:center;gap:8px;padding:10px 16px;color:#fff;font-weight:800;font-size:1rem;border-radius:12px;margin:12px 12px 0}.pt-gc-p3{background:#1c7dff}.pt-gc-p4{background:#00b87a}.pt-gc-p5{background:#7c3aed}.pt-gc-p6{background:#f97316}.pt-gc-sec3{background:#0891b2}.pt-gc-sec4{background:#7c3aed}.pt-gc-body{padding:14px 12px}.pt-gc-subjects{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #f0f0f0;margin-top:10px;padding-top:10px}.pt-gc-subject{text-align:center;padding:6px 4px}.pt-gc-subject+.pt-gc-subject{border-left:1px solid #f0f0f0}.pt-gc-subj-icon{width:40px;height:40px;margin:0 auto 5px;display:block}.pt-gc-subj-icon-sm{width:34px;height:34px;margin:0 auto 5px;display:block}.pt-gc-subj-name{font-weight:700;font-size:.82rem;color:#1a1a2e;margin-bottom:8px}.pt-gc-stat{font-size:1.05rem;font-weight:800;color:#1a1a2e;line-height:1.1}.pt-gc-stat-lbl{font-size:.65rem;color:#999;line-height:1.2;display:block;margin-bottom:5px}.pt-gc-btn{display:block;width:100%;padding:10px;border:none;border-radius:12px;color:#fff!important;font-weight:700;font-size:.92rem;text-align:center;text-decoration:none;margin-top:12px;transition:opacity .2s}.pt-gc-btn:hover{opacity:.88}.pt-gc-btn-p3{background:#1c7dff}.pt-gc-btn-p4{background:#00b87a}.pt-gc-btn-p5{background:#7c3aed}.pt-gc-btn-p6{background:#f97316}.pt-gc-btn-sec3{background:#0891b2}.pt-gc-btn-sec4{background:#7c3aed}.pt-gc-badge{margin-top:auto;text-align:center;font-size:.75rem;font-weight:600;padding:5px 12px 10px;min-height:30px}.pt-gc-badge-rec{color:#e11d48}.pt-gc-badge-psle{color:#f97316}.pt-gc-subject-link{text-decoration:none;color:inherit;transition:background .15s,transform .15s;border-radius:8px}.pt-gc-subject-link:hover{background:#f0f5ff;color:inherit;transform:scale(1.03)}.pt-level-toggle{background:#f1f5f9;border-radius:999px;padding:4px;gap:4px;display:flex}.pt-level-btn{border:none;background:transparent;border-radius:999px;padding:8px 22px;font-weight:700;font-size:.9rem;color:#64748b;cursor:pointer;transition:.2s}.pt-level-btn.active{background:#fff;color:#1478ff;box-shadow:0 2px 8px rgba(0,0,0,.08)}@media(min-width:992px){.pt-mega-menu{top:100%!important;left:50%!important;transform:translateX(-50%)!important}}@media(max-width:991.98px){.pt-mega-menu{width:100%!important;border-radius:12px;box-shadow:none}.pt-mega-cols{flex-direction:column}.pt-mega-col+.pt-mega-col{border-left:none;border-top:1px solid rgba(15,23,42,.06)}.pt-mega-footer{display:none!important}}.accordion-button{font-weight:800;color:var(--pt-dark);border-radius:18px!important}.accordion-item{border:1px solid rgba(15,23,42,.08)!important;border-radius:20px!important;overflow:hidden;margin-bottom:14px;box-shadow:0 10px 28px rgba(15,23,42,.04)}.bs-breadcrumb{font-size:.82rem;color:#94a3b8;margin-bottom:10px}.bs-breadcrumb a{color:#1c7dff;text-decoration:none}.bs-breadcrumb a:hover{text-decoration:underline}.bs-breadcrumb span{margin:0 6px}.pt-primary-hero{padding:40px 0;background:linear-gradient(135deg,#fff7ed 0%,#fafbff 70%,#fff 100%)}.pt-secondary-hero{padding:40px 0;background:linear-gradient(135deg,#f5fbff,#fff)}.pt-404-section{min-height:75vh;display:flex;align-items:center;padding:80px 0;background:radial-gradient(circle at top left,rgba(180,245,255,.45),transparent 35%),linear-gradient(180deg,#f8fcff 0%,#fff 100%)}.pt-404-card{max-width:820px;margin:0 auto;padding:56px 32px;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.1);border:1px solid rgba(14,165,233,.15)}.pt-404-badge{display:inline-flex;padding:10px 22px;border-radius:999px;background:#e0f7ff;color:#0369a1;font-weight:800;font-size:20px;margin-bottom:20px}.pt-404-title{font-size:clamp(36px,5vw,60px);font-weight:900;color:#0f172a;margin-bottom:16px}.pt-404-text{max-width:560px;margin:0 auto 28px;font-size:18px;color:#64748b}.pt-404-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:28px}.pt-btn{background:#0ea5e9;color:#fff;border-radius:999px;padding:13px 24px;font-weight:700;text-decoration:none}.pt-btn:hover{background:#0284c7;color:#fff}.pt-btn-outline{border:2px solid #0ea5e9;color:#0369a1;border-radius:999px;padding:11px 24px;font-weight:700;text-decoration:none;background:#fff}.pt-btn-outline:hover{background:#e0f7ff;color:#0369a1}.pt-404-search{display:flex;max-width:560px;margin:0 auto 24px;background:#f8fafc;border:1px solid #dbeafe;border-radius:999px;padding:6px}.pt-404-search input{flex:1;border:0;background:transparent;padding:12px 16px;outline:none}.pt-404-search button{border:0;background:#1d4ed8;color:#fff;border-radius:999px;padding:10px 20px;font-weight:700}.pt-404-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.pt-404-links a{color:#2563eb;font-weight:600;text-decoration:none}.pt-404-links a:hover{text-decoration:underline}@media(max-width:576px){.pt-404-card{padding:40px 20px}.pt-404-search{border-radius:18px;flex-direction:column}.pt-404-search button{width:100%}}.lp-hero{background:linear-gradient(135deg,#f0f7ff 0%,#fafbff 60%,#fff 100%);padding:20px 0 44px;border-bottom:1px solid #eef2ff}.lp-hero h1{font-weight:900;letter-spacing:-.04em;color:#061b4f;font-size:2.4rem}.lp-badge{display:inline-flex;align-items:center;gap:7px;background:#e0f2fe;color:#0369a1;border-radius:50px;padding:6px 16px;font-size:.82rem;font-weight:700;border:1px solid #bae6fd;margin-bottom:20px}.lp-toc{background:#f8faff;border:1px solid #dde8ff;border-radius:20px;padding:28px 32px;margin-bottom:32px}.lp-toc h3{font-size:1rem;font-weight:800;color:#061b4f;margin-bottom:14px}.lp-toc ol{margin-bottom:0;padding-left:18px;list-style:decimal}.lp-toc li{font-size:.88rem;color:#475569;padding:3px 0}.lp-toc a{color:#1c7dff;font-weight:600;text-decoration:none}.lp-toc a:hover{text-decoration:underline}.lp-section{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:20px;padding:32px 36px;margin-bottom:20px;box-shadow:0 4px 18px rgba(15,23,42,.05)}.lp-section h2{font-weight:800;font-size:1.15rem;color:#061b4f;margin-bottom:14px;display:flex;align-items:center;gap:10px}.sec-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#1c7dff,#06b6d4);color:#fff;font-size:.82rem;font-weight:900;flex-shrink:0}.lp-section p,.lp-section li{color:#475569;font-size:.96rem;line-height:1.75}.lp-section ul{padding-left:0;list-style:none;margin-bottom:0}.lp-section ul li{padding:7px 0 7px 24px;position:relative;border-bottom:1px solid #f1f5f9}.lp-section ul li:last-child{border-bottom:0}.lp-section ul li::before{content:"→";position:absolute;left:0;color:#1c7dff;font-weight:700}.lp-section ul li strong{color:#1e3a5f}.lp-intro-banner{background:linear-gradient(135deg,#f0f7ff,#e8f4ff);border:1px solid #c7deff;border-radius:20px;padding:28px 32px;margin-bottom:20px}.lp-intro-banner p{color:#1e3a5f;font-size:.97rem;line-height:1.75;margin-bottom:0;font-weight:600}.lp-dark-card{background:linear-gradient(135deg,#061b4f,#1c3a8a);border-radius:20px;padding:32px 36px;color:#fff;text-align:center;margin-bottom:48px}.lp-dark-card h2{font-weight:900;font-size:1.3rem;margin-bottom:8px}.lp-dark-card p{color:rgba(255,255,255,.7);margin-bottom:16px}.lp-dark-card a{color:#fff;font-weight:700;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:10px 24px;display:inline-block;transition:background .18s}.lp-dark-card a:hover{background:rgba(255,255,255,.25)}@media(max-width:767px){.lp-hero h1{font-size:1.7rem}.lp-section{padding:22px 20px}.lp-toc{padding:20px}.lp-dark-card{padding:24px 18px}.lp-intro-banner{padding:20px}}#ptChat-toggle{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;align-items:center;gap:7px;background:none;border:none;cursor:pointer;z-index:9999;padding:0;transition:transform .2s ease}#ptChat-toggle:hover{transform:scale(1.06)}.ptc-toggle-circle{position:relative;width:72px;height:72px;border-radius:50%;background:linear-gradient(145deg,#3d2fa0 0%,#4f3ec8 40%,#5b45e8 100%);box-shadow:0 6px 22px rgba(79,62,200,.55),0 2px 6px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;transition:box-shadow .2s ease}#ptChat-toggle:hover .ptc-toggle-circle{box-shadow:0 8px 28px rgba(79,62,200,.7),0 2px 8px rgba(0,0,0,.2)}.ptc-toggle-circle img{width:54px;height:54px;object-fit:contain;display:block}.ptc-toggle-circle .pt-chat-close-svg{display:none}#ptChat-toggle.open .ptc-toggle-circle img,#ptChat-toggle.open .pt-chat-close-svg-hide{display:none}#ptChat-toggle.open .pt-chat-close-svg{display:block}.ptc-toggle-label{background:#fff;color:#3d2fa0;font-size:.78rem;font-weight:800;border-radius:999px;padding:4px 11px;box-shadow:0 2px 8px rgba(0,0,0,.12);white-space:nowrap;letter-spacing:.01em;transition:opacity .2s}#ptChat-toggle.open .ptc-toggle-label{opacity:0;pointer-events:none}#ptChat-badge{position:absolute;top:2px;right:2px;width:16px;height:16px;background:#ff8a18;border-radius:50%;border:2px solid #fff;display:none}#ptChat-badge.show{display:block}#ptChat-panel{position:fixed;bottom:124px;right:24px;width:380px;max-height:560px;background:#fff;border-radius:22px;box-shadow:0 12px 48px rgba(15,23,42,.18),0 2px 8px rgba(15,23,42,.08);display:flex;flex-direction:column;z-index:9998;overflow:hidden;transform:translateY(20px) scale(.97);opacity:0;pointer-events:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}#ptChat-panel.open{transform:translateY(0) scale(1);opacity:1;pointer-events:all}#ptChat-panel.maximized{width:min(680px,calc(100vw - 48px));max-height:min(82vh,760px);bottom:124px}@media(max-width:480px){#ptChat-panel.maximized{max-height:92vh}}.ptc-max-btn{background:rgba(255,255,255,.18);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;padding:0}.ptc-max-btn:hover{background:rgba(255,255,255,.3)}.ptc-max-btn .ptc-restore-icon{display:none}#ptChat-panel.maximized .ptc-max-btn .ptc-expand-icon{display:none}#ptChat-panel.maximized .ptc-max-btn .ptc-restore-icon{display:block}.ptc-header{background:linear-gradient(135deg,#1478ff 0%,#005eea 100%);padding:16px 18px;display:flex;align-items:center;gap:12px;flex-shrink:0}.ptc-avatar{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.4);object-fit:cover;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;overflow:hidden}.ptc-avatar img{width:100%;height:100%;object-fit:cover}.ptc-header-info{flex:1}.ptc-name{color:#fff;font-weight:800;font-size:1rem;line-height:1.2}.ptc-status{color:rgba(255,255,255,.78);font-size:.78rem;display:flex;align-items:center;gap:5px}.ptc-status-dot{width:7px;height:7px;background:#4ade80;border-radius:50%;flex-shrink:0}.ptc-close-btn{background:rgba(255,255,255,.18);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;padding:0}.ptc-close-btn:hover{background:rgba(255,255,255,.3)}.ptc-messages{flex:1;overflow-y:auto;padding:18px 16px 10px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.ptc-messages::-webkit-scrollbar{width:4px}.ptc-messages::-webkit-scrollbar-track{background:transparent}.ptc-messages::-webkit-scrollbar-thumb{background:rgba(15,23,42,.12);border-radius:4px}.ptc-bubble-row{display:flex;gap:8px;align-items:flex-end}.ptc-bubble-row.user{flex-direction:row-reverse}.ptc-bubble-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1478ff,#005eea);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;overflow:hidden}.ptc-bubble-avatar img{width:100%;height:100%;object-fit:cover}.ptc-bubble{max-width:78%;padding:10px 14px;border-radius:18px;font-size:.9rem;line-height:1.5;word-break:break-word}.ptc-bubble.bot{background:#e6f0ff;color:#0c2a6e;border-bottom-left-radius:5px}.ptc-bubble.user{background:linear-gradient(135deg,#1478ff,#005eea);color:#fff;border-bottom-right-radius:5px}.ptc-typing{display:flex;gap:4px;align-items:center;padding:10px 14px;background:#e6f0ff;border-radius:18px;border-bottom-left-radius:5px;width:fit-content}.ptc-typing span{width:7px;height:7px;background:#5b9aff;border-radius:50%;display:block;animation:ptcTyping .9s infinite ease-in-out}.ptc-typing span:nth-child(2){animation-delay:.15s}.ptc-typing span:nth-child(3){animation-delay:.3s}@keyframes ptcTyping{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.ptc-suggestions{padding:4px 16px 10px;display:flex;flex-wrap:wrap;gap:7px;flex-shrink:0}.ptc-suggestion{background:#eaf4ff;color:#1478ff;border:1px solid rgba(20,120,255,.2);border-radius:999px;padding:6px 13px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.ptc-suggestion:hover{background:#d6eaff;transform:translateY(-1px)}.ptc-input-row{padding:12px 14px 14px;border-top:1px solid #f0f4f8;display:flex;gap:9px;align-items:flex-end;flex-shrink:0}.ptc-input{flex:1;border:1.5px solid #e2e8f0;border-radius:14px;padding:10px 14px;font-size:.9rem;outline:none;resize:none;font-family:inherit;color:#1e293b;line-height:1.4;max-height:100px;transition:border-color .15s;overflow-y:auto}.ptc-input:focus{border-color:#1478ff}.ptc-input::placeholder{color:#94a3b8}.ptc-send-btn{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#1478ff,#005eea);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:opacity .15s,transform .1s}.ptc-send-btn:hover{opacity:.9;transform:scale(1.05)}.ptc-send-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:480px){#ptChat-panel{right:0;left:0;bottom:0;width:100%;max-height:80vh;border-radius:22px 22px 0 0}#ptChat-toggle{bottom:16px;right:16px}.ptc-toggle-circle{width:64px;height:64px}.ptc-toggle-circle img{width:48px;height:48px}.pt-social-icons-wrap,.pt-footer-links-right{padding-right:90px}}@media(min-width:481px){.pt-social-icons-wrap,.pt-footer-links-right{padding-right:120px}}