/*
Theme Name: PhonicSpecs Community
Theme URI: https://phonicspecs.com/
Author: PhonicSpecs
Description: Mobile-first custom theme for the standalone PhonicSpecs Community product.
Version: 0.1.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: phonicspecs-community-theme
*/

:root{--psc-bg:#f6f8fc;--psc-surface:#fff;--psc-surface-2:#f0f4fb;--psc-text:#111827;--psc-muted:#667085;--psc-line:#e4e7ec;--psc-primary:#175cd3;--psc-primary-dark:#0b4ab4;--psc-accent:#e9f1ff;--psc-success:#067647;--psc-radius:18px;--psc-shadow:0 14px 38px rgba(16,24,40,.07);--psc-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--psc-bg);color:var(--psc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:var(--psc-primary);text-decoration:none}a:hover{color:var(--psc-primary-dark)}img{max-width:100%;height:auto}.psc-site{min-height:100vh;display:flex;flex-direction:column}.psc-container{width:min(calc(100% - 32px),var(--psc-max));margin-inline:auto}.psc-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,231,236,.9)}.psc-header-row{min-height:68px;display:flex;align-items:center;gap:22px}.psc-brand{display:flex;align-items:center;gap:9px;color:var(--psc-text);font-weight:800;letter-spacing:-.02em;white-space:nowrap}.psc-brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#175cd3,#53b1fd);display:grid;place-items:center;color:#fff;font-size:18px}.psc-brand-sub{font-weight:600;color:var(--psc-muted);font-size:.82rem}.psc-primary-nav{display:none;gap:20px;margin-left:16px}.psc-primary-nav a{color:#344054;font-weight:650;font-size:.94rem}.psc-primary-nav a:hover{color:var(--psc-primary)}.psc-header-actions{margin-left:auto;display:flex;align-items:center;gap:9px}.psc-main-link{display:none;color:#475467;font-size:.9rem;font-weight:650}.psc-account{display:flex;align-items:center;gap:8px;color:#344054;font-weight:650}.psc-account img{border-radius:50%}.psc-menu-toggle{border:1px solid var(--psc-line);background:#fff;border-radius:10px;width:42px;height:42px;font-size:20px}.psc-mobile-nav{display:none;padding:0 0 16px}.psc-mobile-nav.is-open{display:grid}.psc-mobile-nav a{padding:11px 4px;border-bottom:1px solid var(--psc-line);color:#344054;font-weight:650}.psc-site-main{flex:1;padding:28px 0 64px}.psc-site-footer{background:#101828;color:#d0d5dd;padding:36px 0}.psc-footer-grid{display:grid;gap:24px}.psc-footer-title{color:#fff;font-weight:800;font-size:1.05rem}.psc-footer-links{display:flex;flex-wrap:wrap;gap:16px}.psc-footer-links a{color:#d0d5dd}.psc-footer-small{font-size:.88rem;color:#98a2b3}.psc-eyebrow{margin:0 0 8px;font-size:.74rem;letter-spacing:.13em;font-weight:800;color:var(--psc-primary)}.psc-hero{background:linear-gradient(140deg,#fff 0%,#f4f8ff 60%,#eaf2ff 100%);border:1px solid #dce7f7;border-radius:26px;padding:34px 24px;box-shadow:var(--psc-shadow)}.psc-hero h1{font-size:clamp(2rem,7vw,4.3rem);line-height:1.02;letter-spacing:-.055em;margin:0 0 14px;max-width:760px}.psc-hero p:not(.psc-eyebrow){max-width:700px;color:#475467;font-size:1.05rem;margin:0 0 22px}.psc-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;border-radius:12px;font-weight:750;border:1px solid transparent;cursor:pointer;font:inherit}.psc-button-primary{background:var(--psc-primary);color:#fff}.psc-button-primary:hover{background:var(--psc-primary-dark);color:#fff}.psc-button-secondary{background:#fff;color:#344054;border-color:var(--psc-line)}.psc-community-grid{display:grid;gap:15px;margin:22px 0 38px}.psc-community-card{background:var(--psc-surface);border:1px solid var(--psc-line);border-radius:var(--psc-radius);padding:20px;display:grid;grid-template-columns:auto 1fr;gap:15px;box-shadow:0 8px 22px rgba(16,24,40,.035)}.psc-community-icon{width:46px;height:46px;border-radius:14px;background:var(--psc-accent);display:grid;place-items:center;font-size:22px}.psc-community-card h2{margin:0 0 5px;font-size:1.15rem}.psc-community-card h2 a{color:var(--psc-text)}.psc-community-card p{color:var(--psc-muted);margin:0 0 16px;font-size:.94rem}.psc-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667085;font-size:.86rem}.psc-card-meta a{font-weight:750}.psc-feed-section{margin-top:34px}.psc-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}.psc-section-heading h1,.psc-section-heading h2{margin:0;letter-spacing:-.03em}.psc-section-heading>a{font-weight:750;white-space:nowrap}.psc-topic-list{display:grid;gap:10px}.psc-topic-row{background:#fff;border:1px solid var(--psc-line);border-radius:16px;padding:17px;display:grid;gap:14px}.psc-topic-community{display:inline-block;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800;margin-bottom:4px}.psc-topic-row h3{font-size:1.04rem;line-height:1.35;margin:0 0 10px}.psc-topic-row h3 a{color:var(--psc-text)}.psc-topic-byline{display:flex;align-items:center;gap:7px;color:var(--psc-muted);font-size:.83rem;flex-wrap:wrap}.psc-avatar{border-radius:50%}.psc-topic-stats{display:flex;gap:16px;color:var(--psc-muted);font-size:.82rem}.psc-topic-stats strong{color:#344054}.psc-empty-state{background:#fff;border:1px dashed #b9c3d3;border-radius:18px;padding:30px;text-align:center}.psc-empty-state h3{margin:0 0 7px}.psc-empty-state p{color:var(--psc-muted);margin:0 auto 17px;max-width:550px}.psc-form-shell{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--psc-line);border-radius:22px;padding:24px;box-shadow:var(--psc-shadow)}.psc-form-header h1{font-size:clamp(1.8rem,5vw,2.8rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 12px}.psc-form-header>p:not(.psc-eyebrow){color:var(--psc-muted);margin:0 0 25px}.psc-topic-form{display:grid;gap:11px}.psc-topic-form label{font-weight:750;margin-top:7px}.psc-topic-form input,.psc-topic-form select,.psc-topic-form textarea{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px 13px;background:#fff;color:var(--psc-text);font:inherit;outline:none}.psc-topic-form input:focus,.psc-topic-form select:focus,.psc-topic-form textarea:focus{border-color:#84adff;box-shadow:0 0 0 4px rgba(23,92,211,.08)}.psc-form-footer{display:flex;flex-direction:column;gap:14px;align-items:flex-start;margin-top:8px;color:var(--psc-muted);font-size:.88rem}.psc-auth-actions{display:flex;gap:10px;flex-wrap:wrap}.psc-archive-header{margin-bottom:22px;background:#fff;border:1px solid var(--psc-line);border-radius:20px;padding:24px}.psc-archive-header h1{font-size:clamp(1.8rem,5vw,3rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 10px}.psc-archive-header p{color:var(--psc-muted);margin:0;max-width:760px}.psc-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--psc-muted);font-size:.85rem;margin-bottom:15px}.psc-discussion{display:grid;gap:18px}.psc-discussion-card{background:#fff;border:1px solid var(--psc-line);border-radius:20px;padding:24px}.psc-discussion-head h1{font-size:clamp(1.7rem,5vw,3.25rem);line-height:1.08;letter-spacing:-.045em;margin:6px 0 13px}.psc-author-line{display:flex;align-items:center;gap:9px;color:var(--psc-muted);font-size:.9rem}.psc-author-line img{border-radius:50%}.psc-discussion-content{font-size:1.03rem;color:#344054}.psc-discussion-content>*:first-child{margin-top:0}.psc-discussion-content>*:last-child{margin-bottom:0}.psc-discussion-stats{display:flex;gap:18px;flex-wrap:wrap;border-top:1px solid var(--psc-line);padding-top:16px;margin-top:20px;color:var(--psc-muted);font-size:.9rem}.psc-replies-foundation{background:#fff;border:1px solid var(--psc-line);border-radius:20px;padding:22px}.psc-replies-foundation h2{margin:0 0 6px}.psc-replies-foundation p{margin:0;color:var(--psc-muted)}.psc-pagination{margin-top:22px}.psc-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.psc-pagination a,.psc-pagination span{display:inline-grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--psc-line);border-radius:9px;background:#fff}.psc-pagination .current{background:var(--psc-primary);color:#fff;border-color:var(--psc-primary)}.psc-profile-grid{display:grid;gap:18px}.psc-profile-card{background:#fff;border:1px solid var(--psc-line);border-radius:20px;padding:24px}.psc-profile-head{display:flex;gap:15px;align-items:center}.psc-profile-head img{border-radius:50%}.psc-profile-head h1{margin:0}.psc-profile-head p{margin:3px 0 0;color:var(--psc-muted)}@media(min-width:720px){.psc-site-main{padding-top:38px}.psc-community-grid{grid-template-columns:repeat(3,1fr)}.psc-community-card{grid-template-columns:1fr}.psc-community-icon{margin-bottom:2px}.psc-topic-row{grid-template-columns:1fr auto;align-items:center}.psc-topic-stats{flex-direction:column;text-align:right}.psc-form-shell{padding:34px}.psc-form-footer{flex-direction:row;justify-content:space-between;align-items:center}.psc-footer-grid{grid-template-columns:1.5fr 1fr}.psc-profile-grid{grid-template-columns:320px 1fr}}@media(min-width:960px){.psc-primary-nav{display:flex}.psc-main-link{display:inline}.psc-menu-toggle{display:none}.psc-mobile-nav{display:none!important}.psc-hero{padding:52px}.psc-community-card{padding:24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
