.add-podjezd-container{width:100%;max-width:100vw;height:100vh;min-height:100vh;margin:0;padding:0;box-sizing:border-box;background:#1e1e1e;color:#d4d4d4;overflow-x:hidden}.add-podjezd-content{width:100%;max-width:100%;height:100%;padding:clamp(1rem,2vw,2rem);box-sizing:border-box;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;margin:0 auto}.add-podjezd-title{color:#d4d4d4;font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem;text-align:center;font-weight:700}.podjezd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:clamp(.5rem,1.5vw,1rem);width:100%;max-width:min(800px,100%);margin-bottom:2rem;padding:0 clamp(.5rem,2vw,1rem)}.podjezd-btn{background:#25252699;border:2px solid rgba(110,110,110,.3);border-radius:12px;color:#d4d4d4;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;padding:1.5rem 1rem;cursor:pointer;transition:all .3s ease;min-height:80px;display:flex;align-items:center;justify-content:center}.podjezd-btn:hover{background:#2d2d2dcc;border-color:#6e6e6e80;transform:translateY(-3px);box-shadow:0 4px 12px #0006}.podjezd-btn.selected{background:#373737e6;border-color:#569cd6;color:#d4d4d4;box-shadow:0 6px 20px #00000080;transform:scale(1.05)}.podjezd-btn:active{transform:scale(.98)}.podjezd-input-section{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:600px}.podjezd-selected-info{color:#d4d4d4;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:500;text-align:center;margin-bottom:1rem}.podjezd-selected-number{color:#d4d4d4;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-left:.5rem}.podjezd-input-wrapper{width:100%;display:flex;flex-direction:column;gap:.75rem}.podjezd-input-label{color:#d4d4d4;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;text-align:left}.podjezd-input{background:#25252699;border:2px solid rgba(110,110,110,.3);border-radius:12px;color:#d4d4d4;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:600;padding:1rem 1.5rem;width:100%;box-sizing:border-box;transition:all .3s ease}.podjezd-input:focus{outline:none;border-color:#569cd6;background:#2d2d2dcc;box-shadow:0 4px 12px #0006}.podjezd-input::placeholder{color:#85858599}.podjezd-actions{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.podjezd-back-btn-top{background:transparent;border:2px solid rgba(110,110,110,.3);border-radius:12px;color:#d4d4d4;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px;margin-bottom:1.5rem;align-self:center}.podjezd-back-btn{background:transparent;border:2px solid rgba(110,110,110,.3);border-radius:12px;color:#d4d4d4;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px}.podjezd-back-btn:hover{background:#2d2d2d99;border-color:#6e6e6e80}.podjezd-back-btn:active{transform:scale(.98)}.podjezd-confirm-btn{background:#2d2d2dcc;border:2px solid rgba(110,110,110,.4);border-radius:12px;color:#d4d4d4;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;width:100%;max-width:300px}.podjezd-confirm-btn:hover:not(:disabled){background:#373737e6;border-color:#6e6e6e99;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.podjezd-confirm-btn:active:not(:disabled){transform:translateY(0)}.podjezd-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.virtual-keyboard{width:100%;max-width:min(800px,100%);margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;padding:0 clamp(.5rem,2vw,1rem);box-sizing:border-box}.keyboard-row{display:flex;gap:clamp(.25rem,1vw,.5rem);justify-content:center;flex-wrap:wrap;width:100%;max-width:100%}.keyboard-key{background:#25252699;border:2px solid rgba(110,110,110,.3);border-radius:8px;color:#d4d4d4;font-size:clamp(.9rem,2vw,1.25rem);font-weight:600;padding:clamp(.5rem,1.5vw,.75rem) clamp(.75rem,2vw,1rem);cursor:pointer;transition:all .2s ease;min-width:clamp(40px,8vw,50px);min-height:clamp(40px,8vw,50px);max-width:100%;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-sizing:border-box}.keyboard-key:hover{background:#2d2d2dcc;border-color:#6e6e6e80;transform:translateY(-2px);box-shadow:0 4px 8px #0006}.keyboard-key:active{transform:translateY(0);background:#373737e6}.keyboard-word{min-width:auto;padding:.75rem 1.25rem;font-size:clamp(.9rem,1.8vw,1.1rem)}.keyboard-action{background:#2d2d2d99;border-color:#6e6e6e66;color:#858585;flex:1;max-width:200px}.keyboard-action:hover{background:#373737cc;border-color:#6e6e6e99;color:#d4d4d4}.keyboard-words{margin-top:.5rem}@media (max-width: 768px){.keyboard-key{min-width:45px;min-height:45px;padding:.6rem .8rem;font-size:1rem}.keyboard-word{padding:.6rem 1rem;font-size:.9rem}.keyboard-row{gap:.4rem}}.podjezd-add-btn{background:#2d2d2dcc;border:2px solid rgba(110,110,110,.4);border-radius:12px;color:#d4d4d4;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;width:100%;max-width:300px;margin-top:1rem}.podjezd-add-btn:hover{background:#373737e6;border-color:#6e6e6e99;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.podjezd-add-btn:active{transform:translateY(0)}.confirmation-section{width:100%;max-width:min(600px,calc(100% - 2rem));margin:0 auto;padding:clamp(1rem,3vw,2rem);background:#25252699;border:1px solid rgba(110,110,110,.3);border-radius:12px;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 4px 12px #0000004d;box-sizing:border-box}.confirmation-title{color:#d4d4d4;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;margin:0}.confirmation-info{display:flex;flex-direction:column;gap:1rem}.confirmation-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2d2d2d99;border-radius:8px;border:1px solid rgba(110,110,110,.3)}.confirmation-label{color:#d4d4d4;font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.confirmation-value{color:#d4d4d4;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700}.captcha-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#2d2d2d99;border-radius:8px;border:1px solid rgba(110,110,110,.3)}.captcha-label{color:#d4d4d4;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;text-align:center}.captcha-input{background:#25252699;border:2px solid rgba(110,110,110,.3);border-radius:12px;color:#d4d4d4;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;padding:1rem 1.5rem;width:100%;box-sizing:border-box;text-align:center;transition:all .3s ease}.captcha-input:focus{outline:none;border-color:#569cd6;background:#2d2d2dcc;box-shadow:0 4px 12px #0006}.captcha-success{color:#4caf50;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;text-align:center;padding:.5rem;background:#4caf501a;border-radius:8px;border:1px solid rgba(76,175,80,.3)}.podjezd-submit-btn{background:#2d2d2dcc;border:2px solid rgba(110,110,110,.4);border-radius:12px;color:#d4d4d4;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;width:100%;max-width:400px;align-self:center}.podjezd-submit-btn:hover{background:#373737e6;border-color:#6e6e6e99;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.podjezd-submit-btn:active{transform:translateY(0)}.podjezd-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.podjezd-submit-btn:disabled:hover{background:#2d2d2dcc;box-shadow:0 4px 12px #0000004d;transform:none}@media (max-width: 480px){.keyboard-key{min-width:40px;min-height:40px;padding:.5rem .6rem;font-size:.9rem}.keyboard-word{padding:.5rem .8rem;font-size:.85rem}.confirmation-section{padding:1.5rem}.confirmation-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 768px){.add-podjezd-content{padding:clamp(.5rem,2vw,1rem)}.podjezd-grid{grid-template-columns:repeat(auto-fill,minmax(clamp(50px,12vw,60px),1fr));gap:clamp(.5rem,1.5vw,.75rem);padding:0 clamp(.25rem,1vw,.5rem)}.podjezd-btn{padding:clamp(.75rem,2vw,1rem) clamp(.5rem,1.5vw,.75rem);min-height:clamp(50px,12vw,60px);font-size:clamp(1rem,3vw,1.25rem)}.confirmation-section{padding:clamp(1rem,3vw,1.5rem);max-width:calc(100% - 1rem)}.virtual-keyboard{padding:0 clamp(.25rem,1vw,.5rem)}.keyboard-key{min-width:clamp(35px,8vw,45px);min-height:clamp(35px,8vw,45px);padding:clamp(.4rem,1.5vw,.6rem) clamp(.6rem,2vw,.8rem);font-size:clamp(.85rem,2vw,1rem)}.keyboard-word{padding:clamp(.4rem,1.5vw,.6rem) clamp(.8rem,2vw,1rem);font-size:clamp(.8rem,1.8vw,.9rem)}}@media (max-width: 480px){.podjezd-grid{grid-template-columns:repeat(5,1fr);gap:clamp(.4rem,1vw,.5rem)}.keyboard-row{gap:clamp(.2rem,.8vw,.4rem)}.keyboard-key{min-width:clamp(30px,7vw,40px);min-height:clamp(30px,7vw,40px);padding:clamp(.35rem,1.2vw,.5rem) clamp(.5rem,1.5vw,.6rem);font-size:clamp(.8rem,1.8vw,.9rem)}.keyboard-word{padding:clamp(.35rem,1.2vw,.5rem) clamp(.7rem,1.8vw,.8rem);font-size:clamp(.75rem,1.6vw,.85rem)}}.not-found-container{position:relative;width:100%;height:100vh;min-height:100vh;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background:#1e1e1e;overflow:hidden;box-sizing:border-box}.error-content{position:relative;z-index:10;text-align:center;animation:fadeInUp .8s ease-out;max-width:800px}.error-number{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:1}.digit{display:inline-block;color:#d4d4d4;text-shadow:0 0 40px rgba(212,212,212,.3);animation:pulse 2s ease-in-out infinite;position:relative}.digit:nth-child(1){animation-delay:0s}.digit:nth-child(2){animation-delay:.2s}.digit:nth-child(3){animation-delay:.4s}.error-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#d4d4d4;margin-bottom:1rem;letter-spacing:.05em}.error-description{font-size:clamp(1rem,2.5vw,1.25rem);color:#858585;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.url-display{margin:0 auto 2.5rem;max-width:600px;padding:1.5rem;background:#252526cc;border-radius:12px;border:1px solid rgba(110,110,110,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.url-label{font-size:.9rem;color:#858585;margin-bottom:.75rem;text-align:left;font-weight:500}.url-container{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.url-text{flex:1;min-width:200px;padding:.75rem 1rem;background:#1e1e1ecc;border-radius:8px;color:#d4d4d4;font-size:.875rem;font-family:SF Mono,Monaco,Menlo,Consolas,Liberation Mono,Roboto Mono,Courier New,monospace;word-break:break-all;border:1px solid rgba(110,110,110,.3);overflow-wrap:break-word}.btn-copy{padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;background:#2d2d2dcc;color:#d4d4d4;border:2px solid rgba(110,110,110,.4);border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 10px #0000004d;font-family:inherit}.btn-copy:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0006;background:#373737e6;border-color:#6e6e6e99}.btn-copy:active{transform:translateY(0)}.btn-copy.copied{background:#3c3c3ce6;border-color:#89d185;color:#89d185;box-shadow:0 2px 10px #89d18533}.btn-copy.copied:hover{background:#464646e6;border-color:#89d185;box-shadow:0 4px 15px #89d1854d}.error-actions{display:flex;justify-content:center;margin:0 auto;max-width:600px}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;letter-spacing:.5px;font-family:inherit}.btn-primary{width:100%;background:#2d2d2dcc;color:#d4d4d4;border:2px solid rgba(110,110,110,.4);box-shadow:0 4px 15px #0000004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006;background:#373737e6;border-color:#6e6e6e99}.btn-secondary{background:transparent;color:#d4d4d4;border-color:#6e6e6e66}.btn-secondary:hover{background:#2d2d2d99;border-color:#6e6e6e99;color:#d4d4d4;transform:translateY(-2px)}.error-illustration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;animation:float 15s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(110,110,110,.2) 0%,transparent 70%);top:-100px;left:-100px;animation-delay:0s}.orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(110,110,110,.15) 0%,transparent 70%);bottom:-50px;right:-50px;animation-delay:5s}.orb-3{width:250px;height:250px;background:radial-gradient(circle,rgba(110,110,110,.1) 0%,transparent 70%);top:50%;right:10%;animation-delay:10s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.05);filter:brightness(1.2)}}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media (max-width: 768px){.not-found-container{padding:1rem}.error-number{gap:.5rem}.error-actions,.btn{width:100%}.url-display{padding:1rem;margin-bottom:2rem}.url-container{flex-direction:column;align-items:stretch}.url-text{min-width:auto;width:100%;font-size:.75rem}.btn-copy{width:100%}.orb-1{width:250px;height:250px}.orb-2{width:200px;height:200px}.orb-3{width:150px;height:150px}}.codes-manager-container{width:100%;max-width:100vw;height:100vh;min-height:100vh;margin:0;padding:0;box-sizing:border-box;background:#1e1e1e;color:#d4d4d4;overflow-y:auto;overflow-x:hidden;position:relative}.codes-manager-content{width:100%;max-width:100%;min-height:100%;padding:clamp(1rem,2vw,2rem);box-sizing:border-box;margin:0 auto;overflow-x:hidden}.premium-status{margin-bottom:1rem;padding:.75rem 1rem;background:#252526cc;border-left:4px solid #4ec9b0;border-radius:4px;color:#4ec9b0;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;text-align:center;box-shadow:0 2px 8px #0000004d;box-sizing:border-box;width:100%;max-width:100%}.limit-status{margin-bottom:1rem;padding:.75rem 1rem;background:#252526cc;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000004d;flex-wrap:nowrap;box-sizing:border-box;width:100%;max-width:100%}.limit-item{display:flex;align-items:center;gap:.5rem;flex:0 1 auto;white-space:nowrap}.limit-label{color:#d4d4d4;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.limit-badge{background:#3a3a3a;color:#d4d4d4;padding:.25rem .75rem;border-radius:6px;font-size:clamp(.875rem,1.5vw,1rem);font-weight:700;min-width:2rem;text-align:center;box-shadow:0 2px 4px #0006;flex-shrink:0}@media (max-width: 768px){.limit-status{gap:.5rem;padding:.75rem}.limit-item{flex:1}.limit-label{font-size:clamp(.75rem,2vw,.875rem)}.limit-badge{font-size:clamp(.75rem,2vw,.875rem);padding:.2rem .5rem;min-width:1.5rem}}.user-id-display{margin-bottom:.5rem;font-size:clamp(1rem,2vw,1.5rem);color:#d4d4d4;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;padding:.75rem 1rem;background:#252526cc;border-left:4px solid #ce9178;border-radius:4px;display:block;font-family:SF Mono,Monaco,Menlo,Consolas,Liberation Mono,Roboto Mono,Courier New,monospace;line-height:1.4;box-sizing:border-box;width:100%;max-width:100%}.user-id-display:hover{background:#2d2d2de6}.address-header{margin-bottom:2rem}.limit-exceeded-message{margin-bottom:2rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.limit-exceeded-banner{background:#2d2d2de6;color:#d4d4d4;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:clamp(1rem,2vw,1.25rem);text-shadow:0 2px 4px rgba(0,0,0,.3);border-left:4px solid #ce9178}.limit-icon{font-size:1.5rem;line-height:1}.limit-text{flex:1}.limit-info-section{background:#252526f2;color:#d4d4d4;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5}.limit-info-icon{font-size:1.25rem;flex-shrink:0}.limit-info-text{flex:1}.limit-question-section{background:#2d2d2de6;color:#d4d4d4;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:clamp(1rem,2vw,1.125rem);text-align:center;justify-content:center;border-left:4px solid #569cd6}.limit-question-icon{font-size:1.25rem}.limit-question-text{flex:1;text-align:center}.limit-instructions-section{background:#252526f2;color:#d4d4d4;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;font-size:clamp(.875rem,1.5vw,1rem)}.limit-instruction{text-align:center;padding:.5rem;background:#2d2d2d99;border-radius:4px}.limit-separator{text-align:center;font-weight:600;color:#d4d4d4;padding:.25rem 0}.limit-benefits-section{background:#252526f2;color:#858585;padding:1rem 1.5rem;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;text-align:center;border-top:1px solid rgba(110,110,110,.3)}.address-header h1{font-size:clamp(1rem,2vw,1.5rem);font-weight:600;color:#d4d4d4;margin:0;padding:.75rem 1rem;background:#252526cc;border-left:4px solid #569cd6;border-radius:4px;line-height:1.4;box-sizing:border-box;width:100%;max-width:100%}.codes-sections{display:flex;flex-direction:column;gap:2.5rem}.codes-info-note{margin-top:2rem;padding:.75rem 1rem;font-size:.75rem;line-height:1.5;color:#858585;text-align:center;background:#25252699;border-radius:6px;border:1px solid rgba(110,110,110,.3);box-sizing:border-box;width:100%;max-width:100%}.code-section{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;color:#d4d4d4;margin:0;padding:.75rem 1rem;background:#252526cc;border-left:4px solid #569cd6;border-radius:4px;box-sizing:border-box;width:100%;max-width:100%}.codes-list{display:flex;flex-direction:column;gap:1rem}.code-item{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem 1.5rem;background:#25252699;border:1px solid rgba(110,110,110,.3);border-radius:8px;transition:all .3s ease;box-sizing:border-box;width:100%;max-width:100%}.code-item:hover{background:#2d2d2dcc;border-color:#6e6e6e80;transform:translate(4px)}.code-text{font-size:1.5rem;font-weight:700;color:#fff;font-family:SF Mono,Monaco,Menlo,Consolas,Liberation Mono,Roboto Mono,Courier New,monospace;width:100%;text-align:center;word-break:break-all;overflow-wrap:break-word;letter-spacing:.02em;line-height:1.4}.code-actions{display:flex;gap:.75rem;align-items:center;justify-content:center;width:100%}.action-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.5rem 1rem;background:#2d2d2d99;border:2px solid rgba(110,110,110,.4);border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:70px;gap:.5rem}.action-btn:hover{background:#373737cc;border-color:#6e6e6e99;transform:translateY(-2px);box-shadow:0 4px 12px #0006}.action-btn:active{transform:translateY(0)}.like-btn:hover{background:#4caf5033;border-color:#4caf50}.dislike-btn:hover{background:#f4433633;border-color:#f44336}.favorite-btn{background:#2d2d2d99;border-color:#6e6e6e66}.favorite-btn:hover{background:#373737cc;border-color:#6e6e6e99}.favorite-btn.active{background:#3c3c3ccc;border-color:#ce9178;box-shadow:0 0 12px #ce91784d}.favorite-btn.active:hover{background:#464646e6;border-color:#ce9178;box-shadow:0 0 16px #ce917866}.favorite-btn .action-icon{font-size:1rem;color:#858585;transition:color .3s ease,transform .2s ease}.favorite-btn.active .action-icon{color:#ce9178;transform:scale(1.1)}.like-btn .action-icon{color:#89d185}.dislike-btn .action-icon{color:#f48771}.action-count{font-size:.875rem;font-weight:600;color:#858585;line-height:1;min-width:1.5rem;text-align:center}.action-btn:hover .action-count{color:#e0e0e0}.action-icon{font-size:1rem;line-height:1;font-weight:700;display:inline-block;transition:transform .2s ease}.action-btn:hover .action-icon{transform:scale(1.1)}.action-btn:active .action-icon{transform:scale(.95)}.loading,.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;font-size:1.25rem;color:#b0b0b0;gap:1rem}.retry-info{margin-top:1rem;text-align:center;font-size:1rem;color:#ff8c42}.retry-info div{margin:.5rem 0}.error-message{color:#d4d4d4;padding:2rem;background:#252526e6;border:2px solid rgba(110,110,110,.4);border-left:6px solid #ce9178;border-radius:8px;max-width:600px;margin:0 auto;text-align:center;box-shadow:0 4px 12px #0006;font-weight:500;line-height:1.6;animation:errorPulse 2s ease-in-out infinite}@keyframes errorShine{0%{left:-100%}50%,to{left:100%}}.code-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.code-modal-content{position:relative;width:90%;max-width:800px;padding:3rem;background:#1e1e1e;border:2px solid rgba(110,110,110,.4);border-radius:16px;box-shadow:0 8px 32px #00000080;animation:slideUp .3s ease-out}.code-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#2d2d2d99;border:2px solid rgba(110,110,110,.4);border-radius:50%;color:#d4d4d4;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.code-modal-close:hover{background:#373737cc;border-color:#6e6e6e99;transform:rotate(90deg)}.code-modal-text{font-size:clamp(2rem,8vw,4rem);font-weight:700;color:#d4d4d4;font-family:SF Mono,Monaco,Menlo,Consolas,Liberation Mono,Roboto Mono,Courier New,monospace;text-align:center;word-break:break-all;line-height:1.2;text-shadow:0 0 20px rgba(0,0,0,.5)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.codes-manager-content{padding:1rem}.codes-info-note{font-size:.7rem;padding:.625rem .875rem;margin-top:1.5rem}.code-item{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 1rem}.code-text{font-size:1.25rem;font-weight:700;width:100%;text-align:center;word-break:break-all;overflow-wrap:break-word;letter-spacing:.02em;line-height:1.4}.code-actions{justify-content:center;width:100%}.action-btn{flex-direction:row;min-width:60px;padding:.4rem .75rem;gap:.3rem}.action-count{font-size:.75rem;margin-right:0}.action-icon{font-size:1rem}}@media (max-width: 330px){.codes-manager-content{padding:.5rem}.code-item{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem;margin:0;width:100%;max-width:100%;box-sizing:border-box}.code-text{width:100%;text-align:center;white-space:normal;word-break:break-all;font-size:1.125rem;font-weight:700;letter-spacing:.02em;line-height:1.4;box-sizing:border-box}.code-actions{width:100%;justify-content:center;box-sizing:border-box}.action-btn{min-width:auto;flex:1;box-sizing:border-box}.premium-status,.address-header h1,.section-title{padding:.5rem .75rem;box-sizing:border-box}.limit-status{padding:.5rem;box-sizing:border-box}}@media (max-width: 320px){.codes-manager-content{padding:.25rem}.code-item,.premium-status,.address-header h1,.section-title,.limit-status{padding:.5rem}.codes-info-note{font-size:.65rem;padding:.5rem;margin-top:1rem}}@media (max-width: 250px){.codes-manager-content{padding:.125rem}.code-item{padding:.375rem}.premium-status,.address-header h1,.section-title{padding:.375rem;font-size:clamp(.75rem,4vw,.875rem)}.limit-status{padding:.375rem;flex-wrap:wrap;gap:.25rem}.limit-item{flex:1 1 auto;min-width:0}.code-text{font-size:1rem}.action-btn{padding:.375rem .5rem;font-size:.75rem}.codes-info-note{font-size:.6rem;padding:.375rem;margin-top:.75rem;line-height:1.4}}.favorites-container{width:100%;max-width:100vw;height:100vh;min-height:100vh;margin:0;padding:0;box-sizing:border-box;background:#1e1e1e;color:#d4d4d4;overflow-x:hidden}.favorites-content{width:100%;max-width:100%;height:100%;padding:clamp(1rem,2vw,2rem);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.favorites-content h1{color:#d4d4d4;font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;text-align:center;font-weight:700}.user-id-display{color:#858585;font-size:clamp(.875rem,1.8vw,1rem);font-weight:500;text-align:center;margin-bottom:2rem;padding:.5rem 1rem;background:#25252699;border-radius:8px;border:1px solid rgba(110,110,110,.3);display:inline-block;width:auto;margin-left:auto;margin-right:auto;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.user-id-display:hover{background:#2d2d2dcc;border-color:#6e6e6e80;transform:scale(1.05)}.user-id-display:active{transform:scale(.98)}.favorites-list{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.favorites-address-section{background:#25252699;border:1px solid rgba(110,110,110,.3);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000004d}.favorites-address{color:#d4d4d4;font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:1rem;font-weight:600;border-bottom:2px solid rgba(110,110,110,.3);padding-bottom:.5rem}.favorites-codes-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.favorites-code-item{background:#2d2d2d99;border:1px solid rgba(110,110,110,.3);border-radius:8px;padding:1rem;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;gap:1rem}.favorites-code-item:hover{background:#373737cc;border-color:#6e6e6e80;transform:translate(5px)}.favorites-code-text{color:#d4d4d4;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:600;letter-spacing:.05em;flex:1;font-family:SF Mono,Monaco,Menlo,Consolas,Liberation Mono,Roboto Mono,Courier New,monospace}.favorites-delete-btn{background:#2d2d2d99;border:1px solid rgba(110,110,110,.4);border-radius:50%;width:32px;height:32px;min-width:32px;color:#858585;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;line-height:1}.favorites-delete-btn:hover{background:#373737cc;border-color:#6e6e6e99;color:#d4d4d4;transform:scale(1.1)}.favorites-delete-btn:active{transform:scale(.95)}.loading{text-align:center;color:#d4d4d4;font-size:1.5rem;margin-top:3rem}.error-message{text-align:center;color:#ce9178;font-size:1.25rem;margin-top:3rem;padding:1rem;background:#252526cc;border:1px solid rgba(110,110,110,.3);border-radius:8px}.error-message-wrapper{margin-top:2rem;display:flex;justify-content:center;align-items:center;width:100%}.error-message-bottom{padding:1rem 1.5rem;background:#252526e6;border:2px solid rgba(110,110,110,.4);border-radius:8px;color:#d4d4d4;font-size:clamp(1rem,2vw,1.125rem);font-weight:500;line-height:1.6;text-align:center;box-shadow:0 4px 12px #0006;position:relative;overflow:hidden;animation:errorPulse 2s ease-in-out infinite;display:inline-flex;flex-direction:column;align-items:center;gap:.75rem;max-width:100%;word-wrap:break-word}.error-icon{font-size:2rem;line-height:1;animation:errorIconPulse 1.5s ease-in-out infinite}.error-code{font-size:clamp(3rem,8vw,5rem);font-weight:900;color:#ce9178;line-height:1;text-shadow:0 0 20px rgba(206,145,120,.3)}.error-english{font-size:clamp(1rem,2vw,1.25rem);font-weight:600;color:#d4d4d4;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}.error-russian{font-size:clamp(1rem,2vw,1.125rem);font-weight:500;color:#d4d4d4;margin-top:.75rem;line-height:1.4}.error-comment{font-size:clamp(.875rem,1.5vw,1rem);font-weight:400;color:#858585;margin-top:.5rem;font-style:italic;line-height:1.4;opacity:.9}@keyframes errorIconPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.error-message-bottom:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(110,110,110,.1),transparent);animation:errorShine 3s ease-in-out infinite}@keyframes errorPulse{0%,to{box-shadow:0 4px 12px #0006;border-color:#6e6e6e66}50%{box-shadow:0 6px 20px #00000080;border-color:#6e6e6e99}}@keyframes errorShine{0%{left:-100%}50%{left:100%}to{left:-100%}}@media (max-width: 768px){.favorites-content,.favorites-address-section{padding:1rem}.favorites-code-item{padding:.75rem}}.faq-container{width:100%;max-width:100vw;height:100vh;min-height:100vh;margin:0;padding:0;box-sizing:border-box;background:#1e1e1e;color:#d4d4d4;overflow-x:hidden;overflow-y:auto}.faq-content{width:100%;max-width:100%;margin:0 auto;padding:clamp(.75rem,1.5vw,1.5rem);box-sizing:border-box;overflow-x:hidden}.faq-title{color:#d4d4d4;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:1.5rem;padding:0 1rem .75rem;border-bottom:2px solid rgba(110,110,110,.3);box-sizing:border-box;width:100%}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.faq-item{background:#25252699;border:1px solid rgba(110,110,110,.3);border-radius:8px;overflow:hidden;transition:all .3s ease;box-sizing:border-box;width:100%;max-width:100%}.faq-item:hover{background:#2d2d2dcc;border-color:#6e6e6e80}.faq-item.open{border-color:#6e6e6e99;box-shadow:0 4px 12px #0006}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease;box-sizing:border-box;width:100%}.faq-question:hover{background:#2d2d2d99}.faq-question-text{flex:1;font-size:clamp(1rem,2vw,1.125rem);font-weight:600;color:#d4d4d4;line-height:1.5;padding-right:1rem;min-width:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;overflow:visible}.faq-icon{font-size:1.5rem;font-weight:700;color:#569cd6;min-width:30px;text-align:center;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{padding:.75rem 1rem 1rem;animation:slideDown .3s ease-out;border-top:1px solid rgba(110,110,110,.2);margin-top:.5rem;box-sizing:border-box;width:100%}.faq-answer p{margin:0;font-size:clamp(.875rem,1.8vw,1rem);color:#858585;line-height:1.6}.faq-footer{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(110,110,110,.3)}.faq-back-btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;background:#2d2d2dcc;color:#d4d4d4;border:2px solid rgba(110,110,110,.4);border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;font-family:inherit;text-decoration:none;text-align:center}.faq-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006;background:#373737e6;border-color:#6e6e6e99;color:#d4d4d4}.faq-back-btn:active{transform:translateY(0)}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}@media (max-width: 768px){.faq-content{padding:.5rem}.faq-title{font-size:clamp(1.25rem,5vw,2rem);margin-bottom:1rem;padding:0 .75rem .625rem}.faq-question{padding:.625rem .75rem}.faq-question-text{font-size:clamp(.9rem,3vw,1rem);padding-right:.5rem}.faq-answer{padding:.625rem .75rem .75rem}.faq-answer p{font-size:clamp(.8rem,2.5vw,.9rem)}.faq-back-btn{width:100%;max-width:300px}}@media (max-width: 330px){.faq-content{padding:.375rem}.faq-title{font-size:clamp(1.125rem,6vw,1.5rem);margin-bottom:.75rem;padding:0 .5rem .5rem}.faq-list{gap:.625rem}.faq-question{padding:.5rem .625rem}.faq-question-text{font-size:.875rem;padding-right:.375rem}.faq-icon{min-width:24px;font-size:1.25rem}.faq-answer{padding:.5rem .625rem .625rem}.faq-answer p{font-size:.8rem}}@media (max-width: 250px){.faq-content{padding:.25rem}.faq-title{font-size:clamp(1rem,7vw,1.25rem);padding:0 .375rem .375rem;margin-bottom:.5rem}.faq-question{padding:.375rem .5rem}.faq-question-text{font-size:.8rem;padding-right:.25rem}.faq-icon{min-width:20px;font-size:1.125rem}.faq-answer{padding:.375rem .5rem .5rem}.faq-answer p{font-size:.75rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#d4d4d4;background-color:#1e1e1e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;width:100%;height:100%;min-height:100vh;overflow-x:hidden;max-width:100vw;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}#root{width:100%;height:100%;min-height:100vh;max-width:100vw;overflow-x:hidden;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
