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