@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2);--text-primary: #2d3748;--text-secondary: #718096;--text-light: rgba(255, 255, 255, .9);--shadow-soft: 0 8px 32px rgba(0, 0, 0, .1);--shadow-hover: 0 12px 40px rgba(0, 0, 0, .15)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:var(--text-primary);background:var(--primary-gradient);background-attachment:fixed;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}::selection{background:#667eea4d;color:#fff}::-moz-selection{background:#667eea4d;color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;line-height:1.6}.app{min-height:100vh;padding:20px;display:flex;justify-content:center;align-items:flex-start}.container{max-width:480px;width:100%;margin:0 auto}.profile-section{text-align:center;margin-bottom:40px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px 30px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.profile-image{width:120px;height:120px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0003}.profile-image img{width:100%;height:100%;object-fit:cover}.profile-name{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:12px;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:2px}.profile-bio{color:#ffffffe6;font-size:1rem;margin-bottom:30px;line-height:1.6}.profile-stats{display:flex;justify-content:space-around;gap:20px}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:4px}.stat-label{font-size:.85rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.links-section{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.link-card{display:flex;align-items:center;padding:20px 24px;background:#fffffff2;border-radius:16px;text-decoration:none;color:#333;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.link-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .3s ease}.link-card:hover:before{opacity:1}.link-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;border-color:#667eea4d}.link-card:active{transform:translateY(-2px)}.link-icon{font-size:2rem;margin-right:20px;min-width:50px;text-align:center;position:relative;z-index:1}.link-content{flex:1;position:relative;z-index:1}.link-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:4px}.link-description{font-size:.9rem;color:#718096;margin:0}.link-arrow{font-size:1.2rem;color:#a0aec0;margin-left:16px;transition:all .3s ease;position:relative;z-index:1}.link-card:hover .link-arrow{color:#667eea;transform:translate(4px)}.social-stats{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px;margin-bottom:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.social-stats-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:16px;text-align:center}.social-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}.social-stat-card{background:#ffffff26;border-radius:12px;padding:16px 12px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-stat-card:hover{transform:translateY(-2px);background:#fff3}.social-stat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:1rem;color:#fff}.social-stat-number{color:#fff;font-size:1rem;font-weight:700;margin-bottom:2px}.social-stat-platform{color:#fffc;font-size:.75rem;font-weight:500}.operating-hours{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px;margin-bottom:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.store-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.2)}.status-indicator{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.open .status-dot{background-color:#10b981;box-shadow:0 0 #10b981b3}.status-indicator.closed .status-dot{background-color:#ef4444;box-shadow:0 0 #ef4444b3}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.status-text{color:#fff;font-weight:600;font-size:.9rem}.current-time{color:#fffc;font-size:.9rem;font-weight:500;font-family:Courier New,monospace}.hours-list h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:12px}.hour-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.hour-item:last-child{border-bottom:none}.hour-item .day{color:#ffffffe6;font-size:.9rem;font-weight:500}.hour-item .time{color:#fffc;font-size:.9rem;font-weight:400;font-family:Courier New,monospace}.footer{text-align:center;color:#fffc;font-size:.85rem;margin-top:40px;padding:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.2)}.footer p{margin-bottom:4px}.footer p:last-child{margin-bottom:0}@media (max-width: 768px){.app{padding:16px}.container{max-width:100%}.profile-section{padding:30px 20px;margin-bottom:30px}.profile-name{font-size:1.8rem}.profile-image{width:100px;height:100px}.link-card{padding:16px 20px}.link-icon{font-size:1.8rem;margin-right:16px;min-width:40px}.link-title{font-size:1rem}.link-description{font-size:.85rem}.profile-stats{gap:15px}.stat-number{font-size:1.3rem}.social-stats{padding:20px;margin-bottom:20px}.social-stats-grid{grid-template-columns:repeat(3,1fr);gap:8px}.social-stat-card{padding:12px 8px}.operating-hours{padding:20px;margin-bottom:20px}.store-status{flex-direction:column;gap:8px;text-align:center}}@media (max-width: 480px){.profile-section{padding:25px 16px}.profile-name{font-size:1.6rem;letter-spacing:1px}.profile-bio{font-size:.9rem}.link-card{padding:14px 16px}.profile-stats{gap:10px}.stat-number{font-size:1.2rem}.stat-label{font-size:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-section,.link-card{animation:fadeInUp .6s ease-out}.link-card:nth-child(1){animation-delay:.1s}.link-card:nth-child(2){animation-delay:.2s}.link-card:nth-child(3){animation-delay:.3s}.link-card:nth-child(4){animation-delay:.4s}.link-card:nth-child(5){animation-delay:.5s}.link-card:nth-child(6){animation-delay:.6s}.link-card:nth-child(7){animation-delay:.7s}
