@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap";:root{--bg-main: #03120f;--bg-card: #02231d;--accent: #00c48c;--accent-light: #26e6a4;--gold: #f2c94c;--text-main: #e5fbf4;--text-muted: #a0b9b2;--text-heading: #f6e6c8;--border-soft: rgba(0, 196, 140, .25)}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:radial-gradient(circle at top,#084c41,#020908);color:var(--text-main)}.app-root{min-height:100vh;display:flex;flex-direction:column}.tabbar{position:fixed;bottom:0;left:0;right:0;display:flex;border-top:1px solid var(--border-soft);background:#010a08f2}.tabbar button{flex:1;padding:10px 0;background:transparent;color:var(--text-muted);border:none;font-size:13px}.card{background:linear-gradient(135deg,#02231d,#05372c);border-radius:18px;padding:16px;border:1px solid var(--border-soft);box-shadow:0 12px 30px #00000080}input,select,button{width:100%;box-sizing:border-box;margin-top:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--border-soft);background:#010c0ae6;color:var(--text-main);font-size:14px}button:not(.primary-button){background:linear-gradient(135deg,var(--accent),var(--accent-light));border:none;font-weight:600}button:not(.primary-button):active{transform:translateY(1px)}.app-header{display:flex;justify-content:space-between;align-items:center;padding:16px 16px 8px;position:relative}.app-title{font-size:18px;font-weight:600;font-family:Playfair Display,Inter,serif;color:var(--text-heading);margin:0;flex:1;letter-spacing:.03em}.app-user-pill{background:linear-gradient(135deg,#2ee98a,#1ecf73);color:#03120f;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #2ee98a4d}.btn-primary{background:linear-gradient(135deg,#2ee98a,#1ecf73)!important;color:#03120f!important;border:none!important;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.tabbar button{background:transparent;color:var(--text-muted);border:none;font-size:13px;transition:color .2s}.tabbar button.active{color:var(--gold);border-top:2px solid var(--gold)}.auth-toggle{display:flex;gap:8px;margin-bottom:16px}.auth-toggle button{flex:1;padding:10px 12px;border-radius:999px;border:1px solid var(--border-soft);background:#010c0ae6;color:var(--text-muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.auth-toggle button.active{background:linear-gradient(135deg,#2ee98a,#1ecf73);color:#03120f;border-color:transparent;font-weight:600}.error-message{display:flex;align-items:center;gap:8px;margin-top:12px;margin-bottom:12px;padding:12px;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:12px;color:#ff6b7a;font-size:14px;line-height:1.4}.error-icon{font-size:16px;flex-shrink:0}.text-button{background:transparent!important;border:none!important;color:var(--accent-light)!important;text-decoration:underline;cursor:pointer;font-size:13px!important;padding:0!important;margin:0!important;width:auto!important;text-align:left;font-weight:400}.text-button:hover{color:var(--accent)!important}h2,h3{font-family:Playfair Display,Inter,serif;color:var(--text-heading);letter-spacing:.03em}.page-title,.section-title{font-family:Playfair Display,Inter,serif;letter-spacing:.03em;color:var(--text-heading)}.interpretation-container{margin-top:16px;font-size:14px;line-height:1.6;color:var(--text-main)}.interpretation-paragraph{margin:0 0 12px;white-space:pre-wrap}.interpretation-title{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text-heading);font-family:Playfair Display,Inter,serif}.pythagoras-square{display:grid;grid-template-columns:repeat(3,3.5rem);grid-auto-rows:3.5rem;border:1px solid var(--gold);border-radius:0;background:transparent;overflow:hidden;margin:16px auto}.pythagoras-square__cell{display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-right:1px solid var(--gold);border-bottom:1px solid var(--gold);font-size:1rem;font-weight:600;color:var(--text-main);background:transparent}.pythagoras-square__cell:nth-child(3n){border-right:none}.pythagoras-square__cell:nth-last-child(-n+3){border-bottom:none}.primary-button{width:100%;padding:12px 16px;border-radius:999px;border:1px solid var(--gold);background:linear-gradient(135deg,#06352b,#01130f);color:var(--text-main);font-size:14px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 0 14px #f2c94c40;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,background .2s ease;box-sizing:border-box;margin-top:8px}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 18px #f2c94c59}.primary-button:active:not(:disabled){transform:translateY(0);box-shadow:0 0 10px #f2c94c33}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;overflow-y:auto}.modal-card{background:linear-gradient(135deg,#02231d,#05372c);border-radius:18px;padding:24px;border:1px solid var(--gold);box-shadow:0 12px 30px #000c,0 0 20px #f2c94c4d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border-soft)}.modal-header h2{margin:0;font-size:20px;color:var(--text-heading)}.modal-close{background:transparent;border:none;color:var(--text-main);font-size:32px;line-height:1;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}.modal-close:hover{background:#f2c94c33;color:var(--gold)}.tariff-list{display:flex;flex-direction:column;gap:16px}.tariff-card{background:#010c0a99;border:1px solid var(--border-soft);border-radius:12px;padding:16px;transition:border-color .2s,box-shadow .2s}.tariff-card:hover{border-color:var(--gold);box-shadow:0 0 10px #f2c94c33}.tariff-card h3{margin:0 0 8px;font-size:18px;color:var(--text-heading);font-family:Playfair Display,Inter,serif}.tariff-card p{margin:0 0 12px;font-size:14px;color:var(--text-muted);line-height:1.5}.tariff-card .primary-button{width:100%;margin-top:0}.profile-tariff{padding:12px;background:#010c0a66;border-radius:8px;border:1px solid var(--border-soft)}.profile-tariff__label{color:var(--text-main)}.profile-tariff__value{color:var(--gold);font-weight:600}.matrix-digit-interpretations{margin-top:24px}.matrix-digit-interpretations__list{display:flex;flex-direction:column;gap:12px}.matrix-digit-interpretations__item{padding:12px 14px;border-radius:12px;border:1px solid var(--border-soft);background:#010c0a66;transition:border-color .2s,box-shadow .2s}.matrix-digit-interpretations__item:hover{border-color:var(--gold);box-shadow:0 0 10px #f2c94c1a}.matrix-digit-interpretations__digit{font-size:14px;font-weight:600;color:var(--gold);margin-bottom:6px;font-family:Playfair Display,Inter,serif}.matrix-digit-interpretations__text{font-size:13px;line-height:1.6;color:var(--text-main)}
