:root{--paper-bg:#f9f6f0;--ink-dark:#2c251c;--ink-light:#5a4a3a;--accent-blue:#5c82a6;--accent-yellow:#f0c05a;--accent-red:#d96c6c;--border-brown:#d4c9bc;--font-header:Playfair Display,serif;--font-accent:Homemade Apple,cursive;--font-body:Lora,serif;--font-sans:Inter,sans-serif;--shadow-soft:0 4px 12px rgba(44,37,28,.08);--shadow-hard:0 8px 24px rgba(44,37,28,.15);--radius-sm:4px;--radius-md:8px;--radius-lg:12px}.search-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9f6f0;padding:2rem}.search-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;opacity:.03;z-index:0;background-image:url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="1" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100" height="100" filter="url(%23noise)"/%3E%3C/svg%3E')}.search-content{position:relative;z-index:10;max-width:600px;width:100%;text-align:center}.search-content h1{font-family:Homemade Apple,cursive;font-size:clamp(2.5rem,6vw,4rem);color:#2c251c;margin-bottom:1rem;transform:rotate(-2deg)}.search-content p{font-family:Lora,serif;color:#5a4a3a;font-size:1.2rem;margin-bottom:3rem}.search-form-container{position:relative;width:100%;margin:0 auto}.search-form{position:relative;display:flex;align-items:center;background:#fff;border-radius:8px;box-shadow:rgba(44,37,28,.15);border-radius:255px 15px 225px 15px/15px 225px 15px 255px;border:2px solid #2c251c;padding:.5rem 1rem;transition:transform .3s ease,box-shadow .3s ease}.search-form:focus-within{transform:translateY(-2px) scale(1.02);box-shadow:12px 12px 0 rgba(44,37,28,.15)}.search-form .search-icon-wrapper{color:#5c82a6;margin-right:1rem}.search-form .search-input{flex:1 1;border:none;outline:none;font-family:Inter,sans-serif;font-size:1.5rem;color:#2c251c;background:transparent;padding:1rem 0}.search-form .search-input::placeholder{color:rgba(44,37,28,.4);font-style:italic}.search-form .btn-submit{background:#f0c05a;border:2px solid #2c251c;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2c251c;transition:all .2s ease}.search-form .btn-submit:hover{background:#5c82a6;color:#fff;transform:scale(1.1) rotate(15deg)}.search-form .btn-submit:active{transform:scale(.95)}@media(max-width:768px){.search-page{padding:1rem}.search-form{padding:.5rem}.search-form .search-input{font-size:1.25rem}}