/*
Theme Name: Anonym File
Theme URI: https://example.com/
Description: WordPress reconstruction of the archived Anonym File interface.
Version: 1.0.0
Author: Custom Restoration
Requires at least: 6.0
*/
:root{--orange:#ff6a00;--dark:#243746;--muted:#777;--line:#eee;--bg:#fff}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:#333;background:var(--bg);line-height:1.6}
a{color:var(--orange);text-decoration:none}a:hover{text-decoration:underline}
.site{min-height:100vh;display:flex;flex-direction:column}
.site-main{width:min(100%,960px);margin:0 auto;padding:34px 20px 60px;flex:1}
.site-header{text-align:center;padding:28px 20px 10px}
.brand{font-size:30px;font-weight:700;color:#68727b;letter-spacing:.5px}
.tagline{font-size:18px;color:#444;margin-top:4px}
.hero{text-align:center;margin:26px auto 18px}
.hero h1{font-size:34px;margin:0 0 10px;color:#263746}
.hero p{margin:0;color:#666}
.upload-card{max-width:720px;margin:28px auto;padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.05)}
.file-row{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap}
.file-input{padding:10px;border:1px solid #ddd;border-radius:4px;max-width:100%}
.btn{display:inline-block;border:0;border-radius:4px;background:var(--orange);color:#fff;padding:11px 20px;cursor:pointer;font-size:15px}
.btn:hover{opacity:.92;text-decoration:none}.note{text-align:center;color:#777;font-size:14px;margin-top:14px}
.warning{text-align:center;color:#8a4b00;font-size:13px;margin-top:6px}
.page-title{text-align:center;color:#263746;font-size:30px;margin:0 0 25px}
.content{max-width:780px;margin:0 auto}.content h2{color:#263746;margin-top:30px}
.content h4{margin:22px 0 5px;color:#263746}.content ul{padding-left:22px}
.faq-item{border-top:1px solid var(--line);padding:17px 0}.faq-item summary{cursor:pointer;font-weight:700;color:#263746}
.result{margin-top:20px;padding:16px;border:1px solid #ddd;border-radius:6px;background:#fafafa}
.result input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px}
.site-footer{padding:25px 20px;text-align:center;border-top:1px solid var(--line);color:#777;font-size:13px}
.footer-nav{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}
@media(max-width:600px){.hero h1{font-size:28px}.upload-card{padding:20px}.site-main{padding-top:20px}}
