@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500&family=IBM+Plex+Mono:wght@300;400&display=swap);:root{--paper:#faf8f4;--paper-2:#f2efe8;--ink:#1c1a16;--ink-soft:#524e46;--dark:#131210;--dark-2:#1c1a17;--brass:#b08d57;--brass-light:#cfb285;--line:#1c1a1624;--line-dark:#faf8f424;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",-apple-system,sans-serif;--mono:"IBM Plex Mono",monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf8f4;background-color:var(--paper);color:#1c1a16;color:var(--ink);font-family:Inter,-apple-system,sans-serif;font-family:var(--sans);font-weight:300;line-height:1.6;margin:0}code{font-family:IBM Plex Mono,monospace;font-family:var(--mono)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-family:var(--serif);font-weight:500;margin:0}.App{background-color:#f4f4f4;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;text-align:center}.App-header{background-color:#282c34;color:#fff;padding:20px}.tab-navigation{margin-top:20px}.tab-navigation button{background-color:#4a4a4a;border:none;border-radius:4px 4px 0 0;color:#fff;cursor:pointer;font-weight:700;margin:0 5px;padding:12px 24px}.tab-navigation button:hover{background-color:#666}.tab-navigation button.active{background-color:#007bff}.tab-content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:20px auto;max-width:1200px;min-height:500px;padding:30px;width:90%}:root{--blue:#0056b3;--light-bg:#f8f9fa;--card-bg:#fff;--text:#333;--border:#dee2e6;--red:#dc3545;--green:#28a745;--gold:#f39c12}.nav-link{background:#f1f3f5;border:1px solid #dee2e6;border:1px solid var(--border);border-radius:6px;color:#333;color:var(--text);cursor:pointer;font-size:12px;font-weight:600;padding:10px 15px}.nav-link.active{background:#0056b3;background:var(--blue);border-color:#0056b3;border-color:var(--blue);color:#fff}