.character-stats-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.character-stats-modal{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e0e7ff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.character-stats-header{border-bottom:2px solid #e0e7ff;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.character-stats-title-section{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.character-stats-image{-o-object-fit:cover;object-fit:cover;border:3px solid #4f46e5;border-radius:12px;flex-shrink:0;width:80px;height:80px}.character-stats-image-placeholder{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:3px solid #4f46e5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;font-weight:700;display:flex}.character-stats-name-level{flex:1;min-width:0}.character-stats-name{color:#1f2937;word-break:break-word;margin:0 0 4px;font-size:24px;font-weight:700}.character-stats-level{color:#6b7280;margin:0;font-size:14px}.character-stats-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:all .2s;display:flex}.character-stats-close-btn:hover{color:#1f2937;background-color:#f3f4f6}.character-stats-section{border-bottom:1px solid #f3f4f6;padding:20px 24px}.character-stats-section:last-child{border-bottom:none}.character-stats-section-title{color:#4f46e5;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:14px;font-weight:600}.character-stats-grid{gap:12px;display:grid}.stats-grid-2{grid-template-columns:1fr 1fr}.stat-item{background-color:#f9fafb;border:1px solid #f0f0f0;border-radius:8px;flex-direction:column;padding:12px;transition:all .2s;display:flex}.stat-item:hover{background-color:#f3f4f6;border-color:#e5e7eb;transform:translateY(-2px)}.stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:500}.stat-value{color:#1f2937;font-size:18px;font-weight:700}.character-stats-footer{border-top:1px solid #f3f4f6;gap:12px;padding:16px 24px;display:flex}.character-stats-close-modal-btn{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:8px;flex:1;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s}.character-stats-close-modal-btn:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.character-stats-close-modal-btn:active{transform:translateY(0)}.character-stats-modal::-webkit-scrollbar{width:8px}.character-stats-modal::-webkit-scrollbar-track{background:0 0}.character-stats-modal::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.character-stats-modal::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}@media (max-width:768px){.character-stats-modal{border-radius:12px;max-width:90vw}.character-stats-header{padding:16px}.character-stats-image{width:64px;height:64px}.character-stats-image-placeholder{width:64px;height:64px;font-size:24px}.character-stats-name{font-size:20px}.character-stats-section{padding:16px}.stats-grid-2{grid-template-columns:1fr}}@media (max-width:480px){.character-stats-modal-overlay{padding:10px}.character-stats-modal{max-width:100vw;max-height:95vh}.character-stats-header{flex-direction:column;gap:12px;padding:12px}.character-stats-title-section{width:100%}.character-stats-name{font-size:18px}.character-stats-section{padding:12px}.stat-item{padding:10px}.stat-value{font-size:16px}}
.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;padding:0!important}.character-editor-modal{flex-direction:column;max-height:90vh;display:flex}.modal-content.character-editor-modal{box-shadow:none;border-radius:0;flex-direction:column;max-height:90vh;position:relative;overflow:hidden;background:0 0!important;border:none!important;width:50vw!important;min-width:500px!important;max-width:90vw!important;padding:0!important;display:flex!important}.modal-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #e5e7eb;border-radius:0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding:12px 0 12px 16px;display:flex;box-shadow:0 4px 12px #00000026}.modal-header h2{flex:1;margin:0;font-size:24px;font-weight:600}.close-btn{cursor:pointer;color:#fff;opacity:.9;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;margin:0;padding:16px 16px 16px 0;font-size:28px;line-height:1;transition:opacity .2s;display:flex}.close-btn:hover{opacity:1}.error-message{color:#991b1b;background-color:#fee2e2;border-bottom:1px solid #fecaca;flex-shrink:0;margin:0;padding:8px 12px;font-size:14px}.editor-container{color:#000;background:#fff;flex:1;grid-template-columns:auto 1fr;align-items:start;gap:16px;width:100%;min-height:0;padding:12px 16px;display:grid;overflow-y:auto}@media (max-width:600px){.editor-container{grid-template-columns:1fr;gap:16px}}.editor-image-section{flex-direction:column;align-items:center;gap:16px;display:flex}.character-image{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb;border-radius:8px;width:100%;max-width:300px}.image-placeholder{aspect-ratio:1;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:300px;display:flex}.placeholder-icon{color:#fff;opacity:.5;font-size:80px}.image-actions{flex-direction:column;gap:10px;width:100%;max-width:300px;display:flex}.file-input-label{color:#fff;cursor:pointer;text-align:center;background-color:#3b82f6;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:background-color .2s}.file-input-label:hover{background-color:#2563eb}.file-input-label:disabled,.btn-regenerate:disabled{cursor:not-allowed;background-color:#9ca3af}.btn-regenerate{color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:background-color .2s}.btn-regenerate:hover:not(:disabled){background-color:#059669}.btn-regenerate:disabled{cursor:not-allowed;background-color:#9ca3af}.gold-display{color:#92400e;text-align:center;background-color:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:10px 12px;font-size:14px;font-weight:600}.editor-form-section{pointer-events:auto;z-index:10;flex-direction:column;gap:16px;min-width:0;display:flex}.form-group{z-index:100;flex-direction:column;gap:6px;display:flex;position:relative}.form-group label{color:#1f2937;font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box!important;pointer-events:auto!important;cursor:text!important;color:#000!important;z-index:100!important;background-color:#fff!important;border:2px solid #374151!important;border-radius:4px!important;width:100%!important;padding:10px 12px!important;font-family:inherit!important;font-size:16px!important;transition:border-color .2s!important;position:relative!important}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{cursor:not-allowed;background-color:#f3f4f6}.char-count{color:#6b7280;text-align:right;font-size:12px}.modal-footer{background-color:#fff;border-top:1px solid #e5e7eb;border-radius:0;flex-shrink:0;justify-content:flex-end;gap:12px;width:100%;padding:12px 16px;display:flex;box-shadow:0 -4px 12px #0000001a}.btn-cancel,.btn-save{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-cancel{color:#374151;background-color:#e5e7eb}.btn-cancel:hover:not(:disabled){background-color:#d1d5db}.btn-save{color:#fff;background-color:#667eea}.btn-save:hover:not(:disabled){background-color:#5568d3}.btn-cancel:disabled,.btn-save:disabled{opacity:.6;cursor:not-allowed}.modal-resize-handle{cursor:se-resize;z-index:100;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#0000 50%,#667eea 50%);border-radius:0;width:25px;height:25px;position:absolute;bottom:0;right:0}.modal-resize-handle:hover{background:linear-gradient(135deg,#0000 50%,#5568d3 50%)}
.profile-page-wrapper{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0f0f1a 100%);min-height:100vh;padding:80px 20px 20px}.profile-title{color:#ff8c00;text-shadow:2px 2px #ff6500,4px 4px #ff4500,6px 6px #c30,8px 8px 20px #00000080;text-align:center;letter-spacing:3px;margin-bottom:30px;font-family:Righteous,sans-serif;font-size:2.5rem}.profile-subtitle{color:#aaa;text-align:center;letter-spacing:1px;max-width:680px;margin:-12px auto 30px;font-family:Rajdhani,sans-serif;font-size:1rem}.profile-card{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:2px solid #e94560;border-radius:12px;padding:24px;position:relative;overflow:hidden}.profile-card:before{content:"";background:linear-gradient(90deg,#e94560,#00d9ff,#0f8,#e94560) 0 0/300% 100%;height:4px;animation:3s linear infinite gradient-shift;position:absolute;top:0;left:0;right:0}@keyframes gradient-shift{0%{background-position:0%}to{background-position:300%}}.profile-card-corner{border:3px solid #00d9ff;width:20px;height:20px;position:absolute}.profile-card-corner.tl{border-bottom:none;border-right:none;top:10px;left:10px}.profile-card-corner.tr{border-bottom:none;border-left:none;top:10px;right:10px}.profile-card-corner.bl{border-top:none;border-right:none;bottom:10px;left:10px}.profile-card-corner.br{border-top:none;border-left:none;bottom:10px;right:10px}.profile-card h2{color:#ff8c00;text-shadow:1px 1px 2px #00000080;border-bottom:1px solid #e945604d;margin-bottom:20px;padding-bottom:10px;font-family:Righteous,sans-serif;font-size:1.3rem}.profile-label{color:#00d9ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:600;display:block}.profile-input{color:#fff;background:#ffffff0d;border:2px solid #e945604d;border-radius:8px;width:100%;padding:12px 16px;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.profile-input:focus{border-color:#00d9ff;outline:none;box-shadow:0 0 15px #00d9ff33}.profile-input::placeholder{color:#fff6}.stat-card{text-align:center;background:#ffffff08;border:1px solid #e9456033;border-radius:8px;padding:12px;transition:all .3s}.stat-card:hover{background:#e945601a;border-color:#00d9ff;transform:translateY(-2px)}.stat-card .stat-icon{margin-bottom:4px;font-size:1.2rem}.stat-card .stat-label{color:#888;text-transform:uppercase;letter-spacing:1px;font-family:Rajdhani,sans-serif;font-size:.75rem}.stat-card .stat-value{color:#fff;font-family:Righteous,sans-serif;font-size:1.4rem}.hp-bar-container{background:#ffffff0d;border:1px solid #e945604d;border-radius:8px;padding:12px}.hp-bar-label{color:#ff6b6b;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-family:Rajdhani,sans-serif;font-size:.8rem}.hp-bar-track{background:#0000004d;border-radius:10px;height:20px;position:relative;overflow:hidden}.hp-bar-fill{background:linear-gradient(90deg,#ff6b6b,#e94560);border-radius:10px;height:100%;transition:width .5s;box-shadow:0 0 10px #e9456080}.hp-bar-text{color:#fff;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:700}.profile-btn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:2px solid;border-radius:8px;padding:12px 24px;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:700;transition:all .3s}.profile-btn-cancel{color:#aaa;background:0 0;border-color:#666}.profile-btn-cancel:hover{color:#fff;background:#ffffff1a;border-color:#fff}.profile-btn-save{color:#fff;background:linear-gradient(135deg,#e94560,#ff6b6b);border-color:#e94560}.profile-btn-save:hover{transform:translateY(-2px);box-shadow:0 0 20px #e9456080}.character-card{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:2px solid #00d9ff4d;border-radius:12px;padding:20px;transition:all .3s;position:relative}.character-card:hover{border-color:#00d9ff;box-shadow:0 0 20px #00d9ff33}.character-card h3{color:#00d9ff;margin-bottom:10px;font-family:Righteous,sans-serif;font-size:1.2rem}.character-delete-btn{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff6b6b;border-radius:6px;padding:6px 12px;font-family:Rajdhani,sans-serif;font-weight:600;transition:all .3s}.character-delete-btn:hover{color:#000;background:#ff6b6b}.modal-overlay{z-index:1000;background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container{animation:.3s ease-out forwards modal-appear}@keyframes modal-appear{0%{opacity:0;transform:translateY(-50px)}70%{transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-content{text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:2px solid #e94560;border-radius:12px;width:90%;max-width:400px;padding:2rem}.modal-content h3{color:#ff8c00;margin-bottom:1rem;font-family:Righteous,sans-serif;font-size:1.3rem}.modal-buttons{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.modal-button{cursor:pointer;text-transform:uppercase;border:none;border-radius:8px;padding:10px 24px;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:700;transition:all .3s}.modal-button-yes{color:#fff;background:linear-gradient(135deg,#e94560,#ff6b6b)}.modal-button-no{color:#aaa;background:0 0;border:2px solid #666}.modal-button:hover{transform:translateY(-2px)}.modal-button-yes:hover{box-shadow:0 0 15px #e9456080}.modal-button-no:hover{color:#fff;border-color:#fff}.profile-shell{max-width:1200px;margin:0 auto}.profile-page-header{margin-bottom:24px}.profile-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:900px){.profile-grid{grid-template-columns:1fr}}.profile-card-title{color:#ff8c00;text-shadow:1px 1px 2px #00000080;border-bottom:1px solid #e945604d;margin-bottom:20px;padding-bottom:10px;font-family:Righteous,sans-serif;font-size:1.3rem}.profile-card-title-with-icon{align-items:center;gap:10px;display:flex}.profile-card-title-no-margin{margin-bottom:0}.profile-account-layout{grid-template-columns:220px 1fr;align-items:start;gap:24px;display:grid}.profile-account-image-block{flex-direction:column;align-items:center;gap:12px;padding-right:8px;display:flex}.profile-account-content{flex-direction:column;gap:16px;min-width:0;padding-right:32px;display:flex}.profile-account-avatar-frame{background:linear-gradient(135deg,#e94560f2,#00d9ffe6);border-radius:50%;width:132px;height:132px;padding:6px;position:relative;box-shadow:0 14px 35px #00000059}.profile-account-avatar,.profile-account-avatar-fallback{border-radius:50%;width:100%;height:100%}.profile-account-avatar{-o-object-fit:cover;object-fit:cover;background:#10111a;border:3px solid #0a0a0fbf}.profile-account-avatar-fallback{border:3px solid #0a0a0fbf;justify-content:center;align-items:center;display:flex}.profile-upload-input{display:none}.profile-avatar-section{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.profile-avatar-frame{position:relative}.profile-avatar{-o-object-fit:cover;object-fit:cover;border:4px solid #00d9ff;border-radius:50%;width:96px;height:96px;box-shadow:0 0 20px #00d9ff4d}.profile-avatar-fallback{border:4px solid #00d9ff;justify-content:center;align-items:center;display:flex}.profile-avatar-overlay{background:#0009;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-avatar-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.profile-upload-label{cursor:pointer;margin-top:12px}.profile-upload-button{color:#0a0a0f;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#00d9ff,#0f8);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-block}.profile-upload-button:hover{transform:translateY(-2px);box-shadow:0 0 20px #00d9ff80}.profile-upload-button:disabled{opacity:.7;cursor:wait;transform:none}.profile-field-block{margin-bottom:20px}.profile-input-row{align-items:stretch;gap:10px;display:flex}.profile-input-row .profile-input{flex:1}.profile-stat-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding-right:12px;display:grid}.profile-stat-card{background:#ffffff08;border:1px solid #e9456033;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .3s;display:flex}.profile-stat-card:hover{background:#e945601a;border-color:#00d9ff;transform:translateY(-2px)}.profile-stat-label{color:#888;text-transform:uppercase;letter-spacing:1px;font-family:Rajdhani,sans-serif;font-size:.75rem}.profile-stat-value{color:#fff;font-family:Righteous,sans-serif;font-size:1.2rem}.profile-stat-icon{font-size:1.15rem}.profile-stat-icon-gold{color:#fbbf24}.profile-stat-icon-time{color:#38bdf8}.profile-stack{flex-direction:column;gap:20px;display:flex}.profile-list-stack{flex-direction:column;gap:10px;display:flex}.profile-list-item{background:#ffffff08;border:1px solid #e9456033;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.profile-list-text{color:#fff;font-family:Rajdhani,sans-serif;font-weight:600}.profile-cert-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:40px;height:40px}.profile-empty-state{text-align:center;color:#666;padding:24px;font-family:Rajdhani,sans-serif}.profile-empty-subtext{color:#555;margin-top:4px;font-size:.85rem}.profile-status-row{background:#ffffff08;border:1px solid #e9456033;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;display:flex}.profile-status-label{color:#aaa;text-transform:uppercase;letter-spacing:1px;font-family:Rajdhani,sans-serif;font-size:.85rem}.profile-status-pill{border-radius:20px;padding:4px 12px;font-family:Rajdhani,sans-serif;font-size:.85rem;font-weight:700}.profile-status-pill-active{color:#0f8;background:#0f83;border:1px solid #0f8}.profile-status-pill-warning{color:#ff8c00;background:#ff8c0033;border:1px solid #ff8c00}.profile-status-pill-free{color:#aaa;background:#ffffff1a;border:1px solid #666}.profile-action-button{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;width:100%;padding:14px 24px;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:700;transition:all .3s}.profile-action-button-primary{color:#fff;background:linear-gradient(135deg,#ff8c00,#ff6500);box-shadow:0 4px 15px #ff8c004d}.profile-action-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff8c0080}.profile-action-button-danger{color:#ff6b6b;background:#ff6b6b33;border:1px solid #ff6b6b}.profile-action-button-danger:hover{color:#000;background:#ff6b6b}.profile-note{text-align:center;color:#888;margin-top:12px;font-family:Rajdhani,sans-serif;font-size:.9rem}.profile-note-left{text-align:left;margin-bottom:16px}.profile-inline-message{text-align:center;margin:0;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:700}.profile-inline-message-success{color:#0f8}.profile-inline-message-error{color:#ff6b6b}.profile-actions-row{justify-content:flex-end;gap:12px;padding-right:12px;display:flex}.profile-google-wrap{justify-content:center;display:flex}.profile-error-message{text-align:center;color:#ff6b6b;margin-top:16px;font-size:.85rem}.profile-characters-card{margin-top:24px}.profile-characters-header{border-bottom:1px solid #e945604d;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.profile-add-character-button{align-items:center;gap:8px;width:auto;padding:10px 20px;display:flex}.profile-character-list{flex-direction:column;gap:12px;display:flex}.profile-character-card{cursor:pointer;background:#ffffff08;border:1px solid #00d9ff33;border-radius:10px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex}.profile-character-card:hover{background:#00d9ff1a;border-color:#00d9ff;transform:translate(5px)}.profile-character-image-wrap{flex-shrink:0}.profile-character-image{-o-object-fit:cover;object-fit:cover;border:2px solid #00d9ff;border-radius:10px;width:64px;height:64px}.profile-character-image-fallback{justify-content:center;align-items:center;display:flex}.profile-character-info{flex:1;min-width:0}.profile-inline-edit{gap:8px;display:flex}.profile-inline-edit .profile-input{flex:1;padding:8px 12px}.profile-character-name{color:#00d9ff;cursor:pointer;margin-bottom:8px;font-family:Righteous,sans-serif;font-size:1.1rem}.profile-character-name:hover{color:#0f8}.profile-character-badge{color:#0f8;text-transform:uppercase;background:#0f83;border-radius:12px;margin-left:8px;padding:2px 8px;font-family:Rajdhani,sans-serif;font-size:.7rem}.profile-character-body{flex-direction:column;gap:6px;display:flex}.profile-character-meta{color:#aaa;gap:16px;font-family:Rajdhani,sans-serif;font-size:.9rem;display:flex}.profile-character-quests{color:#888;font-family:Rajdhani,sans-serif;font-size:.85rem}.profile-character-quests-label{color:#aaa;font-weight:700}.profile-link{color:#00d9ff;text-decoration:none;transition:color .2s}.profile-link:hover{color:#0f8;text-decoration:underline}.profile-character-actions{flex-shrink:0;gap:8px;display:flex}.profile-icon-button{cursor:pointer;background:#ffffff0d;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.profile-icon-button-edit{color:#00d9ff}.profile-icon-button-edit:hover{background:#00d9ff33;border-color:#00d9ff}.profile-icon-button-delete{color:#ff6b6b}.profile-icon-button-delete:hover{background:#ff6b6b33;border-color:#ff6b6b}@media (max-width:768px){.profile-title{font-size:1.8rem}.profile-subtitle{margin-top:-6px;font-size:.95rem}.profile-card{padding:16px}.profile-shell{padding:0 10px}.profile-input-row{flex-direction:column}.profile-input-row .profile-btn{width:100%}.profile-stat-grid,.profile-account-layout{grid-template-columns:1fr}.profile-account-image-block{margin-bottom:4px}.profile-account-content,.profile-stat-grid,.profile-actions-row{padding-right:0}.profile-character-card{flex-wrap:wrap}.profile-actions-row{flex-direction:column}.profile-actions-row .profile-btn{width:100%}.profile-character-actions{justify-content:flex-end;width:100%;margin-top:10px}}
