.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 10px 40px #0000001a;margin-bottom:24px}.landing-card{max-width:500px;margin:100px auto;text-align:center}.landing-card h1{color:#333;margin-bottom:8px;font-size:32px}.landing-card p{color:#666;margin-bottom:32px;font-size:16px}.search-form{display:flex;flex-direction:column;gap:16px}.search-input{padding:16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:monospace;transition:border-color .3s}.search-input:focus{outline:none;border-color:#667eea}.search-btn{padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.search-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.search-btn:active{transform:translateY(0)}.search-screen{min-height:100vh;background-color:#1a535c;display:flex;flex-direction:column}.search-screen-header{padding:24px 32px 0}.search-screen-title{margin:0;font-size:28px;font-weight:700;color:#b0bec5;line-height:1.25;letter-spacing:.02em}.search-screen-title-line{display:block}.search-screen-header-line{height:1px;background-color:#b0bec580;margin-top:16px}.search-screen-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.search-screen-card{background-color:#b0bec5;border-radius:16px;padding:36px 40px;min-width:320px;max-width:420px;width:100%;box-shadow:0 8px 32px #0003}.search-screen-form{display:flex;flex-direction:column;gap:20px}.search-screen-field{display:flex;flex-direction:column;gap:8px}.search-screen-label{font-size:15px;font-weight:600;color:#37474f}.search-screen-input{padding:12px 16px;border:1px solid #455a64;border-radius:8px;font-size:16px;color:#263238;background:#fff;font-family:inherit}.search-screen-input::placeholder{color:#78909c}.search-screen-input:focus{outline:none;border-color:#37474f}.search-screen-btn{align-self:flex-end;padding:12px 32px;background-color:#263238;color:#fff;border:none;border-radius:999px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s}.search-screen-btn:hover:not(:disabled){background-color:#37474f}.search-screen-btn:disabled{opacity:.7;cursor:not-allowed}.search-screen-error{margin-top:16px;padding:12px;background-color:#ffebee;color:#c62828;border-radius:8px;font-size:14px}.home-screen{min-height:100vh;background-color:#1a535c;padding:24px 32px 40px}.home-screen-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.home-screen-title{margin:0;font-size:28px;font-weight:700;color:#81c784;font-style:italic;letter-spacing:.02em}.home-screen-back{padding:8px 16px;background:transparent;color:#b0bec5;border:1px solid rgba(176,190,197,.5);border-radius:6px;font-size:14px;cursor:pointer;transition:color .2s,border-color .2s}.home-screen-back:hover{color:#fff;border-color:#b0bec5}.home-screen-info-panel{background-color:#b0bec5;border:1px solid #455a64;border-radius:8px;padding:20px 24px;margin-bottom:24px}.home-screen-info-line{margin:0 0 8px;font-size:15px;color:#263238;line-height:1.5}.home-screen-info-line:last-child{margin-bottom:0}.home-screen-details-heading{margin:0 0 16px;font-size:20px;font-weight:600;color:#81c784}.home-screen-table{display:flex;flex-direction:column;gap:16px}.home-screen-table-row{display:flex;width:100%;border:3px solid #455a64;border-radius:8px;overflow:hidden}.home-screen-table-cell{flex:1;min-width:0;padding:14px 12px;background-color:#b0bec5;color:#263238;border:none;border-right:3px solid #455a64;font-size:14px;font-weight:500;text-align:center;cursor:pointer;transition:background-color .2s}.home-screen-table-cell:last-child{border-right:none}.home-screen-table-cell:hover{background-color:#cfd8dc}.home-screen-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;color:#b0bec5;font-size:18px}.home-screen-error-panel{max-width:480px}.home-screen-error-message{color:#c62828;margin-bottom:16px;font-size:15px}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:8px;margin-top:16px;border-left:4px solid #c33}.profile-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:32px;border-radius:12px;margin-bottom:32px}.profile-header h2{font-size:28px;margin-bottom:8px}.profile-header-top{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px}.profile-subtitle{font-size:14px;opacity:.9}.mono-id{font-family:monospace}.profile-photo-wrapper{width:96px;height:96px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.7);background:#ffffff26;display:flex;align-items:center;justify-content:center}.profile-photo{width:100%;height:100%;object-fit:cover}.basic-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.info-item{background:#ffffff1a;padding:16px;border-radius:8px}.info-label{font-size:12px;opacity:.8;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:18px;font-weight:600}.action-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.action-btn{padding:24px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;text-align:center;color:#333}.action-btn:hover{border-color:#667eea;background:#f8f9ff;transform:translateY(-2px);box-shadow:0 5px 20px #667eea33}.action-btn-large{padding:32px;font-size:20px}.secondary-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.secondary-btn{padding:20px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;text-align:center;color:#333}.secondary-btn:hover{border-color:#667eea;background:#f8f9ff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:32px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.modal-header h2{color:#333;font-size:24px}.close-btn{background:none;border:none;font-size:32px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-btn:hover{background:#f0f0f0;color:#333}.modal-section,.modal-section .family-member{margin-bottom:12px}.modal-section .family-member:last-child{margin-bottom:0}.modal-section h3{color:#667eea;margin-bottom:12px;font-size:18px}.family-member{background:#f8f9ff;padding:16px;border-radius:8px;margin-bottom:12px;border-left:4px solid #667eea}.family-member-name{font-weight:600;font-size:16px;color:#333;margin-bottom:4px}.family-member-details{font-size:14px;color:#666}.family-member-details span{margin-right:16px}.modal-content-family{max-width:960px}.family-details-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:start}@media (max-width: 768px){.family-details-grid{grid-template-columns:1fr}}.family-column{min-width:0}.family-column-title{color:#667eea;margin-bottom:12px;font-size:18px;padding-bottom:8px;border-bottom:2px solid #e0e0e0}.family-member-card{margin-bottom:0}.family-member-card .family-member-name{margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #e0e0e0}.family-member-details-table{display:flex;flex-direction:column;gap:0}.family-detail-row{display:grid;grid-template-columns:auto 1fr;gap:8px;padding:2px 0;align-items:baseline;font-size:14px}.family-detail-label{color:#666;font-weight:500}.family-detail-value{color:#333;word-break:break-all;font-family:monospace;font-size:13px;min-width:0}.family-column-siblings .family-siblings-list{display:flex;flex-direction:column;gap:16px}.family-column-siblings .family-member-card{margin-bottom:0}.family-empty{padding:24px 16px!important;margin:0!important;font-size:14px}.family-details-popup{background-color:#1a535c;max-width:900px;padding:24px 28px 28px;border-radius:12px;box-shadow:0 20px 60px #0006}.family-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:0;border-bottom:none}.family-popup-title{color:#fff;font-size:22px;font-weight:700;margin:0}.family-popup-close{width:36px;height:36px;background-color:#c62828;color:#fff;border:none;border-radius:4px;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s}.family-popup-close:hover{background-color:#b71c1c}.family-popup-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;align-items:start}@media (max-width: 768px){.family-popup-grid{grid-template-columns:1fr 1fr}}@media (max-width: 500px){.family-popup-grid{grid-template-columns:1fr}}.family-popup-column{min-width:0}.family-popup-column-title{color:#ffc107;font-size:16px;font-weight:700;margin:0 0 10px}.family-popup-box{background-color:#ccc;color:#222;padding:14px 16px;border-radius:6px;font-size:14px}.family-popup-box+.family-popup-box{margin-top:12px}.family-popup-line{margin-bottom:6px;line-height:1.4}.family-popup-line:last-child{margin-bottom:0}.family-popup-label{font-weight:600;color:#333}.family-popup-value{color:#222;margin-left:4px;word-break:break-all;font-family:monospace;font-size:13px}.family-popup-modal{background-color:#1a535c;max-width:720px;padding:24px 28px 28px;border-radius:12px;box-shadow:0 20px 60px #0006}.family-popup-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.family-popup-modal-title{color:#fff;font-size:22px;font-weight:700;margin:0}.family-popup-modal-close{width:36px;height:36px;background-color:#c62828;color:#fff;border:none;border-radius:4px;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s}.family-popup-modal-close:hover{background-color:#b71c1c}.family-popup-modal-name{color:#ffc107;font-size:18px;font-weight:700;margin:0 0 10px}.family-popup-value-box{background-color:#b0bec5;color:#263238;padding:12px 16px;border-radius:8px;font-size:15px;margin-bottom:20px}.family-popup-family-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;align-items:start}@media (max-width: 640px){.family-popup-family-row{grid-template-columns:1fr 1fr}}.family-popup-family-col{min-width:0}.family-popup-col-label{color:#ffc107;font-size:16px;font-weight:700;margin:0 0 8px}.family-popup-dna-box{display:flex;align-items:center;justify-content:space-between;gap:12px}.family-popup-dna-label{color:#455a64;font-size:14px;font-weight:500}.family-popup-dna-btn{padding:8px 16px;background-color:#ffc107;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:background-color .2s}.family-popup-dna-btn:hover:not(:disabled){background-color:#ffb300}.family-popup-dna-btn:disabled{opacity:.6;cursor:not-allowed}.family-popup-loading{color:#b0bec5;text-align:center;padding:32px 16px;font-size:16px}.family-popup-empty{color:#b0bec5;text-align:center;padding:32px 16px;font-size:15px;font-style:italic}.family-popup-list{display:flex;flex-direction:column;gap:14px;max-height:65vh;overflow-y:auto}.family-popup-list-card{background-color:#b0bec5;border-radius:8px;padding:14px 18px;color:#263238}.family-popup-list-card-success{border-left:4px solid #2e7d32}.family-popup-list-card-open{border-left:4px solid #c62828}.family-popup-list-title{color:#ffc107;font-size:16px;font-weight:700;margin:0 0 10px}.family-popup-list-title .family-popup-list-badge{margin-left:10px;font-size:12px;font-weight:600;color:#455a64;background:#00000014;padding:2px 8px;border-radius:4px}.family-popup-list-body{margin-top:8px}.family-popup-detail-row{display:grid;grid-template-columns:auto 1fr;gap:8px;padding:3px 0;font-size:14px;align-items:baseline}.family-popup-detail-label{color:#455a64;font-weight:500}.family-popup-detail-value{color:#263238;word-break:break-all;font-size:13px;min-width:0}.loading{text-align:center;padding:40px;color:#666;font-size:18px}.back-btn{padding:12px 24px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s;color:#333;text-decoration:none;display:inline-block;margin-bottom:20px}.back-btn:hover{border-color:#667eea;background:#f8f9ff}.empty-state{text-align:center;padding:40px;color:#999;font-style:italic}.id-card-modal{max-width:600px}.id-card{width:100%;max-width:540px;margin:0 auto;background:linear-gradient(135deg,#f5f5f5,#fff);border:2px solid #333;border-radius:12px;box-shadow:0 8px 24px #0003;overflow:hidden;position:relative}.id-card-front{aspect-ratio:85.6 / 53.98}.id-card-back{aspect-ratio:85.6 / 53.98;min-height:340px}.id-card-header{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:16px}.id-card-flag{width:40px;height:30px;display:flex;flex-direction:column;border:1px solid #fff;overflow:hidden}.flag-stripe{flex:1;width:100%}.flag-stripe-1{background:#ff6b6b}.flag-stripe-2{background:#fff}.flag-stripe-3{background:#4ecdc4}.id-card-title{flex:1}.id-card-title h1{font-size:14px;font-weight:700;margin:0;letter-spacing:1px}.id-card-title p{font-size:9px;margin:2px 0 0;opacity:.9}.id-card-body{padding:20px;display:flex;gap:20px}.id-card-photo-section{display:flex;flex-direction:column;align-items:center;gap:8px}.id-card-photo-wrapper{width:120px;height:150px;border:3px solid #333;border-radius:4px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.id-card-photo{width:100%;height:100%;object-fit:cover}.id-card-signature{width:120px;text-align:center}.signature-line{width:100%;height:2px;background:#333;margin-bottom:2px}.id-card-details{flex:1;display:flex;flex-direction:column;gap:10px;font-size:13px}.id-card-field{display:flex;flex-direction:column;gap:2px}.field-label{font-weight:600;color:#555;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.field-value{color:#222;font-weight:500;font-size:13px}.field-value.mono{font-family:Courier New,monospace;font-size:11px;letter-spacing:.5px}.field-value.address{font-size:11px;line-height:1.4}.id-card-footer{padding:12px 20px;background:#f8f8f8;border-top:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.id-card-barcode{flex:1}.barcode-lines{display:flex;gap:2px;align-items:center;height:40px;background:#fff;padding:4px 8px;border:1px solid #ccc}.barcode-line{height:100%;background:#000;display:inline-block}.id-card-validity{font-size:9px;color:#666;text-align:right}.id-card-back-header{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:12px 20px;text-align:center}.id-card-back-header h2{font-size:14px;font-weight:700;margin:0;letter-spacing:1px}.id-card-back-body{padding:20px;display:flex;flex-direction:column;gap:16px}.id-card-section{border-bottom:1px dashed #ccc;padding-bottom:12px}.id-card-section:last-of-type{border-bottom:none}.id-card-section h3{font-size:12px;font-weight:700;color:#1a237e;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.id-card-security-features{background:#f8f9ff;padding:12px;border-radius:6px;border-left:4px solid #667eea}.id-card-security-features h3{margin-bottom:8px}.id-card-security-features ul{list-style:none;padding:0;margin:0}.id-card-security-features li{font-size:11px;color:#555;padding:4px 0 4px 16px;position:relative}.id-card-security-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.id-card-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:12px;margin-top:8px}.id-card-warning p{font-size:10px;color:#856404;margin:0;line-height:1.4}
