*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#ffb6c1,#ffe5e5 50%,#e8d5f2);font-family:Poppins,Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.app-header{align-items:center;background:linear-gradient(135deg,#ffb6c1,#ffd4e5);border-bottom:3px solid #ffffff80;box-shadow:0 4px 20px #ffb6c14d;display:flex;justify-content:space-between;padding:1.5rem 2rem}.app-header h1{color:#fff;font-size:2rem;font-weight:600;letter-spacing:1px;text-shadow:2px 2px 4px #0000001a}.app-header nav{display:flex;gap:1rem}.app-header button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #fffc;border-radius:25px;color:#ff69b4;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.app-header button:hover{background:#fff;box-shadow:0 5px 15px #ff69b44d;color:#ff1493;transform:translateY(-2px)}.app-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.welcome{background:linear-gradient(135deg,#fff,#fff5f8);border:3px solid #fffc;border-radius:25px;box-shadow:0 10px 40px #ffb6c14d;padding:3rem;text-align:center}.welcome h2{color:#ff69b4;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #ffb6c133}.welcome p{color:#666;font-size:1.2rem;margin-bottom:2rem}.stats{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.stat-card{background:linear-gradient(135deg,#ff69b4,#ffb6c1);border:2px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 25px #ff69b44d;color:#fff;min-width:150px;padding:2rem}.stat-card h3{font-size:3rem;margin-bottom:.5rem}.stat-card p{color:#fff;font-size:1rem;opacity:.9}.card-form,.card-manager,.group-selector,.report,.test-mode{background:linear-gradient(135deg,#fff,#fff5f8);border:3px solid #fffc;border-radius:25px;box-shadow:0 10px 40px #ffb6c14d;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff69b4;box-shadow:0 0 0 3px #ff69b41a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.btn-primary{background:linear-gradient(135deg,#ff69b4,#ffb6c1);border:none;border-radius:25px;box-shadow:0 4px 15px #ff69b44d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#ff1493,#ff69b4);box-shadow:0 8px 25px #ff69b466;transform:translateY(-2px)}.btn-new-group{background:linear-gradient(135deg,#ffb6c1,#ffd4e5);border:2px solid #ffb6c1;border-radius:20px;color:#ff1493;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.btn-new-group:hover{background:linear-gradient(135deg,#ff69b4,#ffb6c1);box-shadow:0 4px 15px #ff69b44d;color:#fff;transform:translateY(-2px)}.btn-cancel-group{background:linear-gradient(135deg,#e8e8e8,#f5f5f5);border:2px solid #ddd;border-radius:20px;color:#666;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.btn-cancel-group:hover{background:linear-gradient(135deg,#d0d0d0,#e0e0e0);box-shadow:0 4px 15px #0000001a;color:#333;transform:translateY(-2px)}.btn-create-group{background:linear-gradient(135deg,#32cd32,#90ee90);border:none;border-radius:20px;box-shadow:0 4px 15px #32cd324d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-create-group:hover{background:linear-gradient(135deg,#228b22,#32cd32);box-shadow:0 6px 20px #32cd3266;transform:translateY(-2px)}.new-group-form{animation:slideDown .3s ease;background:linear-gradient(135deg,#fff5f8,#ffe5e5);border:2px solid #ffb6c1;border-radius:15px;padding:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mode-toggle{background:#ffb6c11a;border-radius:15px;display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem}.mode-btn{background:#0000;border:2px solid #0000;border-radius:12px;color:#999;cursor:pointer;flex:1 1;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.mode-btn:hover{color:#ff69b4}.mode-btn.active{background:linear-gradient(135deg,#ff69b4,#ffb6c1);border-color:#ff69b4;box-shadow:0 4px 15px #ff69b44d;color:#fff}.bulk-info{background:linear-gradient(135deg,#fff5f8,#ffe5e5);border-left:4px solid #ffb6c1;border-radius:10px;margin-bottom:1rem;padding:1rem}.bulk-info small{color:#666;display:block;margin-bottom:.5rem}.bulk-info code{background:#fff;border:1px solid #ffb6c1;border-radius:8px;color:#333;display:block;font-size:.9rem;margin-top:.5rem;padding:.75rem;white-space:pre}.bulk-info code,.bulk-textarea{font-family:Courier New,monospace}.bulk-textarea{font-size:.95rem;line-height:1.6}.group-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:1.5rem}.group-item{background:linear-gradient(135deg,#ff69b4,#ffb6c1);border:2px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;padding:1.5rem;transition:all .3s ease}.group-item:hover{border-color:#fffc;box-shadow:0 12px 30px #ff69b466;transform:translateY(-5px) scale(1.02)}.test-card{background:linear-gradient(135deg,#fff,#fff5f8);border:3px solid #ffb6c14d;border-radius:20px;box-shadow:0 5px 20px #ffb6c133;display:flex;flex-direction:column;justify-content:center;margin:2rem 0;min-height:300px;padding:2rem}.test-card h3{color:#ff69b4;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.test-controls{display:flex;gap:1rem;margin-top:2rem}.report-item{background:linear-gradient(135deg,#fff,#fff5f8);border:2px solid #ffb6c133;border-radius:15px;margin-bottom:1rem;padding:1.5rem}.report-item.correct{border-left:4px solid #4caf50}.report-item.incorrect{border-left:4px solid #f44336}.score{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff69b4,#ffb6c1);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:2rem 0;text-align:center}.card-manager h2{color:#ff69b4;font-weight:600;margin-bottom:1.5rem}.manager-tabs{border-bottom:3px solid #ffb6c133;display:flex;gap:1rem;margin-bottom:2rem}.tab-button{background:#0000;border:none;border-bottom:3px solid #0000;color:#999;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:-3px;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{color:#ff69b4}.tab-button.active{border-bottom-color:#ff69b4;color:#ff69b4}.group-item-manager{background:linear-gradient(135deg,#fff,#fff5f8)}.group-title{color:#ff69b4;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.group-description{color:#666;font-size:.95rem;margin:0}.filter-section{border-bottom:2px solid #ffb6c14d;margin-bottom:2rem;padding-bottom:1rem}.filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.filter-group{flex:1 1;min-width:250px}.filter-section label{color:#666;display:block;font-weight:600;margin-bottom:.5rem}.export-buttons{display:flex;gap:.5rem}.btn-export{background:linear-gradient(135deg,#4caf50,#8bc34a);border:none;border-radius:15px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-export:hover{background:linear-gradient(135deg,#45a049,#7cb342);box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.btn-export-json{background:linear-gradient(135deg,#2196f3,#03a9f4);border:none;border-radius:15px;box-shadow:0 4px 15px #2196f34d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-export-json:hover{background:linear-gradient(135deg,#1976d2,#0288d1);box-shadow:0 6px 20px #2196f366;transform:translateY(-2px)}.filter-select{border:2px solid #ffb6c14d;border-radius:15px;cursor:pointer;font-size:1rem;max-width:300px;padding:.75rem;transition:all .3s ease;width:100%}.filter-select:focus{border-color:#ff69b4;box-shadow:0 0 0 3px #ff69b41a;outline:none}.cards-list{display:flex;flex-direction:column;gap:1.5rem}.no-cards{color:#ffb6c1;font-size:1.1rem;padding:3rem;text-align:center}.card-item{background:linear-gradient(135deg,#fff,#fff5f8);border:2px solid #ffb6c133;border-radius:20px;padding:1.5rem;transition:all .3s ease}.card-item:hover{border-color:#ffb6c1;box-shadow:0 8px 25px #ffb6c14d;transform:translateY(-2px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.card-group-badge{background:linear-gradient(135deg,#ff69b4,#ffb6c1);border-radius:20px;box-shadow:0 2px 10px #ff69b433;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.card-actions{display:flex;gap:.5rem}.btn-cancel,.btn-delete,.btn-edit,.btn-save{border:none;border-radius:15px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.btn-edit{background:#4caf50;color:#fff}.btn-edit:hover{background:#45a049;transform:translateY(-2px)}.btn-delete{background:#f44336;color:#fff}.btn-delete:hover{background:#da190b;transform:translateY(-2px)}.btn-save{background:#2196f3;color:#fff}.btn-save:hover{background:#0b7dda}.btn-cancel{background:#9e9e9e;color:#fff}.btn-cancel:hover{background:#757575}.card-content{margin:1rem 0}.card-answer,.card-question{margin-bottom:1rem}.card-answer strong,.card-question strong{color:#ff69b4;display:block;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.card-answer p,.card-question p{background:#fff;border-left:3px solid #ffb6c1;border-radius:10px;color:#333;line-height:1.6;padding:.75rem}.card-meta{border-top:1px solid #ffb6c14d;color:#ffb6c1;font-size:.85rem;margin-top:1rem;padding-top:1rem}.edit-mode{background:#fff;border:2px solid #ffb6c1;border-radius:15px;box-shadow:0 4px 15px #ffb6c133;padding:1rem}.edit-mode .form-group{margin-bottom:1rem}.edit-mode textarea{min-height:80px}.edit-actions{display:flex;gap:1rem;margin-top:1rem}.view-mode{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-screen{color:#ff69b4;font-size:1.5rem;font-weight:600}.loading-screen,.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-container{padding:1rem}.login-box{animation:fadeIn .4s ease;background:linear-gradient(135deg,#fff,#fff5f8);border:3px solid #fffc;border-radius:25px;box-shadow:0 20px 60px #ffb6c166;max-width:420px;padding:3rem 2.5rem;width:100%}.login-header{margin-bottom:2.5rem;text-align:center}.login-header h1{color:#ff69b4;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#999;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:.25rem}.login-btn{margin-top:.5rem;width:100%}.login-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.login-error{background:linear-gradient(135deg,#fff0f0,#ffe5e5);border:1px solid #f5c6cb;border-left:4px solid #f44336;border-radius:10px;color:#c0392b;font-size:.95rem;font-weight:500;margin-top:.25rem;padding:.75rem 1rem}.btn-logout{background:#fff3!important;border-color:#ffffff80!important;color:#fff!important}.btn-logout:hover{background:#ff14934d!important;border-color:#fffc!important;color:#fff!important}
/*# sourceMappingURL=main.3657f0a2.css.map*/