.profile-tool-shell{padding:2.5rem 0 1rem;background:#f5f7fb}.profile-tool-intro{max-width:780px;margin:0 auto 2.25rem;text-align:center}.profile-tool-intro h1{margin:.35rem 0 .75rem;color:#071a3d;font-size:clamp(2rem,4vw,3rem)}.profile-tool-intro p{margin:0;color:#536078;font-size:1.05rem;line-height:1.7}.profile-tool-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);gap:1.5rem;align-items:start}.profile-editor{display:grid;gap:1rem}.profile-panel{padding:1.5rem;background:#fff;border:1px solid #dfe5ed;border-radius:8px;box-shadow:0 8px 24px rgba(18,38,68,.06)}.profile-panel__heading{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.35rem}.profile-panel__heading>span{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:#1464c0;color:#fff;font-weight:800}.profile-panel h2{margin:0;color:#12213a;font-size:1.15rem}.profile-panel p{margin:.25rem 0 0;color:#687489;font-size:.9rem}.profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:grid;gap:.4rem;color:#27354a;font-size:.88rem;font-weight:700}.field>span{float:right;color:#1464c0;font-size:.72rem;text-transform:uppercase}.field--wide{grid-column:1/-1}.field input,.field textarea{width:100%;border:1px solid #cfd7e3;border-radius:6px;padding:.75rem .85rem;color:#172033;background:#fff;font:inherit;font-weight:400;outline:0}.field input:focus,.field textarea:focus{border-color:#1464c0;box-shadow:0 0 0 3px rgba(20,100,192,.13)}.field small{text-align:right;color:#7a8596;font-weight:400}.appearance-row{display:grid;grid-template-columns:1fr 1.2fr;gap:1.25rem}.photo-picker{display:flex;align-items:center;gap:.8rem;padding:.8rem;border:1px dashed #aeb9c8;border-radius:8px;cursor:pointer}.photo-picker input{position:absolute;opacity:0;pointer-events:none}.photo-picker__preview{display:grid;place-items:center;flex:0 0 58px;height:58px;overflow:hidden;border-radius:50%;background:#e7edf5;color:#536078;font-size:1.25rem}.photo-picker__preview img{width:100%;height:100%;object-fit:cover}.photo-picker strong,.photo-picker small{display:block}.photo-picker small{margin-top:.2rem;color:#7a8596;font-size:.75rem}.theme-picker{margin:0;border:0;padding:0}.theme-picker legend{margin-bottom:.6rem;font-size:.85rem;font-weight:700}.theme-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem}.theme-options label{display:grid;gap:.35rem;justify-items:center;cursor:pointer;font-size:.72rem}.theme-options input{position:absolute;opacity:0}.theme-swatch{width:42px;height:42px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cbd4e0}.theme-options input:checked+.theme-swatch{box-shadow:0 0 0 3px #1464c0}.theme-swatch--ocean{background:#1464c0}.theme-swatch--forest{background:#14705c}.theme-swatch--coral{background:#db554f}.theme-swatch--mono{background:#222}.profile-actions-panel{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.profile-error{grid-column:1/-1;padding:.75rem 1rem;border-radius:6px;background:#fff0f0;color:#a92929}.preview-sticky{position:sticky;top:90px}.preview-label{display:flex;justify-content:space-between;margin:0 .2rem .6rem;color:#27354a;font-weight:800}.preview-label small{color:#7a8596;font-weight:400}.digital-profile-card{overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 16px 44px rgba(14,33,62,.16)}.profile-cover{height:98px;background:#1464c0}.profile-card-content{padding:0 1.4rem 1.5rem;text-align:center}.profile-avatar{display:grid;place-items:center;width:92px;height:92px;margin:-46px auto .8rem;overflow:hidden;border:5px solid #fff;border-radius:50%;background:#dcecff;color:#0c4e9a;font-size:1.65rem;font-weight:800}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-card-content h2{margin:0;color:#152039;font-size:1.45rem}.preview-role{margin:.2rem 0 0;color:#1464c0;font-weight:700}.preview-company{margin:.1rem 0 .9rem;color:#788396;font-size:.85rem}.preview-bio{min-height:44px;margin:0 auto 1rem;color:#4e5b70;line-height:1.55}.preview-contact{display:grid;gap:.4rem;padding:.85rem 0;border-top:1px solid #e8ecf1;border-bottom:1px solid #e8ecf1;color:#536078;font-size:.82rem}.preview-contact i{width:18px;color:#1464c0}.profile-link-preview{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:1rem;color:#1464c0;font-size:.82rem}.theme-forest .profile-cover{background:#14705c}.theme-forest .preview-role,.theme-forest .preview-contact i,.theme-forest .profile-link-preview{color:#14705c}.theme-coral .profile-cover{background:#db554f}.theme-coral .preview-role,.theme-coral .preview-contact i,.theme-coral .profile-link-preview{color:#b93d38}.theme-mono .profile-cover{background:#222}.theme-mono .preview-role,.theme-mono .preview-contact i,.theme-mono .profile-link-preview{color:#222}.qr-result{margin-top:1rem;padding:1rem;background:#fff;border:1px solid #dfe5ed;border-radius:8px;text-align:center}.qr-placeholder{display:grid;place-items:center;align-content:center;min-height:170px;gap:.6rem;color:#8a94a5}.qr-placeholder>i{font-size:3rem}.qr-result__actions{display:flex;justify-content:center;gap:.6rem;margin-top:.8rem}.d-none{display:none!important}
@media(max-width:991px){.profile-tool-grid{grid-template-columns:1fr}.preview-sticky{position:static;max-width:520px;margin:0 auto;width:100%}}
@media(max-width:600px){.profile-tool-shell{padding-top:1.5rem}.profile-panel{padding:1.1rem}.profile-fields,.appearance-row{grid-template-columns:1fr}.field--wide{grid-column:auto}.profile-actions-panel{grid-template-columns:1fr}.profile-actions-panel .btn{width:100%}.theme-options{grid-template-columns:repeat(4,minmax(0,1fr))}.qr-result__actions{flex-direction:column}.qr-result__actions .btn{width:100%}}
