:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-accent:#d4af37;--color-accent-soft:#fef3c7;--color-background:#fff;--color-card:#fff;--color-card-border:#e5e7eb;--color-error:#b91c1c;--color-error-soft:#fee2e2;--color-primary:#171717;--color-primary-soft:#f5f5f5;--color-text:#171717;--color-text-muted:#525252;--shadow-card:0 24px 80px #1717171a}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable;min-height:100%}html,body{max-width:100%;overflow-x:hidden}body{background:radial-gradient(circle at top left, #d4af3729, transparent 34rem), radial-gradient(circle at bottom right, #17171712, transparent 32rem), var(--color-background);min-height:100%;color:var(--color-text);margin:0;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.shell{place-items:center;min-height:calc(100vh - 4.5rem);padding:2rem;display:grid}.shell.entity-route{align-content:start;place-items:start stretch;gap:1rem;width:min(100%,76rem);min-width:0;max-width:100%;margin-inline:auto;overflow-x:hidden}.shell.entity-route>*{min-width:0;max-width:100%}.shell.shell-auth{align-content:center;place-items:center}.shell.shell-home{align-content:start;place-items:start center;padding-top:clamp(2rem,8vh,5rem)}.shell.shell-legal{align-content:start;place-items:start center;padding-block:clamp(2rem,6vh,4rem)}.legal-page{text-align:left;gap:2rem;width:min(100%,42rem);max-width:42rem;display:grid}.legal-page-header{gap:.75rem;display:grid}.legal-page-eyebrow{color:var(--text-muted,#64748b);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.875rem;font-weight:600}.legal-page-header h1{margin:0;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.15}.legal-page-updated{color:var(--text-muted,#64748b);margin:0;font-size:.9375rem}.legal-page-intro{margin:0;font-size:1.0625rem;line-height:1.6}.legal-page-sections{gap:1.5rem;display:grid}.legal-page-section h2,.legal-page-contact h2{margin:0 0 .5rem;font-size:1.125rem;line-height:1.35}.legal-page-section p,.legal-page-contact p{color:var(--text-secondary,#334155);white-space:pre-line;margin:0;line-height:1.65}.legal-page-contact{border-top:1px solid var(--border-subtle,#e2e8f0);padding-top:1.5rem}.auth-center-page{justify-items:center;width:min(100%,30rem);display:grid}.auth-center-card{gap:1.25rem;width:100%;display:grid}.auth-center-header{text-align:center;gap:.75rem;display:grid}.auth-center-header h1{max-width:none;margin:0}.auth-center-header .hero-copy,.auth-center-header .muted-copy{max-width:28rem;margin:0 auto}.auth-center-card .panel-card{width:100%}.auth-center-card .section-heading{display:none}.profile-flow-shell{justify-self:center;width:min(100%,30rem);min-height:24rem;transition:width .32s}.profile-flow-shell-authenticated{width:min(100%,48rem)}.auth-form-body{flex-direction:column;gap:1rem;display:flex}.auth-display-name-slot{opacity:0;pointer-events:none;grid-template-rows:0fr;margin-block:-.5rem;transition:grid-template-rows .28s,margin-block .28s,opacity .22s;display:grid}.auth-display-name-slot.is-visible{opacity:1;pointer-events:auto;grid-template-rows:1fr;margin-block:0}.auth-display-name-slot__inner{min-height:0;padding-bottom:2px;overflow:hidden}.form-feedback-slot{grid-template-rows:0fr;transition:grid-template-rows .22s;display:grid}.form-feedback-slot.is-visible{grid-template-rows:1fr}.form-feedback-slot__inner{min-height:0;overflow:hidden}.form-feedback-slot .error-message{margin-top:0}.minimal-auth-panel .form-feedback-slot:not(.is-visible){margin-top:-1rem}.ui-fade-in{animation:.26s forwards ui-fade-in}.page-transition{width:100%;animation:.3s forwards ui-page-enter}@keyframes ui-page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes ui-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.ui-skeleton{background:linear-gradient(90deg,#f5f5f5 0%,#e5e7eb 50%,#f5f5f5 100%) 0 0/200% 100%;border-radius:.85rem;animation:1.4s ease-in-out infinite ui-skeleton-pulse}@keyframes ui-skeleton-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}.ui-skeleton-heading{width:70%;height:2.4rem;margin:0 auto}.ui-skeleton-copy{width:92%;height:3.2rem;margin:0 auto}.ui-skeleton-segment{height:2.8rem}.ui-skeleton-field{height:3.35rem}.ui-skeleton-button{height:2.9rem}.ui-skeleton-avatar{border-radius:1.5rem;width:5rem;height:5rem}.ui-skeleton-line{width:60%;height:1.4rem}.ui-skeleton-line-short{width:35%}.ui-skeleton-field-row{height:2.75rem}.auth-form-skeleton{gap:1rem;display:grid}.app-layout{min-width:0;max-width:100%;min-height:100vh;overflow-x:hidden}.app-chrome{border-bottom:1px solid var(--color-card-border);z-index:20;background:#ffffffeb;position:sticky;top:0}.app-chrome-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:76rem;margin:0 auto;padding:.85rem 1.25rem;display:flex}.app-brand{color:var(--color-primary);letter-spacing:.04em;text-transform:uppercase;font-size:1rem;font-weight:800;text-decoration:none}.app-chrome-nav{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.locale-switcher{gap:.25rem;display:inline-flex}.locale-switcher-button,.locale-switcher-select{border:1px solid var(--color-card-border);color:var(--color-text);cursor:pointer;font:inherit;background:#fff;border-radius:999px;min-width:2.25rem;padding:.4rem .55rem;font-size:.75rem;font-weight:700;line-height:1}.locale-switcher-button.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.app-chrome-auth{place-items:center end;min-width:11rem;min-height:2rem;display:grid}.app-chrome-auth-cluster{flex-wrap:wrap;grid-area:1/1;justify-content:flex-end;align-items:center;gap:.65rem;transition:opacity .22s,transform .22s,visibility .22s;display:flex}.app-chrome-auth[data-state=guest] .signed-in-cluster,.app-chrome-auth[data-state=signed-in] .guest-cluster,.app-chrome-auth[data-state=loading] .signed-in-cluster{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(4px)}.app-chrome-auth[data-state=guest] .guest-cluster,.app-chrome-auth[data-state=signed-in] .signed-in-cluster,.app-chrome-auth[data-state=loading] .guest-cluster{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.app-nav-link{color:var(--color-text-muted);font-size:.875rem;font-weight:700;text-decoration:none}.app-nav-link:hover,.app-nav-link-emphasis{color:var(--color-primary)}.app-nav-user{color:var(--color-primary);font-size:.8125rem;font-weight:700}.app-nav-button{border:1px solid var(--color-card-border);color:var(--color-text-muted);background:0 0;border-radius:999px;padding:.35rem .75rem;font-size:.8125rem;font-weight:700}.home-hub{width:min(100%,56rem)}.home-hub-card{border:1px solid var(--color-card-border);width:100%;box-shadow:var(--shadow-card);background:#ffffffeb;border-radius:2rem;gap:1.25rem;padding:clamp(1.75rem,4vw,2.5rem);display:grid}.home-hub-header{gap:.75rem;display:grid}.home-hub-card h1{max-width:none;color:var(--color-primary);letter-spacing:-.045em;margin:0;font-size:clamp(1.85rem,4vw,2.6rem);line-height:1.05}.home-hub-subtitle,.home-hub-panel-copy{color:var(--color-text-muted);margin:0;font-size:.975rem;line-height:1.6}.home-hub-tabs{border:1px solid var(--color-card-border);background:#f5f5f5e0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;padding:.3rem;display:grid}.home-hub-tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.7rem .85rem;font-size:.875rem;font-weight:700;line-height:1.2;transition:background-color .18s,box-shadow .18s,color .18s}.home-hub-tab[aria-selected=true]{color:var(--color-primary);background:#fff;box-shadow:0 4px 14px #17171714}.home-hub-panel{gap:1rem;display:grid}.home-hub-form,.home-hub-input-row{margin:0}.home-hub-search-output{gap:.75rem;display:grid}.home-hub-search-output-fetching .home-search-hit-list{opacity:.72;transition:opacity .2s}.home-hub-search-status{color:var(--color-text-muted);align-items:center;gap:.65rem;margin:0;font-size:.9rem;display:flex}.home-hub-search-status-error{color:var(--color-error)}.home-search-hit-list{border:1px solid var(--color-card-border);background:#ffffffc7;border-radius:1rem;display:grid;overflow:hidden}.home-search-hit{border-bottom:1px solid var(--color-card-border);color:inherit;gap:.2rem;padding:.85rem 1rem;text-decoration:none;transition:background-color .16s;display:grid}.home-search-hit:last-child{border-bottom:0}.home-search-hit:hover{background:#f5f5f5e0}.home-search-hit-main{gap:.2rem;display:grid}.home-search-hit-title{color:var(--color-primary);font-size:.98rem;font-weight:700;line-height:1.35}.home-search-hit-url{color:var(--color-text-muted);overflow-wrap:anywhere;font-size:.84rem;line-height:1.45}.home-search-callout{border:1px solid var(--color-card-border);background:#ffffffc7;border-radius:1rem;gap:.65rem;padding:1rem;display:grid}.home-search-callout-title{color:var(--color-primary);margin:0;font-size:.98rem;font-weight:700;line-height:1.4}.home-search-callout-copy{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5}.eyebrow{color:var(--color-primary);letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:700}h1{max-width:14ch;color:var(--color-primary);letter-spacing:-.06em;margin:0;font-size:clamp(2.75rem,8vw,5.75rem);line-height:.95}.hero-copy{max-width:42rem;color:var(--color-text-muted);overflow-wrap:break-word;word-break:normal;margin:1.5rem 0 0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.trust-check-form{border:1px solid var(--color-card-border);background:#f5f5f5b8;border-radius:1.5rem;gap:.75rem;margin-top:2rem;padding:1rem;display:grid}.home-hub-form.trust-check-form{background:0 0;border:0;margin-top:0;padding:0}.trust-check-copy{color:var(--color-text-muted);margin:.25rem 0 0;line-height:1.5}.trust-check-input-row{margin-top:0}.trust-check-error{padding:.75rem 1rem}.search-form{border:1px solid var(--color-card-border);background:var(--color-card);border-radius:1.25rem;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;margin-top:2rem;padding:.5rem;display:grid}.search-form input{min-width:0;color:var(--color-text);border:0;outline:0;padding:.875rem 1rem;font-size:1rem}.search-form input::placeholder{color:#737373}.search-form input:focus-visible{box-shadow:inset 0 -2px 0 var(--color-accent)}.search-form button,.primary-button,.primary-link{background:var(--color-primary);color:#fff;border:0;border-radius:.9rem;justify-content:center;align-items:center;padding:.875rem 1.25rem;font-weight:800;text-decoration:none;transition:background-color .18s,opacity .18s;display:inline-flex}.search-form button:hover:not(:disabled),.search-form button:focus-visible:not(:disabled),.primary-button:hover:not(:disabled),.primary-button:focus-visible:not(:disabled),.primary-link:hover,.primary-link:focus-visible{background:#404040}.search-form button:disabled,.primary-button:disabled{opacity:.48}.primary-button-stable-label{min-width:10.5rem}.search-panel{gap:1rem;min-height:3.75rem;margin-top:1rem;transition:min-height .28s;display:grid}.search-panel-active{min-height:4.5rem}.search-panel-body{gap:1rem;display:grid;position:relative}.search-panel-fetching .search-results-stage{opacity:.72;transition:opacity .2s}.search-results-stage{opacity:1;transition:opacity .2s}.search-state-loading{align-items:center;gap:.75rem;display:flex}.ui-fade-soft{animation:.22s both ui-fade-soft}@keyframes ui-fade-soft{0%{opacity:0}to{opacity:1}}.search-state,.result-card,.create-hint{border:1px solid var(--color-card-border);background:#ffffffc7;border-radius:1.25rem;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s}.result-card:hover,.create-hint:hover{transform:translateY(-1px);box-shadow:0 10px 30px #1717170f}.search-state{color:var(--color-text-muted);align-items:center;gap:.75rem;padding:1rem;display:flex}.search-state-error{background:var(--color-error-soft);color:var(--color-error);border-color:#fecaca}.state-dot{background:var(--color-accent);border-radius:999px;flex:none;width:.65rem;height:.65rem}.state-dot-loading{animation:1s ease-in-out infinite pulse}.results-list{gap:.75rem;display:grid}.result-card,.create-hint{justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.result-card h2,.create-hint h2{color:var(--color-text);margin:.25rem 0;font-size:1.05rem}.result-card p,.create-hint p{color:var(--color-text-muted);margin:0;line-height:1.5}.result-type{color:var(--color-primary);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:800}.result-action{background:var(--color-primary-soft);color:var(--color-text-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.5rem .75rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:background-color .18s,color .18s;display:inline-flex}.result-action:hover,.result-action:focus-visible{background:var(--color-primary);color:#fff}.create-hint{background:var(--color-accent-soft);border-color:#fde68a}.creation-card{border:1px solid var(--color-card-border);width:min(100%,72rem);box-shadow:var(--shadow-card);background:#ffffffeb;border-radius:2rem;padding:clamp(2rem,5vw,4rem)}.creation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.panel-card{border:1px solid var(--color-card-border);background:#ffffffd1;border-radius:1.25rem;min-width:0;max-width:100%;padding:1rem;transition:border-color .18s,box-shadow .18s}.form-stack{flex-direction:column;gap:1rem;display:flex}.section-heading h2{margin:.25rem 0 0;font-size:1.15rem}.field-label{color:var(--color-text-muted);gap:.45rem;min-width:0;max-width:100%;font-size:.9rem;font-weight:700;display:grid}.field-label input,.field-label select,.field-label textarea{border:1px solid var(--color-card-border);background:var(--color-card);width:100%;color:var(--color-text);border-radius:.9rem;padding:.85rem 1rem;transition:border-color .18s,box-shadow .18s}.field-label textarea{resize:vertical;min-width:0;max-width:100%;max-height:14rem;overflow:hidden auto}.field-label input:focus-visible,.field-label select:focus-visible,.field-label textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.field-label small{color:var(--color-text-muted);font-size:.8rem;line-height:1.5}.segmented-control{background:var(--color-primary-soft);border-radius:1rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.35rem;display:grid}.segmented-control button,.secondary-button{color:var(--color-text-muted);background:0 0;border:0;border-radius:.75rem;padding:.7rem .85rem;font-weight:800;transition:background-color .2s,color .2s,transform .16s}.segmented-control button:active:not(:disabled){transform:scale(.98)}.segmented-control button[aria-pressed=true],.secondary-button:hover,.secondary-button:focus-visible{background:var(--color-card);color:var(--color-primary)}.signed-in-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:1rem;gap:.35rem;padding:1rem;display:grid}.signed-in-box p,.signed-in-box span{color:var(--color-text-muted);margin:0}.form-feedback,.form-feedback-area{margin-top:1rem}.form-feedback-area:not(.is-visible){margin-top:0}.success-message,.error-message{border-radius:1rem;margin:0;padding:1rem;font-weight:700}.success-message{color:#166534;background:#f0fdf4}.error-message{background:var(--color-error-soft);color:var(--color-error)}.entity-placeholder-card{gap:1.5rem;display:grid}.entity-page{width:100%;min-width:0;max-width:76rem;overflow-x:hidden}.entity-page-toolbar{margin-bottom:1rem}.entity-page-toolbar-prominent{width:100%;margin:0}.entity-back-button{background:var(--color-primary);color:#fff;border:0;border-radius:999px;align-items:center;padding:.65rem 1.1rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.entity-back-button:hover{color:#fff;background:#404040}.entity-back-link,.entity-breadcrumb-link,.entity-parent-link{color:var(--color-primary);text-underline-offset:.15em;font-size:.875rem;font-weight:700;text-decoration:underline}.entity-back-link:hover,.entity-breadcrumb-link:hover,.entity-parent-link:hover{color:#404040}.entity-breadcrumb{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0 0 .75rem;font-size:.875rem;display:flex}.entity-breadcrumb-separator,.entity-breadcrumb-current{color:var(--color-text-muted)}.entity-breadcrumb-current{font-weight:700}.entity-parent-link-row{margin:.85rem 0 0}.entity-hero{border:1px solid var(--color-card-border);box-shadow:var(--shadow-card);background:#ffffffeb;border-radius:2rem;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);align-items:stretch;gap:1.5rem;width:100%;min-width:0;max-width:100%;padding:clamp(2rem,5vw,4rem);display:grid;overflow:hidden}.entity-hero>*{min-width:0}.entity-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.entity-stat-card{border:1px solid var(--color-card-border);background:var(--color-card);border-radius:1.25rem;align-content:center;gap:.35rem;padding:1rem;transition:border-color .18s,transform .18s;display:grid}.entity-stat-card span,.muted-copy,.review-meta{color:var(--color-text-muted)}.entity-stat-card span{letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:800}.entity-stat-card strong{color:var(--color-primary);font-size:clamp(1.5rem,4vw,2.5rem);line-height:1}.entity-page-grid{grid-template-columns:minmax(0,1fr) minmax(0,26rem);align-items:start;gap:1rem;width:100%;min-width:0;max-width:100%;margin-top:1rem;display:grid;overflow-x:hidden}.entity-page-skeleton-grid{margin-top:1rem}.entity-page-main,.entity-page-aside{grid-template-columns:minmax(0,1fr);gap:1rem;min-width:0;max-width:100%;display:grid;overflow-x:hidden}.extension-cta{gap:1rem;display:grid}.extension-cta .primary-link{width:100%}.extension-cta-note{margin:0}.entity-section{grid-template-columns:minmax(0,1fr);gap:1rem;width:100%;min-width:0;max-width:100%;display:grid;overflow-x:hidden}.section-heading-row{justify-content:space-between;align-items:center;gap:1rem;min-width:0;max-width:100%;display:flex}.muted-copy{margin:0;line-height:1.7}.rating-breakdown{gap:.65rem;display:grid}.rating-breakdown-row{color:var(--color-text-muted);grid-template-columns:1rem minmax(0,1fr) 2rem;align-items:center;gap:.75rem;font-weight:800;display:grid}.rating-bar,.trust-meter{background:var(--color-primary-soft);border-radius:999px;overflow:hidden}.rating-bar{height:.65rem}.rating-bar span,.trust-meter span{border-radius:inherit;background:var(--color-accent);height:100%;transition:width .42s;display:block}.trust-meter{height:.85rem}.review-list{grid-template-columns:minmax(0,1fr);gap:.75rem;width:100%;min-width:0;max-width:100%;display:grid;overflow-x:hidden}.review-card{border:1px solid var(--color-card-border);background:var(--color-card);border-radius:1rem;grid-template-columns:minmax(0,1fr);gap:.75rem;width:100%;min-width:0;max-width:100%;padding:1rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;overflow:hidden}.review-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px #1717170d}.review-text-wrap{width:100%;min-width:0;max-width:100%;display:block;overflow:hidden}.review-card p,.review-text{color:var(--color-text);overflow-wrap:anywhere;text-wrap:wrap;white-space:pre-wrap;word-break:break-all;min-width:0;max-width:100%;margin:0;line-height:1.7}.review-meta{flex-wrap:wrap;gap:.75rem;font-size:.85rem;font-weight:700;display:flex}.review-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;display:flex}.review-vote-controls{gap:.35rem;display:inline-flex}.review-vote-button{background:var(--color-card);border:1px solid var(--color-card-border);color:var(--color-text);cursor:pointer;font:inherit;border-radius:999px;min-height:1.85rem;padding:.15rem .55rem;font-size:.8125rem;transition:background-color .18s,border-color .18s}.review-like-button.is-active{border-color:var(--color-accent);background:#d4af3726}.review-vote-button:disabled{cursor:not-allowed;opacity:.45}.review-you-label{color:var(--color-text-muted);font-weight:700}.rating-choice-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;display:grid}.rating-choice{border:1px solid var(--color-card-border);background:var(--color-card);color:var(--color-text-muted);border-radius:.85rem;padding:.8rem .5rem;font-weight:900;transition:background-color .18s,border-color .18s,color .18s}.rating-choice:hover:not(:disabled),.rating-choice:focus-visible:not(:disabled),.rating-choice-active{border-color:var(--color-accent);background:var(--color-accent-soft);color:var(--color-primary)}.profile-page{width:min(100%,72rem)}.profile-page-authenticated{width:min(100%,48rem)}.profile-hero,.profile-grid{width:100%}.profile-hero{border:1px solid var(--color-card-border);box-shadow:var(--shadow-card);background:#ffffffeb;border-radius:2rem;padding:clamp(2rem,5vw,4rem)}.profile-grid{grid-template-columns:minmax(18rem,24rem) minmax(0,1fr);align-items:start;gap:1rem;margin-top:1rem;display:grid}.profile-panel-centered{width:100%}.profile-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.profile-panel{min-height:100%}.profile-details{gap:1.25rem;display:grid}.profile-avatar{background:var(--color-primary);color:#fff;letter-spacing:-.04em;border-radius:1.5rem;place-items:center;width:5rem;height:5rem;font-size:1.5rem;font-weight:900;display:grid}.profile-details h2{color:var(--color-primary);margin:.25rem 0;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1}.profile-details h3{color:var(--color-primary);letter-spacing:-.03em;margin:0;font-size:1.25rem}.profile-fields{gap:.75rem;display:grid}.profile-field{border:1px solid var(--color-card-border);background:var(--color-card);border-radius:1rem;gap:.25rem;padding:1rem;display:grid}.profile-field span{color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:800}.profile-field strong{overflow-wrap:anywhere;color:var(--color-text);font-size:.95rem}.profile-note{background:var(--color-accent-soft);border:1px solid #fde68a;border-radius:1rem;gap:1rem;padding:1rem;display:grid}.profile-note p{color:var(--color-text-muted);margin:0;line-height:1.7}.profile-edit-form{border:1px solid var(--color-card-border);background:#ffffffc7;border-radius:1.25rem;padding:1rem}.profile-edit-form .primary-button{width:100%}@keyframes pulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@media (max-width:900px){.home-hub-tab{padding:.7rem .75rem;font-size:.875rem}}@media (max-width:640px){.shell{align-items:stretch;padding:1rem}.home-hub-card,.creation-card{border-radius:1.5rem}.creation-grid,.entity-hero,.entity-page-grid,.profile-grid,.search-form,.result-card,.create-hint{grid-template-columns:1fr}.creation-grid,.search-form{display:grid}.search-form button,.primary-button,.primary-link{width:100%}.result-card,.create-hint{flex-direction:column;align-items:stretch}.result-action{width:fit-content}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
