.question-card{background:#2a2a2a;border-radius:20px;padding:48px;width:100%;max-width:800px;box-shadow:0 4px 6px #0000004d,0 1px 3px #0003;transition:transform .2s ease,box-shadow .2s ease;border-left:4px solid var(--author-color);margin:0 auto}.question-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #c92a5a4d,0 4px 8px #0003}.question-card__header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:24px}.question-card__author-badge{padding:10px 20px;border-radius:24px;color:#fff;font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:.5px}.question-card__content{margin-top:16px}.question-card__question{font-size:24px;line-height:1.7;color:#e0e0e0;font-weight:500}.questions-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px}.questions-page__header{text-align:center;margin-bottom:40px}.questions-page__title{color:#fff;font-size:36px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.questions-page__question-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:30px}.questions-page__navigation{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;max-width:800px}.questions-page__counter{color:#fff;font-size:16px;font-weight:600;min-width:80px;text-align:center}.questions-page__nav-button{padding:12px 24px;border:2px solid #c92a5a;background:transparent;color:#c92a5a;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;max-width:150px}.questions-page__nav-button:hover{background:#c92a5a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #c92a5a66}.questions-page__nav-button:active{transform:translateY(0)}.questions-page__empty{text-align:center;color:#fff;font-size:20px;padding:40px}.add-scale-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;animation:modalFadeIn .2s ease}.add-scale-modal__content{background:#2a2a2a;border-radius:16px;padding:32px;max-width:500px;width:90%;box-shadow:0 8px 32px #00000080;border:1px solid rgba(201,42,90,.3);animation:modalSlideUp .3s ease}.add-scale-modal__title{color:#e0e0e0;font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.add-scale-modal__form{display:flex;flex-direction:column;gap:20px}.add-scale-modal__field{display:flex;flex-direction:column;gap:8px}.add-scale-modal__label{color:#e0e0e0;font-size:14px;font-weight:500}.add-scale-modal__input{padding:12px 16px;background:#1a1a1a;border:1px solid rgba(201,42,90,.3);border-radius:8px;color:#e0e0e0;font-size:16px;transition:all .2s ease}.add-scale-modal__input:focus{outline:none;border-color:#c92a5a;box-shadow:0 0 0 3px #c92a5a1a}.add-scale-modal__input::placeholder{color:#6b7280}.add-scale-modal__actions{display:flex;gap:12px;margin-top:8px}.add-scale-modal__button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-scale-modal__button--cancel{background:#1a1a1a;color:#e0e0e0;border:1px solid rgba(201,42,90,.3)}.add-scale-modal__button--cancel:hover{background:#252525;border-color:#c92a5a80}.add-scale-modal__button--submit{background:#c92a5a;color:#fff}.add-scale-modal__button--submit:hover:not(:disabled){background:#b0254a;transform:translateY(-1px);box-shadow:0 4px 12px #c92a5a66}.add-scale-modal__button--submit:disabled{opacity:.5;cursor:not-allowed}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scale-selector{position:fixed;top:20px;right:20px;z-index:1000}.scale-selector__toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#2a2a2a;border:1px solid rgba(201,42,90,.3);border-radius:8px;color:#e0e0e0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;max-width:200px;text-align:left}.scale-selector__toggle:hover{background:#333;border-color:#c92a5a99}.scale-selector__arrow{font-size:10px;transition:transform .2s;margin-left:auto}.scale-selector__arrow--open{transform:rotate(180deg)}.scale-selector__dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#2a2a2a;border-radius:12px;padding:8px;min-width:280px;box-shadow:0 8px 24px #00000080;border:1px solid rgba(201,42,90,.3);animation:selectorSlideDown .2s ease}.scale-selector__item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;color:#e0e0e0;font-size:15px;font-weight:500;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:4px}.scale-selector__item:hover{background:#c92a5a33;color:#c92a5a}.scale-selector__item:last-child{margin-bottom:0}.scale-selector__item--add{margin-top:8px;padding-top:12px;border-top:1px solid rgba(201,42,90,.3);color:#c92a5a;font-weight:600}.scale-selector__item--add:hover{background:#c92a5a4d;color:#e63950}@keyframes selectorSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wavelength-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.wavelength-page__content{background:#2a2a2af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:48px;max-width:800px;width:100%;box-shadow:0 8px 32px #0006,0 0 0 1px #c92a5a1a;border:1px solid rgba(201,42,90,.2)}.wavelength-page__start-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.wavelength-page__start-content{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.wavelength-page__start-title{font-size:48px;font-weight:700;color:#e0e0e0;margin:0;text-shadow:0 4px 12px rgba(201,42,90,.3)}.wavelength-page__start-subtitle{font-size:20px;color:#b0b0b0;margin:0}.wavelength-page__start-button{padding:16px 48px;background:#c92a5a;border:none;border-radius:12px;color:#fff;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #c92a5a66}.wavelength-page__start-button:hover{background:#b0254a;transform:translateY(-2px);box-shadow:0 6px 20px #c92a5a80}.wavelength-page__start-button:active{transform:translateY(0)}.wavelength-phase{display:flex;flex-direction:column;align-items:center}.wavelength-phase__scoreboard{display:flex;justify-content:center;gap:24px;margin-bottom:24px;width:100%}.wavelength-phase__player{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 28px;border-radius:16px;background:linear-gradient(135deg,#c92a5a1a,#e639500d);border:2px solid rgba(201,42,90,.2);min-width:140px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wavelength-phase__player--active{background:linear-gradient(135deg,#c92a5a,#e63950);border-color:#c92a5a;box-shadow:0 8px 24px #c92a5a66,0 4px 12px #c92a5a33;transform:scale(1.05)}.wavelength-phase__player--active .wavelength-phase__player-name,.wavelength-phase__player--active .wavelength-phase__player-score{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.wavelength-phase__player-name{font-size:16px;font-weight:600;color:#e0e0e0;letter-spacing:.5px}.wavelength-phase__player-score{font-size:32px;font-weight:700;color:#c92a5a;text-shadow:0 2px 8px rgba(201,42,90,.3)}.wavelength-phase__title{color:#e0e0e0;font-size:28px;font-weight:700;margin-bottom:16px;text-align:center;text-shadow:0 2px 8px rgba(201,42,90,.3)}.wavelength-phase__instruction{color:#b0b0b0;font-size:16px;margin-bottom:32px;text-align:center}.wavelength-phase__gauge-container{display:flex;justify-content:center;margin-bottom:24px}.wavelength-phase__gauge{width:100%;max-width:500px;height:250px;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none}.wavelength-phase__gauge--clue{width:500px;height:250px;overflow:hidden;margin:0 auto}.wavelength-phase__gauge-circle{width:500px;height:500px;border-radius:50%;position:absolute;top:0;left:0}.wavelength-phase__gauge-svg{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;z-index:1}.wavelength-phase__target-line{animation:revealTarget 1.5s ease-out}.wavelength-phase__labels{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:32px;padding:0 20px}.wavelength-phase__labels span{color:#e0e0e0;font-size:18px;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.wavelength-phase__arrow{color:#c92a5a;font-size:24px;margin:0 16px;filter:drop-shadow(0 2px 4px rgba(201,42,90,.4))}.wavelength-phase__clue-input{width:100%;max-width:400px;padding:14px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:18px;margin-bottom:20px;transition:border-color .2s}.wavelength-phase__clue-input:focus{outline:none;border-color:#c92a5a;box-shadow:0 0 0 3px #c92a5a1a}.wavelength-phase__clue-display{background:#f3f4f6;padding:16px 24px;border-radius:12px;margin-bottom:32px;font-size:18px;color:#1f2937}.wavelength-phase__clue-display strong{color:#c92a5a;font-weight:600}.wavelength-phase__slider-container{width:100%;max-width:500px;margin-bottom:32px}.wavelength-phase__slider{width:100%;height:8px;border-radius:4px;background:#e5e7eb;outline:none;margin-bottom:12px;transition:background .2s}.wavelength-phase__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#c92a5a,#e63950);cursor:pointer;box-shadow:0 2px 8px #c92a5a66;transition:transform .15s}.wavelength-phase__slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#c92a5a,#e63950);cursor:pointer;border:none;box-shadow:0 2px 8px #c92a5a66}.wavelength-phase__slider:hover::-webkit-slider-thumb{transform:scale(1.1)}.wavelength-phase__slider:hover::-moz-range-thumb{transform:scale(1.1)}.wavelength-phase__slider-labels{display:flex;justify-content:space-between;color:#6b7280;font-size:14px}.wavelength-phase__score-inline{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.wavelength-phase__score-badge{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c92a5a,#e63950);color:#fff;font-size:28px;font-weight:700;padding:10px 24px;border-radius:16px;box-shadow:0 4px 16px #c92a5a66;text-shadow:0 2px 4px rgba(0,0,0,.2)}.wavelength-phase__score-total{color:#b0b0b0;font-size:16px;font-weight:500}.wavelength-phase__button{padding:14px 32px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#c92a5a,#e63950);color:#fff;min-width:200px;box-shadow:0 4px 12px #c92a5a4d;border-radius:12px}.wavelength-phase__button:hover:not(:disabled){background:linear-gradient(135deg,#b0254a,#d12e45);transform:translateY(-2px);box-shadow:0 6px 20px #c92a5a80}.wavelength-phase__button:active:not(:disabled){transform:translateY(0)}.wavelength-phase__button:disabled{background:#6b7280;cursor:not-allowed;box-shadow:none}.wavelength-phase__button:active{transform:translateY(0)}@keyframes revealTarget{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.wavelength-phase__title{font-size:24px}.wavelength-phase__gauge{height:200px}.wavelength-phase__clue-input{font-size:16px}.wavelength-phase__button{width:100%;min-width:auto}}.about-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.about-page__content{background:#2a2a2a;border-radius:16px;padding:48px;max-width:600px;width:100%;box-shadow:0 12px 24px #c92a5a4d;border-left:4px solid #c92a5a}.about-page__title{color:#e0e0e0;font-size:36px;font-weight:700;margin-bottom:24px;text-align:center}.about-page__text{color:#e0e0e0;font-size:18px;line-height:1.6;margin-bottom:16px}.about-page__back-button{margin-top:32px;padding:12px 24px;border:2px solid #c92a5a;background:transparent;color:#c92a5a;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.about-page__back-button:hover{background:#c92a5a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #c92a5a66}.about-page__back-button:active{transform:translateY(0)}.burger-menu-wrapper{position:fixed;top:20px;left:20px;z-index:1000}.burger-menu{width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent;border:none;cursor:pointer;padding:0;transition:transform .3s ease}.burger-menu:hover{transform:scale(1.1)}.burger-menu__line{width:28px;height:3px;background:#c92a5a;border-radius:3px;transition:all .3s ease;transform-origin:center}.burger-menu--open .burger-menu__line:nth-child(1){transform:translateY(9px) rotate(45deg)}.burger-menu--open .burger-menu__line:nth-child(2){opacity:0;transform:scaleX(0)}.burger-menu--open .burger-menu__line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.burger-menu__dropdown{position:absolute;top:50px;left:0;background:#2a2a2a;border-radius:12px;padding:8px;min-width:200px;box-shadow:0 8px 24px #00000080;border:1px solid rgba(201,42,90,.3);animation:slideDown .3s ease}.burger-menu__item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;color:#e0e0e0;font-size:16px;font-weight:500;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:4px;text-decoration:none}.burger-menu__item:hover{background:#c92a5a33;color:#c92a5a}.burger-menu__item:last-child{margin-bottom:0}.burger-menu__item--active{background:#c92a5a4d;color:#c92a5a;font-weight:600}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.background-decoration{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.background-decoration__circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.background-decoration__circle--1{width:400px;height:400px;background:#c92a5a;top:-100px;left:-100px;animation-delay:0s}.background-decoration__circle--2{width:500px;height:500px;background:#862e52;bottom:-150px;right:-150px;animation-delay:5s}.background-decoration__circle--3{width:350px;height:350px;background:#e63950;top:50%;left:10%;animation-delay:10s}.background-decoration__circle--4{width:300px;height:300px;background:#c92a5a;top:20%;right:20%;animation-delay:15s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,-50px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(30px,50px) scale(1.05)}}.app{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;position:relative;z-index:1}.app__header{text-align:center;margin-bottom:40px;color:#fff}.app__title{font-size:36px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.app__question-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:30px}.app__navigation{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;max-width:500px}.app__counter{color:#fff;font-size:16px;font-weight:600;min-width:80px;text-align:center}.app__empty{text-align:center;color:#fff;font-size:20px;padding:40px;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:500px}.nav-button{padding:12px 24px;border:2px solid #c92a5a;background:transparent;color:#c92a5a;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;max-width:150px}.nav-button:hover{background:#c92a5a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #c92a5a66}.nav-button:active{transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}body{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;background:linear-gradient(135deg,#0f0f0f,#1a0a0f,#0f0f0f);background-size:200% 200%;animation:gradient-shift 15s ease infinite;min-height:100vh;padding:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#root{width:100%;max-width:600px;margin:0 auto}
