.Application_container__7wmDU{min-height:calc(100vh - 80px);padding:2rem;display:flex;flex-direction:column;align-items:center;color:var(--color-text-primary)}.Application_header__Jfsgt{text-align:center;margin-bottom:2rem}.Application_header__Jfsgt h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.Application_header__Jfsgt p{color:var(--color-text-secondary)}.Application_toolInterface__Sb6Qa{width:100%;max-width:1000px;background:hsla(0,0%,100%,.03);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:1.5rem;padding:2rem;display:flex;gap:2rem}@media(max-width:800px){.Application_toolInterface__Sb6Qa{flex-direction:column}}.Application_inputSection__HjhpW{flex:1;display:flex;flex-direction:column;gap:1.5rem}.Application_controlGroup__jXtcO{display:flex;flex-direction:column;gap:.5rem}.Application_controlGroup__jXtcO label{font-weight:600;color:var(--color-text-secondary);font-size:.9rem}.Application_input__Q12Np,.Application_textarea__Od7nM{width:100%;padding:.75rem 1rem;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);border-radius:.5rem;color:#fff;font-size:1rem}.Application_input__Q12Np:focus,.Application_textarea__Od7nM:focus{outline:none;border-color:var(--color-accent-500)}.Application_textarea__Od7nM{min-height:100px;resize:vertical}.Application_outputSection__6UbMk{flex:1;display:flex;flex-direction:column;gap:1rem;background:rgba(0,0,0,.3);padding:1.5rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.05)}.Application_outputHeader__n_4Br{display:flex;justify-content:space-between;align-items:center}.Application_outputHeader__n_4Br h3{font-size:1.1rem;font-weight:600;color:#fff}.Application_codeBlock__obbu2{background:rgba(0,0,0,.4);padding:1rem;border-radius:.5rem;font-family:monospace;color:#a5b4fc;font-size:.9rem;white-space:pre-wrap;overflow-x:auto;border:1px solid hsla(0,0%,100%,.1);flex-grow:1}.Application_copyBtn__fg3hL{padding:.5rem 1rem;border-radius:.5rem;background:var(--color-accent-500);color:#fff;border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.Application_copyBtn__fg3hL:hover{background:var(--color-accent-600)}.Application_copyBtn__fg3hL.Application_copied__G6fYD{background:#22c55e}