.home-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.home-page .home-content{background:#fffef9;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.08);padding:3rem;text-align:center;max-width:480px;width:100%;position:relative;overflow:hidden}.home-page .home-content::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #c9a96e 0%, #dfc69a 50%, #c9a96e 100%)}.home-page .home-content h1{font-family:"Georgia","Times New Roman",serif;font-size:30px;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.home-page .home-content .subtitle{font-size:13px;color:#b0b8bf;margin-bottom:3rem;letter-spacing:.02em}.home-page .home-content .info-section{text-align:left}.home-page .home-content .info-section h2{color:#2c3e50;margin-bottom:1rem;font-size:18px;font-weight:600}.home-page .home-content .info-section>p{color:#7f8c8d;font-size:13px;margin-bottom:1.5rem}.home-page .home-content .examples{display:grid;gap:1rem;margin-bottom:2rem}.home-page .home-content .examples .example-item{background:#f8f7f4;padding:1.5rem;border-radius:4px;border:1px solid #e8e6e1}.home-page .home-content .examples .example-item h3{color:#7f8c8d;margin-bottom:.5rem;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.home-page .home-content .examples .example-item code{display:block;background:#fff;padding:8px 1rem;border-radius:2px;font-family:"SF Mono","Fira Code","Courier New",monospace;color:#2c3e50;font-weight:500;font-size:13px;margin-bottom:.5rem;border:1px solid #e8e6e1}.home-page .home-content .examples .example-item .note{font-size:12px;color:#b0b8bf;font-style:italic;margin:0}.home-page .home-content .try-it{border-top:1px solid #e8e6e1;padding-top:1.5rem}.home-page .home-content .try-it h3{color:#2c3e50;font-size:13px;margin-bottom:.5rem}.home-page .home-content .try-it p{color:#b0b8bf;font-size:13px;margin-bottom:1.5rem}.home-page .home-content .try-it .example-link{display:inline-block;background:#2c3e50;color:#fff;padding:10px 2rem;border-radius:4px;font-weight:600;font-size:13px;text-decoration:none;letter-spacing:.04em;transition:background .2s}.home-page .home-content .try-it .example-link:hover{background:#1a252f;text-decoration:none;color:#fff}@media(max-width: 520px){.home-page .home-content{border-radius:0;padding:2rem}.home-page .home-content h1{font-size:24px}}
.profile-card{background:#fffef9;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.08);max-width:480px;margin:0 auto;overflow:hidden;position:relative;transition:box-shadow .3s ease}.profile-card:hover{box-shadow:0 2px 6px rgba(0,0,0,.08),0 12px 32px rgba(0,0,0,.12)}.profile-card .card-edge{height:3px;background:linear-gradient(90deg, #c9a96e 0%, #dfc69a 50%, #c9a96e 100%)}.profile-card .card-body{padding:2rem 2rem 1.5rem}.profile-card .card-top{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-card .avatar-section{flex-shrink:0}.profile-card .avatar-section .avatar,.profile-card .avatar-section .avatar-placeholder{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e8e6e1}.profile-card .avatar-section .avatar-placeholder{background:#2c3e50;color:#fff;display:flex;align-items:center;justify-content:center;font-family:"Georgia","Times New Roman",serif;font-size:24px;font-weight:600;letter-spacing:1px}.profile-card .identity{min-width:0}.profile-card .identity .profile-name{font-family:"Georgia","Times New Roman",serif;font-size:30px;font-weight:600;color:#2c3e50;margin:0 0 4px;line-height:1.15;letter-spacing:-0.01em}.profile-card .identity .profile-title{font-size:15px;color:#7f8c8d;margin:0 0 2px;line-height:1.3}.profile-card .identity .profile-company{font-size:13px;color:#c9a96e;font-weight:600;margin:0;letter-spacing:.02em;text-transform:uppercase}.profile-card .card-details{border-top:1px solid #e8e6e1;padding-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:2px}.profile-card .detail-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:2px;text-decoration:none;color:#2c3e50;font-size:13px;transition:background-color .15s ease}.profile-card .detail-row svg{flex-shrink:0;color:#b0b8bf;transition:color .15s ease}.profile-card .detail-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card .detail-row:hover{background-color:#f8f7f4}.profile-card .detail-row:hover svg{color:#c9a96e}.profile-card a.detail-row{cursor:pointer}.profile-card a.detail-row:hover span{color:#1a252f}.profile-card .card-bio{border-top:1px solid #e8e6e1;padding-top:1rem;margin-bottom:1rem}.profile-card .card-bio p{font-size:13px;color:#7f8c8d;line-height:1.65;margin:0;white-space:pre-wrap}.profile-card .card-social{border-top:1px solid #e8e6e1;padding-top:1rem;margin-bottom:1rem;display:flex;flex-direction:row;gap:6px}.profile-card .social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;border:1px solid #e8e6e1;color:#7f8c8d;text-decoration:none;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.profile-card .social-link:hover{color:#c9a96e;border-color:#c9a96e;background-color:#f8f7f4}.profile-card .card-action{border-top:1px solid #e8e6e1;padding-top:1.5rem;padding-bottom:.5rem}.profile-card .download-vcard-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 0;background:#2c3e50;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:all .2s ease}.profile-card .download-vcard-btn svg{transition:transform .2s ease}.profile-card .download-vcard-btn:hover{background:#1a252f}.profile-card .download-vcard-btn:hover svg{transform:translateY(1px)}.profile-card .download-vcard-btn:active{transform:scale(0.985)}.profile-not-found{padding:3rem 2rem;text-align:center}.profile-not-found .not-found-icon{margin-bottom:1.5rem;color:#b0b8bf}.profile-not-found h2{font-family:"Georgia","Times New Roman",serif;color:#2c3e50;font-weight:600;margin-bottom:.5rem}.profile-not-found p{color:#7f8c8d;font-size:13px}@media(max-width: 520px){.profile-card{border-radius:0;max-width:none}.profile-card .card-top{flex-direction:column;text-align:center}.profile-card .identity .profile-name{font-size:24px}}
.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;min-height:260px}.loading-spinner .spinner{width:32px;height:32px;border:2px solid #e8e6e1;border-top-color:#c9a96e;border-radius:50%;animation:spin .9s linear infinite}.loading-spinner p{margin-top:1.5rem;color:#b0b8bf;font-size:13px;letter-spacing:.02em}@keyframes spin{to{transform:rotate(360deg)}}
.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background-color:#fffef9;border:1px solid #e8e6e1;border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.04);max-width:480px;margin:0 auto}.error-message .error-icon{font-size:36px;margin-bottom:1rem;opacity:.6}.error-message p{color:#7f8c8d;font-size:13px;font-weight:500;text-align:center}
.profile-view{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}
*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:15px;color:#2c3e50;background-color:#efedea;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:2rem}.container-sm{max-width:580px;margin:0 auto;padding:2rem}h1,h2,h3,h4,h5,h6{margin-bottom:0;font-weight:600}a{color:#2c3e50;text-decoration:none;transition:color .2s}a:hover{color:#1a252f}button{cursor:pointer;font-family:inherit;transition:all .2s}button:disabled{cursor:not-allowed;opacity:.6}
.app{min-height:100vh}
