*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background:#f0f4f8;color:#333;min-height:100vh}.app-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:32px 16px}.app-header{text-align:center;margin-bottom:32px}.app-header h1{font-size:2rem;color:#1a73e8;font-weight:700}.app-header p{color:#666;margin-top:8px;font-size:1rem}.card{background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;padding:40px;width:100%;max-width:760px}.stepper{display:flex;justify-content:center;gap:0;margin-bottom:36px;position:relative}.stepper:before{content:"";position:absolute;top:16px;left:10%;right:10%;height:2px;background:#e0e0e0;z-index:0}.step-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;border:2px solid #e0e0e0;background:#fff;color:#aaa;transition:all .2s}.step-item.active .step-circle,.step-item.completed .step-circle{border-color:#1a73e8;background:#1a73e8;color:#fff}.step-label{font-size:11px;margin-top:6px;color:#aaa;text-align:center;max-width:70px}.step-item.active .step-label{color:#1a73e8;font-weight:600}.step-item.completed .step-label{color:#1a73e8}.form-section-title{font-size:1.2rem;font-weight:600;color:#1a73e8;margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid #e8f0fe}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid.full{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.span-2{grid-column:span 2}label{font-size:13px;font-weight:500;color:#555}label .required{color:#d93025;margin-left:2px}input[type=text],input[type=email],input[type=tel],textarea{border:1px solid #dadce0;border-radius:6px;padding:10px 12px;font-size:14px;color:#333;transition:border-color .2s,box-shadow .2s;font-family:inherit;background:#fafafa}input:focus,textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81f;background:#fff}textarea{resize:vertical;min-height:80px}.error-text{font-size:12px;color:#d93025}.btn{padding:10px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s;font-family:inherit}.btn-primary{background:#1a73e8;color:#fff}.btn-primary:hover:not(:disabled){background:#1557b0}.btn-primary:disabled{background:#a8c7fa;cursor:not-allowed}.btn-secondary{background:transparent;color:#1a73e8;border:1px solid #dadce0}.btn-secondary:hover{background:#f8f9fa}.btn-danger{background:transparent;color:#d93025;border:1px solid #f5c6c3;padding:6px 12px;font-size:12px}.btn-danger:hover{background:#fce8e6}.btn-add{background:transparent;color:#1a73e8;border:1px dashed #1a73e8;width:100%;padding:10px;border-radius:6px;margin-top:8px}.btn-add:hover{background:#e8f0fe}.nav-actions{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #f1f3f4}.entry-card{border:1px solid #e8eaed;border-radius:8px;padding:20px;margin-bottom:16px;position:relative;background:#fafafa}.entry-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.entry-card-title{font-size:14px;font-weight:600;color:#444}.tag-input-wrapper{display:flex;flex-wrap:wrap;gap:6px;border:1px solid #dadce0;border-radius:6px;padding:8px 10px;background:#fafafa;min-height:44px;cursor:text}.tag-input-wrapper:focus-within{border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81f;background:#fff}.tag{background:#e8f0fe;color:#1a73e8;padding:3px 10px;border-radius:12px;font-size:12px;display:flex;align-items:center;gap:4px}.tag-remove{cursor:pointer;font-size:14px;line-height:1;color:#1a73e8;background:none;border:none;padding:0}.tag-remove:hover{color:#d93025}.tag-input{border:none!important;outline:none!important;padding:2px 4px!important;font-size:13px;background:transparent!important;min-width:100px;box-shadow:none!important}.hint-text{font-size:12px;color:#888;margin-top:4px}.recommended-badge{display:inline-block;font-size:10px;font-weight:600;color:#1a73e8;background:#e8f0fe;border-radius:4px;padding:1px 6px;margin-left:6px;vertical-align:middle;letter-spacing:.3px}.field-hint{font-size:12px;color:#888;margin-bottom:2px}.photo-upload-area{border:2px dashed #1a73e8;border-radius:8px;padding:16px;background:#f0f6ff;min-height:90px;display:flex;align-items:center;justify-content:center}.photo-upload-label{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;color:#1a73e8;font-size:13px;font-weight:500;text-align:center}.photo-upload-label:hover{color:#1557b0}.photo-upload-icon{font-size:28px;line-height:1;font-weight:300}.photo-preview-wrapper{display:flex;align-items:center;gap:16px}.photo-preview{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #1a73e8;flex-shrink:0}.photo-preview-actions{display:flex;gap:8px;align-items:center}.checkbox-group{display:flex;align-items:center;gap:8px;margin-top:4px}.checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#1a73e8}.checkbox-group label{font-size:13px;color:#555;cursor:pointer}.alert{padding:12px 16px;border-radius:6px;font-size:14px;margin-top:16px}.alert-error{background:#fce8e6;color:#c5221f;border:1px solid #f5c6c3}.alert-success{background:#e6f4ea;color:#137333;border:1px solid #b7dfbf}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.success-screen{text-align:center;padding:40px 0}.success-icon{font-size:64px;margin-bottom:16px}.success-screen h2{font-size:1.5rem;color:#137333;margin-bottom:12px}.success-screen p{color:#666;margin-bottom:24px}@media(max-width:600px){.form-grid{grid-template-columns:1fr}.form-group.span-2{grid-column:span 1}.card{padding:24px 16px}}
