*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root{min-height:100vh;width:100%}.App{display:flex;flex-direction:row;position:relative;scroll-behavior:smooth;width:100%}.app-main-content{flex:1 1;margin-right:30%;max-width:70%;min-width:0}.history-container{margin:0 auto;max-width:900px;padding:20px;width:100%}.screen-wrapper{height:100vh;min-height:100vh;scroll-margin-top:0;scroll-snap-align:start;scroll-snap-stop:always}@media (max-width:1024px){.app-main-content{margin-right:35%;max-width:65%}}@media (max-width:768px){.App{flex-direction:column}.app-main-content{margin-right:0;max-width:100%;width:100%}}.burger-menu-button{align-items:center;background-color:#45adbf;border:none;border-radius:6px;box-shadow:0 2px 8px #0003;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:8px;position:fixed;right:16px;top:16px;transition:background-color .2s ease;width:40px;z-index:1001}.burger-menu-button:hover{background-color:#3a9baa}.burger-line{background-color:#fff;border-radius:2px;height:2px;transition:all .3s ease;width:22px}.burger-line.open:first-child{transform:rotate(45deg) translate(7px,7px)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.sidebar-overlay{background-color:#00000080;bottom:0;cursor:pointer;display:none;left:0;position:fixed;right:0;top:0;z-index:999}@media (max-width:768px){.burger-menu-button{display:flex}.sidebar-overlay{display:block}}.screen{align-items:center;display:flex;height:100vh;justify-content:center;min-height:100vh;padding:20px;position:relative;width:100%}.screen-history{height:auto;margin-bottom:20px;min-height:auto;padding:0}.summary-screen{align-items:flex-start;animation:fadeIn .4s ease-in;display:flex;justify-content:center;min-height:100vh;padding:40px 20px;width:100%}.summary-content{display:flex;flex-direction:column;gap:32px;max-width:900px;width:100%}.summary-title{color:#333;font-size:clamp(28px,5vw,42px);font-weight:600;line-height:1.3;margin:0;text-align:left}.summary-history{gap:0}.summary-buttons,.summary-history{display:flex;flex-direction:column}.summary-buttons{align-self:flex-start;gap:12px;margin-left:24px;margin-top:8px}.next-phrase-button,.restart-button{text-transform:none}.button-outline{background-color:initial!important;border:2px solid #45adbf!important;color:#45adbf!important}.button-outline:hover{background-color:initial!important;border-color:#3a9baa!important;color:#3a9baa!important;transform:translateY(-2px)}.button-outline:active{transform:translateY(0)}.screen-content{align-items:center;display:flex;flex-direction:column;gap:40px;max-width:900px;text-align:center;width:100%}.large-text{color:#333;font-size:clamp(24px,5vw,48px);font-weight:400;line-height:1.4;margin:0}.highlight-text{color:#45adbf;cursor:help;position:relative;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.tooltip{animation:fadeIn .3s ease-in;background-color:#333;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#fff;font-size:14px;line-height:1.5;max-width:300px;padding:16px 20px;position:fixed;right:20px;top:20px;z-index:1000}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.button{align-items:center;background-color:#45adbf;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:500;justify-content:center;min-width:150px;padding:16px 48px;position:relative;text-transform:none;transition:background-color .3s ease,transform .2s ease}.button:hover:not(:disabled){background-color:#3a9baa;transform:translateY(-2px)}.button:active:not(:disabled){transform:translateY(0)}.button-skip{border:2px solid #dc3545!important;color:#dc3545!important;font-size:16px!important;margin-left:16px;min-width:auto!important;padding:12px 32px!important}.button-skip,.button-skip:hover{background-color:initial!important}.button-skip:hover{border-color:#c82333!important;color:#c82333!important;transform:translateY(-2px)}.button-skip:active{transform:translateY(0)}.button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.input-form{align-items:center;display:flex;flex-direction:column;gap:24px;width:100%}.choice-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}.choice-button{flex:1 1;max-width:250px;min-width:150px}.text-input{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:16px;max-width:600px;min-height:120px;padding:16px;resize:vertical;transition:border-color .3s ease;width:100%}.text-input:focus{border-color:#45adbf;outline:none}.history-text{color:#000;font-size:clamp(18px,3vw,24px);font-weight:400;line-height:1.6;margin:0 0 12px;padding-left:24px;position:relative;text-align:left}.history-text:before{content:"— ";left:0;position:absolute;white-space:pre}.history-input-value{background-color:#fafafa;border:1px solid #f0f0f0;border-radius:18px;box-shadow:0 2px 8px #00000014;color:#333;display:inline-block;font-size:clamp(18px,3vw,24px);font-style:italic;font-weight:400;line-height:1.6;margin:12px 0 0 24px;max-width:calc(100% - 24px);padding:14px 18px;text-align:left;width:-webkit-fit-content;width:fit-content}@media (max-width:768px){.screen{padding:16px}.screen-content{gap:32px}.large-text{font-size:clamp(20px,6vw,32px)}.tooltip{font-size:13px;left:10px;max-width:none;padding:12px 16px;right:10px;top:10px}.button{font-size:16px;max-width:300px;padding:14px 40px;width:100%}.text-input{font-size:16px;padding:14px}.history-input-value,.history-text{font-size:clamp(16px,4vw,20px)}.history-input-value{border-radius:16px;box-shadow:0 2px 6px #00000014;margin-left:20px;max-width:calc(100% - 20px);padding:12px 16px}.screen-history{margin-bottom:16px}.summary-screen{padding:24px 16px}.summary-content{gap:24px}.summary-title{font-size:clamp(24px,6vw,32px)}.restart-button{margin-left:20px}}@media (max-width:480px){.screen-content{gap:24px}.large-text{font-size:clamp(18px,7vw,28px)}.button{padding:12px 32px}.choice-buttons{flex-direction:column;gap:12px}.choice-button{max-width:100%;width:100%}}.keyboard-shortcut{bottom:3px;gap:2px;opacity:.6;pointer-events:none;position:absolute;right:6px}.key,.keyboard-shortcut{align-items:center;display:inline-flex}.key{background:#ffffff26;border:1px solid #ffffff40;border-radius:3px;box-shadow:0 1px 1px #0000001a;color:#ffffffd9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:6px;font-weight:500;height:11px;justify-content:center;line-height:1;min-width:12px;padding:1px 2px}.key-shift{font-size:5px;padding:1px 1.5px}.key-enter{font-size:7px}.key-separator{color:#ffffffb3;font-size:6px;line-height:1;margin:0 1px}.button-text{display:inline-block}.history-phrase-switcher{border-bottom:2px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding-bottom:16px}.history-phrase-button{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.history-phrase-button:hover{background-color:#f0f0f0;border-color:#45adbf}.history-phrase-button.active{background-color:#45adbf;border-color:#45adbf;color:#fff}.sidebar{background-color:#f8f9fa;border-left:1px solid #e0e0e0;box-shadow:-2px 0 8px #0000001a;height:100vh;max-width:400px;overflow-y:auto;position:fixed;right:0;top:0;width:30%;z-index:100}.sidebar-content{display:flex;flex-direction:column;gap:24px;height:100%;min-height:100%;padding:24px}.sidebar-logo{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:center;padding:16px 0}.logo-img{height:auto;max-height:40px;max-width:100%}.sidebar-title{color:#333;font-size:18px;font-weight:600;line-height:1.4;margin:0;text-align:center}.sidebar-section{display:flex;flex-direction:column;gap:12px}.sidebar-section-title{color:#666;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.sidebar-text{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:14px;line-height:1.6;margin:0;padding:12px}.phrase-buttons{display:flex;flex-direction:column;gap:8px}.phrase-button{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;text-align:left;transition:all .2s ease}.phrase-button:hover{background-color:#f0f0f0;border-color:#45adbf}.phrase-button.active{background-color:#45adbf;border-color:#45adbf;color:#fff}.sidebar-dialog{gap:12px}.dialog-item,.sidebar-dialog{display:flex;flex-direction:column}.dialog-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;gap:6px;padding:12px}.dialog-item.phrase{border-left:3px solid red}.dialog-item.answer{border-left:3px solid #45adbf}.dialog-item.other{border-left:3px solid #999}.dialog-label{color:#666;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.dialog-value{color:#333;font-size:14px;line-height:1.6}.sidebar-skip-section{border-top:1px solid #e0e0e0;margin-top:auto;padding-top:24px}.sidebar-skip-button{background-color:initial;border:2px solid #45adbf;border-radius:6px;color:#45adbf;cursor:pointer;font-size:14px;font-weight:500;padding:12px 16px;transition:all .2s ease;width:100%}.sidebar-skip-button:hover{background-color:#45adbf;border-color:#45adbf;color:#fff}@media (max-width:1024px){.sidebar{max-width:350px;width:35%}}@media (max-width:768px){.sidebar{border-left:1px solid #e0e0e0;height:100vh;max-width:320px;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:80%;z-index:1000}.sidebar.sidebar-open{right:0}.sidebar-content{padding:16px}}.sidebar-close-button{display:none}@media (max-width:768px){.sidebar-close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;height:32px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;transition:background-color .2s ease,color .2s ease;width:32px;z-index:1001}.sidebar-close-button:after,.sidebar-close-button:before{background-color:currentColor;border-radius:1px;content:"";height:2px;left:50%;position:absolute;top:50%;transform-origin:center;width:18px}.sidebar-close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.sidebar-close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.sidebar-close-button:hover{background-color:#f0f0f0;color:#333}.sidebar-close-button{display:flex}}
/*# sourceMappingURL=main.5cbf72ee.css.map*/