.calculator{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(26,75,95,.08);margin-bottom:30px;max-width:900px;margin-left:auto;margin-right:auto;box-sizing:border-box;border:1px solid #d9e3ee;position:relative;overflow:hidden}.calculator::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(107,158,158,.12),transparent 38%),radial-gradient(circle at bottom left,rgba(26,75,95,.08),transparent 35%);pointer-events:none}.controls-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:12px;justify-content:center;position:relative;z-index:1}.small-btn{padding:9px 14px;border-radius:10px;border:0;cursor:pointer;background:linear-gradient(135deg,#1a4b5f 0%,#2b6a79 100%);color:#fff;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 8px 18px rgba(26,75,95,.14)}.small-btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(26,75,95,.18);filter:saturate(1.03)}.outline-btn{background:#fff;color:#1a4b5f;border:1px solid #cfdbe7;padding:9px 14px;border-radius:10px;cursor:pointer;font-weight:700;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.03)}.outline-btn:hover{background:#f2f6fc;border-color:#1a4b5f;transform:translateY(-1px)}.tabs{display:flex;gap:8px;margin-bottom:14px;background:#f2f6fc;padding:8px;border-radius:14px;width:max-content;max-width:100%;flex-wrap:wrap;border:1px solid #d9e3ee;position:relative;z-index:1}.tab-btn{padding:9px 14px;border-radius:10px;border:0;background:transparent;cursor:pointer;font-weight:700;color:#2e546a;transition:all .2s ease}.tab-btn:hover{background:#fff}.tab-btn.active{background:linear-gradient(135deg,#1a4b5f 0%,#2b6a79 100%);color:#fff;box-shadow:0 6px 16px rgba(26,75,95,.14)}.persons-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:14px;min-height:180px;position:relative;z-index:1}.person-card{background:linear-gradient(180deg,#fffdf7 0%,#fffaf0 100%);border-radius:14px;padding:14px;border:1px solid #ecdca8;display:flex;gap:10px;align-items:flex-start;box-shadow:0 6px 16px rgba(0,0,0,.04)}.person-left{width:46px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px}.person-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1a4b5f 0%,#2b6a79 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 8px 18px rgba(26,75,95,.14)}.person-body{flex:1;min-width:0}.person-title{font-weight:700;color:#1a4b5f;margin-bottom:6px;text-align:right}.person-controls{display:flex;gap:8px;justify-content:flex-end;margin-bottom:8px;flex-wrap:wrap}.person-name-input{width:100%;padding:9px 10px;border-radius:10px;border:1px solid #d9e3ee;font-size:.95rem;text-align:right;background:#fff;margin-bottom:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.person-name-input:focus{border-color:#1a4b5f;box-shadow:0 0 0 4px rgba(26,75,95,.08)}.date-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.date-input-wrapper{position:relative;min-width:90px;flex:1}.date-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d0ddee;text-align:center;cursor:pointer;background:#fff;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.date-input:focus{border-color:#1a4b5f;box-shadow:0 0 0 4px rgba(26,75,95,.08)}.date-list{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #1a4b5f;border-radius:10px;max-height:220px;overflow:auto;display:none;box-shadow:0 12px 28px rgba(0,0,0,.08);z-index:1200}.date-list.active{display:block}.date-item{padding:9px 10px;text-align:center;border-bottom:1px solid #eef2f6;cursor:pointer}.date-item:last-child{border-bottom:none}.date-item:hover{background:#f2f6fc}.input-hint{color:#5a6c7d;font-size:.85rem;text-align:center;margin-top:8px}.calculate-btn{background:linear-gradient(135deg,#1a4b5f 0%,#2b6a79 100%);color:#fff;border:0;padding:11px 14px;border-radius:10px;cursor:pointer;font-weight:700;font-size:1rem;display:inline-flex;gap:8px;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 8px 18px rgba(26,75,95,.14)}.calculate-btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(26,75,95,.18);filter:saturate(1.03)}.results-container{margin-top:18px;display:none;position:relative;z-index:1}.results-container.show{display:block}.results-title{color:#1a4b5f;font-size:1.05rem;margin-bottom:12px;text-align:center;font-weight:800}.difference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:12px}.difference-card{background:#fff;padding:12px;border-radius:12px;border:1px solid #d9e3ee;text-align:center;box-shadow:0 6px 16px rgba(0,0,0,.04)}.difference-number{font-size:1.45rem;font-weight:800;color:#1a3f5c;display:block;margin-bottom:6px}.difference-label{color:#5a6c7d;font-size:.92rem}.comparison-results{background:#fff;padding:12px;border-radius:12px;border:1px solid #d9e3ee;margin-bottom:12px;box-shadow:0 6px 16px rgba(0,0,0,.04)}.comparison-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eef2f6;align-items:center;gap:10px}.comparison-item:last-child{border-bottom:none}.comparison-label{color:#1a3f5c;font-weight:700}.comparison-value{color:#1a4b5f;font-weight:700}.highlight{background:#fefcf5;padding:12px;border-radius:12px;border-right:4px solid #6b9e9e;margin-top:10px;display:none}.age-visualization{padding:12px;background:#fff;border-radius:12px;border:1px solid #d9e3ee;margin-bottom:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.04)}.age-visualization h4{color:#1a4b5f;margin:0 0 10px 0;text-align:center;font-size:1rem}.age-bars{display:flex;align-items:flex-end;gap:16px;justify-content:center;height:220px;padding:8px;overflow-x:auto}.age-bar{display:flex;flex-direction:column;align-items:center;width:120px;min-width:90px}.bar-container{height:180px;width:46px;display:flex;align-items:flex-end;justify-content:center;background:#f6f9fc;border-radius:10px;padding:6px;box-sizing:border-box;border:1px solid #d9e3ee}.bar{width:100%;border-radius:8px 8px 0 0;transition:height .6s ease;min-height:6px;display:block;background:linear-gradient(180deg,#6b9e9e 0%,#4f7f8a 100%)}.bar-label{margin-top:8px;font-weight:700;color:#1a3f5c;text-align:center;max-width:90px;word-break:break-word}.bar-age{font-size:.9rem;color:#2e546a;margin-top:4px;text-align:center}.persons-table{width:100%;border-collapse:collapse;margin-top:8px;background:#fff;border-radius:12px;overflow:hidden}.persons-table th,.persons-table td{padding:8px 6px;border-bottom:1px solid #eef2f6;text-align:right;font-size:.95rem}.persons-table th{color:#2e546a;font-weight:800;background:#f6f9fc}.pairwise-table{width:100%;border-collapse:collapse;margin-top:12px;background:#fff;border-radius:12px;overflow:hidden}.pairwise-table th,.pairwise-table td{padding:8px 6px;border:1px solid #eef2f6;text-align:right;font-size:.95rem}.pairwise-table th{background:#f6f9fc;font-weight:800;color:#1a3f5c}.calc-actions{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:8px}.action-buttons{display:flex;gap:8px}.calculate-wrap{}@media(min-width:1000px){.calc-actions{justify-content:center}.calc-actions .calculate-wrap{order:2}.calc-actions .action-buttons{order:1}}@media(max-width:999px){.calc-actions{flex-direction:column;align-items:stretch}.action-buttons{display:flex;gap:8px;justify-content:center;margin-bottom:8px}.action-buttons .small-btn,.action-buttons .outline-btn{width:48%}.calculate-btn{width:100%}}@media(max-width:768px){.persons-list{grid-template-columns:repeat(2,1fr);gap:10px}.person-card{padding:10px}.person-icon{width:38px;height:38px;font-size:.95rem}.date-input-wrapper{min-width:0}.date-input{font-size:.9rem;padding:8px}.age-bars{height:150px;gap:8px;justify-content:flex-start}.age-bar{width:85px;min-width:75px}.bar{width:36px}.bar-label{font-size:.9rem;max-width:75px}.difference-grid{grid-template-columns:repeat(2,1fr);gap:8px}.difference-card{padding:10px}.difference-number{font-size:1.2rem}}@media(max-width:480px){.calculator{padding:16px;border-radius:18px}.persons-list{grid-template-columns:1fr}.person-card{flex-direction:row;gap:8px;padding:10px}.person-left{width:40px}.person-icon{width:36px;height:36px}.age-bars{height:130px;gap:6px;justify-content:flex-start;padding:8px 4px}.age-bar{width:75px;min-width:70px}.bar{width:28px}.bar-label{font-size:.85rem;max-width:70px}.bar-age{font-size:.8rem}.calculate-btn{width:100%;justify-content:center}.action-buttons .small-btn,.action-buttons .outline-btn{width:100%}.difference-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.date-input-wrapper{min-width:0}.date-input{font-size:.9rem;padding:8px}}@media(max-width:480px){.difference-grid{grid-template-columns:repeat(2,1fr);gap:8px}.difference-card{padding:8px}.difference-number{font-size:1.2rem}}