:root{--page-bg: #0a0f1b;--card-bg: rgba(17, 24, 39, .5);--card-bg-h: rgba(31, 41, 55, .6);--panel-bg: rgba(24, 28, 42, .5);--panel-bg-h: rgba(31, 36, 54, .7);--code-bg: #050913;--border: rgba(255,255,255,.06);--border-h: rgba(255,255,255,.12);--text-muted: #71717a;--text-dim: #a1a1aa;--text-body: #d4d4d8;--text-head: #f4f4f5}.phub-shell{position:relative;min-height:100vh;background:var(--page-bg);overflow:hidden;padding-top:7rem;padding-bottom:6rem}.phub-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.phub-blob{position:absolute;border-radius:50%;filter:blur(120px);mix-blend-mode:screen;transform:translateZ(0)}.phub-blob--teal{top:-10%;left:50%;translate:-50% 0;width:800px;height:600px;background:radial-gradient(ellipse,rgba(45,212,191,.12) 0%,transparent 70%)}.phub-blob--blue{top:10%;left:50%;translate:-50% 0;width:600px;height:400px;background:radial-gradient(ellipse,rgba(59,130,246,.06) 0%,transparent 70%)}.phub-main{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:0 1.5rem}.phub-header{text-align:center;max-width:48rem;margin:0 auto 5rem;animation:phubFadeUp .7s ease both}.phub-kicker{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border-radius:999px;background:#1e293b80;border:1px solid rgba(255,255,255,.1);color:#34d399;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem}.phub-kicker-dot{font-size:.6rem}.phub-title{font-size:clamp(2.4rem,6vw,4.25rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;color:var(--text-head);margin-bottom:1.25rem}.phub-title-br{display:none}@media(min-width:640px){.phub-title-br{display:inline}}.phub-title-accent{background:linear-gradient(90deg,#6ee7b7,#34d399 60%,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.phub-subtitle{font-size:1.05rem;line-height:1.7;color:var(--text-dim);font-weight:300}.phub-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.phub-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.phub-grid{grid-template-columns:repeat(3,1fr)}}.phub-card{position:relative;display:block;padding:2rem;border-radius:1.25rem;background:var(--card-bg);border:1px solid var(--border);text-decoration:none;overflow:hidden;transition:border-color .35s,background .35s,box-shadow .35s,transform .25s;animation:phubFadeUp .6s ease both;--shadow-color: rgba(0,0,0,.2)}.phub-card:hover{border-color:var(--border-h);background:var(--card-bg-h);box-shadow:0 20px 60px var(--shadow-color);transform:translateY(-2px)}.phub-card-flood{position:absolute;inset:0;background:linear-gradient(135deg,var(--persona-from),var(--persona-to));opacity:0;transition:opacity .4s}.phub-card:hover .phub-card-flood{opacity:.07}.phub-card-body{position:relative;z-index:1}.phub-icon-wrap{width:3rem;height:3rem;border-radius:.875rem;background:linear-gradient(135deg,var(--persona-from),var(--persona-to));display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000004d}.phub-icon-svg{width:1.25rem;height:1.25rem;color:#fff;flex-shrink:0}.phub-card-role{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.phub-card-name{font-size:1.35rem;font-weight:700;letter-spacing:-.03em;color:var(--text-head);margin-bottom:.75rem;line-height:1.2;transition:color .3s}.phub-card:hover .phub-card-name{color:var(--persona-text, #e2e8f0)}.phub-card-desc{font-size:.875rem;color:var(--text-muted);line-height:1.65;margin-bottom:2rem}.phub-card-cta{display:flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--text-head);opacity:0;transform:translate(-10px);transition:opacity .28s,transform .28s}.phub-card:hover .phub-card-cta{opacity:1;transform:translate(0)}.phub-card-arrow{width:1rem;height:1rem}@keyframes phubFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.pdet-shell{position:relative;min-height:100vh;background:var(--page-bg);overflow:hidden;padding-bottom:6rem}.pdet-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.pdet-blob{position:absolute;border-radius:50%;filter:blur(130px);mix-blend-mode:screen;opacity:.12;background:linear-gradient(135deg,var(--persona-from),var(--persona-to));transform:translateZ(0);animation:blobPulse 9s ease-in-out infinite}.pdet-blob--tl{top:-20%;left:-10%;width:55vw;height:55vw;max-width:680px;max-height:680px}.pdet-blob--br{bottom:5%;right:-15%;width:60vw;height:60vw;max-width:760px;max-height:760px;animation-delay:3s}@keyframes blobPulse{0%,to{opacity:.1}50%{opacity:.16}}@media(prefers-reduced-motion:reduce){.pdet-blob{animation:none}}.pdet-main{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:0 1.5rem}.pdet-hero{padding-top:7rem;padding-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;animation:pdetFadeUp .7s ease both}.pdet-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--text-muted);text-decoration:none;margin-bottom:2.5rem;transition:color .2s;align-self:flex-start}.pdet-back:hover{color:var(--text-body)}.pdet-back-icon{width:.9rem;height:.9rem;flex-shrink:0}.pdet-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .9rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.25rem}.pdet-badge-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background:linear-gradient(135deg,var(--persona-from),var(--persona-to));flex-shrink:0}.pdet-hero-title{font-size:clamp(2.6rem,7vw,5rem);font-weight:800;letter-spacing:-.05em;line-height:1.05;background:linear-gradient(90deg,var(--persona-from) 0%,var(--persona-to) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:2.5rem;padding-right:.1em}.pdet-switcher{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:54rem}.pdet-switcher-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-dim);font-size:.78rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .15s;white-space:nowrap}.pdet-switcher-pill:hover{background:#ffffff17;border-color:#ffffff38;color:var(--text-head);transform:translateY(-1px)}.pdet-switcher-pill--active{background:linear-gradient(135deg,var(--pill-from),var(--pill-to));border-color:transparent;color:#fff;font-weight:600;box-shadow:0 2px 16px #00000059}.pdet-switcher-pill--active:hover{transform:translateY(-1px);background:linear-gradient(135deg,var(--pill-from),var(--pill-to));color:#fff}.pdet-switcher-icon{width:.9rem;height:.9rem;flex-shrink:0;opacity:.85}.pdet-split{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:5rem;animation:pdetFadeUp .7s ease .15s both}@media(min-width:1024px){.pdet-split{grid-template-columns:1fr 1fr}}.pdet-panel{position:relative;display:flex;flex-direction:column;border-radius:1.5rem;border:1px solid var(--border);padding:2rem;overflow:hidden;transition:border-color .3s}.pdet-panel:hover{border-color:var(--border-h)}.pdet-panel--before{background:#18192373}.pdet-panel--after{background:#18192399;box-shadow:0 8px 48px #00000040}.pdet-panel--after:hover{border-color:#ffffff29}.pdet-panel-topbar{position:absolute;top:0;left:0;right:0;height:3px}.pdet-panel-topbar--red{background:linear-gradient(90deg,#ef444480,#f9731680)}.pdet-panel-topbar--persona{background:linear-gradient(90deg,var(--persona-from),var(--persona-to))}.pdet-panel-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.pdet-panel-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdet-panel-icon--red{background:#ef44441f}.pdet-panel-icon--persona{background:linear-gradient(135deg,var(--persona-from),var(--persona-to));padding:.4rem}.pdet-panel-icon-svg{width:1.1rem;height:1.1rem;color:#f87171}.pdet-respira-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.pdet-panel-label{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text-head);line-height:1.2}.pdet-panel-title{font-size:1.05rem;font-weight:500;color:var(--text-body);margin-bottom:.6rem}.pdet-panel-desc{font-size:.9rem;line-height:1.7;color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem}.pdet-code-block{border-radius:.875rem;background:var(--code-bg);border:1px solid rgba(255,255,255,.05);padding:1rem;margin-top:auto}.pdet-code-block--after{border-color:#ffffff14}.pdet-code-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.pdet-code-icon{width:.9rem;height:.9rem;color:#52525b;flex-shrink:0}.pdet-code-icon--green{color:#34d399}.pdet-code-filename{font-size:.72rem;font-family:ui-monospace,Cascadia Code,Fira Code,monospace}.pdet-code-filename--muted{color:#52525b}.pdet-code-filename--green{color:#34d399b3}.pdet-code-pre{font-size:.78rem;font-family:ui-monospace,Cascadia Code,Fira Code,monospace;color:#a1a1aa;white-space:pre-wrap;line-height:1.65;margin:0}.pdet-code-pre--light{color:#d4d4d8}.pdet-content{max-width:52rem;margin:0 auto 4rem;display:flex;flex-direction:column;gap:2rem}.pdet-content-card{position:relative;padding:2rem 2.25rem;border-radius:1.5rem;background:#12142066;border:1px solid var(--border);overflow:hidden;transition:border-color .3s;animation:pdetFadeUp .6s ease both}.pdet-content-card:hover{border-color:#ffffff1a}.pdet-content-accent{position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--persona-from),var(--persona-to));opacity:.5;transition:opacity .3s}.pdet-content-card:hover .pdet-content-accent{opacity:1}.pdet-content-title{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:var(--text-head);margin-bottom:1rem;transition:color .3s}.pdet-content-card:hover .pdet-content-title{color:var(--persona-text, var(--text-head))}.pdet-prose p{font-size:.9rem;line-height:1.75;color:var(--text-muted);margin-bottom:.75rem}.pdet-prose p:last-child{margin-bottom:0}.pdet-prose ul,.pdet-prose ol{padding-left:1.25rem;margin-bottom:.75rem}.pdet-prose li{font-size:.875rem;line-height:1.7;color:var(--text-muted);margin-bottom:.2rem}.pdet-prose strong{color:var(--text-body);font-weight:600}.pdet-prose a{color:#34d399;text-decoration:underline}.pdet-cta-wrap{display:flex;justify-content:center;padding-top:1rem;animation:pdetFadeUp .6s ease .4s both}.pdet-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:999px;background:linear-gradient(135deg,var(--persona-from),var(--persona-to));color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px #00000059}.pdet-cta-btn:hover{transform:scale(1.03);box-shadow:0 6px 32px #00000073}.pdet-cta-btn:active{transform:scale(.98)}.pdet-cta-icon{width:1rem;height:1rem;transition:transform .2s}.pdet-cta-btn:hover .pdet-cta-icon{transform:rotate(12deg)}@keyframes pdetFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.phub-founder-wrap{max-width:640px;margin:72px auto 0;padding-top:48px;border-top:1px solid rgba(255,255,255,.07)}.phub-founder-wrap .founder-story{background:none;border:none;border-radius:0;padding:0;margin:0}.phub-founder-wrap .founder-story-content h3{display:none}.phub-founder-wrap .founder-story-content p{font-size:14px;color:#ffffff80;line-height:1.75;margin-bottom:14px}.phub-founder-wrap .founder-story-content p strong{color:#ffffffb3;font-weight:500}.phub-founder-wrap .founder-signature{font-size:13px;color:#ffffff59;border-top:none;padding-top:0;margin-top:24px}.phub-founder-wrap .founder-location{color:#ffffff40}.phub-founder-wrap .founder-links a{color:#ffffff59}.phub-founder-wrap .founder-links a:hover{color:#ffffffb3}.phub-founder-wrap .founder-stats{grid-template-columns:repeat(4,1fr);gap:0;border-top:none;padding-top:24px;margin-top:24px}.phub-founder-wrap .stat strong{font-size:18px;color:#ffffff8c}.phub-founder-wrap .stat span{font-size:11px;color:#ffffff4d}@media(max-width:600px){.phub-founder-wrap .founder-stats{grid-template-columns:repeat(2,1fr);gap:16px 0}}
