*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#171717;--foreground:#fff}}body{background-color:var(--background);min-height:100vh;color:var(--foreground)}.content{grid-template-rows:1fr auto;gap:1rem;min-height:100vh;display:grid}.container{width:95%;max-width:1100px;margin:0 auto}main{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}main header{text-align:center;flex-direction:column;gap:.5rem;width:100%;display:flex}main header h1{font-size:3rem}main header p{align-self:center;width:80%;font-size:1.25rem}.result{border:1px solid var(--foreground);background-color:#ff44001e;border-radius:4px;justify-content:space-between;align-items:center;width:80%;padding:.5rem 1rem;display:flex}#copy{color:#fff;cursor:pointer;background-color:#ff4500;border:0;border-radius:.25rem;padding:.625rem .5rem;font-size:1rem;transition:all .25s}#copy:hover{background-color:#8b0000;transition:all .25s}#copy:disabled{cursor:default;background-color:#ff440063}form{flex-direction:column;gap:12px;width:80%;display:flex}form div{gap:8px;display:flex}#path-input{flex-direction:column;gap:4px}#path-input label{padding:4px 8px;font-weight:600}form input{width:100%;width:2fr;background-color:var(--background);border:2px solid var(--foreground);color:var(--foreground);border-radius:6px;padding:16px}form input::placeholder{color:gray}form button{color:#fff;cursor:pointer;background-color:#ff4500;border:none;border-radius:6px;padding:1rem;font-size:1.125rem;transition:all .25s}form button:hover{background-color:#8b0000;transition:all .25s}form button:disabled{cursor:default;background-color:#ff440063}footer{text-align:center;width:100%;padding:3rem 0;display:flex}footer p{align-self:center;width:80%;margin:0 auto}#url,#path{font-size:1.125rem}#url-none{color:#666;font-size:1.125rem}#url-result{color:#00008b;font-size:1.125rem}@media (prefers-color-scheme:dark){#url-result{color:#add8e6;font-size:1.125rem}}#not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.error{text-align:center;width:80%}#error{color:red;font-size:1.125rem}@media (prefers-color-scheme:dark){#error{color:#ff2626}}@media (max-width:739px){form{flex-direction:column;width:90%}.result{background-color:var(--background);border:none;flex-direction:column;justify-content:space-between;align-items:center;gap:8px;width:90%;padding:0;display:flex}.result a,.result p{border:1px solid var(--foreground);background-color:#ff44001e;border-radius:4px;width:100%;padding:16px}#copy{border-radius:6px;width:100%;padding:16px;font-size:1.125rem}.desktop{display:none}}@media (min-width:740px){.mobile{display:none}}
