.tp-form,.tp-card,.tp-matches{border:1px solid #e5e7eb;border-radius:18px;padding:1.25rem;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06);margin:1rem 0}.tp-form label{display:block;font-weight:700;margin:.85rem 0}.tp-form input,.tp-form textarea,.tp-form select{width:100%;max-width:100%;padding:.7rem .85rem;border:1px solid #cbd5e1;border-radius:10px;font:inherit}.tp-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.tp-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:.75rem 1.1rem;font-weight:800;background:#315efb;color:#fff;cursor:pointer}.tp-button:hover{filter:brightness(.95)}.tp-notice{display:none;margin:.75rem 0;padding:.75rem 1rem;border-radius:12px}.tp-notice.is-success{display:block;background:#ecfdf5;color:#065f46}.tp-notice.is-error{display:block;background:#fef2f2;color:#991b1b}.tp-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.tp-card h3{margin-top:0}.tp-meta-row{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:#64748b;font-size:.92rem}.tp-chip-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tp-chip{display:inline-flex;border-radius:999px;padding:.25rem .55rem;background:#eef2ff;color:#3730a3;font-size:.82rem;font-weight:700}.tp-form.is-loading{opacity:.72;pointer-events:none}@media(max-width:700px){.tp-grid-2{grid-template-columns:1fr}}

.tp-section-header{margin:0 0 1rem}.tp-section-header h2{margin:.2rem 0}.tp-section-header p{margin:.25rem 0;color:#64748b}.tp-skills-bubbles{border:1px solid #e5e7eb;border-radius:22px;padding:1.25rem;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 12px 34px rgba(15,23,42,.07);margin:1.25rem 0}.tp-bubble-cloud{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.9rem;min-height:220px;padding:1rem}.tp-skill-bubble{width:var(--tp-bubble-size,110px);height:var(--tp-bubble-size,110px);min-width:76px;min-height:76px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;border-radius:50%;padding:.85rem;background:radial-gradient(circle at 30% 25%,#ffffff 0%,#dbeafe 38%,#315efb 100%);color:#0f172a;border:1px solid rgba(49,94,251,.18);box-shadow:inset 0 1px 8px rgba(255,255,255,.82),0 14px 30px rgba(49,94,251,.2);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;overflow:hidden}.tp-skill-bubble:nth-child(3n+2){background:radial-gradient(circle at 30% 25%,#ffffff 0%,#dcfce7 38%,#16a34a 100%);box-shadow:inset 0 1px 8px rgba(255,255,255,.82),0 14px 30px rgba(22,163,74,.18)}.tp-skill-bubble:nth-child(3n+3){background:radial-gradient(circle at 30% 25%,#ffffff 0%,#fef3c7 38%,#f59e0b 100%);box-shadow:inset 0 1px 8px rgba(255,255,255,.82),0 14px 30px rgba(245,158,11,.18)}.tp-skill-bubble:hover,.tp-skill-bubble:focus{transform:translateY(-4px) scale(1.03);filter:saturate(1.08);box-shadow:0 18px 38px rgba(15,23,42,.18);outline:none}.tp-skill-bubble__name{font-weight:900;line-height:1.05;font-size:clamp(.78rem,calc(var(--tp-bubble-size,110px) / 8.5),1.15rem)}.tp-skill-bubble__count,.tp-skill-bubble__rating{font-size:clamp(.65rem,calc(var(--tp-bubble-size,110px) / 12),.88rem);font-weight:800;line-height:1.15;margin-top:.22rem;color:rgba(15,23,42,.78)}.tp-bubble-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem 1rem;color:#64748b;font-size:.9rem;border-top:1px solid #e5e7eb;padding-top:.85rem}.tp-bubble-legend span{display:inline-flex;align-items:center;gap:.35rem}.tp-bubble-legend span:before{content:"";width:.65rem;height:.65rem;border-radius:50%;background:#315efb;display:inline-block}@media(max-width:700px){.tp-bubble-cloud{gap:.6rem;padding:.5rem}.tp-skill-bubble{width:calc(var(--tp-bubble-size,110px) * .82);height:calc(var(--tp-bubble-size,110px) * .82)}}

.tp-resource-finder{border:1px solid #e5e7eb;border-radius:22px;padding:1.25rem;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);box-shadow:0 12px 34px rgba(15,23,42,.07);margin:1.25rem 0}.tp-resource-finder-form{display:flex;gap:.75rem;align-items:flex-end;margin:1rem 0 1.25rem}.tp-resource-finder-form label{flex:1;font-weight:800}.tp-resource-finder-form select{width:100%;padding:.7rem .85rem;border:1px solid #cbd5e1;border-radius:10px;font:inherit;margin-top:.35rem}.tp-resource-finder.is-loading{opacity:.78}.tp-match-map{border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;padding:.85rem 1rem;margin:.75rem 0 1rem}.tp-match-card{position:relative}.tp-match-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#315efb,#16a34a,#f59e0b)}.tp-match-reasons{margin-top:.85rem;border-top:1px solid #e5e7eb;padding-top:.65rem}.tp-match-reasons summary{cursor:pointer;font-weight:900;color:#1e3a8a}.tp-match-reasons ul{margin:.5rem 0 0 1.2rem}.tp-notice-inline{padding:.85rem 1rem;background:#fff7ed;color:#9a3412;border-radius:12px}@media(max-width:700px){.tp-resource-finder-form{display:block}.tp-resource-finder-form .tp-button{margin-top:.75rem;width:100%}}
