@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&family=Jersey+25&display=swap";@import"https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Share+Tech+Mono&display=swap";:root{--bg-primary: #FFF9F9;--bg-secondary: #1a1a1a;--bg-tertiary: #27272a;--text-primary: #373434;--text-secondary: #a1a1aa;--text-muted: #52525b;--accent-primary: #ffffff;--accent-secondary: #e4e4e7;--border-subtle: #27272a;--max-width: 1400px;--header-height: 80px;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}#root{min-height:100%}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--text-primary);line-height:1.2}a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}button{font-family:Outfit,sans-serif;cursor:pointer;border:none;outline:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.gradient-text{color:var(--text-primary)}.glass-panel{background:#14141499;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:12px}.cards-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:row;justify-content:center;align-items:center;perspective:2000px;z-index:100}.cards-group{position:relative;display:flex;gap:0;transform-style:preserve-3d}.card{width:419px;height:559px;background-color:transparent;box-shadow:0 20px 50px #0000004d;border-radius:12px;overflow:hidden;transform-style:preserve-3d;position:relative}.card-left{transform:rotate(-12deg) translate(30px) translateY(40px);z-index:10}.card-right{transform:rotate(15deg) translate(-30px) translateY(-40px);z-index:20;box-shadow:0 15px 35px #00000026}.card-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;margin:0;padding:0}.book-controls{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4px;gap:15px;width:272px;margin-left:40px}.controls-header{display:flex;flex-direction:row;align-items:center;padding:0;width:264px;height:10px}.text-header{width:222px;height:10px;font-family:SF Pro Rounded,Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:3px;display:flex;align-items:center;letter-spacing:.01em;color:#898484;white-space:nowrap}.controls-list{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:264px;height:74px}.text-list-item{font-family:SF Pro Rounded,Inter,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:5px;display:flex;align-items:center;text-align:center;letter-spacing:.01em;color:#d2d2d2;white-space:nowrap;width:auto;gap:8px}.text-palett{font-family:"Jersey 25",sans-serif;font-style:normal;font-weight:400;font-size:52px;line-height:100%;color:#fff;letter-spacing:-.01em}.text-subtitle{font-family:Inter,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:140%;color:#e5e0e0;letter-spacing:.02em}.type-button{transition:all .5s cubic-bezier(.23,1,.32,1)}.type-button:hover:not(.selected){background:#d2d2d20d;border-color:#d2d2d266;color:#d2d2d299}.text-list-item input::placeholder{color:#d2d2d2;opacity:.32;font-size:12px}.text-list-item input::-webkit-input-placeholder{color:#d2d2d2;opacity:.32;font-size:12px}.text-list-item input::-moz-placeholder{color:#d2d2d2;opacity:.32;font-size:12px}@keyframes textBounce{0%{transform:translate(0)}25%{transform:translate(1.2px)}50%{transform:translate(-.8px)}75%{transform:translate(.3px)}to{transform:translate(0)}}
