html{-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{overflow-x:hidden}body::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.bio{padding:48px 0 80px}.bio-main{margin-top:0}.bio-main,.bio-title{color:var(--text-primary)}.bio-title{font-size:42px;font-weight:600;margin:0 0 8px}.bio-tagline{color:var(--text-muted);font-size:20px;font-weight:400;margin:0 0 32px}.bio-body{color:var(--text-primary);font-size:20px;line-height:1.65}.bio-body p{margin:0 0 20px}.bio-body p:last-child{margin-bottom:0}.trophy-container{background:radial-gradient(ellipse at 50% 60%,#1a1a2e 0,#0a0a14 100%);border:1px solid var(--beige-border);border-radius:16px;height:440px;max-width:500px;overflow:hidden;width:100%}.trophy-room{color:var(--text-primary);padding:48px 0 80px}.trophy-room-header{margin-bottom:32px;text-align:left}.trophy-room-title{font-size:36px;font-weight:600;margin:0 0 4px}.trophy-room-error,.trophy-room-loading,.trophy-room-subtitle{color:var(--text-muted);font-size:18px;margin:0}.trophy-room-error,.trophy-room-loading{padding:48px 24px;text-align:center}.trophy-room-error{color:var(--text-primary)}.trophy-room-display{display:flex;justify-content:center;margin-bottom:32px}.trophy-room-copy{color:var(--text-primary);font-size:18px;line-height:1.7}.trophy-room-detail{align-items:flex-start;display:flex;gap:40px}.trophy-room-detail-left{display:flex;flex:0 1 auto;justify-content:center;max-width:500px}.trophy-room-detail-right{flex:1 1 320px;min-width:300px}.trophy-room-detail .trophy-room-copy{max-width:42em}.trophy-detail-back{align-items:center;background:#0000;border:1px solid #0000;border-radius:999px;color:var(--text-muted);cursor:pointer;display:inline-flex;font-size:14px;gap:4px;margin-bottom:8px;padding:4px 10px}.trophy-detail-back:hover{background:var(--beige-surface);border-color:var(--beige-border);color:var(--text-primary)}.trophy-gallery-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.trophy-card{align-items:stretch;background:var(--beige-surface);border:1px solid var(--beige-border);border-radius:16px;cursor:pointer;display:flex;flex-direction:column;padding:14px 14px 16px;text-align:left;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease,background-color .15s ease}.trophy-card:hover{background:#f5eee4;border-color:var(--accent);box-shadow:0 14px 30px #00000014;transform:translateY(-2px)}.trophy-card-media{background:radial-gradient(ellipse at 50% 60%,#1a1a2e 0,#0a0a14 100%);border-radius:12px;margin-bottom:12px;overflow:hidden}.trophy-card-3d-preview{height:220px;width:100%}.trophy-card-3d-preview .trophy-container{border:none;border-radius:0;height:220px;max-width:none}.trophy-card-static{align-items:center;background:radial-gradient(ellipse at 50% 60%,#202034 0,#050510 100%);display:flex;height:220px;justify-content:center;width:100%}.trophy-card-static-shape{border:2px solid #f2d48c;border-radius:8px;box-shadow:0 12px 25px #00000073;height:65%;width:60%}.trophy-card-body{display:flex;flex-direction:column;gap:4px}.trophy-card-title{color:var(--text-primary);font-size:18px;font-weight:600;margin:0}.trophy-card-subtitle{color:var(--text-muted);font-size:14px;margin:0}.trophy-card-meta{color:var(--text-muted);font-size:13px;margin:2px 0 0}.trophy-static-placeholder{align-items:center;background:linear-gradient(135deg,#111629,#050510);border:1px solid var(--beige-border);border-radius:16px;display:flex;flex-direction:column;gap:16px;justify-content:center;max-width:520px;padding:32px 24px 28px;width:100%}.trophy-static-shape{border:2px solid #f2d48c;border-radius:10px;box-shadow:0 20px 40px #0000008c;height:220px;width:60%}.trophy-static-label{color:var(--text-muted);font-size:14px}@media only screen and (max-width:600px){.bio{padding:32px 0 48px}.bio-title{font-size:32px}.bio-body,.bio-tagline{font-size:18px}.trophy-gallery-grid{grid-template-columns:minmax(0,1fr)}.trophy-room-detail{flex-direction:column;gap:24px}.trophy-room-detail-right{width:100%}}html{scroll-behavior:smooth}.App{background-color:var(--beige-bg);font-family:NTR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;min-height:100vh;overflow-x:hidden;width:100%}#content{box-sizing:border-box;margin:0 auto;max-width:720px;padding:0 24px;width:100%}.app-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding-top:32px}.app-tabs{display:flex;gap:12px}.app-links{display:flex;gap:24px}.app-links a{color:var(--text-muted);font-size:15px}.app-links a:hover{color:var(--accent)}.app-tab-button{background:#0000;border:1px solid #0000;border-radius:999px;color:var(--text-muted);cursor:pointer;font-size:15px;padding:6px 14px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.app-tab-button:hover{background:var(--beige-surface);border-color:var(--beige-border)}.app-tab-button--active{background:var(--beige-surface);border-color:var(--accent);color:var(--text-primary)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--selection)}@media only screen and (max-width:600px){#content{padding:0 16px}}:root{--beige-bg:#f8f4ed;--beige-surface:#f0ebe2;--beige-border:#ebe6dd;--text-primary:#2c2925;--text-muted:#6b6560;--accent:#7d6e63;--selection:#7d6e6333}body,html{-ms-overflow-style:none!important;overflow-x:hidden!important;scrollbar-width:none!important}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none!important}*{-ms-overflow-style:none!important;scrollbar-width:none!important}::-webkit-scrollbar{display:none!important}
/*# sourceMappingURL=main.0527147c.css.map*/