@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--paper:#f4f7f5;--surface:#fff;--ink:#16261f;--ink-muted:#5b6b62;--pine:#1f5d4e;--pine-dark:#143f35;--clay:#c1666b;--success:#2f8f5b;--warning:#c98a2e;--danger:#b5484f;--border:#dce5e0;--font-display:"Fraunces", serif;--font-body:"Work Sans", sans-serif;--font-mono:"IBM Plex Mono", monospace;--radius:12px;--radius-sm:8px;--radius-pill:999px;--shadow:0 1px 2px #16261f0f, 0 8px 24px -12px #16261f2e}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}h1,h2,h3{font-family:var(--font-display);color:var(--ink);margin:0 0 .5em;font-weight:600;line-height:1.2}h1{font-size:clamp(1.9rem,4vw,2.75rem)}h2{margin-top:2rem;font-size:1.4rem}p{color:var(--ink-muted)}a{color:var(--pine)}.container{max-width:880px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.hero{background:var(--pine-dark);color:var(--paper);text-align:center;padding:4rem 1.5rem 3rem}.hero h1{color:#fff}.hero p{color:#f4f7f5bf;font-size:1.05rem}.pulse-divider{width:140px;height:24px;color:var(--clay);margin:1.5rem auto 0;display:block}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;padding:1.5rem}.card-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.card-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:.6rem 1rem;padding:1rem 1.25rem;display:flex}.pill{border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;font-family:var(--font-body);padding:.25em .85em;display:inline-block}.pill-bekliyor{color:#8a5a16;background:#fbebd2}.pill-onaylandi{color:var(--success);background:#dcefe4}.pill-tamamlandi{color:#2c5c82;background:#dce7f0}.pill-iptal{color:var(--danger);background:#f6dcdd}form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}form>div{flex-direction:column;gap:.35rem;display:flex}label{color:var(--ink-muted);font-size:.85rem;font-weight:600}input,select,textarea{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--paper);color:var(--ink);padding:.65rem .85rem;font-size:1rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--pine);outline-offset:1px}textarea{resize:vertical;min-height:4.5rem}button{font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:background .15s}button[type=submit]{background:var(--pine);color:#fff;align-self:flex-start}button[type=submit]:hover{background:var(--pine-dark)}button[type=button]{background:var(--surface);color:var(--ink-muted);border:1px solid var(--border);padding:.4rem .8rem;font-size:.85rem}button[type=button]:hover{border-color:var(--clay);color:var(--clay)}.top-bar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.top-bar button{border:1px solid var(--border);color:var(--ink-muted);background:0 0}.error-text{color:var(--danger);font-weight:500}.success-text{color:var(--success);font-weight:500}.tc-mono{font-family:var(--font-mono);color:var(--ink-muted);font-size:.9rem}.hero-nav{justify-content:space-between;align-items:center;max-width:880px;margin:0 auto 2rem;display:flex}.hero-nav .brand{font-family:var(--font-display);color:#fff;letter-spacing:.02em;font-size:1.3rem;font-weight:700}.hero-nav a{color:#fff;border-radius:var(--radius-pill);background:#ffffff1f;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s}.hero-nav a:hover{background:#ffffff38}
